/*プロジェクト固有のスタイル*/
a:hover {
  color: inherit;
}

.p-headerbox {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}

.p-headerbox__logo {
  margin: 18px 79px 0 100px;
  text-align: left;
}

.p-headerbox__logo h1 {
  margin:0;
}

.p-h1title {
  font-size: 10px;
  text-align: right;
  margin: 5px 0 0;
  letter-spacing: 1.3px;
}

.p-headerbox__navbox {
  max-width: 750px;
  width: 100%;
}

.p-headerbox__addressbox {
  text-align: right;
  padding-top: 4px;
}

.p-headerbox__addressbox * {
  font-family: "a-otf-ud-shin-go-pr6n";
  font-weight: bold;
}

.p-headerbox__addressbox .p-headerbox__contactlinkbox div {
  font-size: 15px;
  margin-left: 33px;
  display: inline-block;
  letter-spacing: 1.5px;
}

.p-headerbox__addressbox,
.p-headerbox__addressbox a {
  color: #fff;
}

.p-headerbox__addressbox > div img {
  margin-right: 10px;
}

.p-headerbox__addressbox .p-headerbox__contactlinkbox > div:last-child img {
  margin-right: 0;
}

.p-headertext {
  color: #fff;
  text-align: right;
  font-size: 4vw;
  position: absolute;
  right: 3%;
  top: 10%;
}

.p-line_small {
  position: absolute;
  right: 3%;
  top: 12%;
  width: 40%;
}

.p-line_large {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  padding : 10px ;
}

.p-nav__list {
  padding: 0;
  margin: auto;
  list-style: none;
  display: flex;
  align-items: center;
}



.p-nav__list > li {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 25%;
}

.p-nav__list > li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "a-otf-ud-shin-go-pr6n";
  display: block;
  padding: 19px 0;
}

.p-nav__list > li a:hover {
  background-color: #dbf5f2;
  color: #78bbb4;
}
/*.p-nav__item:nth-child(3) a {
  line-height: 1;
  padding: 12px 0;
}*/

