@charset "utf-8";

/*メインコンテンツ*/
#points {
    max-width: 954px;
    margin: 20px 0;
    padding: 20px;
    border: #3ba4ee solid 3px;
    border-radius: 10px;
    max-width: 954px;
    margin: 20px 0;
    padding: 20px;
    border: #3ba4ee solid 3px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

/*20191107
.main_h1 {
  font-size: 25px;
  padding: 15px;
}
*/

.main_h1 {
    margin-bottom: 30px;
}

/*各セクション*/

.boxInr {
    background-color: #333;
    color: #fff;
    font-size: 155.5%;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    width: 99%;
    /*
    display: inline-block;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
*/
}

section.gentsuki_woman img,
section.room_search img,
section.detective_chintai img {
    border: 1px solid #ccc;
}


p.more a {
    display: block;
    width: 33%;
    text-align: center;
    margin: -15px auto 30px;
    pointer-events: all;
    font-size: 1em;
    background-color: #f75625;
    border: 1px solid #f8632b;
    border-radius: 20px;
    line-height: 1.8;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

p.more a .open {
    display: none;
}

p.more a .open.active {
    display: block;
}

p.more a .close {
    display: block;
}

p.more a .close.active {
    display: none;
}


/*gentsuki_woman*/
.gentsuki_woman .boxInr {
    background-color: #fa8c81;
    color: #333;
}

.gentsuki_woman ul:first-of-type,
.gentsuki_woman ul:last-of-type {
    margin-bottom: 45px;
}

.gentsuki_woman ul:nth-of-type(2) {
    margin-top: -45px;
}

.gentsuki_woman_article {
    padding: 20px 10px 20px 5px;
    border-bottom: 2px solid #e8e8e8;
    clear: both;
    min-height: 140px;
    height: auto !important;
}

.gentsuki_woman_article:last-of-type {
    border-bottom: none;
}

.gentsuki_woman_left {
    width: 300px;
    float: left;
}

.gentsuki_woman_right {
    width: 580px;
    float: right;
    padding-top: 80px;
}

.gentsuki_woman_right dl dt {
    background: url(../images/icon_01.gif) no-repeat left 0.4em;
    padding: 0 0 5px 20px;
    margin: 0 0 5px 0;
    border-bottom: 2px solid #e4ebf6;
    zoom: 1;
}

.gentsuki_woman_right dl dt a {
    font-size: 16px;
    font-weight: bold;
}

.gentsuki_woman_right dl dd {
    padding: 0 0 5px 0;
}

/*room_search detective_chintai*/
.contentOut {
    display: flex;
    /*justify-content: space-around;*/
    justify-content: flex-start;
    box-sizing: border-box;
    max-width: 100%;
    margin: 19px 0px;
}

.mainInr {
    width: 300px;
    padding-right: 10px;
}

.mainInr dt {
    font-weight: bold;
    background: url(../images/icon_01.gif) no-repeat left 1em;
    padding: 10px 0 10px 20px;
    margin: 0 0 5px 0;
    border-bottom: 2px solid #e4ebf6;
    zoom: 1;
}

.mainInr dd {
    padding: 0 0 10px 20px;
    margin: 0 0 5px 0;
}


/*ゲンツキクラブバナー*/
.gc_bunner {
    text-align: center;
}









/*
.imgIn {
  box-sizing: border-box;
  text-align: center
}
*/

/*
.undb {
  border-top: 2px solid #e4edf6;
  padding: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
*/
