﻿#footer_pop{
    background:rgba(0,0,0,0.6);
    width:100%;
    display:table;
    position:fixed;
    z-index:100;
    bottom:0; left:0;
}
    #footer_pop .button{
        display:table-cell;
        text-align:center;
        vertical-align:top;
        padding:4px 2px 4px 4px;
    }
        #footer_pop .button a{
            display:block;
            padding:2px 0;
            background:#CD0000;
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #F20000), color-stop(1, #AA0000));
            background: -moz-linear-gradient(top, #F20000 0%, #AA0000 100%);
            border:1px solid #AA0101;
            -webkit-border-radius:5px;
            border-radius:5px;
        }
        #footer_pop .button .telLink { /* 2016.06.30 */
            border:none;
            float:left;
            width:50%;
            padding:0;
        }
        #footer_pop .button .telLink span { /* 2016.06.30 */
            display:block;
            border-radius:5px;
            padding:2px 0;
            background-color: #00b0ed;
            border-radius: 5px;
            box-shadow: 0 4px 0 rgba(0,126,170,1);
        }
        #footer_pop .button .nearLink { /* 2016.06.30 */
            background:none;
            border:none;
            float:left;
            width:50%;
            padding:0;
        }
        #footer_pop .button .nearLink span { /* 2016.06.30 */
            display:block;
            border:1px solid #d7d7d7;
            border-radius:5px;
            background:#fffff;
            background:-webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#ebebeb));
            background:-moz-linear-gradient(top,  #ffffff 50%, #ebebeb 100%);
            margin-left:4px;
            padding:2px 0;
        }
    #footer_pop .top{
        display:table-cell;
        text-align:center;
        width:45px;
        vertical-align:top;
        padding:4px 4px 4px 2px;
    }
        #footer_pop .top a{
            display:block;
            width:45px;
            height:36px;
            background:url(../img/footer_button_top.png) no-repeat top right;
            -webkit-background-size:45px 36px;
            background-size:45px 36px;
        }
        
.siteTypeNavigation {
    display: box;
    width: 100%;
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
}
    .siteTypeNavigation_item.selected {
    background-color: transparent;
    color: #313131;
    }

    .siteTypeNavigation_item {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        width: 100px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        background-color: #212121;
        color: #fff;
        margin-left: 1px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        box-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
    }
    
    /* header + navi
-------------------------------------------------------------*/
header {
    position:relative;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    z-index:99999;
}
header a {
    color:#fff;
    text-decoration:none;
}
#Head a {
    text-decoration:none;
}

header #Navi {
    background:#ffffff;
}
header #Navi ul {
    width:50%;
    color:#fff;
    letter-spacing:1px;
    text-align:right;
    padding:3px 0;
    margin:0 auto;
    float:right;
    margin-top:-5px;
}
header #Navi ul li {
    display:inline-block;
    font-size:85%;
    line-height:1.3;
    padding-left:5px;
}
header #Navi ul li:first-child {
    border-left:none;
    padding-left:0;
}
header #Navi ul li a:hover {
    color:#fff;
    text-decoration:underline;
}

#Head {
    position:relative;
    background:#f76e8c;
    z-index: 10000;

}

body.guest #Head.headfix {
    position:fixed;
    background:rgba(255,255,255,0.95);
    top:0;
    width:100%;
    z-index: 10000;
}


#Head #logo {
    position:absolute;
    left:50%;
    margin-left:-490px;
    text-align:left;
    width:980px;
}
#Head #logo p {
    margin-top:17px;
}
#Head .headbtnbox {
    display:none;
}

/*
header .spMenuTestBtn ,
header .headentry ,
header .headlogin {
    display:none;
}
*/
header .loggedin {
  width: 980px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

#Head #gmavi {
}
#Head #btn  {
    width:980px;
    height:80px;
    margin:0 auto;
}
#Head #btn ul {
    text-align:right;
//    margin-left:750px;
}
#Head #btn li {
    display:inline-block;
//    width:50%;
    width:100px;
    padding-top:22px;
}
#Head #btn li a {
    display:block;
    text-align:center;
    line-height:34px;
    margin-left:5px;
    position:relative;
    z-index:1;
}
#Head #btn li a:hover {
    color:#fff;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#Head #btn li a ,
#Head #btn li.entry a {
    background:#d50038;
}
#Head #btn li.login a {
    background:#000;
}
#Head #btn li.column{
    width:195px;
}

