@charset "utf-8";
/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
main style top　コンテンツ
   ========================================================================== */

/*年齢認証*/
#iia_overwrap {
    position: relative;
    overflow: hidden;
}

/*年齢認証*/
#hl_age_cert * {
    box-sizing: border-box;
}
#hl_age_cert {
    display: none;
    position: relative;
    max-width: 900px;
    height: 260px;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    background-color: #4db4cb;
    color: #fff;
}
#hl_age_cert .wrap {
    display: inline-block;
    max-width: 85%;
    margin: 0;
    padding: 10px 30px 30px;
    border-radius: 4px;
    background-color: rgba(255,255,255,1);
    color: #4db4cb;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#hl_age_cert .wrap p {
    margin: 10px 0;
    text-align: left;
}
#hl_age_cert .wrap p.hl_age_cert_img {
    text-align: center;
    height: 60px;
    background: url(../img/logo.png) 50% 50% no-repeat;
    background-size: 150px;
}
#hl_age_cert .wrap a {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    text-decoration: underline;
}
#hl_age_cert_yes {
    display: inline-block;
    margin: 0;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    background-color: #f28c91;
    color: #fff;
    transition-property: background-color, color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
#hl_age_cert_yes:hover {
    color: #fff;
    opacity: 0.8;
}
/*年齢認証*/


/*topimage*/
#topimage{
    width: 100%;
    position: relative;
    /*background-color: rgba(145, 0, 95, .03);*/
    /*background-color: #F3F4F6;*/
    /*height: 300px;*/
    background: rgb(241,241,241);
    background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(245,246,248,1) 50%, rgba(238,239,241,1) 100%);
    background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(245,246,248,1) 50%,rgba(238,239,241,1) 100%);
    background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(245,246,248,1) 50%,rgba(238,239,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#eeeff1',GradientType=0 );
}
#topimage .inner{
    position: relative;
    margin: 0 auto;
    max-width: 900px;
    height: 300px;
    z-index: 1;
    background-image: url(../img/top_image3.jpg);
    background-position: 15% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
/*topお相手検索*/
#top-search{
    width: 280px;
    height: 250px;
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: #fff;
}
.top-search-ttl{ width: 280px; height: 34px;}
.top-search-ttl img{ width: 100%;}
.top-search-main{
    width: 280px;
    height: 216px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.formtable{ width: 100%; font-size: 0.8em;}
.formtable th{ color: #f28c91; padding:0.8em 0 0.8em 0; width: 50px; text-align: left;}
.formtable td{ padding:0.8em 0 0.8em 0; text-align: left;}
.customSelect {
    background-image: url(../img/select.jpg);
    background-repeat: no-repeat;
    width: 75px;
    padding: 0.4em;
}
.customSelect.customSelectHover {
    /* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
}
.customSelectInner {
    /* You can style the inner box too */
}
/*
input[type=submit]{
    cursor:pointer;
    background:none;
    border:none;
    text-indent: -9999px;
    font-size:18px;
    padding:10px 4px;
    background-image: url(../img/btn_serch_top.jpg);
    width: 180px;
    height: 45px;
}
input[type=submit]:hover{
    color:#fff;
    background-position: 0 -45px;
}
*/
input.send[type=submit]{
	background-image: url(../img/btn_send.png);
}

input[type=submit] {
    cursor:pointer;
    font-size:16px;
    font-weight: bold;
    padding:10px 0;
    width: 180px;
    height: 45px;
    color: #fff;
    border: none;
    background: none;
    -webkit-font-smoothing: antialiased;
}
.iia_search_exe_wrap {
    display: inline-block;
	position: relative;
    box-sizing: border-box;
	text-decoration: none;
	z-index: 0;
    overflow: hidden;
	color: #fff;
    width: 180px;
    height: 45px;
    border-radius: 4px;
    border-bottom: 4px solid rgba(202, 109, 113, 1);
    transition: .3s;
    -webkit-font-smoothing: antialiased;
}
.iia_search_exe_wrap:before {
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
	z-index: -1;
	left: 0;
	background: rgba(242, 140, 145, 1);
    transition: .3s;
}
.iia_search_exe_wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
	z-index: -2;
	left: 0;
	background: linear-gradient(to bottom, rgba(242, 140, 145, 1), rgba(202, 109, 113, 1));
}
.iia_search_exe_wrap:hover:before {
    opacity: 0;
}

.iia_search_exe_wrap.iia_sys_button {
    border-radius: 3px;
    padding: .7em 1em .5em;
    width: auto;
    height: auto;
    color: #FFF;
    text-indent: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
}


input[type=submit]:active,
input[type=submit]:focus{
    position:relative;
    top:1px;
    color:#515151;
    background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(242,242,242,1) 100%);
    box-shadow:0px -1px 1px #FFF inset,
    0 0 0px 5px #E0E0E0;
}

