@charset "utf-8";

body {
    background: url(https://live-chat.jp/wp-content/themes/original3/img/wrap_bg_sp.webp) top center fixed;
    background-size: cover;
}

.mainvisual {
    background-color: #FFF;
    margin-bottom: 30px;
}

.area_outer {
    padding: 20px;
}

#column {
    background-color: rgb(255 255 255 / 70%);
    width: 934px;
    margin: 20px auto 0;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.top_text_area {
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px 20px 0;
    margin-bottom: 0;
    box-shadow: 0 0 5px #CCC;
    display: block;
    overflow: hidden;
}

.top_text_area h2 {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
    color: #333;
}

.top_text_area h3 {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative;
    padding: 10px 0 0;
}

.title_img img {
    height: auto;
    margin: 15px auto 0px;
    display: table;
    width: 100%;
    max-width: 300px;
}

.top_text_area p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.area_yellow {
    background: linear-gradient(89deg, rgb(253 212 63 / 50%), rgb(253 212 63 / 30%));
	border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 5px #CCC;
}

.top_text_area article {
    margin-bottom: 0;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px 20px 1px;
    color: #333;
    box-sizing: border-box;
}

.top-main-menu_outer {
    display: none;
}

dl.hitokoto {
    font-size: 16px;
    line-height: 2;
    border: 5px solid #ffffff;
    background-color: #fdf3f5;
    box-shadow: 0 0 0 10px #fdf3f5;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 0;
}

dl.hitokoto dd {
    margin-bottom: 30px;
}

dl.hitokoto dt {
    font-weight: bold;
    background-color: #ee85a0;
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #FFF;
}

.rule2 p span {
    font-weight: bold;
    font-size: 18px;
    margin: 5px;
}

span.month {
    margin: 0 !important;
}

 .rule2 {
    border: 1px solid #ee85a0;
    background-color: #FFF;
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 7px 7px 0 0 #ee85a0;
}

span.big {
    font-size: 3em !important;
}

.rule2 p {
    margin: 0;
}

dl.hitokoto dd:last-child {
    margin-bottom: 0;
}

dl.hitokoto dt:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: 8px;
    color: #ebff00;
}

.top_rewards_area {
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 0;
}

.area_pink {
    background: linear-gradient(90deg, rgb(255 255 255 / 60%), rgb(233 135 160 / 20%));
    box-shadow: 0 0 5px #CCC;
}

.top_rewards_area .title_img {
    display:block;
    margin-bottom: 5px;
}


.top_rewards_area_inner {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #CCC;
}

.top_rewards_area_inner h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 6px dotted #ffd3d8;
    padding: 10px 0 15px;
}

.top_rewards_area h2 {
    margin-bottom: 30px;
}

.top_rewards_area_inner p {
    text-align: left;
    font-size: 16px;
    line-height: 2;
}