#Head #btn li.column a{
    background-image:url("../images/head_btn_column.png");
    text-indent:-5000px;
}

.head_navi{
    width:980px;
    margin:0 auto;
}

.head_navi_txt{
    width:48%;
    float:left;
}

.head_navi_txt p,
.head_navi_txt h1{
    color:#000;
    font-size: 85%;
    line-height: 1.3;
    padding:3px;
}

.head_navi2 {
  width: auto;
  padding:0 10px;
  margin: 0 auto;
}
.head_navi2 ul li a {
  text-decoration: underline;
}

.head_navi2 ul li a.mypage:before,
.head_navi2 ul li a.logout:before {
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
    display: inline-block;
}

.inner-smHead {
  padding:0 10px;
}

#Head #logo2 {
    position:absolute;
    text-align:left;
    width:auto;
}
#Head #logo2 img{
    margin-top:-5px;
    width:180px;
}

#Head #logo2 p {
    margin-top:17px;
}
#Head #btn2  {
    width:auto;
    height:60px;
    margin:0 auto;
}
#Head #btn2 ul {
    text-align:right;
//    margin-left:750px;
}
#Head #btn2 li {
    display:inline-block;
//    width:50%;
    width:100px;
    padding-top:13px;
}
#Head #btn2 li a {
    display:block;
    text-align:center;
    line-height:34px;
    margin-left:5px;
    position:relative;
    z-index:1;
}
#Head #btn2 li a:hover {
    color:#fff;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#Head #btn2 li a ,
#Head #btn2 li.entry a {
    background:#d50038;
}
#Head #btn2 li.login a {
    background:#FFF;
    color:#000000;
}
#Head #btn2 li.column{
    width:195px;
}

#Head #btn2 li.column a{
    background-image:url("../sp/images/head_btn_column.png");
    text-indent:-5000px;
}
.Intro_Contents section .area {
    width: 980px;
    max-width: 980px;
    margin: 0 auto;
}
.intro_area3 ul li:nth-child(1) h3 {
    background-image: url(../sp/images/ryugi_01.gif);
    background-repeat: no-repeat;
    background-size: 300px 169px;
    background-position: top center;
}
.intro_area3 ul li:nth-child(2) h3 {
    background-image: url(../sp/images/ryugi_02.gif);
    background-repeat: no-repeat;
    background-size: 300px 169px;
    background-position: top center;
}
.intro_area3 ul li:nth-child(3) h3 {
    background-image: url(../sp/images/ryugi_03.gif);
    background-repeat: no-repeat;
    background-size: 300px 169px;
    background-position: top center;
}
.intro_txt {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 10px;
}
.intro_area3 ul li, .intro_area5 ul li, .intro_area8 ul li {
    width: 290px;
    height: 250px;
    display: inline-block;
    margin: 0 15px;
    text-align: left;
}
.intro_area3 ul li h3, .intro_area5 ul li h3, .intro_area8 ul li h3 {
    color: #D50038;
    font-size: 143%;
    font-weight: bold;
    text-align: center;
    width: 270px;
    height: 35px;
    padding-top: 180px;
    margin-bottom: 5px;
}
.intro_area3 ul li p, .intro_area5 ul li p, .intro_area8 ul li p {
    padding: 0 10px;
}
.intro_area3 ul li p span, .intro_area4 ul li p span, .intro_area5 ul li p span, .intro_area8 ul li p span {
    color: #d50038;
    vertical-align: baseline;
    font-weight: bold;
}
.Intro_Contents .intro_area3 h2, .Intro_Contents .intro_area4 h2, .Intro_Contents .intro_area5 h2, .Intro_Contents .intro_area6 h2, .Intro_Contents .intro_area7 h2, .Intro_Contents .intro_area8 h2, .Intro_Contents .intro_play1 h2 {
    border-bottom: 1px solid #b3b3b3;
    color: #d0441f;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 5px 0px;
    line-height: 25px;
    background-position: 0px 2px;
}
.bottom_banner_area {
    width: 1000px;
    margin: 0 auto;
    height: 210px;
    background-image: url(../img/bottom_banner_area_back_pc.jpg);
    background-size: 480px 210px;
    background-repeat: no-repeat;
    background-position: left center;
}
.bottom_banner_area_txt {
    width: 416px;
    color: #fff;
    font-size: 150%;
    float: right;
    letter-spacing: 0.1em;
    margin: 60px 0px;
    margin-right: 140px;
}
.bottom_banner_area_txt a {
    display: block;
    width: 190px;
    padding: 0;
    text-align: center;
    background-color: #D30D3C;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0 auto;
    line-height: 34px;
}
.bottom_banner_area .restriction {
    margin: 2px;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    color: #888;
    letter-spacing: 0;
}
.bottom_banner {
    background-color: #100D12;
    padding: 0 !important;
}
#Head #tel {
    position:absolute;
    text-align:left;
    width:auto;
    left: 205px;
}
#Head #tel img{
    margin-top:-5px;
    width:180px;
}