/*ドロップダウンメニュー*/
.p-nav__list > li .sub-menu {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.p-nav__list > li .sub-menu{
  width:100%;
}
.p-nav__list > li:hover .sub-menu{
  display: block;
}
.p-nav__list > li .sub-menu li{
  width:100%;
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.p-nav__list > li .sub-menu li a{
  padding: 13px 15px;
  border-top: 1px solid #dbf5f2;
  background: #81d4cb;
  text-align: left;
}
.p-nav__list > li .sub-menu li a:hover{
  background: #dbf5f2;
  color: #78bbb4;
}
.p-nav__list > li:hover .sub-menu li{
  overflow: visible;
  height: 38px;
}

.c-nav2 {display: none}

/*

.p-nav__item {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 25%;
}

.p-nav__item a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "a-otf-ud-shin-go-pr6n";
  display: block;
  padding: 19px 0;
}

.p-nav__item a:hover {
  background-color: #dbf5f2;
  color: #78bbb4;
}

.p-nav__item .sub-menu {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.p-nav__item .sub-menu{
  width:100%;
}
.p-nav__item:hover .sub-menu{
  display: block;
}
.p-nav__item .sub-menu li{
  width:100%;
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.p-nav__item .sub-menu li a{
  padding: 13px 15px;
  border-top: 1px solid #dbf5f2;
  background: #81d4cb;
  text-align: left;
}
.p-nav__item .sub-menu li a:hover{
  background: #dbf5f2;
  color: #78bbb4;
}
.p-nav__item:hover .sub-menu li{
  overflow: visible;
  height: 38px;
}
*/

.p-headerbox__addressbox .p-sptopmenu {
  display: none;
}

.p-mainvisual {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 50.25%;
  overflow: hidden;
}

.p-mainvisual > img {
  width: 100%;
  max-width: unset;
}

.p-imgheight {
  height: 100%;
  width: auto;
}

.p-imgwidth {
  height: auto;
  width: 100%;
}

.p-mainvisual__textbox {
  background-color: rgba(255,255,255,.7);
  padding: 2%;
  position: absolute;
  top: 25%;
  left: 9%;
  width: 38%;
  /* text-align: center; */
}

.p-mainvisual__catchimg {
  width: 55%;
  margin-bottom: 1%;
}

.p-mainvisual__text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 3%;
}

.p-mainvisual__catch_copy {
  font-size: 62px;
  font-weight: bold;
}

.p-mainvisual__catch_copy--lg {
  color: #f46837;
  font-size: 62px;
}


/*メインビジュアル*/
.p-mainvisual {
  position: relative;
}

.p-menubox {
  position: fixed;
  top: 1%;
  right: 0;
  z-index: 999;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-menubox a {
  color: #fdd0a9;
  background-color: #f46837;
  font-size: 16px;
  font-weight: bold;
  border: solid 5px #f46837;
  border-right: none;
  padding: 20px 15px;
  margin-bottom: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


@-moz-document url-prefix() {
  .p-menubox {
    top: 17%;
    display: block;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
}

  .p-menubox a {
    position: absolute;
    right: 0;
  }

  .p-menubox a:nth-child(2) {
    top: 0%;
  }

  .p-menubox a:nth-child(3) {
    top: 26%;
  }

  .p-menubox a:nth-child(4) {
    top: 45%;
  }

  .p-menubox a:last-child {
    padding: 20px 7px;
  }
}

.p-menubox a img {
  vertical-align: initial;
  margin-bottom: 10px;
}

.p-menubox a:last-child {
  padding: 20px 10px;
}

.p-menubox--sp {
  display: none;
}

.p-charm {
  margin-top: 15px;
  position: relative;
}

.p-charm .p-section__titlebox {
  background-image: url(../images/pc/top/charm-titlebg.png);
}

.p-charm__area {
  font-size: 0;
  padding-top: 15px;
  margin: auto;
}

.p-charm__itembox {
  display: inline-block;
  width: 24%;
  min-height: 230px;
  padding: 5px;
  margin-right: 1.2%;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: top;
}

.p-charm__itembox:nth-child(4n) {
  margin-right: 0;
}

.p-charm__text {
  font-size: 13px;
  padding: 0 20px;
  display: inline-block;
  text-align: left;
}
/* コンセプトムービー */
.p-concept h2 {
    font-size: 24px;
}
.p-concept input[type="radio"]{
  display: none;
}
.p-concept label:hover, .p-concept input[type="radio"]:checked + label{
  color: #FFF;
  background-color: #0cc5d8;
}
.p-concept label{
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 13px;
  color: #0cc5d8;
  background-color: #e1faf2;
  cursor: pointer;
  box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px;
  box-sizing: border-box;
}
.youtube_wrap > div {
    display: none;
}
#tab_short:checked ~ #youtube_short {
    display: block;
}
#tab_long:checked ~ #youtube_long {
    display: block;
}


/*お知らせ*/
.p-news .p-section__titlebox {
  background-image: url(../images/pc/top/news-titlebg.png);
}

.p-news .c-content {
  padding-top: 55px;
}

.p-news .c-btnbox {
    margin-top: 48px;
}

.p-news .c-btnbox:hover {
    margin-top: 53px;
}

.p-news__box {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
}

.p-news__box:first-child {
  margin-top: 35px;
}

.p-news__box > div {
  display: inline-block;
  width: 23%;
  vertical-align: top;
}

.p-news__box > div:last-child {
  width: 73%;
  margin-left: 2%;
}

.p-news__heading {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0 10px;
}

.p-news__text {
  font-size: 12px;
}
/* お知らせ */
.p-concept{
  background-color: #d1fffb;
  padding: 20px 0;
}
.p-concept h2{
  font-size: 24px;
  color: #7bd9cd;
  font-family: "heisei-maru-gothic-std";
}
.p-concept .info_block ul{
  padding:0;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  text-align: left;
}
.p-concept .info_block ul li{
  list-style: none;
}
.p-concept .info_block ul li .info_block_date{
  color: #7bd9cd;
}

/*チャットレディって？*/
.p-about .p-section__titlebox {
  background-image: url(../images/pc/top/about-titlebg.png);
  background-repeat: no-repeat;
}

.p-about__img {
  text-align: center;
}

/*プロデューサー紹介*/
.p-producer .p-section__titlebox {
  background-image: url(../images/pc/top/producer-titlebg.png);
  background-repeat: no-repeat;
}

/*チャットレディの魅力*/
.p-chatlady .p-section__titlebox {
  background-image: url(../images/pc/top/chatlady-titlebg.png);
  background-repeat: no-repeat;
}

.p-chatlady__content {
  text-align: center;
  padding: 110px 15px 15px;
}

.p-chatlady__itembox {
  display: inline-block;
  width: 32%;
  min-height: 265px;
  padding: 3px;
  margin-right: 11px;
  margin-bottom: 15px;
  text-align: center;
  vertical-align: top;
}

.p-chatlady__itembox:nth-child(1),
.p-chatlady__itembox:nth-child(6) {
  margin-left: 11px;
}

.p-chatlady__itembox:nth-child(2),
.p-chatlady__itembox:nth-child(5),
.p-chatlady__itembox:nth-child(7) {
  margin-right: 0;
}

.p-chatlady__text {
  font-size: 13px;
  text-align: left;
  width: 80%;
  margin: 0 auto 30px;
}

/*女の子の声*/
.p-voice .c-content {
  padding: 80px 15px 15px;
}

.p-voice .p-section__titlebox {
  background-image: url(../images/pc/top/voice-titlebg.png);
}

.p-voice__box {
  margin-bottom: 46px;
}

.p-voice__box:last-of-type {
  margin-bottom: 0;
}

.p-voice__img,
.p-voice__textbox {
  display: inline-block;
  vertical-align: top;
}

.p-voice__img {
  width: 21%;
  margin-left: .8%;
}

.p-voice__textbox {
  width: 74.4%;
  margin-left: 2.6%
}

.p-voice__text {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 7px;
}

.p-voice .c-btnbox {
  margin-top: 50px;
}

.p-voice .c-shadow_btn {
  letter-spacing: 3px;
}

.p-voice .c-shadow_btn:hover {
  margin-top: 55px;
}

/*チャットレディのムービー*/
.p-movie .c-content {
  padding-top: 80px;
}

.p-movie .p-section__titlebox {
  background-image: url(../images/pc/top/movie-titlebg.png);
}

.p-movie .p-movie__box {
  display: flex;
  justify-content: space-between;
}

.p-movie__contentbox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-movie__content {
  width: 23.4%;
}

.p-movie__imgbox {
  margin-bottom: 20px;
}

.p-movie__text {
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 1.8;
}

.p-movie .c-shadow_btn {
  letter-spacing: 3px;
}

/*ブライトグループランキング*/
.p-ranking .p-section__titlebox {
  background-image: url(../images/pc/top/ranking-titlebg.png);
}

.p-ranking .c-content {
  padding-top: 55px;
}

.p-rank__box {
  margin-bottom: 18px;
}

.p-rank__box:first-of-type {
  margin-top: 20px;
}

.p-rank__box:last-child {
  margin-bottom: 40px;
}

.p-rank__num,
.p-rank__img,
.p-rank__textbox {
  display: inline-block;
}

.p-rank__num {
  vertical-align: middle;
  padding: 0 3%;
}

.p-rank__img {
  vertical-align: middle;
  padding-right: 4%;
}

.p-rank__textbox {
  vertical-align: top;
}

.p-rank__place {
  font-size: 12px;
}

.p-rank__name {
  font-size: 20px;
  font-weight: bold;
}

/*チャットルームのご案内*/
.p-room .p-section__titlebox {
  background-image: url(../images/pc/top/room-titlebg.png);
}

.p-room .c-content {
  padding: 75px 18px 37px;
}

.p-maparea {
  position: relative;
}

.maparea__box {
  position: absolute;
  text-align: center;
}

.maparea__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.maparea__list {
  list-style: none;
  padding: 15px 18px;
  margin: auto;
  width: 120px;
  text-align: left;
}

.maparea__item {
  margin-bottom: 3px;
  letter-spacing: .5px;
}

.maparea__item a {
  color: #555;
  font-size: 18px;
}

.p-hokkaido {
  top: 84px;
  right: 46px;
}

.p-hokkaido .maparea__title {
  color: #4f7ec3;
}

.p-hokkaido .maparea__list {
  background-color: #84c1ff;
}

.p-kanto {
  top: 438px;
  right: 105px;
}

.p-kanto .maparea__title {
  color: #debf44;
}

.p-kanto .maparea__list {
  background-color: #ffff84;
}

.p-tokai {
  top: 590px;
  right: 325px;
}

.p-tokai .maparea__title {
  color: #63b143;
}

.p-tokai .maparea__list {
  background-color: #84ff84;
}

.p-kitashinetsu {
  top: 135px;
  right: 435px;
}

.p-kitashinetsu .maparea__title {
  color: #d66148;
}

.p-kitashinetsu .maparea__list {
  background-color: #ffc184;
}

.p-kansai {
  top: 164px;
  right: 610px;
}

.p-kansai .maparea__title {
  color: #81d8d0;
}

.p-kansai .maparea__list {
  background-color: #a3ffff;
}

.p-shikoku {
  top: 626px;
  right: 525px;
}

.p-shikoku .maparea__title {
  color: #6d5ba4;
}

.p-shikoku .maparea__list {
  background-color: #c184ff;
}

.p-tyugoku {
  top: 211px;
  left: 85px;
}

.p-tyugoku .maparea__title {
  color: #a873af;
}

.p-tyugoku .maparea__list {
  background-color: #ffbafd;
}

.p-kyushu {
  top: 490px;
  left: 35px;
}

.p-kyushu .maparea__title {
  color: #cc6f94;
}

.p-kyushu .maparea__list {
  background-color: #ff9a96;
}

.p-zaitaku {
  top: 66px;
  left: 54px;
}

.p-zaitaku .maparea__title {
  color: #3eea15;
}

.p-zaitaku .maparea__list {
  background-color: #d0ff90;
}



.p-cta_area {
  background-color: #81d8d0;
  padding: 35px 35px 45px;
}

.p-cta__title {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
  letter-spacing: 2px;
}

.p-cta__title--small {
  font-size: 25px;
}

.p-cta__text {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

/*フッター*/
.p-footerbox {
  max-width: 1000px;
  padding: 42px 0 12px;
  margin: auto;
}

.p-footer__listbox {
  margin-bottom: 55px;
}

.p-footer__list {
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10%;
}

.p-footer__list:nth-child(2) {
  margin-right: 8%;
}

.p-footer__list:last-child {
  margin-right: 0;
}

.p-footer__item {
  margin-bottom: 8px;
}

.p-footer__item a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
}

.p-footer__item:before {
  content: url(../images/pc/common/footer-arrow.png);
  margin-right: 10px;
  vertical-align: text-bottom;
}

.footer__areabox {
  color: #fff;
}

.footer__areatitle {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  min-width: 165px;
}

.footer__arealist {
  color: #fff;
  list-style: none;
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

.footer__areaitem {
  float: left;
  margin-right: 15px;
}

.footer__areaitem:first-child {
  margin-right: 15px;
  margin-left: 10px;
}

.footer__arealist a {
  color: #fff;
  font-size: 12px;
}

.footer_logo {
  text-align: center;
  margin: 20px 0;
}

.footer_logo img{
  max-width: 250px; 
}
.p-copyright {
  text-align: center;
}

/***** 店舗一覧 *****/
.p-store {
  padding-bottom: 20px;
}

.p-store .p-section__titlebox {
  background-image: url(../images/pc/top/voice-titlebg.png);
}

.p-store__box {
  position: relative;
  border: solid 1px #ccc;
  padding: 15px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px #555;
}

.p-store__box-dormemblem {
  position: absolute;
  width: 90px;
  top: 0px;
  left: -15px;
  z-index: 1;
}

.p-store__box_link{
  display: block;
  color:#555;
}

.p-store__box:last-of-type {
  margin-bottom: 0;
}

.p-store__img,
.p-store__textbox {
  display: inline-block;
  vertical-align: top;
}

.p-store__img {
  width: 21%;
}

.p-store__textbox {
  width: 74%;
  margin-left: 3%
}

.p-store__text {
  font-size: 12px;
  line-height: 1.8;
}

.p-store__list__img {
  width: 34%;
  position: relative;
}

.p-storelist__textbox {
  width: 59.5%;
}

.p-storelist__textbox h3 {
  margin-top: 0;
  padding-top: 14px;
  padding-bottom: 11px;
  line-height: 1;
}

.p-storelist__text {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.6;
}

.p-store .c-contact_btn:hover {
  margin: 65px auto 0px;
}


/*****お問い合わせ*****/
.p-contact__titlebox {
  text-align: center;
}

.p-contact__title {
  color: #81d8d0;
  font-size: 36px;
  font-weight: bold;
}

.p-tel__box {
  padding: 6px 15px;
  margin: 90px 0 30px;
}

.p-tel__textbox {
  display: inline-block;
  width: 86%;
}

.p-tel__icon {
  margin-left: 7%;
}

.p-tel__title {
  color: #f46837 !important;
  font-size: 32px !important;
  font-weight: bold !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 3% !important;
  border-bottom: none !important;
  border-left: none !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.p-tel__num {
  color: #555;
  font-size: 42px;
  font-weight: bold;
  border-bottom: solid 1px #999;
  vertical-align: middle;
  margin-left: 5%;
  letter-spacing: 3.6px;
}

.p-line__box {
  padding: 2px 15px;
  margin-bottom: 30px;
}

.p-line__icon {
  margin-left: 7%;
}

.p-line__title {
  color: #29af00 !important;
  font-size: 32px !important;
  font-weight: bold !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 3% !important;
  border-bottom: none !important;
  border-left: none !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.p-line__title--sub {
  color: #555;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.p-line__id {
  color: #555;
  font-size: 22px;
  margin-left: 4%;
  vertical-align: middle;
}

.p-line__id span {
  font-size: 32px;
  border-bottom: solid 1px #999;
  letter-spacing: 1px;font-weight: bold;
  padding-bottom: 7px;
}

.p-line__qr {
  margin-left: 3%;
}

.p-formtable {
  width: 100%;
  margin-bottom: 40px;
}

.p-formtable th {
  background-color: #f2ffff;
  font-size: 16px;
  font-weight: bold;
  width: 25%;
}

.p-formtable th,
.p-formtable td {
  border: solid 1px #999;
  padding: 38px;
}

.p-formtable td {
  padding: 40px 45px;
}

.p-formtable input[type="text"],
.p-formtable input[type="tel"],
.p-formtable input[type="email"] {
  background-color: #f4f4f4;
  border: none;
  padding: 10px;
  width: 100%;
}

.p-formtable__place {
  width: 180px;
}

.p-formtable textarea {
  width: 100%;
  background-color: #f4f4f4;
  border: none;
}

.p-red-nead {
  margin-left: 3%;
}

.p-contact-btn:hover{
  margin-bottom: 0;
}

.p-formtable__radio--input {
  display: none;
}

.p-formtable__radio--label {
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
}

.p-formtable__radio--label:before{
  content: "";
  display: block;
  position: absolute;
  top: 12%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #979797;
}

.p-formtable__radio--input:checked + .p-formtable__radio--label::after {
    content: "";
    display: block;
    position: absolute;
    top: 12%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 4px #65b5c3;
}

.p-formtable .p-radiobox .p-formtable__radio--label:first-of-type {
    width: 16%;
}

.p-half {
  display: none;
}

.c-form__content .c-contact_btn:hover {
  margin: 25px auto -5px;
}


/*****店舗詳細*****/
.p-store {
  padding-bottom: 40px;
}

.p-store__info {
  width: 94%;
  margin: 0 auto 40px;
}

.p-store__imgbox {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.bx-wrapper {
  box-shadow: 0 0 0 #000;
  border: 0;
  margin-bottom: 10px;
}

#bx-pager a {
  display: inline-block;
  /*width: 32.6%;*/
  width: 32%;
  margin-right: 1.8%;
}

#bx-pager a:last-child {
  margin-right: 0;
}

.p-store__infobox {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
}

.p-store__infobox table {
  width: 100%;
}

.p-store__infobox tr {
  border-bottom: solid 1px #7b7b7b;
}

.p-store__infobox th,
.p-store__infobox td {
  font-size: 13px;
  padding: 20px 20px 20px 0;
}

.p-store__infobox th {
  width: 85px;
  padding-left: 0;
  vertical-align: top;
}

.p-store__infobox tr:first-child th,
.p-store__infobox tr:first-child td {
  padding-top: 0;
}

.new-store h4 {
  color:#FF9900;
}
.new-store {
  padding-bottom: 40px;
}

.new-store__info {
  width: 94%;
  margin: 0 auto 40px;
}

.new-store__imgbox {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.new-store__imgbox-dormemblem {
  position: absolute;
  width: 90px;
  top: -16px;
  left: -26px;
}

.new-store__infobox {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
}

.new-store__infobox table {
  width: 100%;
}

.new-store__infobox tr {
  border-bottom: solid 1px #7b7b7b;
}

.new-store__infobox th,
.new-store__infobox td {
  font-size: 13px;
  padding: 20px 20px 20px 0;
}

.new-store__infobox th {
  width: 85px;
  padding-left: 0;
  vertical-align: top;
}

.new-store__descbox {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
}
.new-store__descbox > h4{
  margin-top: 0;
}

.new-store__title {
  display: block;
  width: 94%;
  margin: 0 auto;
  margin-bottom: 12px;
}

.new-store__heading--prefectures{
  border-radius: 10px 10px 10px 10px;
  background: #5e8efd;
  color: #fff;
  padding: 2px 6px 4px 12px;
  font-size: 22px;
}

.new-store__heading--store {
  font-size: 32px;
  font-weight: bold;
  padding-left: 8px;
  vertical-align: middle;
}

.new-store__heading--distance {
  font-size: 14px;
  font-weight: lighter;
}
.new-store__heading--other{
    margin-top: 4px;
}

.new-store__title_rating {
  display: inline-block;
}

.new-store__title_dorm {
  display: inline-block;
  padding-left: 16px;
}
.new-store__title_dorm .dorm {
  font-size: 22px;
}





.new-store__staff_voice {
  
}

.new-store__staff_voice--heading {
  font-size: 26px;
}

.new-store__staff_voice--balloon {
  position: relative;
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px 10px 0;
  padding: 48px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 24px;
  border-radius: 18px;
  background: #81d4cb;
}

.new-store__staff_voice--balloon:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #81d4cb;
}


.new-store__staff_voice--balloon p {
  margin: 0;
  padding: 0;
}

.new-store__staff_voice--bustshot {
  display: inline-block;
}

.new-store__staff_voice--bustshot > img {
  height: 200px;
}

.new-store__balloon-heading {
  position: relative;
  margin-bottom: 38px;
  padding: 4px 6px;
  font-size: 21px;
  color: #fff;
  border-radius: 18px;
  background: #81d4cb
}

.new-store__balloon-heading:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #81d4cb;
}

.new-store__balloon-heading-pink {
  position: relative;
  margin-bottom: 38px;
  padding: 4px 6px;
  font-size: 21px;
  color: #fff;
  border-radius: 18px;
  background: #FF00FF
}

.new-store__balloon-heading-pink:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FF00FF;
}

.new-store__balloon-heading > .svg-inline--fa,
.new-store__balloon-heading-pink > .svg-inline--fa {
  font-size: 32px;
  margin-left: 6px;
}


.new-store__chatlady_voice {
}

.new-store__chatlady_voice--content{
  position: relative;
  margin-bottom: 24px;
}

.new-store__chatlady_voice--content img {
  display: inline-block;
  width: 23%;
  vertical-align: top;
}

.new-store__chatlady_voice--balloon {
  display: inline-block;
  width: 68%;
  position: relative;
  margin-left: 16px;
  padding: 8px 8px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  border-radius: 18px;
}
.new-store__chatlady_voice--balloon:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -30px;
  border: 8px solid transparent;
  border-right: 8px solid #FFF;
  z-index: 2;
}
.new-store__chatlady_voice--balloon:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -30px;
  border: 8px solid transparent;
  border-right: 8px solid #555;
  z-index: 1;
}