dl.chat_example {
    margin: 20px 0 0;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

dl.chat_example img {
    border-radius: 20px;
}

dl.chat_example dt {
    background-color: #e987a0;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10px 10px 0 0;
}

dl.chat_example dt span {
    display: block;
    font-size: 0.9em;
    padding: 5px 0 0;
}

dl.chat_example dd {
    border: 1px solid #e987a0;
    border-radius: 0 0 10px 10px;
}

.selected_reason_inner h3:before {
    content: none !important;
}

.selected_reason {
    background: initial !important;
    padding: 10px 15px 0 !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 !important;
}

.selected_reason span.number {
    z-index: 1;
}

.selected_reason_inner h3 {
    margin: 0;
    padding: 10px 0;
}

.selected_reason li {
    width: 31%;
    margin-bottom: 30px;
}

.selected_reason_inner {
    box-shadow: none;
    border: 1px solid #e987a0;
}

.experience_box h3:before {
    content: none;
}

.experience_box h3 {
    margin: 0;
    font-size: 24px;
}

.experience_box_outer {
    display: flex;
    overflow-x: auto;
    margin-bottom: 20px;
    scroll-snap-type: x mandatory;
}

.experience_box {
    width: 300px !important;
    margin-right: 20px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    position: relative;
}

.experience_box article p.name {
    margin: 0 !important;
}

.experience_box article {
    margin: 0 !important;
    padding: 0 10px;
}

.experience_box figure dl dd {
    padding: 0;
}


/* 初期状態 */
.experience_box p {
    max-height: 250px; /* 最大高さを300pxに設定 */
    overflow: hidden; /* コンテンツが300pxを超えた場合に隠す */
    transition: max-height 0.3s ease; /* アニメーション */
}

/* 開いた状態 */
.experience_box.open p {
    max-height: 1000px; /* 開いたときの高さ。必要に応じて調整 */
    overflow: visible;
    padding-bottom: 70px;
}

/* もっと見るボタン */
.experience_box .show-more-btn {
     /* 初期状態で非表示 */
     text-align: center;
     background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
     border-radius: 5px;
     padding: 20px 0;
     font-size: 14px;
     position: absolute;
     bottom: 0;
     width: 100%;
     left: 0;
}

.experience_box .show-more-btn button {
     /* 白色透過背景 */
     border: 1px solid #AAA;
     border-radius: 5px;
     padding: 5px 7px;
     cursor: pointer;
     font-size: 16px;
     appearance: none;
     background-color: #EEE;
     color: #333;
}

/* 高さ条件を満たした場合の表示 */
.experience_box.show-btn .show-more-btn {
    display: block; /* ボタンを表示 */
}

.experience_box ul li p {
    padding: 5px 0!important;!i;!;
    margin: 0;
}

.experience_box:last-child {
    margin-right: 0;
}

.experience_box h4 {
    text-align: center;
    font-size: 18px;
    padding: 20px 0 10px;
}

.selected_reason_inner p {
    margin-bottom: 0 !important;
}

.experience_box_outer::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.experience_box_outer::-webkit-scrollbar-track {
    background: #EEE;
}
.experience_box_outer::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px #AAA;
    background: #CCC;
}
.experience_box_outer::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}

.map_area_inner p {
    color: #FFF !important;
    line-height: 1.5;
}

.pickup_content_inner h4 a {
    color: #f73767;
}

.working_list_area {
    width: 38%;
    border: 1px solid #CCC;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px;
}

ul.page_link li a {
    border: 1px solid #fde58d;
    display: block;
    border-radius: 6px;
    padding: 10px;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fef8e2;
    box-shadow: 0 0 3px #CCC;
    font-size: 16px;
}

ul.page_link {display: flex;flex-flow: row wrap;justify-content: space-between;margin-bottom: 10px;}

ul.page_link li {
    width: 49%;
    margin: 0 0 10px;
}

ul.page_link li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #e987a0;
    margin-right: 10px;
}

/* ADULT NONADULT */
.hikaku_area {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
}

dl.hikaku_area_inner.adult {
    background-color: #e987a0;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
}

dl.hikaku_area_inner.non_adult {
    background-color: #70cddb;
    padding: 15px;
    border-radius: 0 10px 10px 0;
}

dl.hikaku_area_inner.adult dd {
    text-align: center;
    color: #000;
}

dl.hikaku_area_inner.non_adult dd {
    text-align: center;
    color: #000;
}

span.bold.big {
    font-size: 1.4em !important;!i;!;
}