#header-login_sp{ display: none;}
/*2column toppage*/
#content{
    width: 100%;
    position: relative;
    z-index: 1;
    float: left;
    font-size: 0.8em;
}
#content .inner{
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
#main{
    width: 680px;
    float: left;
}
#r_side{
    float: right;
    margin-top: 1.4em;
    display: block;
}
/*お知らせ・ご利用の流れ*/
#news,#flow{
    background-color: #fff;
    margin-bottom: 0.8em;
}
#news h1{
    width: 100px;
    height: 16px;
}

#news h1 img,#flow h1 img{ width: 100%;}

#news ul{
    width: 600px;
    margin: 0 auto;
}
#news ul li { padding: 10px 0; border-bottom:dotted 1px #666; text-decoration:none;}
#news ul li .day{ display: inline-block; margin-right: 15px; width: 11em; color: #4db4cb; font-weight: bold; padding-left: 0.6em;}
#news ul li .txt { display: block; margin-top: -1.4em; padding-left: 12em; line-height: 1.6em; color:#333; text-decoration:none;}
#news a{ color:#333; text-decoration:none;}
#news a:hover{ color:#333; text-decoration:underline;}
#news ul li:last-child { border-bottom: none;}

#flow h1{
    width: 145px;
    height: 16px;
}
.post {
    padding: 1.0em 0;
    text-align: center;
}
.post p {
    margin: 1em auto;
    text-align: left;
    max-width: 600px;
}
.post img{ width: auto;}
.post-img-sp{ display: none;}