#Head #tel p {
    margin-top:17px;
}
.Intro_Contents section {
    padding: 40px 0;
}
.intro_area7 .column li {
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 3px #999;
    margin-bottom: 20px;
    display: block;
    position: relative;
    background-color: #FFFFFF;
    height: 335px;
    float: left;
    width: 260px;
    margin: 0 15px 15px 15px;
}
.intro_area6 .column .first, .intro_area6 .column .second:nth-child(4) {
    float: left;
}
.intro_area6 .column .first {
    height: 384px;
    cursor: pointer;
}
.intro_area6 .column li {
    width: 446px;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 3px #999;
    margin-bottom: 20px;
    display: block;
    position: relative;
    background-color: #F3F1F0;
    margin: 0 7px 15px 7px;
}
.intro_area6 .column li .full_img {
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
}
.intro_area6 .column li .full_img img {
    width: 100%;
    position: relative;
    top: -55%;
}
.intro_area6 .column .title {
    display: block;
    padding-top: 3px;
    margin-bottom: 7px;
    height: 53px;
}
.intro_area6 .column .title a {
    color: #333;
    font-weight: bold;
    font-size: 135%;
    text-decoration: none;
    line-height: 115%;
}
.intro_area6 .column .txt {
    margin-bottom: 6px;
}
.intro_area6 .column .second {
    float: right;
    height: 182px;
    cursor: pointer;
}
.intro_area6 .column .second dt {
    width: 200px;
    float: left;
}
.full_img, .second_img {
    border: 8px solid #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.second_img {
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.second_img a img {
    max-width: 300px;
    position: relative;
}
.intro_area6 .column .second dd {
    width: 220px;
    float: right;
    padding-top: 25px;
}
.intro_area6 .column .second .title a {
    display: block;
    margin-bottom: 6px;
    line-height: 140%;
}
nav {
    z-index: 2;
}
nav ul {
    width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
nav ul li {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
nav ul li a {
    display: block;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
}

.intro_img_area {
    overflow: hidden;
    height: 550px;
}
.intro_img {
    width: auto;
    width: 100%;
    float: none;
}
.intro_img_box {
    top: 40%;
    top: 45%;
    padding: 22px;
    bottom: auto;
    left: 12%;
    font-size: 150%;
    background-image: none;
    background-color: transparent;
    position: absolute;
    color: #fff;
    z-index: 160;
}
.intro_img_box p span {
    font-size: 160%;
    font-weight: bold;
}
#top-movie .mask {
    background: #000;
    height: 550px;
    opacity: .5;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.one_movie{
    margin: 0 auto;
    display: block;
    width: 640px;
}
.Contents section, .ContentsIndex section {
    width: 980px;
    max-width: 980px;
    margin: 0 auto;
}
.search, #MainIndex .search .btn a, .BoxCampaign, .BoxPoint div, .btn01 a, .btn01_l a, .btn02 a, .link02 a, .Box01, .Box02, .picDeco {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.title01, .title01_no, .title01_no02 {
    border-bottom: 1px solid #b3b3b3;
    color: #d0441f;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 20px 0 5px 0;
}
.Box01 .Inner {
    margin-bottom: 30px;
}
.statistics section {
    margin-bottom: 50px;
    width: 100%;
}
.statistics p {
    margin-bottom: 20px;
    word-wrap: break-word;
}
.Box01 {
    background: #fff;
    overflow: hidden;
    padding: 30px 20px 7px;
}
.thumbnail img {
    max-width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #E6E6E6;
}
.profile {
    width: 980px;
    max-width: 980px;
    margin: 0 auto;
}
.play_midashi{
    background: #b77662;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.select_term {
    width: 736px;
    padding: 1px 10px 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
}
.select_term a {
    box-shadow: inset 0 1px 1px rgba(255,255,255,.5), 0 1px 2px rgba(0,0,0,.2);
    height: 80px;
    padding: 0;
    border-width: 4px;
    box-shadow: none;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background: #f8f2e2;
    border: none;
    text-shadow: none;
    display: table-cell;
    color: #8f5d1d;
    line-height: 2em;
    text-align: center;
}
.select_term a.selected {
    background-color: #d04722;
    color: #FFFFFF;
}
.pricing .table11 {
    width: 100%;
}
.pricing .table11 .plan {
    padding: 0 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.pricing .table11 h3 {
    padding: 10px;
    font-weight: bold;
}
.pricing .table11 .primary {
    margin: 4px 0;
    height: 30px;
}
.pricing .table11 .free .box-pricing {
    height: 30px;
}
.pricing .box-pricing .pricing {
    padding-left: 10px;
}
.pricing .box-pricing .pricing>.monthly {
    color: #d50038;
    font-size: 20px;
}
.pricing .box-pricing .pricing>span {
    display: block;
    font-weight: bold;
}
.pricing .table11 .plan.free {
    width: 180px;
}
.pricing .table11 .plan {
    padding: 0 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.pricing .box-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
}
.pricing .table11 h3 {
    padding: 8px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #7f1015;
}
.pricing .box-pricing {
    padding: 20px 5px;
    background-color: #e6e6e6;
    border: 4px solid #fff;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.pricing .table11 .primary, .pricing .table11 .primary th, .pricing .table11 .primary td {
    background-color: #e6e6e6;
}
.card-item {
    display: block;
    background-color: #efefef;
    border: 2px solid #ddd;
    text-decoration: none!important;
    border-radius: 4px;
    background: url(../img/common/bg_note.jpg) top left repeat;
}
.layout-voice-trisect > * {
    width: 281px;
    margin: 0 15px 15px 0;
    float: left;
}
.rectangle {
  　display: table;
}
.card-media-logo {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    margin-right: 10px;
    display: block;
}
.card-left, .card-right {
    display: table-cell;
    vertical-align: middle;
}
.card-balloon-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.3;
}
.card-balloon {
    margin-top: 15px;
    color: #19283c;
    position: relative;
    display: inline-block;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 0;
    width: 264px;
    height: 137px;
}
.card-balloon:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 20%;
    margin-left: -9px;
    display: block;
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: transparent transparent #fff transparent;
    z-index: 0;
}
.layout-space {
    padding: 10px;
}
.card-media-person{
    float: left;
    padding-right: 10px;
}
#BoxSearchResult .BoxPhotoProfile {
    margin-bottom: 10px;
    position: relative;
}
.BoxPhotoProfile .face {
    float: left;
    width: 18%;
}
.picDeco {
    position: relative;
    display: block;
    background: #fff;
    border: 10px solid #fff;
    overflow: hidden;
}
.picDeco img {
    width: 100%;
}
.BoxPhotoProfile .profile {
    float: right;
    width: 80%;
}
.BoxPhotoProfile .profile dl {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.BoxPhotoProfile .profile dt {
    display: table-cell;
}
.BoxPhotoProfile .profile .txt01 {
    background: #f1f1f1;
    padding: 15px;
    color: #42210b;
}
.BoxGray {
    background: url(../img/common/bg_person.png) top left repeat;
    padding: 10px;
    margin-bottom: 10px;
}
.time_text {
    margin-left: 3px;
    color: #039818;
    font-weight: bold;
}
.content_date{
    padding:10px 0;
}
header {
    text-align: left;
    background: url(../img/common/bg_header.jpg) center no-repeat;
}
.you_message .their_photo {
    float: right;
    width: 35px;
    height: auto;
    border: 1px solid #cbced0;
}

.you_message, .their_message {
    margin-bottom: 20px;
}

.you_message .box_message_info {
    float: right;
    max-width: 75%;
    margin-right: 14px;
}

.you_message .message_text {
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 2px;
    padding: 12px;
    border-radius: 6px;
    background-color: #c7e7e9;
}

.you_message .message_send_time {
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
    color: #FFF;
}

.you_message .message_user_name {
    font-size: 12px;
    color: #788086;
}

.you_message .message_text:after {
    content: "";
    position: absolute;
    top: 3px;
    left: -7px;
    display: block;
    border-top: 10px solid #e2e2dd;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(110deg);
    
    right: -7px;
    left: auto;
    border-top: 10px solid #c7e7e9;
    -webkit-transform: rotate(-110deg);
}

.their_message .their_photo {
    float: left;
    width: 35px;
    height: auto;
    margin-right: 16px;
    border: 1px solid #cbced0;
}

.their_message .box_message_info {
    float: left;
    max-width: 75%;
    margin-left: 15px;
}

.their_message .message_user_name {
    font-size: 12px;
    color: #788086;
}

.their_message .message_text {
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 2px;
    padding: 12px;
    border-radius: 6px;
    background-color: #ffdef3;
}

.their_message .message_text:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -7px;
    display: block;
    border-top: 10px solid #ffdef3;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(110deg);
}

