@charset "UTF-8";
.txt_g {
    color: #28a46d
}

.bg_p {
    background: #ffe0ea
}

.txt_r {
    color: #e60012
}

.txt_p {
    color: #ff4980
}

.txt_b {
    color: #229ec6;
}

h2 {
    float: none
}

h3 {
    position: static;
    font-weight: normal;
    padding: 0;
    font-size: 1.2;
}

.area_h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff4980;
}

h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 2em 10px 1em;
    padding: 0.4em 0.5em;
    /*文字の上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: #f4f4f4;
    /*背景色*/
    border-left: solid 5px #ff4980;
    /*左線*/
}

.ttl_font {
    /* font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.header_txt {
    height: auto
}

.txtBox p {
    font-size: 14px;
    padding: 0
}

.txtBox p:not(:last-child) {
    margin-bottom: 20px
}

.conclude h2,
h1 {
    text-align: center;
    font-size: 26px;
    color: #ff4980;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 2px dotted #bdbdbd;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px
}

.b_shadow img {
    border: 3px solid #fff;
    -webkit-box-shadow: 1px 0 3px 0 rgba(157, 157, 157, 0.75);
    -moz-box-shadow: 1px 0 3px 0 rgba(157, 157, 157, 0.75);
    box-shadow: 1px 0 3px 0 rgba(157, 157, 157, 0.75);
    width: 100%;
    box-sizing: border-box
}

.conclude>p {
    font-size: 20px;
    line-height: 1.3
}

.conclude {
    margin: 50px 0 30px
}

.shop .txtBox {
    border: 1px solid #b4a371;
    border-top: 3px solid #b4a371;
    padding: 20px;
    margin: 40px 0;
}

.shop .name {
    color: #776634;
    font-size: 20px;
    line-height: 1.2;
}

.shop .name span {
    font-size: 12px;
}

.shop .name .bg {
    color: white;
    background: #ff4f95;
    display: inline-block;
    padding: 3px 5px;
    line-height: 1;
    margin-right: 10px;
    vertical-align: top;
    border: 1px solid #ffbad5;
    font-size: 12px;
}

.shop table {
    width: 100%;
    border-spacing: 3px;
    text-align: center;
    margin-bottom: 20px;
}

.shop td {
    padding: 5px 0;
}

.shop td:nth-child(odd) {
    background: #f0e9d5;
    border: 1px solid #f0e9d5;
    width: 20%;
}

.shop td:nth-child(even) {
    border: 1px solid #e1e1e1;
    width: 30%;
}

.shop td span {
    color: #ff3578;
    font-size: 18px;
    font-weight: bold;
}

.txtBox>span,
.shop .txtBox>span {
    display: inline-block;
    padding: 5px 10px;
    background: #ff4f95;
    color: white;
    font-size: 13px;
}


/*.txtBox > ul,*/

.shop ul {
    background: #fff3f7;
    border: 1px solid #ffd5e2;
    padding: 20px 20px 10px;
    margin-top: -15px;
    margin-bottom: 15px;
}


/*.txtBox > ul li,*/

.shop li {
    background: url("../../images/pc/girls-bar/check.png") no-repeat left center;
    padding: 10px 0;
    padding-left: 40px;
}


/*.txtBox > ul li:not(:last-child),*/

.shop li:not(:last-child) {
    margin-bottom: 5px;
    border-bottom: 2px dotted #90885b;
}

.center .a_left {
    text-align: left;
}

.shop a {
    display: inline-block;
    margin-top: 20px;
}

.reason table {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    border-spacing: 0
}

.reason th {
    padding: 10px 0;
    font-size: 20px;
    font-weight: normal
}

.reason td {
    width: 33%;
    padding: 10px 0;
    line-height: 1.4;
}

.reason td:not(:last-child) {
    border-left: 1px solid #f0d7dd;
    border-bottom: 1px solid #f0d7dd
}

.reason td:nth-child(even) {
    color: #bc5c7a;
    background: #ffeef3
}

.reason td:last-child {
    color: #509bdc;
    background: #f0f8ff;
    border: 1px solid #92cbfc;
    border-top: 0;
}

.reason td.line2:nth-child(odd) {
    color: #bc5c7a;
    background: #ffeef3
}

.reason td.line2:last-child {
    color: #7a7145;
    background: #fffeee;
    border: 1px solid #dddab1;
    border-top: 0
}

.reason .ttl td:not(:last-child) {
    border-top: 1px solid #f0d7dd
}

.reason .ttl td:nth-child(even) {
    color: white;
    background: #ff6a98
}

.reason .ttl td.line2:nth-child(odd) {
    color: white;
    background: #ff6a98
}

.reason .ttl td:last-child {
    color: white;
    background: #7ac1ff;
    border-top: 1px solid #92cbfc;
}

.mt30 {
    margin-top: 30px;
}


/* check-list */

.check-list02,
.check-list {
    width: 90%;
    margin: 1.5rem auto;
    padding: 1rem;
    border-radius: 5px;
}

.check-list02 {
    border: 2px dashed #c9c9c9;
}

.check-list {
    border: 2px dashed #ffdde6;
}

.check-list02 li,
.check-list li {
    padding-left: 1.5rem;
    line-height: 1.4;
}

.check-list02 li:before,
.check-list li:before {
    font-family: 'FontAwesome';
    content: "\f14a";
    margin-left: -1rem;
    margin-right: 0.2rem;
    font-size: 1.2em;
}

.check-list li:before {
    color: #ff72a2;
}

.check-list02 li:before {
    color: #333;
}

.check-list02 li:not(:last-child) {
    margin-bottom: 0.3em;
}

.check-list li:not(:last-child) {
    margin-bottom: 0.4em;
}

.txtBox .check-list02 p,
.txtBox .check-list p {
    margin-bottom: 0.4em;
    font-weight: bold;
}

.txtBox .check-list02 p {
    color: #333;
}

.txtBox .check-list p {
    color: #ff72a2;
}

.txtBox .check-list02 p {
    border-bottom: 2px #c9c9c9 solid;
}

.txtBox .check-list p {
    border-bottom: 2px #ffdde6 solid;
}

.ttl_box {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 0 3px 0 rgba(157, 157, 157, 0.75);
    -moz-box-shadow: 1px 0 3px 0 rgba(157, 157, 157, 0.75);
    box-shadow: 1px 0 3px 0 rgba(157, 157, 157, 0.75);
    padding: 20px;
}

.ttl_box {
    padding: 0 0 1em;
}

.ttl_box h3,
.ttl_box p {
    margin: 0;
    padding: 10px;
}

.ttl_box .ttl_bg_p {
    border-bottom: 1px solid #ccc;
    background: #ffe0ea;
}

.reason table.w90 {
    width: 90%;
    margin: 20px auto 10px;
}

.ttl_box .ttl_bg_p02 {
    border-bottom: 1px solid #ccc;
    background: #ddd;
}


/* -------------------------------renew--------------------------------- */

.flex {
    display: flex;
}

.gb_btn {
    width: 70%;
}

.cv_area {
    text-align: center;
    margin: 2em 0 3em;
}

.ttl_box .cv_area {
    margin-bottom: 0;
}

.cv_area p {
    font-size: 1.2em;
    margin-bottom: 0px !important;
}

.balloon1-right {
    position: relative;
    display: inline-block;
    /* margin: 1em; */
    padding: 1em;
    width: 100%;
    max-width: 80%;
    /* color: #555; */
    font-size: 1em;
    background: #e9faff;
    line-height: 1.6;
    width: 100%;
}

.balloon1-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e9faff;
}