/*コラム*/
#lovecolumn{
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
    background-color: #d299bd;
    margin-bottom: 0.8em;
    padding-bottom: 2.0em;
    display: block;
}
#lovecolumn h1{
    text-align: cener;
    width: 180px;
    height: 37px;
    margin: 0.67em auto;
}
#lovecolumn h1 img{ width: 100%;}
#lovecolumn .inner{
    width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.lovecolumn-post-left{
    float: left;
    width: 295px;
    margin-bottom: 0.8em;
    background-color: #f0dce8;
}
.lovecolumn-post-right{
    float: right;
    width: 295px;
    margin-bottom: 0.8em;
    background-color: #f0dce8;
}
.post-bottom{ margin-bottom: 0;}
.lovecolumn-thumb{
    float: left;
    width: 90px;
    height: 90px;
    margin: 0.8em;
}
.lovecolumn-post-left h2,.lovecolumn-post-right h2{
    margin: 0.8em 0 0.8em 0 !important;
    font-weight: bold;
    color: #91005f;
    float: left;
    font-size: 1.2em;
}
.lovecolumn-post-left ul,
.lovecolumn-post-right ul{
    margin: 0;
    padding: 0;
    width: 180px;
    float: left;
}
.lovecolumn-post-left ul li,
.lovecolumn-post-right ul li{
    list-style-type: disc !important;
    list-style-position: inside;
    float: left;
    font-size: 0.8em;
    margin-bottom: 0.4em;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.lovecolumn-post-left ul li a,
.lovecolumn-post-right ul li a
{ color: #333; text-decoration: none;;}
.lovecolumn-post-left ul li a:hover,
.lovecolumn-post-right ul li a:hover
{ text-decoration: underline;}
/*最下部ボタン*/
#btn-bottom-sp{ display: none;}

/* ==========================================================================
main style top 右サイド
   ========================================================================== */
.sidecontent{
    width: 200px;
    margin-bottom: 1.4em;
}
/*無料会員登録*/
.btn{
    display: block;
    text-indent: -9999px;
}
 .btn a{
     display:block;
     text-indent:-9999px;
}

.btn_entry{
    height: 85px;
    background-image: url(../img/btn_entry.png);
}

.btn_entry:hover{
    height:85px;
    background-image: url(../img/btn_entry.png);
    background-position:left -85px;
}
.btn_membertop{
    height: 85px;
    background-image: url(../img/btn_membertop.png);
}

.btn_membertop:hover{
    height:85px;
    background-image: url(../img/btn_membertop.png);
    background-position:left -85px;
}
/*会員の方はこちら*/
.login-area{
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.login-area h1{
    margin:0;
    text-align: center;
    font-size: 1.2em;
    color: #999;
    padding: 0.4em 0;
    width: 100%;
    position: absolute;
     top: 0;
     left: 0;
     background-color: #ececec;
}
.login-area-txt{
    width: 100%;
    margin-top: 2.0em;
}

/*QRコード*/
.qr{
    background-color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border:solid 1px #ccc;
}
.qr h1{
    margin:0;
    text-align: center;
    font-size: 1.2em;
    color: #999;
    padding: 0.4em 0;
    width: 100%;
    position: absolute;
     top: 0;
     left: 0;
     border-bottom:solid 1px #ccc;
}

.qr-txt{
    width: 100%;
    margin-top: 3.0em;
    text-align: center;
}
/*チャット・恋愛占い*/
.btn_chat{
    height: 72px;
    background-image: url(../img/btn_chat_side.png);
}

.btn_chat:hover{
    height:72px;
    background-image: url(../img/btn_chat_side.png);
    background-position:left -72px;
}
.btn_fortune{
    height: 72px;
    background-image: url(../img/btn_fortune_side.png);
}

.btn_fortune:hover{
    height:72px;
    background-image: url(../img/btn_fortune_side.png);
    background-position:left -72px;
}
.iia_sp_appear {
    display: none;
}
.iia_sp_none {
    display: block !important;
}

/* ==========================================================================
media screan
   ========================================================================== */

@media only screen and (max-width: 640px) {
    .iia_sp_appear {
        display: block;
    }
    .iia_sp_none {
        display: none !important;
    }
    /*header-login_sp*/
    #header-login_sp {
        width: 100%;
        height: 60px;
        border-top: 3px solid #4db4cb;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0;
        display: block;
        position: relative;
    }
    #header-login_sp .header-login_sp_logo {
        position: absolute;
        top: 50%;
        left: 3%;
        min-width: 160px;
        width: 42%;
        height: 50%;
        display: block;
        background: url(../img/sp/logo_sp.png) left top no-repeat;
        background-size: auto 160%;
        transform: translate(0, -50%);
    }

    #header-login_sp .header-login_sp_buttons {
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        transform: translate(0, -50%);
    }
    #header-login_sp .header-login_sp_buttons a {
        display: inline-block;
        margin-right: .8em;
        padding-top: 40px;
        width: 40px;
        height: 12px;
        font-size: 10px;
        text-align: center;
        color: #4db4cb;
        font-weight: bold;
        background-repeat: no-repeat;
        background-size: 84%;
        background-position: 50% 16%;
    }
    #header-login_sp .header-login_sp_buttons a.hh_spicon_login {
        background-image: url(../img/sp/hhicon_door_gre.png);
    }
    #header-login_sp .header-login_sp_buttons a.hh_spicon_menu {
        background-image: url(../img/sp/hhicon_hamburger_gre.png);
    }

    #footer_sp{
        padding-bottom: 100px;
    }

    /*topimage*/
    #topimage{
        height: auto;
        /*padding-top: 260px;*/    /*年齢認証*/
    }
    .index2 #topimage{
        padding-top: 260px;    /*年齢認証*/
    }
    /*
    #topimage .inner{
        width: 100%;
        background-image: url(../img/sp/topimage_sp.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
        height: auto;
        padding-top: 12em;
    }
    */

    #topimage .inner{
        width: 100%;
        padding-top: 200px;
        background-image: url(../img/top_image3.jpg);
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: auto 200px;
    }

    /*年齢認証*/
    #hl_age_cert {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        border-radius: 0;
    }
    #hl_age_cert .wrap {
        display: inline-block;
        width: 100%;
    }


    #top-search{
        position: relative;
        margin: 0 auto;
        top: 0;
        right: 0;
        width: 95%;
        height: auto;
    }
    .top-search-ttl,.top-search-main{ width: 100%; height: auto;}
    .top-search-main{ padding: 1.0em;}

    #contet .inner,#main{ width: 100%;}
    #r_side{ display: none;}
    /*お知らせ・ご利用の流れ*/
    #news,#flow{ width: 95%; margin: 0 auto;}
    #news ul{ width: 100%;}
    #news ul li{ margin:0 10px;}
    #news ul li .day{ display:block; margin-right:0; width:auto; padding-bottom:5px;}
    #news ul li .txt{ display:inherit; margin-top:0; padding-left:0; color:#333;}
    .post {
        padding: 1.0em 0;
        text-align: center;
    }
    .post-img-p{ display: none;}
    .post-img-sp{ display: block;}
    /*コラム*/
    #lovecolumn{ display: none;}
    /*最下部ボタン*/
    #btn-bottom-sp{
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    #btn-bottom-sp .inner{
        width: 95%;
        margin: 0 auto;
    }
    .btn-bottom{
        width: 100%;
        margin-bottom: 0.8em;
        text-indent: -9999px;
    }
    .bottom-txt{ padding: 0 0.8em;}

    #iia_flow_top {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }

    #iia_flow_top li {
        display: block;
        width: 100%;
        margin: 2px 0;
        font-size: 0;
        overflow: hidden;
        vertical-align: top;
        text-align: center;
        height: 103px;
    }
    #iia_flow_top li .box {
        box-sizing: border-box;
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        height: 100%;
        padding: 0 0 0 10px;
    }
    #iia_flow_top li * {
        box-sizing: border-box;
    }
    #iia_flow_top li:last-child {
        padding-top: 20px;
        height: auto;
    }

    #iia_flow_top li .box.left {
        display: inline-block;
        width: 148px;
        overflow: hidden;
        background-image: url(../img/flow.jpg);
    }
    #iia_flow_top li:nth-child(2) .box.left {
        background-position: -151px 0;
    }
    #iia_flow_top li:nth-child(3) .box.left {
        background-position: -301px 0;
    }
    #iia_flow_top li:nth-child(4) .box.left {
        background-position: -451px 0;
    }
    #iia_flow_top li .box.right {
        display: inline-block;
        width: 50%;
        overflow: hidden;
        position: relative;
        overflow: hidden;
        text-align: left;
    }
    #iia_flow_top li .box.right .box_inner {
        display: inline-block;
        position: absolute;
        height: auto;
        top: 50%;
        transform: translate(0, -50%);
    }
    #iia_flow_top li .box.right .box_inner h2 {
        color: #4db4cb;
        font-size: 14px;
        line-height: 1;
        margin: 0 0 7px;
    }
    #iia_flow_top li .box.right .box_inner p {
        color: #333;
        font-size: 14px;
        line-height: 1.35;
        margin: 0;
    }



}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