dl.hikaku_area_inner dt {
    margin-bottom: 25px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

dl.hikaku_area_inner dd {
    font-size: 15px;
}

dl.hikaku_area_inner dt img {
    margin: 10px 0 0;
    background-color: #FFF;
    border-radius: 50%;
    box-sizing: border-box;
}

dl.hikaku_area_inner dd span.big {
    margin: 0 2px;
}
/* ADULT NONADULT */

/* CV BTN */
a.btn.btn-line {
    width: 300px;
    background: linear-gradient(-90deg, #45ad1b, #317b13);
    padding: 15px 15px 15px 15px;
    border-radius: 30px;
    box-shadow: 0 0 5px #CCC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 10px;
    display: table;
    position: relative;
    box-sizing: border-box;
    text-align: left;
}

a.btn.btn-line img {
    height: 40px;
}

a.btn.btn-mail {
    display: block;
    width: 300px;
    background: linear-gradient(-90deg, #fdd43f, #e93261);
    padding: 15px 15px 15px 15px;
    border-radius: 30px;
    box-shadow: 0 0 5px #CCC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    position: relative;
    box-sizing: border-box;
}

a.btn.btn-mail i {
    font-size: 24px;
    margin-right: 5px;
}

a.btn.btn-tel-wide {
    display: block;
    width: 300px;
    background: linear-gradient(-90deg, #70cddb, #31b3c6);
    border-radius: 30px;
    box-shadow: 0 0 5px #CCC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    position: relative;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
}

.cv_btn_area {
    margin: 0;
    display: block;
    overflow: hidden;
}

a.btn.btn-tel-wide i {
    font-size: 24px;
    margin-right: 5px;
    padding-top: 0;
}

a.btn.btn-line:before {
    content: url(../img/icon_line.webp);
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.6);
    position: absolute;
    top: -6px;
    left: -2px;
}

a.btn.btn-mail:before {}

a.btn.btn-mail:before {
    content: "\f003";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%) translateX(-50%);
    font-weight: normal;
}

a.btn.btn-tel-wide:before {
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%) translateX(-50%);
    font-weight: normal;
}

.cv_btn_area a:last-child {
    margin-bottom: 0;
}

p.button_blue a:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-50%);
}

a.btn.btn-line:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-50%);
}

a.btn.btn-mail:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-50%);
}

a.btn.btn-mail:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-50%);
}

a.btn.btn-tel-wide:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-50%);
}

p.button_blue a {
    display: block;
    width: 300px;
    background: linear-gradient(-90deg, #85eed7, #4dcdb1);
    padding: 10px 0;
    border-radius: 50px;
    box-shadow: 0 0 5px #CCC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
    position: relative;
}

p.button_blue {
    margin-bottom: 0;
}

.btn_wide {max-width: 600px !important;width: 100% !important;text-align: center !important;}

.cv_btn_area a:hover {
    opacity: 0.8;
}

.cv_btn_area {
    display: flex;
    max-width: 600px;
    width: 100%;
    margin: 0 auto !important;
    flex-flow: row wrap;
    justify-content: space-between;
}

.btn_half {
    width: 49% !important;
    text-align: center !important;
}
/* CV BTN */

/* mokuji */
#mokuji p a {
  cursor: pointer;
}

#mokuji {
  background-color: #FFF;
  padding: 15px;
  margin: 20px 0;
  border-radius: 20px;
  box-shadow: 0 0 5px #CCC;
}

#mokuji ul li {
  line-height: 2;
  border-bottom: 1px dashed #CCC;
}

#mokuji ul li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-weight: bold;
  margin-right: 5px;
  color: #e987a0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#mokuji ul li a {
  position: relative;
  padding: 5px 5px 5px 20px;
  display: block;
  color: #333;
}

#mokuji ul li a:hover {
  background-color: #EEE;
}

#mokuji p {
  margin: 0 !important;
}

ul.mokuji_list {
  margin-top: 10px;
  width: 100%;
}

.mokuji_area {
    padding: 0 20px;
    margin-bottom: 0 !important;
}

ul.mokuji_list li {
    font-size: 16px;
    line-height: 1.5;
}

#mokuji h2 {
    font-size: 16px;
    text-align: center;
}

#mokuji a {
    cursor: pointer;
}
/* mokuji */

/* MAP */
.map_area_inner p {
    margin: 0;
}

.working_map_area h3 {
    margin: 0;
    padding: 5px 10px;
}

.working_map_area h3:before {
    content: none;
}

p.map_text {
    margin: 0;
}

.working_area {
    margin-bottom: 20px;
}
/* MAP */