.balloon1-right p {
    margin: 0;
    padding: 0;
}

.balloon1-left {
    position: relative;
    display: inline-block;
    /* margin: 1em; */
    padding: 1em;
    /* min-width: 77px; */
    max-width: 80%;
    /* color: #555; */
    font-size: 1em;
    background: #e9faff;
    line-height: 1.6;
}

.balloon1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e9faff;
}

.balloon1-left p {
    margin: 0;
    padding: 0;
}

.girls {
    width: 120px;
    margin-left: 2em;
}

.gb_point {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 1em 10px;
    justify-content: center;
}

.cv_txt {
    padding: 0 !important;
    font-family: 'Noto Sans JP', sans-serif;
}

.area_container {
    padding: 1em 0em;
}

.area_box {
    padding: 1em;
    background-color: #eee;
    border: #eee solid 1px;
    /* margin: 1em 0 2em; */
}

.band {
    padding: 1em;
    background-color: #ff4f95;
    margin-bottom: 2em;
}

.band p {
    color: #fff;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}

.q_ttl {
    padding: 0.5em;
}

.q_ttl h3 {
    /*文字周りの余白*/
    color: #010101;
    /*文字色*/
    background: #ffe0ea;
    /*背景色*/
    border-bottom: solid 3px #eee;
    /*下線*/
    font-weight: bold;
}

.a_ttl {
    padding: 0 0.5em 0.5em;
}

.a_ttl p {
    /*文字周りの余白*/
    color: #010101;
    /*文字色*/
    background: #e9faff;
    /*背景色*/
    border-bottom: solid 3px #eee;
    /*下線*/
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5;
}

.balloon2-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
}