.their_message .message_send_time {
    font-size: 12px;
    line-height: 1.2;
    color: #FFF;
}

.you_message:after,.their_message:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

//////


.you_message2 .their_photo {
    float: right;
    width: 35px;
    height: auto;
    border: 1px solid #cbced0;
}

.you_message2, .their_message2 {
    margin-bottom: 20px;
}

.you_message2 .box_message_info {
    float: right;
    max-width: 75%;
    margin-right: 14px;
}

.you_message2 .message_text {
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 2px;
    padding: 12px;
    border-radius: 6px;
    background-color: #ffdef3;
}

.you_message2 .message_send_time {
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
    color: #FFF;
}

.you_message2 .message_user_name {
    font-size: 12px;
    color: #788086;
}

.you_message2 .message_text:after {
    content: "";
    position: absolute;
    top: 3px;
    left: -7px;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    right: -7px;
    left: auto;
    border-top: 10px solid #ffdef3;
    -webkit-transform: rotate(-110deg);
}

.their_message2 .their_photo {
    float: left;
    width: 35px;
    height: auto;
    margin-right: 16px;
    border: 1px solid #cbced0;
}

.their_message2 .box_message_info {
    float: left;
    max-width: 75%;
}

.their_message2 .message_user_name {
    font-size: 12px;
    color: #788086;
}