.new-store__chatlady_voice--profile {
  background: #81d4cb;
  width: 90px;
  height: 90px;
  color: #fff;
  text-align: center;
  border-radius: 45px;
  position: absolute;
  bottom: -8px;
  left: -8px;
  box-shadow: 6px 6px 6px #484848;
  z-index: 1;
}

.new-store__chatlady_voice--name {
  font-size: 22px;
  margin: 0;
  padding-top: 18px;
}

.new-store__chatlady_voice--age {
  font-size: 20px;
  margin: 0;
  margin-top: -6px;
}
.new-store__chatlady_voice--name span { font-size: 14px; }
.new-store__chatlady_voice--age span { font-size: 14px; }

.new-store__chatlady_attention {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 14px;
}
.new-store__chatlady_attention--wrap {
  padding: 14px 8px 8px;
  border: solid 1px #999;
}
.new-store__chatlady_attention--textwrap {
  height: auto;
  overflow: hidden;
}
.new-store__chatlady_attention--wrap img {
  float: right;
  margin-left: 8px;
  width: 220px;
}

.new-store__chatlady_popular {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 14px;
}
.new-store__chatlady_popular--wrap {
  padding: 14px 8px 8px;
  border: solid 1px #999;
}
.new-store__chatlady_popular--textwrap {
  height: auto;
  overflow: hidden;
}
.new-store__chatlady_popular--wrap img {
  float: right;
  margin-left: 8px;
  width: 220px;
  }
.new-store__chatlady_popular--subheading {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 14px 0;
}
.new-store__chatlady_popular--content {
  font-size: 14px;
  margin: 0 0 16px 0;
}

.new-store .line_cv_btn {
    margin: 24px 0;
    text-align: center;
}

@media screen and (max-width:680px) {
  .new-store{
    padding: 0;
  }
  .new-store__heading {
    margin: 0;
  }
  .new-store__heading--prefectures {
    border-radius: 8px;
    padding: 4px;
    font-size: 22px;
  }
  .new-store__heading--store {
    font-size: 24px;
    padding-left: 4px;
  }
  .new-store__heading--distance {
    font-size: 18px;
    padding-left: 0px;
    display: inline-block;
  }
  .new-store__title_dorm {
    padding-left: 0px;
  }
  .new-store__info {
    width: 100%;
    margin-bottom: 0;
  }
  .new-store__imgbox {
      width: 100%;
      display: block;
  }
  .new-store__descbox {
    width: 94%;
    margin: 0 auto;
    display: block;
    margin-bottom: 14px;
  }
  .new-store__descbox > h4 {
      margin-top: 14px;
      font-size: 16px;
      font-weight: bold;
  }
  .new-store__descbox > p {
    font-size: 14px;
  }
  .new-store__infobox {
    width: 94%;
    display: block;
    margin: 0 auto;
    padding-bottom: 14px;
  }
  .new-store__infobox tr:first-child {
    border-top: solid 1px #7b7b7b;
  }
  .new-store__infobox th, .new-store__infobox td {
    font-size: 14px;
    padding: 10px 20px 10px 0;
  }
  .new-store__infobox th:first-child, .new-store__infobox td:first-child {
    padding-top: 10px;
  }
  .new-store__staff_voice {
    width: 94%;
    margin: 0 auto;
  }
  .new-store__staff_voice--heading {
    font-size: 16px;
    font-weight: bold;
  }
  .new-store__staff_voice--balloon {
    width: 60%;
    margin: 8px 8px 8px 0;
    padding: 8px 10px;
  }
  .new-store__staff_voice--balloon p {
    font-size: 14px;
  }
  .new-store__staff_voice--bustshot {
    width: 35%;
  }
  .new-store__staff_voice--bustshot > img {
    height: auto;
  }

  .new-store__balloon-heading{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .new-store__balloon-heading > .svg-inline--fa,
  .new-store__balloon-heading-pink > .svg-inline--fa {
    font-size: 18px;
    margin: 0 2px;
  }
  .new-store__chatlady_voice {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 14px;
  }
  .new-store__balloon-heading-pink {
    font-size: 16px;
    font-weight: bold;
  }

  .new-store__chatlady_voice--balloon {
    padding: 0px 4px 0 8px;
  }
  .new-store__chatlady_voice--balloon h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0;
  }
  .new-store__chatlady_voice--balloon p {
    font-size: 12px;
  }

  .new-store__chatlady_voice--profile {
    width: 60px;
    height: 60px;
  top: 56%;
    left: -4%;
  }

  .new-store__chatlady_voice--name {
    font-size: 14px;
    margin: 0;
    padding-top: 14px;
    text-align: center!important;
  }

  .new-store__chatlady_voice--age {
    font-size: 14px;
    margin: 0;
    margin-top: -4px;
    text-align: center!important;
  }
  .new-store__chatlady_voice--name span {font-size: 10px;}
  .new-store__chatlady_voice--age span {font-size: 10px;}

  .new-store__chatlady_attention {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 14px;
  }
  .new-store__chatlady_attention--wrap {
    padding: 14px 8px 8px;
    border: solid 1px #999;
  }
  .new-store__chatlady_attention--wrap img {
    float: right;
    margin-left: 4px;
    width: 120px;
  }
  .new-store__chatlady_attention--subheading {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 14px 0;
  }
  .new-store__chatlady_attention--content {
    font-size: 14px;
    margin: 0 0 16px 0;
  }

  .new-store__chatlady_popular {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 14px;
  }
  .new-store__chatlady_popular--wrap {
    padding: 14px 8px 8px;
    border: solid 1px #999;
  }
  .new-store__chatlady_popular--wrap img {
    float: left;
    margin-right: 8px;
    margin-left: 0;
    width: 120px;
  }
  .new-store__chatlady_popular--subheading {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 14px 0;
  }
  .new-store__chatlady_popular--content {
    font-size: 14px;
    margin: 0 0 16px 0;
  }

}



.p-catch_copy {
  color: #fff;
  background-color: #81d4cb;
  font-size: 28px;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 2px;
}

.p-appeal {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
}

.p-appeal__box {
  width: 31%;
}

.p-appeal__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 5px;
}

.p-point {
  margin-bottom: 60px;
}

.p-point__subheading {
  font-weight: bold;
  margin: 16px 0 8px;
}

.p-detailstore-text {
  margin-bottom: 0;
}

.p-store-detail-title {
  font-size: 32px;
}

/*ブログ*/
.p-blog {
  padding-bottom: 20px;
}

.p-blog__contentbox {
  margin-top: 30px;
}

.p-blog .p-section__titlebox {
  background-image: url(../images/pc/top/voice-titlebg.png);
}