/* FAQ */
/* アコーディオン全体のスタイル */
.faq_accordio_area {
    margin: 0 0 20px;
}

/* 各 dl 要素のスタイル */
.faq_accordio_area dl {
    margin: 0 0 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

/* dt (タイトル部分) のスタイル */
.faq_accordio_area dl dt {
    cursor: pointer;
    padding: 15px 35px 15px 50px;
    background-color: #f6d9e0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    position:relative;
    line-height: 1.5;
    color: #333;
}

/* dt に open クラスが付与された時のスタイル */
.faq_accordio_area dl dt.open {
    /* background-color: #ccc; */
    color: #333;
}

/* dd (内容部分) のスタイル */
.faq_accordio_area dl dd {
    display: none; /* 初期状態で非表示 */
    padding: 15px;
    background-color: #fafafa;
    font-size: 16px;
    /* color: #555; */
    line-height: 2;
}

/* アコーディオン開閉のアニメーションを追加 */
.faq_accordio_area dl dd.open {
    display: block;
    animation: slideDown 0.5s ease-out forwards;
}

/* スライドダウンのアニメーション */
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq_accordio_area dl dt:before {
    content: "Q";
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: rgb(231, 109, 132);
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%) translateX(-50%);
    padding: 2px 8px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 109, 132);
    border-image: initial;
    }

.faq_accordio_area dl dt:after {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #e76d84;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-50%);
}

.faq_accordio_area dl dt.open:after {
    content: "\f077";
    font-family: 'FontAwesome';
    color: #e76d84;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-50%);
}

/* FAQ */

/* PARTNER SITE */
ul.partner_campany {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

ul.partner_campany li {
    width: 32%;
    margin: 0 0 20px;
}

ul.partner_campany li img {
    width: 100%;
    border: 1px solid #AAA;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
/* PARTNER SITE */

/* BEAUTY CAMERA */
dl.hosei_sample {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    border: 2px solid #ee85a2;
    border-radius: 10px;
}

dl.hosei_sample dt {
    background-color: #ee85a2;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 2;
    text-align: center;
    font-size: 18px;
    position: relative;
    border-radius: 8px 8px 0 0;
}

dl.hosei_sample dt:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ee85a2;
}

dl.hosei_sample dd {
    padding: 20px;
}

dl.hosei_sample dd img {
    box-sizing: border-box;
}

img.article_banner {
    margin: 0 auto 20px;
    border-radius: 10px;
    display: table;
}
/* BEAUTY CAMERA */

/* FLOW */

.houshu_nagare {
    background: initial;
    padding: 0;
    margin: 0;
}

.houshu_nagare_inner article {
    padding: 0;
    margin: 0;
}

.houshu_nagare_inner h3 {
    text-align: left;
    margin: 0 0 10px;
    padding: 0 0 15px;
}

.houshu_nagare_inner h3:before {
    content: none;
}

.houshu_nagare_inner article p {
    margin: 0;
}

.yajirushi i {
    color: #ee85a0;
    font-size: 50px;
    margin: 0 auto;
    text-align: center;
}

.yajirushi {
    margin: 0 auto;
    text-align: center;
}

.houshu_nagare_inner:last-child {
    margin-bottom: 0;
}

/* FLOW */

/* mensetsu */
.mensetsu_flow {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 0;
    background-color: #fedf9a;
    padding: 20px;
    border-radius: 10px;
}

.mensetsu_flow li {
    width: 32%;
    display: flex;
}

.mensetsu_flow li img {
    width: 70px;
    border: 1px solid #AAA;
    background-color: #EEE;
    padding: 5px;
    margin-right: 10px;
    border-radius: 6px;
}

.mensetsu_flow li {
    border: 1px solid #CCC;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
    background-color: #FFF;
}

.mensetsu_flow li p {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0;
    color: #333;
}

.mensetsu_flow p {
    font-size: 1em;
}

.top_text_area p:last-child {
    margin: 0;
}
/* mensetsu */

/* pickup */
.pickup_content h3 {
    margin: 0;
    font-size: 18px;
    background: #ffb614;
    text-align: center;
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.pickup_content h3:before {
    content: none;
}

ul.pickup_content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

ul.pickup_content li {
    width: 100%;
    margin: 0 0 20px;
     /* 余白 */
    background: #fff2d5; /* 背景色 */
    border-radius: 10px; /* 角丸 */
     /* 横幅 */
    padding: 0; /* 余白 */
    /* box-shadow: 0 0 5px #CCC; */ /* 影 */
}

.pickup_content_inner {
    padding: 20px;
    display: flex;
    flex-flow: row wrap;
}

.pickup_content_inner iframe {
    width: 100%;
    height: 220px;
    margin-bottom: 0;
}

.pickup_content_inner img {
    margin: 0 0 30px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.pickup_content_inner h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: #f73767;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    line-height: 1.5;
}

.pickup_content_inner figure {
    width: 45%;
    margin-right: 20px;
}

.pickup_content_inner figure img {
    width: 100%;
    margin: 0;
    height: 220px;
    object-fit: cover;
}

.pickup_content_inner article {
    border-radius: 0;
    flex: 1;
    height: 220px;
}
/* pickup */

/* chat_booth */
.top_chat_booth ul {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    justify-content: space-between;
    margin-bottom: 20px;
}

.top_chat_booth ul li {
    flex-shrink: 0;
    padding: 0;
    width: 250px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.top_chat_booth ul::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.top_chat_booth ul::-webkit-scrollbar-track {
    background: #EEE;
}
.top_chat_booth ul::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px #AAA;
    background: #CCC;
}
.top_chat_booth ul::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}

.top_chat_booth ul li a {
    position: relative;
    display: block;
}


.top_chat_booth ul li a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ec86a0;
    padding: 4px 5px 2px;
    border-radius: 0 6px;
    font-size: 16px;
    margin: 0;
    color: #FFF;
    font-weight: normal;
}