.their_message2 .message_text {
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 2px;
    padding: 12px;
    border-radius: 6px;
    background-color: #c7e7e9;
}

.their_message2 .message_text:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -7px;
    display: block;
    border-top: 10px solid #c7e7e9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transform: rotate(110deg);
}

.their_message2 .message_send_time {
    font-size: 12px;
    line-height: 1.2;
    color: #FFF;
}

.you_message2:after,.their_message2:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

footer {
    min-width: 1044px;
    background: url(../img/common/footerbg.jpg) top left repeat;
}

.ttl {
    padding: 3px;
    background-image: url(../sp/images/ttl_back.jpg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    color: #704a1d;
    font-size: 160%;
    font-weight: bold;
}
.into_img{
    overflow: hidden;
    height: 245px;
    margin-bottom: 10px;
}
.person{
    background: url(../img/common/bg_person.png) top left repeat;
    padding: 25px 0;
    color: #000000;
}
body {
    background: url(../img/common/contentbg.jpg) top left repeat;
}
.more_button{
    color: #FFFFFF;
    background-color: #e7735c;
    border-bottom-color: #ab4d33;
    border-top-color: #eb876b;
    border-radius: 4px;
    margin: 20px auto 0;
    width: 260px;
    text-align: center;
    padding: 10px 20px;
}
.reviewTitle {
    border: 1px solid #303030;
    text-align: left;
    padding: 2px 5px;
    background-color: #303030;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 1em 0;
}
span.reviewTitle{
    margin-right: 5px;
}
.girlReviewRight{
    display: block;
    height: 105px;
}
.girlReviewRight li{
    padding: 5px 0;
}
.canvasChart{
    width: 280px;
    margin: auto;
}
#srtInfo {
    padding: 20px 15px;
}
#srtInfo dl {
    height: 36px;
    padding: 0;
    border: 1px solid #af9284;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.5);
    box-shadow: inset 0 0 2px rgba(0,0,0,.5);
    color: #1fa73e;
    display: table;
    text-align: center;
    float: left;
    width: 245px;
}
#srtInfo dl dt, #srtInfo dl dd {
    padding: 0 2px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
#srtInfo dl dd span {
    padding: 3px 5px;
    margin-right: 3px;
    background: #d04722;
    color: #fff;
    border-radius: 3px;
}
#srtInfo:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
ol#strDay {
    height: 34px;
    float: right;
    border: 1px solid #cac194;
    border-radius: 5px;
    display: table;
    width: 690px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
ol#strDay li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
ol#strDay li a {
    display: block;
    text-decoration: none;
    color: #946d5a;
}
#srtInfo dl dt, #srtInfo dl dd {
    padding: 0 2px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