.balloon2-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon2-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
}

.balloon2-right p {
    margin: 0;
    padding: 0;
}

.area_link {
    text-align: right;
}

.area_link p {
    padding: 0.5em 0;
}

.area_link p a {
    color: #1071bc;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 10px;
}


/* ------------------------------for try slider----------------------------------- */

section {
    padding-bottom: 1em;
}

.try_slider {
    padding-bottom: 1em;
}

.for_try {
    margin-top: 3em;
}

.try_box {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    margin: 0em 0.25em 1em;
    box-shadow: 0px 0px 3px 2px rgb(247 232 236 / 70%)inset;
    align-items: flex-start;
}

.shop_detail {
    width: 260px;
    padding: 0 1em 0;
}

.try_box img {
    width: 300px;
    height: 180px;
}

.try_btn {
    font-size: 13px;
    border-radius: 15px;
    background-color: #ff925c;
    color: #fff;
    font-weight: bold;
    padding: 3px 0px 6px;
    margin: 1em;
}

.try_price {
    color: #ff4980;
    font-size: 1.6em;
    font-weight: bold;
}

@media screen and (max-width: 376px) {
    .try_btn {
        margin: 1em 0;
    }
}

.try_btn a {
    color: #fff;
    display: block;
}

.shop_name {
    font-size: 1.3em !important;
    margin-bottom: 0 !important;
}

.shop_kinds {
    /* line-height: 1.7; */
    padding: 0.3em 0;
    font-size: 13px;
}

@media screen and (max-width: 426px) {
    .shop_name {
        font-size: 1.4em;
    }
    .shop_kinds {
        line-height: 1.5;
        font-size: 1.1em;
        padding: 0.3em 0;
    }
}

.shop_kinds li {
    padding: 5px 0;
}

.shop_kinds li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.ttl_try {
    border-top: 3px solid #ff925c;
    background: #fff1e7;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.3;
}
.btn_wrap{
    margin: 30px 0 50px;
    text-align: center;
}
.m_copy{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px!important;
    margin-bottom: 10px!important;
    font-weight: bold;
    padding: 0!important;
}
.m_copy:before,.m_copy:after{
    background: #D2344E;
    content: "";
    width: 20px;
    height: 3px;
}
.m_copy:before{
    transform: rotate(60deg);
 }
.m_copy:after{
    transform: rotate(-60deg);
 }




/* ------------------------------for try slider end----------------------------------- */