.top_chat_booth ul li a img {
    border-radius: 6px;
}

.top_chat_booth_inner {
    border-radius: 10px;
    background-color: #fdf3f5;
    padding: 20px;
    margin-bottom: 20px;
    background-size: 45px 45px;
    border: 4px solid #f5dae1;
}

.top_chat_booth_inner p {
    line-height: 2;
    font-size: 16px;
}

.chat_booth_gallery ul li:last-child {
    margin-right: 0;
}

.top_chat_booth ul li a h3:before {
    content: none;
    margin: 0;
}

.top_chat_booth ul li:last-child {
    margin-right: 0;
}

.top_chat_booth_gallery ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.top_chat_booth_gallery ul li {
    width: 32%;
    margin-bottom: 20px;
}

.top_chat_booth_gallery ul li img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.top_chat_booth_gallery ul li p {
    text-align: center;
    background-color: #ee85a0;
    color: #FFF;
    border-radius: 0 0 8px 8px;
}
/* chat_booth */

/* column */
ul.column_other_page li {
    display: flex;
    flex-flow: row wrap;
    border: 4px solid #EEE;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

ul.column_other_page figure {
    width: 240px;
    margin-right: 20px;
}

ul.column_other_page article {
    flex: 1;
    padding: 0;
}

ul.column_other_page figure img {
    border-radius: 8px;
}

p.column_page_btn {
    text-align: center;
    width: 100%;
}

ul.column_other_page article p {
    margin-bottom: 20px;
}

ul.column_other_page article h3 {
    padding: 10px 0 0;
}

p.column_page_btn a {
    background-color: #ef87a1;
    color: #FFF;
    display: block;
    width: 300px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 5px 10px;
    border: 2px solid #ee5680;
    box-sizing: border-box;
    font-weight: bold;
    box-shadow: 0 0 5px #CCC;
    position: relative;
}

p.column_page_btn a:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-50%);
    font-weight: normal;
}

p.column_page_btn a:hover {
    opacity: 0.8;
}
/* column */