ol#strDay  li:not(:last-child){border-right: 1px solid #cac194;}
#detInfo {
    width: 100%;
    padding: 0;
    display: table;
    border: 1px solid #f7e7ce;
    border-spacing: 8px;
    border-radius: 5px;
    background: #fad9da;
    margin-bottom: 20px;
}
#detInfo p, #detInfo div, #detInfo ul {
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    padding:10px;
}
#detAge {
    width: 2.5em;
    padding-right: 25px;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #9c7862;
    background: url(../img/detail/det_age.png) 100% 100% no-repeat;
}
#birth {
    width: 9em;
    padding: 0 3px;
    border: 1px solid #ece4d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    color: #9c7862;
    font-weight: bold;
}
#detSizes li {
    display: inline;
    color: #80512d;
    font-size: 158%;
    font-weight: bold;
}
.detBox {
    padding: 10px;
    border: 1px solid #b18a57;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 2px rgb(255,237,215);
    box-shadow: inset 0 0 0 2px rgb(255,237,215);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff1de), color-stop(0.50, #fff));
    background: -webkit-linear-gradient(top, #fff 50%, #fff1de 100%);
    background: -moz-linear-gradient(top, #fff 50%, #fff1de 100%);
    background: linear-gradient(to bottom, #fff 50%, #fff1de 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#comInner {
    height: 320px;
    overflow-y: auto;
}
#detOp ul li.act {
    border-color: #b87561;
    color: #555;
    background-color: #fff;
}
#detOp ul li {
    padding: 2px 5px 2px 5px;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #b4b4b4;
    color: #ddd;
    background-color: #b4b4b4;
}
#detName {
    min-width: 3em;
    color: #871f24;
    font-size: 32px;
    font-weight: bold;
}
.listIcons li {
    float: left;
    width: 48%;
    padding: 7px 1%;
}
.trimming {
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: center;
    text-align: center;
}
#photoBox {
    width: 530px;
    float: left;
}
#photo {
    width: 530px;
    height: 560px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#thumbs {
    margin-bottom: 10px;
    text-align: center;
}
#thumbs li {
    display: inline;
}
#detDay {
    padding: 0;
    margin:0;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    font-size: .75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