.p-blog__box {
  margin-bottom: 40px;
}

.p-blog__box:last-of-type {
  margin-bottom: 0;
}

.p-blog__img,
.p-blog__textbox {
  display: inline-block;
  vertical-align: top;
}

.p-blog__img {
  width: 21%;
  margin-left: 0%;
}

.p-blog__textbox {
  width: 74%;
  margin-left: 3%
}

.p-blog__text {
  font-size: 12px;
  line-height: 1.8;
}

/***** 固定ページ *****/
#page h2 {
  color: #81d8d0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#page h3 {
  color: #f46837;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0 8px 5px;
  border-bottom: solid 1px #f46837;
  border-left: solid 8px #f46837;
  margin-top: 30px;
}

#page h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 4px 0 10px 0;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #f98989;
  margin-left: 10px;
  border-bottom: solid 1px #70758c;
}

#page p {
  /*font-size: 16px;*/
}

#page .h3box {
  margin-bottom: 125px;
}

#page .h4box {
  margin-bottom: 80px;
}

#page .half {
  width: 50%;
}

#page .column2 {
  display: flex;
  width: 69%;
  margin-bottom: 60px;
}

#page .column2 > div {
  margin-left: 4%;
}

#page .column2 > div h3 {
  margin-top: 0;
}

#page ul {
  padding-left: 20px;
/*  margin-top: 50px;
  margin-bottom: 70px;*/
}

#page li {
  margin-bottom: 1px;
}

#page .more {
  color: #fff;
  background: #81d8d0;
  display: inline-block;
  padding: 6px 25px;
  text-align: center;
  margin-bottom: 30px;
}

#page .button {
  color: #fff;
  font-size: 22px;
  background-color: #81d8d0;
  border-radius: 4px;
  border: 0;
  padding: 16px 0;
  margin: 0 0 5px;
  display: block;
  text-align: center;
  box-shadow: 0 5px 0 #3fb8ad;
  width: 50%;
}

#page .button:hover {
  margin: 10px 0 -5px;
  box-shadow: 0 0 0 #3fb8ad;
}