.page_link_outer {
    display: none;
}

#contentWrap {
        box-sizing: border-box;
    }

/* TOP ACCRDION */
.top_accordion_area div {
  overflow: hidden;
  height: 0;
  display: none; /* 初期は非表示 */
  transition: height 0.3s ease;
  padding-bottom: 20px;
}

.top_accordion_area h3 {
  position: relative;
  cursor: pointer;
  padding: 15px 35px 15px 15px;
  background-color: #f6d9e0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: left;
}

.top_accordion_area h3::after {
  content: "\f078"; /* Font Awesome 4 下矢印 */
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  color: #ee85a2;
}

.top_accordion_area h3.open::after {
  content: "\f077"; /* Font Awesome 4 上矢印 */
}
/* TOP ACCRDION */

article.page {
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1300px) {
#column {
    width: 100%;
    border-radius: 0;
    margin: 0;
}
}

@media screen and (max-width: 1240px) {
#wrapper{
        width: 100%;
}
.mainvisual{
    position:relative;
    width:100%;
    margin-top:0px;
    padding-left: 300px;
    box-sizing: border-box;
}
#contentWrap {
        width: 100%;
        padding-left: 300px;
        margin: 0;
        /* box-sizing: initial; */
    }
}
@media screen and (max-width: 1100px) {
.mainvisual {
    background-color: #FFF;
    margin-bottom: 0;
    padding-left: 0;
}
.slick-slide img {
    width: 100%;
}
#contentWrap {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}
.selected_reason li {
    width: 48%;
}
.working_list_area {
    border: none;
}
.mensetsu_flow li img {
    width: 100px;
    border: none;
    margin: 0 auto;
    background-color: initial;
    display: table;
}
.mensetsu_flow li {
    width: 32%;
    display: block;
}
.mensetsu_flow li {
    width: 32%;
    display: block;
}
.mensetsu_flow li p {
    display: block;
    font-size: 16px;
    text-align: center;
}
.page_link_outer {
    display: block;
}
.pickup_content_inner figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.pickup_content_inner article {
    width: 100%;
}
.pickup_content_inner figure img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    object-fit: cover;
    max-width: 400px;
    display: table;
}
.pickup_content_inner iframe {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    max-width: 400px;
    display: table;
}
.pickup_content_inner article {
    height: initial;
}
ul.column_other_page figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
ul.column_other_page figure img {
    width: 100px;
    margin: 0 auto;
    display: table;
}
.map_area_inner_sp img {
    width: 300px;
    margin: 0 auto;
    display: table;
}
.map_area_inner_sp {
    display: block;
}
.map_area_inner {
    display: none;
}
.working_map_area {
    width: 100%;
    height: 400px;
}
.map_area_inner_sp ul {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.map_area_inner_sp ul li {
    width: 29% !important;
    height: 90px !important;
    text-align: center;
    background-color: rgb(255 255 255 / 80%);
    margin-bottom: 10px;
    border: 2px solid #CCC;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}
.map_area_inner_sp ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%;
    position: relative;
    color: #555;
}

.map_area_inner_sp ul li a:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-50%);
    font-weight: normal;
    color: #ee85a2;
}
.working_list_area_inner div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 75%);
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    z-index: 100;
}
.working_list_inner {
    background-color: #FFF !important;
    width: 90% !important;
    height: 70% !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%);
    box-sizing: border-box;
    overflow-y: scroll;
}
.working_list_inner button {
    appearance: none;
    background-color: initial;
    border: none;
    position: absolute;
    top: 3px;
    right: 0;
    cursor: pointer;
    display:block;
    color: #333;
}

.working_list_inner button:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 30px;
}