#detDay li {
    padding: 0 1px;
    /* flex: 1; */
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    list-style:none;
}
#detDay li dl dt {
    display: block;
    background: #f8f2e2;
    color: #8f5d1d;
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#detDay li dl dt span {
    display: block;
    color: #333;
}
#detDay li dl dd {
    /* height: 3.9em; */
    text-align: center;
    color: #2ac186;
    margin:0;
    background: #FFFFFF;
}
#detDay li dl dd span {
    line-height: 3.9em;
    color: #888;
}
h2 {
    line-height: 2em;
    font-weight: bold;
    color: #41210a;
    font-size: 130%;
}
.now_work {
    background: #61b875;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.girl_name {
    padding: 3px 5px;
    background: #79483a;
    border: 1px solid #d893a2;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
    padding: 4px 9px;
    line-height: 30px;
    font-weight:bold;
}
h3 {
    background-color: #f3f3f3;
    padding: 10px 20px;
    color: #333;
    font-weight: bold;
}
.shopinfo {
    padding: 5px;
    background: #f8f2e2;
    border-radius: 5px;
    font-size: 25px;
}
#price {
    width: 505px;
    float: left;
}
.sysCont {
    padding: 20px 15px;
    border: 1px solid #b18a57;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 2px rgb(255,237,215);
    box-shadow: inset 0 0 0 2px rgb(255,237,215);
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sysCont h4 {
    padding: 7px 0;
    text-align: center;
    border-radius: 1.5em;
    background: #fff4f0;
}
.sysInner {
    padding: 10px 25px;
}
.priceList {
    font-weight: bold;
    margin-bottom: 20px;
}
.priceList li {
    border-bottom: 2px dotted #c0c0c0;
    display: table;
    width: 100%;
}
.priceList li p.min {
    width: 40%;
}
.priceList li p {
    display: table-cell;
    font-size: 125%;
    text-align: right;
}
.priceList li p span {
    font-size: 2em;
    color: #fe8692;
}
.priceList li p.price {
    padding-right: 35px;
}
.priceList li p span {
    font-size: 2em;
    color: #e56301;
}
.sysCont dl {
    font-size: 115%;
}
.sysCont dl dt {
    padding: 3px 10px;
    background: #74737c;
    color: #fff;
    font-weight: bold;
}
.sysCont dl dd {
    padding: 5px 10px;
}
#date {
    width: 440px;
    margin-bottom: 20px;
    float: right;
}
.sysCont h4 {
    padding: 7px 0;
    text-align: center;
    border-radius: 1.5em;
    background: #fff4f0;
    font-size: 30px;
}
#option {
    width: 440px;
    float: right;
}
#opList {
    font-size: 115%;
    padding: 20px 0;
}
#opList li {
    width: 100%;
    padding: 3px 0;
    display: table;
    color: #994d33;
    font-weight: bold;
}
#opList li p {
    padding: 3px 15px;
    display: table-cell;
}
#opList li p.opt_p {
    text-align: right;
}
#opList li:nth-child(even) {
    background: #f6eeec;
}
#caution {
    padding: 5px;
    text-align: center;
    background: #cccbd1;
}
#caution h4 {
    padding: 5px 0;
    display: inline-block;
    font-size: 129%;
}
#cautionInner {
    padding: 20px 35px;
    text-align: left;
    background: #fff;
    font-size: 115%;
}
#sys {
    padding: 30px 0;
}
.cardName {
    padding: 4px 0;
    line-height: 1;
    display: table;
    width: 100%;
    font-size: 172%;
    border-bottom: 1px dashed #c7a298;
}
.cardName dt {
    color: #d4874d;
    display: table-cell;
    font-weight: bold;
}
.cardName dd {
    text-align: right;
    display: table-cell;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #9c7862;
}
.section-badge {
    padding-top: 24px;
    margin: 20px auto 40px;
}
.section-badge > .inner {
    position: relative;
    border-top: solid 3px #d8d3c2;
}
.section-badge > .inner::before {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 48px;
    left: 50%;
    margin-left: -23px;
    top: -24px;
}
.section-badge h4 {
    text-align: center;
    font-size: 140%;
    margin: 30px auto 10px;
}
#reason1 .function-temporary {
    background-image: url(../sp/img/benefit1.png);
    background-size: 280px 120px;
    min-height: 259px;
    background-position-x: 18px;
}
#reason2 .function-temporary {
    background-image: url(../sp/img/benefit2.png);
    background-size: 280px 120px;
    min-height: 259px;
    background-position-x: 18px;
}
#reason3 .function-temporary {
    background-image: url(../sp/img/benefit3.png);
    background-size: 280px 120px;
    min-height: 259px;
    background-position-x: 18px;
}
.cell-left-image > .inner {
    display: table-cell;
    vertical-align: middle;
}
.cell-left-image {
    margin-top: 20px;
    padding-left: 340px;
    display: table;
    background-repeat: no-repeat;
    background-position: left center;
}
.text-strong {
    color: #ca2f1d;
    margin-right: 0;
    font-style: normal;
}

.title {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
    background: #b0a791;
    padding: 12px 12px 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 4px solid #a29881;
}

.wait_list li{
    width: 450px;
    height: 295px;
    margin: 5px 0px 5px 10px;
    padding: 3px;
    float: left;
    border: 1px solid #dcdcdc;
    background: #FFFFFF;
}
.wait_list:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

.area_map{
    background: url(../images/area_map.png) top center no-repeat;
    width: 100%;
    height: 792px;
    margin: 0 auto;
    background-size:contain;
}
.area_map .nagoya{
    width: 300px;
    float: left;
    padding: 185px 0 0 100px;
}
.area_map .nagoya2{
    width: 300px;
    float: left;
    padding: 185px 0 0 10px;
}
.area_map .nagoya3{
    width: 300px;
    float: left;
    padding: 50px 0 0 100px;
}
.area_map .yokohama{
    width: 300px;
    float: left;
    padding: 50px 0 0 10px;
}

#member_count{
    float: right;
    font-size: 18px;
    padding-left: 25px;
    padding-top: 13px;
}