/* 寮完備店舗のご紹介 */
.area_link a {
  color: #fff;
  background: #65dacd;
  font-size: 18px;
  padding: 15px;
  width: 30%;
  display: inline-block;
  margin-right: 5%;
  text-align: center;
}
.area_link a:last-child {
  margin-right: 0;
}
.area_link a:hover{
  opacity: .7;
}
.area_link {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.te_cen {
  text-align: center !important;
  margin: 50px 0 !important;
  font-size: 42px !important;
}
.p-livein-txt{
  color: #f46837;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0 8px 5px;
  border-bottom: solid 2px #f46837;
  border-left: solid 8px #f46837;
  margin-top: 30px;
}
.page_re {
  padding: 1% 10px 0;
}
.page_re h2 {
  color: #81d8d0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.livein-area{
  padding: 0 10px 70px;
}
.inside_ichiojo {
  font-size: 18px;
  color: #ff7982;
/*  border-bottom: 2px solid #adadad;*/
  padding: 30px 0 7px 15px;
  margin-bottom: 30px;
  margin-left: 10px;
}
.livein-des{
  margin: 0 10px;
  font-size: 16px; 
}
.recomment_box{
  padding-top: 50px;
}
.recomment_area {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
.towm_area_img {
  width: 50%;
  display: inline-block;
}
.towm_area_img img {
  width: 100%;
}
.town_area {
  width: 50%;
  display: inline-block;
}
.town_area p:first-child {
  color: #fff;
  font-size: 32px;
  background: #7ecef4;
  text-align: center;
  margin: 0;
}
.town_area p:nth-child(2) {
  font-size: 24px;
  padding: 27px 10px 0px 40px;
  line-height: 2;
  margin: 0;
}
.tokyo_pdt {
  padding-top: 40px !important;
}
.tokyo_area li {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #adadad;
  box-shadow: 1px 1px 3px 0px #7d7d7d;
  margin-top: 50px;
  padding: 15px;
}
.tokyo_area ul {
  padding-left: 0 !important;
}
.tokyo_area_img {
  width: 34%;
}
.tokyo_area_img img {
  width: 100%;
}
.area_guide {
  margin-top: 50px;
  color: #63ded2;
  display: flex;
  flex-wrap: wrap;
}
.area_guide p:first-child {
  color: #555;
  font-size: 26px;
  font-weight: bold;
  background: #fcff8a;
  padding: 15px 60px;
  border-radius: 9px;
  margin-right: 40px;
}
.area_guide p:nth-child(2) {
  display: inline-block;
  padding-top: 20px;
}
.shogai {
  width: 60%;
  margin: 10px 0px 10px 30px;
}
.shogai p:first-child {
  font-size: 20px;
  border-bottom: 1px solid #cecece;
  padding: 3px 0;
  font-weight: bold;
}
.shogai p:nth-child(2n) {
  text-indent: -15px;
  padding-left: 10px;
}
.outside_area_link {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.soundper01 {
  max-width: 1000px;
  text-align: center;
  width: 100%;
  padding: 0 18px;
  margin: 0 auto;
}
.soundper {
  padding: 0 10px;
} 
.sample_san {
  padding: 35px 70px 60px 90px !important;
  color: #535353;
  font-size: 20px;
  margin: 0 !important;
}
.sample_san li {
  text-align: left;
  text-indent: -21px;
  padding-left: 20px;
  margin: 0 !important;
  list-style: none;
}
.sample_san li:nth-child(even) {
  text-align: right;
  font-weight:normal;
  font-size: 16px;
  margin-bottom: 0.4rem !important;
}
.melito {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:90px;
  margin-top: 50px;
}
.melito12 {
  width: 48.96%;
  display: inline-block;
  border: solid 2px #81d8d0;
  box-shadow: 5px 5px 0px #81d8d0;
}
.melito1 {
  margin-right: 18px;
}
.c-section____title {
  background: url(../images/pc/dormitory/melito.png);
  background-repeat: no-repeat;
    background-size: 100% 100%;
}
.c-section___title {
  background: url(../images/pc/dormitory/demerit.png);
  background-repeat: no-repeat;
    background-size: 100% 100%;
}
.c-section__title12 {
  font-size: 32px;
  font-family: "heisei-maru-gothic-std";
  color: #81d8d0;
  padding: 40px 20px 44px;
  margin-bottom: 20px;
  text-align: center;
}
.melito li {
  padding: 20px 0px 5px 45px;
  border-bottom: 1px solid #f18564;
  font-size: 17px;
  text-align: left;
  text-indent: -16px;
  list-style: none;
}
.melito2 li {
  border-bottom: 1px solid #cecece;
}
.melito2 p {
  padding: 40px 15px 44px 0px;
}
.melito ul {
  padding-right: 20px;
  padding-bottom: 20px;
}
.area_pd02,.area_pd04 {
  padding: 27px 20px 0px 10px !important;
}
.area_bg02 {
  background: #8fc31f !important; 
}
.area_bg03 {
  background: #fff100 !important;
}
.area_bg04 {
  background: #f19149 !important;
}
.area_link_sz a {
  font-family: "Hiragino Kaku Gothic W3","Hiragino Kaku Gothic ProN","Noto Sans Japanese", "メイリオ", sans-serif;
  font-weight: 100 !important;
  font-size: 14px !important;
}
.p-section_titlebox {
  background: url(../images/pc/dormitory/can_stay.png);
  font-size: 34px;
  font-weight: bold;
  font-family: "heisei-maru-gothic-std";
  color: #81d8d0;
  margin: 0 !important;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 2px solid #81d8d0;
}
.p-section_titlebox h2 {
  margin: 0 !important;
}

/* 寮の魅力紹介 */
.shinjukuryo {
  display: flex;
  flex-wrap: wrap;
}
.aki_img01 {
  width: 27%;
  margin: 45px 47px 0 20px;
}
.aki_img01 img {
  width: 100%;
}
.shinjuku_sound {
  width: 60%;
  margin-top: 45px;
}
.shinjuku_sound p:first-child {
  color: #ff7982;
  font-size: 22px;
  font-weight: bold;
}
.shinjuku_sound_txid {
  padding-left: 22px;
  text-indent: -28px;
}
.shinjuku_sound p:nth-child(2) {
  font-weight: bold;
}
.shinjuku_sound_pd {
  padding-left: 15px;
}
.walk_shinjuku {
  margin-top: 0;
  background: #ffbcc0;
  border-radius: 10px;
  padding: 10px 5px 10px 20px;
  font-weight: bold;
}
.walk_shinjuku p:first-child {
  color: #fff;
}
.walk_shinjuku  p {
  padding-left: 10px;
}
.walk_shinjukulist {
  text-indent: -14px;
  margin-left: 10px;
}
.ue_img01 {
  width: 50%;
  margin: 45px 25px 0 5px;
}
.ue_img01 img {
  width: 100%;
}
.big_shinjuku p {
  font-weight: normal !important;
}
.small_shinjuku_sound {
  width: 45%;
}
.small_shinjuku_sound p:first-child {
  color: #63ded2;
  font-weight: bold !important;
  margin-bottom: 20px;
}
.small_shinjuku_sound span {
  font-size: 16px;
  font-weight: normal !important;
}
.small_shinjuku_sound p:nth-child(2) {
  font-size: 18px;
}
.shinjukuryo_btmr {
  margin-bottom: 110px;
}
.shinjukuryo_btmrlast {
  margin-bottom: 30px;
}
.soundper01 h3 {
  text-align: left;
}
.soundper01 .inside_ichiojo{
  text-align: left;
}
#page .p-section_titlebox .c-section__title{
  text-align: left;
}

@media screen and (max-width:1400px) {
  /*ヘッダー*/
  .p-mainvisual > img {
    width: 100%;
    height: auto;
  }

  .p-mainvisual__text {
    font-size: 13px;
  }

  .p-mainvisual__catch_copy {
    font-size: 3vw;
  }

  .p-mainvisual__catch_copy--lg {
    font-size: 3vw;
  }

  .p-menubox {
    top: 17%;
  }

  @-moz-document url-prefix() {
    .p-menubox {
      top: 20%;
    }
  }

  @-moz-document url-prefix() {
  .p-menubox a:nth-child(2) {
    top: 0%;
  }

  .p-menubox a:nth-child(3) {
    top: 26%;
  }

  .p-menubox a:nth-child(4) {
    top: 45%;
  }
}

}
@media screen and (max-width: 1200px) {
  /* 寮完備店舗のご紹介 */
  .area_guide p:first-child {
    margin-right: 10px;
  }
  .melito12 {
    width: 47.96%;
  }
  .melito2 p {
      padding: 38px 29px 40px 0px;
  }
  .melito1 p {
      padding: 38px 0px 40px 62px;
  }
  .sample_san {
  padding: 35px 44px 60px 90px !important;
  }
  .melito li {
      padding: 20px 0px 5px 30px; 
  }
}

@media screen and (max-width: 1100px){
  /* 寮完備店舗のご紹介 */
  .area_link a {
    width: 32%;
      margin-right: 2%;
      padding: 7px;
  }
  .recomment_area {
    margin-bottom: 50px;
  }
  .town_area p:nth-child(2) {
      line-height: 1.7;
      padding: 5px 3px 0px 30px;
  }
  .sample_san {
    font-size: 20px;
    padding: 35px 40px 60px 64px !important;
  }
  /* 寮の魅力紹介 */
  .small_shinjuku_sound p:first-child {
    margin-bottom: 10px;
  }
  .small_shinjuku_sound p:nth-child(2) {
    font-size: 16px;
  }
  .small_shinjuku_sound {
    padding: auto 0;
  }
  .ue_img01 {
    width: 50%;
  }
}

@media screen and (max-width:1000px) {
  .p-headerbox__logo {
    margin: 1.8% 7% 0 9.2%;
  }
  .p-headerbox__addressbox .p-headerbox__contactlinkbox div {
    font-size: 1.24vw;
    margin-left: 5%;
  }

  .p-nav__item a {
    font-size: 1.4vw;
  }

  .p-charm__itembox {
    margin-right: 1%;
  }


  /*お知らせ*/
  .p-news__box > div:last-child {
    width: 72%;
  }

  /*チャットルームのご案内*/
  .maparea__list {
    max-width: 120px;
    width: 100%;
  }

  .maparea__title {
    font-size: 2.1vw;
  }

  .maparea__item a {
    font-size: 1.8vw;
  }

  .p-hokkaido {
    top: 10%;
    right: 4.5%;
  }

  .p-kanto {
    top: 50%;
    right: 10.5%;
  }

  .p-kitashinetsu {
    top: 15%;
    right: 44%;
  }

  .p-tokai {
    top: 68%;
    right: 33%;
  }

  .p-kansai {
    top: 19%;
    right: 61%;
  }

  .p-shikoku {
    top: 68%;
    right: 53%;
  }

  .p-tyugoku {
    top: 20%;
    left: 8%;
  }

  .p-kyushu {
    top: 50%;
    left: 4.5%;
  }

  .p-cta__title {
    font-size: 4.2vw;
  }

  .p-cta__text {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 992px){
  /* 寮完備店舗のご紹介 */
  .area_link {
    width: 100%;
  }
  .area_link a {
    width: 32.6%;
      margin-right: 1%;
      font-size: 16px;
  }
  .area_guide p:nth-child(2) {
    width: 100%;
  }
  .melito ul {
    padding-left: 10px !important;
    padding-right: 10px;
  }
  .town_area p:nth-child(2) {
      font-size: 22px;
      padding: 0px 10px 15px 40px;
  }
  .town_area p:first-child {
    font-size: 40px;
  }
  .recomment_area {
    margin-bottom: 40px;
  }
  .melito2 p {
      padding: 35px 29px 35px 0px;
  }
  .melito1 p {
      padding-top: 35px;
      padding-bottom: 35px;
  }
  /* 寮の魅力ご紹介 */
  .aki_img01 {
      width: 35%;
      margin: 45px 10px 0px 20px;
  }
  .shinjuku_sound {
    margin-right: 0;
    margin-left: 0;
  }
  .ue_img01 {
    margin-right: 10px;
  }
  .small_shinjuku_sound {
    width: 47% !important;
    padding: 0 5px 0;
  }
  .shinjuku_sound p {
    margin: 0;
  }
}

@media screen and (max-width: 900px){
  /* 寮完備店舗のご紹介 */
  .area_link_sz a {
    padding: 5px 3px !important;
  }
  .sample_san {
    padding: 35px 30px 40px 30px !important;
  }
}

@media screen and (max-width: 860px){
  /* 寮完備店舗のご紹介 */
  .area_link a {
    padding: 5px 3px !important;
    width: 70%;
    margin: 5px auto;
  }
  .area_link {
    text-align: center;
  }
  .town_area p:first-child {
      font-size: 34px;
  }
  .town_area p:nth-child(2) {
      font-size: 20px;
      padding: 0px 0px 0px 15px;
  }
  .area_link_sz a {
    padding: 7px 7px !important;
  }
  .c-section__title12 {
    font-size: 28px;
  }
}

@media screen and (max-width: 765px){
  /* 寮完備店舗の紹介 */
  .tokyo_area li {
    display: block;
  }
  .shogai {
    margin: 0;
    width: 100%;
  }
  .tokyo_area_img {
    width: 100%;
  }
  .maparea__list {
    list-style: none;
    padding: 5px 10px;
  }
  .area_link a {
    padding: 15px 7px !important;
    margin: 10px auto;
  }
  .town_area p:nth-child(2) {
      font-size: 18px;
  }
  .melito2 p {
      padding-top: 25px;
      padding-bottom: 25px;
  }
  .melito1 p {
      padding-top: 25px;
      padding-bottom: 25px;
  }
  .sample_san {
    font-size: 2.5vw;
  }
  /* 寮の魅力紹介 */
  .shinjukuryo {
    display: block;
  }
  .aki_img01 {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .small_shinjuku_sound {
    width: 100% !important;
    margin: 20px auto;
  }
  .shinjuku_sound {
    width: 100%;
    margin: 20px auto;
  }
  .ue_img01 {
    width: 100%;
    margin: 0;
  }

}

@media screen and (max-width:680px) {
  p {
    font-size: 6.5vw;
    text-align: left;
  }

  .p-mainvisual {
    padding-top: 123%;
  }

  .p-mainvisual .u-sp {
    position: absolute;
    top: 13px;
  }

  .p-headerbox__navbox {
    position: fixed;
    background-color: #81d4cb;
    border-top: solid 1px #555;
  }

  .p-headerbox__contactlinkbox {
    display: flex;
    padding: 0 10px;
    font-size: 4vw;
    text-align: left;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div {
    font-size: 3.6vw;
    width: 57%;
    margin-left: 0;
  }

  .p-headerbox__addressbox {
    /*padding-bottom: 2%;*/
    padding-top: 0px;
    border-bottom: .7px solid #fff;
  }

  .p-headerbox__addressbox a {
    font-size: 24px;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox{
   padding-top: 1%;
   padding-bottom: 1%;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div:first-child {
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div:last-child {
    display: none;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div {
    font-weight: normal;

  }

  .p-headerbox__addressbox > div:last-child img {
    width: 13%;
    vertical-align: text-top;
    margin-right: 5%;
  }
  .c-nav {display: none;}
  .c-nav2{
    display: block;
    position: relative;
    z-index: 9;
  }

  .p-nav__list {
    display: block;
    background-color: #fff;
  }

  .p-nav__list > li {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .p-nav__list > li a {
    color: #fff;
    background-color: #81d4cb;
    font-size: 4vw;
    padding: 6% 0;
    border-bottom: solid 1px #fff;
    text-align: left;
    text-indent: 10px;
    padding-left: 1%;
    font-weight: normal;
  }

  .p-nav__list > li:nth-child(3) a {
    padding: 6% 0;
  }

  .p-nav__list > li .sub-menu{
    padding: 0;
    margin: auto;
    list-style: none;
    display: flex;
    align-items: center;
  }
  .p-nav__list > li .sub-menu {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 25%;
  }
  .accordion ul {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .accordion ul li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    border-top:solid 1px #fff;
  }
  .accordion > ul li a{
    display: block;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    text-indent: 10px;
    padding-left: 1%;
    font-weight: normal;
  }

  .accordion .sub-menu{
      display: none;
      margin-top: 8px;
      margin-bottom: -8px;
      background-color: #27a79a;
  }
  .accordion .sub-menu a{

  }







  .p-headerbox__addressbox .p-sptopmenu {
    display: block;
    padding: 0 10px;
    margin-top: 2%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }

  .p-headerbox__addressbox .p-sptopmenu a {
    color: #81d4cb;
    background-color: #fff;
    font-size: 3vw;
    font-weight: normal;
    text-align: center;
    padding: 2% 1%;
    display: block;
    width: 31%;
  }

  .p-menu-trigger,
  .p-menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .p-menu-trigger {
    position: absolute;
    top: -5%;
    right: 20%;
    z-index: 9999;
    width: 15%;
    padding: 5% 0%;
  }

  .p-menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 4% 0;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
    width: 70%;
  }

  .p-menu-trigger span:nth-of-type(1) {
    top: 17%;
  }

  .p-menu-trigger span:nth-of-type(2) {
    top: 42%;
  }

  .p-menu-trigger span:nth-of-type(3) {
    top: 67%;
  }

  .p-menu-trigger.active {
    background-color: #fff;
  }

  .p-menu-trigger.active span {
    background-color: #3895ae;
    padding: 3% 0
  }

  .p-menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(2.5vw) rotate(-45deg);
    transform: translateY(2.5vw) rotate(-45deg);
  }

  .p-menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .p-menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.5vw) rotate(45deg);
    transform: translateY(-2.5vw) rotate(45deg);
  }

  .p-headerbox {
    display: block;
    position: relative;
  }

  .p-headerbox__logo {
    text-align: left;
    margin: 2% 2% 1.3%;
  }

  .p-headerbox__logo img {
    width: 35%;
  }

  .p-section__titlebox {
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .p-charm .p-section__titlebox {
    background-image: url(../images/sp/top/charm-titlebg.png);
  }

  /*メインビジュアル*/
  .p-mainvisual__textbox {
    top: 48%;
    left: 0;
    right: 0;
    padding: 4%;
    margin: auto;
    width: 82%;
  }

  .p-mainvisual__text {
    font-size: 3vw;
  }

  .p-mainvisual__catch_copy {
    font-size: 6.5vw;
  }

  .p-mainvisual__catch_copy--lg {
    font-size: 6.5vw;
  }

  /*ブライトグループの魅力*/
  .p-charm__area {
    margin-bottom: 4%;
  }

  .p-charm__itembox {
    width: 100%;
  }

  .p-charm__textbox {
    /*background-image: url(../images/sp/top/lady01.png);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
  }
  .p-charm__area > .p-charm_bg:nth-child(1) > .p-charm__textbox { background-image: url(../images/sp/top/lady01.png);}
  .p-charm__area > .p-charm_bg:nth-child(2) > .p-charm__textbox { background-image: url(../images/sp/top/lady02.png);}
  .p-charm__area > .p-charm_bg:nth-child(3) > .p-charm__textbox { background-image: url(../images/sp/top/lady03.png);}
  .p-charm__area > .p-charm_bg:nth-child(4) > .p-charm__textbox { background-image: url(../images/sp/top/lady04.png);}
  .p-charm__area > .p-charm_bg:nth-child(5) > .p-charm__textbox { background-image: url(../images/sp/top/lady05.png);}
  .p-charm__area > .p-charm_bg:nth-child(6) > .p-charm__textbox { background-image: url(../images/sp/top/lady06.png);}
  .p-charm__area > .p-charm_bg:nth-child(7) > .p-charm__textbox { background-image: url(../images/sp/top/lady07.png);}
  .p-charm__area > .p-charm_bg:nth-child(8) > .p-charm__textbox { background-image: url(../images/sp/top/lady08.png);}

  .p-chatlady__content > .p-charm_bg:nth-child(1) > .p-charm__textbox { background-image: url(../images/sp/top/lady11.png);}
  .p-chatlady__content > .p-charm_bg:nth-child(2) > .p-charm__textbox { background-image: url(../images/sp/top/lady12.png);}
  .p-chatlady__content > .p-charm_bg:nth-child(3) > .p-charm__textbox { background-image: url(../images/sp/top/lady13.png);}
  .p-chatlady__content > .p-charm_bg:nth-child(4) > .p-charm__textbox { background-image: url(../images/sp/top/lady14.png);}
  .p-chatlady__content > .p-charm_bg:nth-child(5) > .p-charm__textbox { background-image: url(../images/sp/top/lady15.png);}
  .p-chatlady__content > .p-charm_bg:nth-child(6) > .p-charm__textbox { background-image: url(../images/sp/top/lady16.png);}
  .p-chatlady__content > .p-charm_bg:nth-child(7) > .p-charm__textbox { background-image: url(../images/sp/top/lady17.png);}

  .p-charm__innertextbox {
    min-height: 50vw;
  }

  .p-charm__itembox {
    padding: 0;
  }

  .p-charm__text {
    padding: 4% 34% 0 4%;
    font-size: 13px;
  }

  .p-charm__textbox .p-btn {
    margin: 4% 0 5%
  }

  .p-charm__textbox .p-btn a {
    font-size: 3vw;
    padding: 2% 0;
    margin: auto;
    width: 80%;
  }

  /*プロデューサー紹介*/
  .p-producer .p-section__titlebox {
    background-image: url(../images/sp/top/producer-titlebg.png);
  }

  /*チャットレディのの魅力*/
  .p-chatlady .p-section__titlebox {
    /*background-image: url(../images/sp/top/chatlady-titlebg.png);*/
    background-image: url(../images/pc/top/chatlady-titlebg.png);
    background-size: 150%;
  }

  .p-chatlady__content {
    text-align: left;
    margin-bottom: 6%;
    padding-top: 0;
  }

  .p-chatlady__itembox {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .p-chatlady__itembox:nth-child(1),
  .p-chatlady__itembox:nth-child(6) {
    margin-left: 0;
  }

  .p-chatlady__text {
    font-size: 13px;
    padding: 4% 34% 0 4%;
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  /*女の子の声*/
  .p-voice__box {
    margin-bottom: 4%;
  }

  .p-voice .c-content {
    padding: 0 10px;
  }

  .p-voice .p-section__titlebox {
    background-image: url(../images/sp/top/voice-titlebg.png);
    margin-bottom: 12%;
  }

  .p-voice__textbox {
    width: 100%;
    margin-left: 0;
  }

  .p-voice .c-btnbox {
    margin-top: 3%;
  }

  /*チャットレディのムービー*/
  .p-movie .p-movie__box {
    margin-top: 10%;
    display: block;
  }

  .p-movie .c-content {
      padding-top: 0;
  }

  .p-movie .p-section__titlebox {
    background-image: url(../images/sp/top/movie-titlebg.png);
  }

  .p-movie .c-content {
    display: block;
  }

  .p-movie__content {
    width: 100%;
  }

  .p-movie__imgbox {
    margin-bottom: 5px;
  }

  /*お知らせ*/
  .p-news .p-section__titlebox {
    background-image: url(../images/sp/top/news-titlebg.png);
  }

  .p-news .c-content {
    padding-top: 0;
  }

  .p-news__box:first-child {
    margin-top: 18%;
  }

  .p-news__box > div {
    width: 22%
  }

  .p-news__box > div:last-child {
    margin-left: 3%;
  }

  .p-news__box:last-of-type {
    margin-bottom: 4%;
  }

  .p-news__heading {
    margin: 0 0 2%;
  }

  .p-news__text {
    margin-bottom: 0;
  }

  .p-news .c-btnbox {
    margin-top: 8%;
    letter-spacing: 2px;
  }

  /*ランキング*/
  .p-ranking .p-section__titlebox {
    background-image: url(../images/sp/top/ranking-titlebg.png);
  }

  .p-ranking .c-content {
    padding-top: 8%;
  }

  .p-rank__box:first-of-type {
    margin-top: 4%;
  }

  .p-rank__box:last-child {
    margin-bottom: 8%;
  }

  .p-rank__num {
    width: 16%;
  }

  .p-rank__img {
    width: 25%;
  }

  .p-rank__place {
    font-size: 3vw;
  }

  .p-rank__name {
    font-size: 4vw;
  }

  /*チャットルームご案内*/
  .p-room .c-content {
    padding: 12% 10px 0;
   }

  .p-maparea {
    margin-bottom: 6%;
  }

  .p-room .p-section__titlebox {
    background-image: url(../images/sp/top/room-titlebg.png);
  }

  .maparea__title {
    border-top: solid 1px #fff;
    margin: 0;
  }

  .maparea__box {
    position: static;
  }

  .maparea__list {
    background-color: #fff!important;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .maparea__item {
    margin: 0;
  }

  .maparea__item a {
    font-size: 4vw;
    padding: 2% 0;
    border-bottom: solid 1px #898989;
    text-indent: 1em;
    display: block;
  }

  .maparea__item:last-child a {
    border-bottom: none;
  }

  .p-menubox--sp {
    display: flex;
    background-color: #f78760;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 8;
  }

  .orange_menu {
    background-color: #f78760;
  }

  .p-menubox--sp a {
    color: #fff;
    /* border: solid 2px #ffac8e; */
    font-size: 3.4vw;
    letter-spacing: 1px;
    text-align: center;
    /* padding: 1.5% 0; */
    display: inline-block;
    width: 34%;
  background-color: rgba(255,255,255,255);
  }

  .orange_menu a {
    border: solid 2px #ffac8e;
  }

  .p-menubox--sp a:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }

  .p-menubox--sp a img {
    display: block;
    /* padding-bottom: 2%; */
    margin: auto;
    width: 100%;
  }

  .p-menubox--sp a:last-child img {
    width: 100%;
  }

  .p-cta_area {
    padding: 10% 3% 21%;
  }

  .p-cta__title {
    font-size: 7vw;
  }

  .p-cta__title--small {
    font-size: 4vw;
  }

  .p-cta__text {
    font-size: 3.5vw;
    margin-bottom: 6%;
  }

  /***** 一覧 *****/
  .p-store__box {
    box-shadow: 1px 1px 1px #555;
    margin-bottom: 6%;
  }

  .p-store__list__img {
    width: 100%;
  }

  .p-storelist__textbox {
    width: 100%;
    margin-left: 0;
  }

  .p-store__box .c-more_btn {
    display: block;
  }

  .p-storelist__text {
    font-size: 3.5vw;
  }

  .p-storelist__textbox h3 {
    font-size: 5vw;
    padding: 4% 0 3% 0;
  }

  .p-storelist__text {
    margin-bottom: 2%;
    line-height: 1.4;
  }

  .p-store .c-contact_btn:hover {
  margin: 30px auto 0px;
  }

  .p-voice .c-shadow_btn:hover {
    margin-top: 20px;
  }

  /***** 詳細 *****/
  .p-store {
    padding-bottom: 6%;
  }

  .p-store .c-border-orange-heading,
  .p-store--voice .c-border-orange-heading,
  .p-store--movie .c-border-orange-heading,
  .p-store--blog .c-border-orange-heading {
    padding: 1% 0 1% 3%;
  }

  .p-store-detail-title {
    font-size: 5vw;
    padding: 0 4%;
  }

  .p-store__imgbox {
    width: 100%;
  }

  .p-store__infobox {
    width: 100%;
    margin-left: 0;
  }

  .p-store__info #bx-pager {
    font-size: 0;
  }

  .p-store__info #bx-pager a {
    width: 32%;
    margin-right: 1.8%;
  }

  .p-store__info #bx-pager a:last-child {
    margin-right: 0;
  }

  .p-store__info {
    width: 98%;
  }

  .p-store__infobox th,
  .p-store__infobox td {
    padding: 4% 0;
  }

  .p-store__infobox tr:first-child th,
  .p-store__infobox tr:first-child td {
    font-size: 3.5vw;
    padding: 4% 0;
  }

  .p-store__infobox th {
    width: 20%;
  }

  .p-catch_copy {
    font-size: 4.5vw;
    margin-left: -10px;
    margin-right: -10px;
  }

  .p-appeal {
    display: block;
    margin: 6% 0 4%;
  }

  .p-appeal__box {
    width: 100%;
    margin-bottom: 8%;
  }

  .p-appeal__box div,
  .p-appeal__box p {
    display: inline-block;
    vertical-align: top;
  }

  .p-appeal__box div {
    padding: 0 3%;
    width: 31%;
  }

  .p-appeal__box p {
    font-size: 3.5vw;
    width: 66%;
    letter-spacing: -.5px;
  }

  .p-point {
    margin-bottom: 2%;
  }

  .p-point__subheading {
    font-size: 4.5vw;
    margin: 3% 0 5%;
  }

  .p-point article {
    margin-bottom: 5%;
  }

  .p-store--voice {
    padding-top: 7%;
  }

  .p-store--voice .c-border-heading {
    font-size: 5vw;
    padding-left: 0;
  }

  .p-store--voice .p-voice__box {
    margin-bottom: 0;
  }

  .p-store--voice .c-border-heading--tag {
    padding-top: 5%
  }

  .p-voice__textbox h4 {
    margin-bottom: 1%;
  }

  .p-store--voice .p-voice__text {
    font-size: 3.5vw;
    line-height: 1.4;
    margin-bottom: 2%;
  }

  .p-store--movie {
    padding-top: 7%;
  }

  .p-store--movie .p-movie__contentbox {
    display: block;
  }

  .p-store--movie .p-movie__contentbox img {
    width: 100%;
  }

  .p-store--movie .p-movie__content {
    margin-bottom: 15%;
  }

  .p-store--movie .p-movie__content:nth-child(2) {
    margin-bottom: 0;
  }

  .p-store--movie .p-movie__content p {
    font-size: 4.5vw;
    margin-top: 2%;
    margin-bottom: 2%;
    line-height: 1;
  }

  .p-store--blog {
    padding-top: 7%;
  }

  .p-store--blog .p-blog__box {
    position: relative;
    margin-bottom: 4%;
  }

  .p-store--blog .p-blog__textbox {
    margin-top: 2%;
    width: 97%;
  }

  .p-store--blog .p-blog__img {
    margin-left: 2%;
    width: 33%;
  }

  .p-store--blog .c-border-heading--tag {
    padding-top: 0;
    border-bottom: 0;
    margin-top: 0;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .p-store--blog .p-blog__text {
    font-size: 3.5vw;
    line-height: 1.4;
  }


  /***** お問い合わせ *****/
  .p-contact__title {
    font-size: 6.5vw;
    margin: 3% 0 2%;
  }

  .p-contact__titlebox img {
    width: 12.8%;
  }

  .p-tel__box {
    padding: 2% 0 2% 3%;
    margin: 14% 0 3%;
  }

  .p-tel__textbox {
    width: 84%;
    vertical-align: middle;
  }

  .p-tel__icon {
    margin-top: -2%;
    margin-left: 0;
    width: 14%;
  }

  .p-tel__title {
    font-size: 5vw;
    margin-top: 3%;
    margin-bottom: 1%;
  }

  .p-tel__num {
    font-size: 8vw;
    letter-spacing: 1px;
    line-height: 1;
    padding-bottom: 1%;
    margin-bottom: 2%;
    display: inline-block;
  }

  .p-line__box {
    padding: 2% 3%;
    margin-bottom: 10%;
    position: relative;
  }

  .p-line__icon {
    width: 14%;
    margin-top: 4%;
    margin-left: 0;
  }

  .p-line__title {
    font-size: 5.6vw;
    margin-top: 0;
    margin-left: 2%;
  }

  .p-line__title--sub {
    font-size: 3.8vw;
  }

  .p-line__id {
    font-size: 4vw;
    margin-top: -4%;
    margin-left: 22%;
    display: block;
  }

  .p-line__id span {
    font-size: 6vw;
    letter-spacing: 0px;
    padding-bottom: 0;
  }

  .p-line__qr {
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    margin: auto;
    margin-left: 3%;
    width: 17%;
  }

  .p-formtable {
    margin-bottom: 3%;
  }

  .p-red-nead {
    margin-left: 1%;
  }

  .p-formtable th {
    background-color: #fff;
    margin-bottom: 1%;
  }

  .p-formtable td {
    margin-bottom: 4%;
  }

  .p-formtable th,
  .p-formtable td {
    font-size: 3.5vw;
    border: none;
    padding: 0;
    display: block;
    width: 100%;
  }

  .p-formtable input[type="text"] {
    width: 100%;
  }

  .p-formtable .p-radiobox {
    padding-left: 4%;
  }

  .p-formtable .p-radiobox--last {
    padding-left: 4%;
    margin-bottom: 6%;
  }

  .p-formtable .p-radiobox .p-formtable__radio--label:first-of-type {
    width: 24%;
  }

  .p-formtable__radio--label {
    font-size: 3vw;
    padding-left: 5%;
    margin-right: 6%;
  }

  .p-formtable__radio--label {

  }

  .p-formtable__radio--label:before {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
  }

  .p-formtable__radio--input:checked + .p-formtable__radio--label::after {
    border: solid 2px #65b5c3;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
  }

  .p-half {
    display: inline-block;
  }

  .c-form__content .c-contact_btn:hover {
    margin: 30px auto 0px;
  }

  /***** 固定ページ *****/
  #page h2 {
    font-size: 4.6vw;
  }

  #page h3 {
    font-size: 5vw;
    padding: 1% 0 1% 3%;
  }

  #page h4 {
    font-size: 4.5vw;
    padding: 7% 0 3% 0;
  }

  #page p {
    font-size: 3.5vw;
  }

  #page .h3box {
    margin-bottom: 15%;
  }

  #page .h4box {
    margin-bottom: 4%;
  }

  #page .half {
    width: 100%;
  }

  #page .column2 {
    display: block;
    width: 100%;
    margin-bottom: 4%;
  }

  #page .column2 img {
    width: 100%;
  }

  #page .column2 > div {
    margin-top: 4%;
    margin-left: 0;
  }

  #page .column2 > div h3 {
    margin-top: 0;
  }

  #page ul {
    padding-left: 20px;
    margin-top: 10%;
    margin-bottom: 15%;
  }

  #page li {
    margin-bottom: 5%;
  }

  #page .more {
    color: #fff;
    background: #81d8d0;
    display: inline-block;
    padding: 6px 25px;
    text-align: center;
    margin-bottom: 6%;
  }

  #page .button {
    font-size: 5vw;
    padding: 4% 0;
    width: 100%;
  }

  #page .button:hover {
    margin: 10px 0 -5px;
    box-shadow: 0 0 0 #3fb8ad;
  }
  /* 寮完備店舗のご紹介 */
  .area_link a {
    font-size: 16px;
  }
  .inside_ichiojo {
    padding: 15px 0 7px 10px;
    margin-right: 8px;
  }
  .area_guide p:first-child {
    display: block;
    margin: 0;
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  .area_guide p:nth-child(2) {
    display: block;
  }
  .area_guide {
    margin: 30px 0 0 0;
  }
  .sample_san {
    /*padding: 0 !important;*/
    font-size: 3vw;
  }
  .sample_san li:nth-child(even) {
    font-size: 2.5vw;
  }
  .melito12 {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .melito {
    display: block;
    margin-bottom: 0;
  }
  .towm_area_img {
    width: 100%;
    display: block;
  }
  .town_area {
    width: 100%;
    display: block;
    order: 1;
    margin-top: 20px;
  }
  .town_area p:nth-child(2) {
    padding: 10px;
  }
  .te_cen {
    font-size: 36px !important;
  }
  .melito1 p {
    /*padding: 65px 0px 65px 62px;*/
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .melito2 p {
    /*padding: 65px 29px 65px 0px;*/
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .melito12 p {
    font-size: 32px !important;
  }
  .soundper {
    padding: 0 20px;
  }
  .melito ul {
    margin-bottom: 0px !important;
  }
  .melito1 {
    margin-bottom: 40px;
  }
  .tokyo_area ul {
    margin-bottom: 0 !important;
  }
  .livein-area {
    padding-bottom: 0;
  }
  /* 寮の魅力紹介 */
  .ue_img01 {
    width: 100%;
    margin: 0;
  }
  #page .p-section_titlebox h3{
    font-size: 4vw;
  }
}

@media screen and (max-width:580px){
  .p-headerbox__addressbox .p-headerbox__contactlinkbox div{
    font-size: 3.5vw;
  }
  /* 寮完備店舗のご紹介 */
  .area_link a {
    width: 70%;
    margin-bottom: 10px;
  }
  .sample_san {
    padding: 0 !important;
    font-size: 4vw;
  }
  .sample_san li:nth-child(even) {
    font-size: 3.5vw;
  }
  .melito2 p {
    /*padding: 54px 29px 54px 0px;*/
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .melito1 p {
    /*padding: 54px 0px 54px 62px;*/
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width:480px){
  .p-headerbox__addressbox > div:last-child img{
    width: 11%;
  }
  .p-cta_area {
    padding: 10% 3% 9%;
  }
  /* 寮完備店舗のご紹介 */
  .area_link a {
    font-size: 4vw;
  }
  .town_area p:first-child {
      font-size: 32px;
  }
  .melito2 p {
    /*padding: 54px 29px 54px 0px;*/
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .melito1 p {
    /*padding: 54px 0px 54px 62px;*/
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sample_san li {
    text-indent: -17px;
  }
  /* 寮の魅力紹介 */
  .shinjuku_sound {
    margin: 10px auto;
  }
  .walk_shinjuku {
    padding: 10px 5px 10px 8px;
  }
  .shinjuku_sound_txid {
      padding-left: 16px;
      text-indent: -15px;
  }
  /* お知らせ */
  .p-concept .info_block ul{
    width: 95%;
    max-width: 340px;
  }
}
@media screen and (max-width:380px){
  .p-headerbox__addressbox .p-headerbox__contactlinkbox div {
    font-size: 3.3vw;
  }
  /* 寮完備店舗のご紹介 */
  .te_cen {
    font-size: 30px !important;
  }
  .melito2 p {
      /*padding: 54px 29px 54px 0px;*/
      padding-top: 25px;
      padding-bottom: 25px;
  }
  .melito1 p {
      /*padding: 54px 0px 54px 62px;*/
      padding-top: 25px;
      padding-bottom: 25px;
  }
  .sample_san li {
    text-indent: -15px;
  }
  .area_link_sz a {
    width: 91%;
  }
}

@media screen and (max-width:320px) {
  .p-menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(3vw) rotate(-45deg);
    transform: translateY(3vw) rotate(-45deg);
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div:first-child{
    width: 90%;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div img:first-child {
    width: 20px;
    vertical-align: text-top;
    margin-right: 4px;
  }

  .p-headerbox__addressbox .p-headerbox__contactlinkbox div {
    font-size: 3.3vw;
  }

  .p-headerbox__contactlinkbox {
    margin-top: 2%;
  }

  .p-menu-trigger span:nth-of-type(1) {
    top: 20%;
  }

  .p-menu-trigger span:nth-of-type(2) {
    top: 48%;
  }

  .p-menu-trigger span:nth-of-type(3) {
    bottom: 18%;
  }

  .p-nav__list > li a{
    font-weight: normal;
  }
  /* お知らせ */
  .p-concept .info_block ul{
    width: 80%;
  }
}

/*GoogleMap*/
.google_map {
    padding-top: 25px;
    padding-bottom: 56.25%;
    display: block;
    position: relative;
    overflow: hidden;
}

.google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.chat_detail {
  float: left;
  width: 30%;
  margin: 1%;
}
@media screen and (max-width:680px){
  .chat_detail {

    width: 100%;
    margin: 20px 0;
  }
  .chat_detail img {
    width: 100%;
  }
}

/*質問ページ*/
.faq dt {
  /*background: url(../images/question.png) no-repeat;*/
  /*height: 57px;*/
  color: #E13260;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;

}
.faq dt:before {
  content: url("../images/question.png");
}

.faq dd {
  /*background: url(../images/answer.png) no-repeat left;*/
  font-size: 1.1em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #81d3ca;
}

.faq dd:before {
  content: url("../images/answer.png");
}

/*スタッフ募集ページ*/
#content_table table {
  width: 100%;
  font-size: 0.8em;
  margin-bottom: 60px;
}
#content_table th {
  width: 30%;
  padding: 10px;
  background-color: #ffe4fb;
  border: 1px solid #fff;
}
#content_table td {
  width: 100%;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}


.p-concept {
  margin-top: -21px;
  padding-top: 41px;
  padding-bottom: 20px;
  background-color: #d5fffb;
  font-weight: bold;
  font-family: "heisei-maru-gothic-std";
  color: #81d8d0;
}

.p-concept h2 {
  font-size:24px;
}
.p-concept label {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 13px;
  color: #0cc5d8;
  background-color: #e1faf2;
  cursor: pointer;
  box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px;
  box-sizing: border-box;
}
.p-concept label:hover,
.p-concept input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #0cc5d8;
}

.p-concept input[type="radio"] {
  display: none;
}

.youtube_wrap > div {
  display: none;
}

#tab_short:checked ~ #youtube_short {
  display: block;
}

#tab_long:checked ~ #youtube_long {
  display: block;
}

@media screen and (max-width:680px) {
  .youtube_wrap {
    position: relative;
    padding-bottom: 52.65%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 20px; /*追加*/
  }

  .youtube_wrap iframe,
  .youtube_wrap object,
  .youtube_wrap embed {
    position: absolute;
    width: 80%;
    height: 80%;
    max-width: 560px;
    max-height: 315px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .p-concept label {
    position: relative;
    top:-40px;
  }
}

.move_menu {
  transition: .5s;
  transform: translateY(101%);
}

.is-show {
  transform: translateY(0);
}

/*職業比較一覧ページ*/
.jobacompare h3{
    color: #81d8d0!important;
    padding: 8px 0 8px 5px!important;
    border-bottom: solid 1px #7d7d7d!important;
    border-left: none!important;
}
.jobacompare h3::before {
    content: ">";
   color: #7d7d7d!important;
    padding-right: .5em;
    font-size: 18px;
}



/* 記事用の文字関係 */
.blue_bold {
  color: #5ec5bb;
  font-weight: bold;
  margin-top: 20px;
  font-size: 14px;
}


.matome_red,
.matome_green {
  padding: 0.5em 0.5em 0.5em 2em;
  list-style-position: inside;
  padding-left: 14px!important;
  margin-top: 0px!important;
  margin-bottom: 20px!important;
}

.matome_red,
.matome_green li{
      margin-bottom: 8px!important;
}

.matome_red {
  color: #ff7b7b;
  border: dashed 2px #ff7b7b;
  background: #ffe9ee;
}
.matome_green {
  color: #03b95e;
  border: dashed 2px #03b95e;
  background: #dcffe1;
}

.annotation{
  font-size: 12px;
  color: #999;
}

.centerimg{
  display: block;
  margin: 0 auto 20px;
}

.info_block > ul {
  list-style: none;
  margin: 0 auto;
  width: 500px;
}
@media screen and (max-width:680px) {
  .info_block > ul {
    width: 90%;
    padding-left: 0;
  }
}

.info_block > ul > li{
  padding-bottom: 8px;
  text-align: left;
}

.info_block_date{
  padding-right: 16px;
}
.info_block_txt{
  color: #337ab7;
}


/*高収入チャットレディのお仕事募集*/


.p-img1 {
  width: 100%;
  margin-bottom: 1%;
}

.p-img2 {
  width: 30%;
  margin-bottom: 1%;
}

.p-img3 {
  margin: 0% 0% 3% 0%;
  text-align: center;
  width: 80%;
}

.p-all {
  text-align: center;
  width: 100%;
  margin-top: -20px;
}

.p-string,
.p-string1,
.p-string2{
  text-align: justify;
}

.p-string {
  margin: 0% 5% 5% 5%;
}

.p-string1 {
  margin: -1% 5% -10% 5%;
}

.p-string2 {
  margin: 2% 8% 5% 8%;
}

.p-color1 {
  color: #FF9900;
}

.p-color2 {
  font-size:4.5vw;color:#FF00FF;
}

.p-color3 {
  font-size:4.5vw;color:#66CDAA;
}

.p-color4 {
  font-size:4.5vw;color:#00CCFF;
}

.p-color5 {
  color: #FF00FF;
}

/*全国チャットレディ主要エリア*/

.area_menu{
  width: 80%;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}

.area_menu h2{
  text-align: center;
  font-size: 16px;
}

.area_menu h3{
  font-size: 14px;
  color: #f46837;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: solid 1px #ddd;
  margin: 2%;
}

.area_menu ul {
  list-style: none;
}

.area_menu li{
  display: inline-block;
  margin: 4px;
  background: #81d4cb;
  border-radius: 8px;
}
.area_menu li a {
  color: #555;
  display:block;
  padding: 4px 8px;
}

.area_menu-hokkaido li { background-color: #84c1ff;}
.area_menu-kanto li { background-color: #ffff84;}
.area_menu-tokai li { background-color: #84ff84;}
.area_menu-kitashinetsu li { background-color: #ffc184;}
.area_menu-kansai li { background-color: #a3ffff;}
.area_menu-shikoku li { background-color: #c184ff;}
.area_menu-tyugoku li { background-color: #ffbafd;}
.area_menu-kyushu li { background-color: #ff9a96;}
.area_menu-zaitaku li { background-color: #d0ff90;}
.area_menu-default li { background-color: #81d4cb;}

@media screen and (max-width:680px) {
  .area_menu{
    width: 100%;
  }

  .area_menu ul {
    padding-left: 0;
    margin-left: 2%;
  }

  .area_menu li{
    margin: 0;
    width: 30%;
    text-align: center;
    margin: 1% 0 1% 2%;
  }

}

/*キャンペーンバナー*/
.p-store__campaignbunner{
  display: block;
  width: 100%;
  height: 20%;
  background: #ffffb2;
  text-align: center;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.p-store__badge{
  background: #ff0afc;
  transform: rotate( -45deg );
  position: absolute;
  width: 160px;
  padding-top: 40px;
  margin-left: -65px;
  margin-top: -13px;
}
.p-store__badge p {
  font-size: 14px;
  color: #fff;
  padding-bottom: 2px;
  margin: 0;
}
.p-store__1st_line{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
}
.p-store__2nd_line{
  font-size: 16px;
  font-weight: bold;
  color: #ff0afc;
  margin-bottom: 0px;
}
.p-store__3rd_line{
  font-size: 10px;
  padding-bottom: 4px;
  margin-bottom: 0px;
}

@media screen and (max-width: 992px){
  .p-store__campaignbunner{
  overflow: unset;
  }
  .p-store__badge{
  transform: rotate(0);
  padding: 0;
  margin: 0;
  width: 100%;
  top: -16px;
  }
  .p-store__badge p {
  font-size: 10px;
  }
  .p-store__1st_line{
  padding-top: 4px;
  font-size: 1vw;
  }
  .p-store__2nd_line{
  font-size: 1.8vw;
  }
  .p-store__3rd_line{
  display: none;
  }
}
@media screen and (max-width:680px) {
  .p-store__campaignbunner{
    display: block;
    width: 100%;
    height: 24%;
    background: #ffffb2;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
  }
  .p-store__badge{
    background: #FF00FF;
    transform: rotate( -45deg );
    position: absolute;
    width: 30%;
    padding-top: 12%;
    margin-left: -12%;
    margin-top: -2%;
  }
  .p-store__badge p {
    font-size: 3vw;
    color: #fff;
    padding-bottom: 2px;
    margin: 0;
    text-align: center;
  }
  .p-store__1st_line{
    font-size: 2.8vw;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
  }
  .p-store__2nd_line{
    font-size: 4vw;
    font-weight: bold;
    color: #FF00FF;
    margin-bottom: 0px;
    text-align: center;
  }
  .p-store__3rd_line{
    font-size: 2.4vw;
    padding-bottom: 4px;
    margin-bottom: 0px;
    text-align: center;
    display: block;
  }
}

@media screen and (min-width:680px) {
  .new-store__imgbox .p-store__1st_line{
  font-size: 1.3vw;
  }
  .new-store__imgbox .p-store__2nd_line{
  font-size: 2vw;
  }
  .new-store__imgbox .p-store__3rd_line{
  display: block;
  font-size: 1vw;
  }
  .character-position {
	margin-left: 4%;
	margin-right: 4%;
  }
}

@media screen and (min-width:992px) {
  .new-store__imgbox .p-store__1st_line{
    font-size: 14px;
    margin-top: 4px;
  }
  .new-store__imgbox .p-store__2nd_line{
    font-size: 20px;
  }
  .new-store__imgbox .p-store__3rd_line{
    font-size: 12px;
  }
  .character-position {
	margin-left: 12%;
	margin-right: 12%;
  }
}


/*contactform7*/
#store-list {
  display: none;
  margin-top: 10px;
}
#store-list.is-active {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.p-formtable__caution{
  font-size: 12px;
  font-weight: normal;
}