.working_list_inner {
    position: relative;
    padding: 40px 10px 10px 10px !important;
}
.sp_hide {
    display: none;
}
.accordion_area {
    position: initial !important;
    height: auto !important;
    background-color: #DDD !important;
}
body.scroll_stop {
    overflow: hidden;
}
html {
    overflow-y: initial;
}
.working_list_area {
    border: none;
}
button#slick-slide-control10 {
    display: none;
}
li.ninki a {
    background-color: initial !important;
    box-shadow: initial !important;
    text-shadow: initial !important;
}
.working_area {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 0;
}
#left {
    display: none;
}

.wrapper-bxslider-pc {
    display: none;
}

.wrapper-bxslider-sp {
    display: block;
}

.lineBanner {
    display: none;
}
.mainvisual.pconly h1 {
    display: block;
    font-size: 12px;
    background-color: #eee;
    padding: 5px;
    text-align: center;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    color: #333;
    position: initial;
}
.sponly {
    display: block;
}
}

@media screen and (max-width: 600px) {
ul.pickup_content li {
    width: 100%;
}
.top_chat_booth_gallery ul li:first-child {
    width: 100%;
}
.top_chat_booth_gallery ul li {
    width: 48%;
}
.houshu_nagare_inner figure {
    width: 100%;
    margin-right: 0;
}
.houshu_nagare_inner article {
    width: 100%;
}
.houshu_nagare_inner {
    display: block;
}
.houshu_nagare_inner figure img {
    width: 150px;
    margin: 0 auto 20px;
    display: table;
}

.pickup_content_inner img {
    width: 100%;
    height: auto;
    display:table;
}
.pickup_content_inner iframe {
    height: 20em;
    margin-bottom: 0;
}
a.btn.btn-line:before {
    top: -2px;
    left: -2px;
}

a.btn.btn-mail:before {
    font-size: 20px;
    left: 23px;
    content:none;
}

a.btn.btn-tel-wide:before {
    font-size: 20px;
    left: 23px;
    content:none;
}
.btn_half span {
    display: block;
    font-size: 80%;
}

.btn_half {
    padding: 10px !important;
}

.btn_wide {
    padding: 20px 10px !important;
}
#column {
    margin: 0 auto;
    padding: 10px;
}
}

@media screen and (max-width: 480px) {
p.button_blue a {
    width: 100%;
}
.selected_reason li {
        width: 100%;
}
.area_outer {
    padding: 10px 0;
}
.mokuji_area {
    padding: 0 10px;
}
.area_yellow {
    padding: 100px 10px 20px !important;
    border-radius: 300px 300px 20px 20px;
}
.experience_box article p {
    font-size: 16px;
    line-height: 2;
}
.top_text_area {
    padding: 20px 20px 0;
}
.top_chat_booth_gallery ul li p {
    font-size: 14px;
}
.top_chat_booth ul li a h3 {
    font-size: 14px;
}
.top_rewards_area {
    padding: 20px 10px 10px;
}
.area_pink {
    border-radius: 300px 300px 20px 20px;
    padding: 100px 10px 20px !important;
}
.mensetsu_flow li {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}
.mensetsu_flow li img {
    margin: 0;
}
.mensetsu_flow li p {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}
.mensetsu_flow {
    padding: 10px;
}
.mensetsu_flow li:last-child {
    margin: 0;
}
.working_area {
    margin-bottom: 0;
}
p.map_text {
    margin: 0;
    font-size: 14px;
}
}
@media screen and (max-width: 420px) {
.top_text_area {
    padding: 20px 10px 0;
}
.selected_reason {
    padding: 10px 10px 0 !important;
}
.top_text_area article {
    padding: 10px;
}
ul.pickup_content {
    padding: 0 10px;
}
span.big {
    font-size: 2em !important;
}
ul.page_link li a {
    font-size: 14px;
}
.pickup_content_inner iframe {
        height: 150px;
    }
.pickup_content_inner figure img {
        height: auto;
    }
dl.hitokoto {
    padding: 10px;
    margin: 0 0 15px;
}
.working_map_area h3 {
    margin: 0;
    padding: 5px 10px;
}
.area_yellow {
    padding: 80px 10px 20px !important;
}
.area_pink {
    padding: 80px 10px 20px !important;
}
}