.box-age {
    text-align: center;
    padding-top: 5px;
}
.box-age li {
    margin: 0 1% 1% 0;
    width: 22%;
}
.box-age li:first-child {
    background: #3ca193;
}
.box-age li:nth-child(2) {
    background: #efb820;
}
.box-age li:nth-child(3) {
    background: #f87c5c;
}
.box-age li:last-child {
    background: #645645;
}
.box-age li, .box-age li a {
    display: inline-block;
    height: auto;
    text-align: center;
}
.box-age.row3 li a {
    width: 100%;
}
.box-age li a {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 140px;
    padding: 5px .5em;
    border: #ccc solid 1px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}

ul.pager {
    text-align: center;
    display: table;
    margin: 5px auto;
    width: 100%;
}

ul.pager li a {
    height: 46px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    color: #3B3B3B;
    overflow: hidden;
}

ul.pager li.pager-prev,
ul.pager li.pager-next {
    width: 35%;
    display: table-cell;
}

ul.pager li.pager-prev a{
    color: #ffffff;
    display: block;
    margin: 0 2px;
    padding: 0 20px 0 40px;
    background: #b87561;
/*  background-image: url(images/icon_arrow_left.png);*/
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

ul.pager li.pager-next a {
    color: #ffffff;
    display: block;
    margin: 0 2px;
    padding: 0 40px 0 20px;
    background: #6e471e;
/*  background-image: url(images/icon_arrow_right.png);*/
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: right center;
}

ul.pager li.pager-prev1,
ul.pager li.pager-next1 {
    width: 50%;
    display: table-cell;
}

ul.pager li.pager-prev1 a{
    background: #b87561;
    color: #ffffff;
    display: block;
/*  margin: 0 1px 0 35px;
    padding: 0 20px 0 40px;
    background-image: url(images/icon_arrow_left.png);*/
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

ul.pager li.pager-next1 a {
    background: #6e471e;
    color: #ffffff;
    display: block;
/*  margin: 0 35px 0 1px;
    padding: 0 40px 0 20px;
    background-image: url(images/icon_arrow_right.png);*/
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: right center;
}

.Cnt{
    position: absolute;
    top: 61px;
    right: 10px;
    display: block;
    color: #603813;
}
.Cnt span {
    font-weight: bold;
    font-size: 1.4em;
}
.gray_area{
    background: #f1f1f1;
    padding: 4px 0 4px 0;
}
.gray_area .inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0 0 0 0;
    font-size: 82% !important;
    text-align: left;
    color: #000000;
}

.gray_area .inner a {
    color: #0068b7;
    text-decoration: none;
}
/* 20180406 */
.h-pt20{
    font-weight: bold;
    padding-bottom: 10px;
}

.footer_top .menu_tiki ul li {
    display: block;
    font-size: 18px;
}
.footer_top a {
    text-decoration: none;
    color: #cc0000;
    font-size: 1em;
    line-height: 1.3;
    font-weight: bold;
}
.footer_top dd {
    display: none;
    padding: 0 15px;
}
.footer_top .menu_tiki ul li {
    display: block;
    font-size: 1em;
}
.h-mb100, .h-mb80 {
    margin-bottom: 50px;
}
.menu_tiki li {
    float: none;
    width: auto;
    display: inline-block;
    margin-right: 15px;
}
.clearfix {
    display: block;
}
.footer_top li {
    margin-bottom: 10px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.yajirushi:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #ab3d2e;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.yajirushi {
    position: relative;
    padding-left: 10px;
}
.what_new_list{
    height: 260px;
    overflow: scroll;
}
.rt_type {
    padding: 5px;
    color: #fff;
    text-align: center;
    float: left;
    width: 10%;
    font-size: 0.8em;
    background-color: #5e5e5e;
    margin-right: 15px;
}
.type_yoyaku{background-color: #ffa800;}/*予約情報*/
.type_voice{background-color: #00baff;}/*クチコミ情報*/
.type_blog{background-color: #aa8f3e;}/*ブログ*/
.type_new{background-color: #f400ac;}/*入店情報*/

.search_box li{
    position: relative;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 10px;
    border-radius: 3px;
    background-color: #ffffff;
    float: left;
    margin: 0 4px;
    margin-bottom: 8px;
    font-weight: bold;
}


.type3_1 {
    background: #f0694b;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    font-size: 12px;
}

.type3_2 {
    background: #44a389;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    font-size: 12px;
}

.type3_3 {
    background: #e4ab01;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    font-size: 12px;
}

.type3_4 {
    background: #ef5541;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    font-size: 12px;
}

.type3_5 {
    background: #ab8566;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    font-size: 12px;
}

.navigation {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 10px 0;
    padding: 5px 0px;
}

.navigation>li {
    display: table-cell;
}

.navigation a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 14px 0 14px 0;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
    margin: auto;
    position: relative;
    font-size: 17px;
}

.navigation a img{
    vertical-align:bottom;
}

.navigation a.act {
    background-color: #f8f2e3;
}