@CHARSET "UTF-8";
/*****************************
        フッター
******************************/

.footer2 {
    z-index: 1000;
}
.footer {
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
}

div.area-footer {
    background: #eee;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
/*    padding: 7px 0 60px; */
    padding: 0 0 60px;
/*    line-height: 30px; */
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
    color: #333;
    clear: both;
    text-align: center
}

div.footerareabtn {
    margin: 5px 0
}

div.footerareabtn a {
    width: 280px;
    display: block;
    text-align: center;
    border: solid 1px #999;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin: 2px auto 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
    background: -moz-linear-gradient(top, #FFF, #CCC);
    background: linear-gradient(-90deg, #FFF 0%, #CCC 100%);
    box-shadow: 0 0 3px 0 #ccc;
    -moz-box-shadow: 0 0 3px 0 #ccc;
    -webkit-box-shadow: 0 0 3px 0 #ccc
}

div.area-footer a {
    color: #36c;
}

div.footerareabtn td {
    padding-top: 3px
}

a.footer-link {
    font-size: 12px
}

div.footerareabtn {
    margin: 5px 0;
}


/*****************************
        フッター
******************************/

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
/* common.cssのフッター部分の記述 */
footer {
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
}

.area-footer {
    background: #eee;
    padding: 0;
    color: #333;
    clear: both;
    text-align: center;
}

.area-footer .over18 {
    font-size: 10px;
    line-height: 10px;
    color: #666;
    display: block;
    padding: 6px;
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.area-footer a {
    color: #1242C0;
}

.area_box {
    width: 90%;
    margin: 0 auto 10px;
    font-size: 0;
}

.area_box>li {
    width: 25%;
    display: inline-block;
    font-size: 13px;
}

.area_box>li a {
    display: block;
    background: -moz-linear-gradient(top center, #e5e5e5 0%, #fff 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#e5e5e5), to(#fff));
    background: linear-gradient(top center, #e5e5e5 0%, #fff 100%);
    padding: 5px 0;
    box-shadow: 0 0 0 1px #ccc;
    margin-bottom: 1px;
    color: #333;
}

.footer-link {
    font-size: 12px;
}

.icon_system {
    position: relative;
    margin-right: 15px;
    vertical-align: middle;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
    height: 20px;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
}

.area-footer .btn_myheaven {
    background: linear-gradient(0deg, #f4ba00 0%, #fdd631 100%);
    border: 1px solid #c6ad1c;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 30px;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f4ba00), to(#fdd631));
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
}

.area-footer .btn_areaselect {
    background: white;
    border: 1px solid #ccc;
    display: block;
    width: 90%;
    padding: 5px 0px 5px 15px;
    font-weight: bold;
    color: #666;
    border-radius: 5px;
    background-image: url(/img/icon/arrow_gray.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 10px;
    text-align: left;
    box-sizing: border-box;
    margin: 10px auto;
    line-height: 30px;
}

.area-footer .btn_areaselect.open {
    background-image: url(/img/icon/arrow_90_gray.png);
    background-size: 17px;
}

.area-footer .btn_areaselect.open img {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.area-footer .f_banner {
    font-size: 11px;
}

.area-footer .f_banner .FlexBox {
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
    display: inline-block;
    visibility: visible;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
    width: 90%;
    margin: 2px;
}

.area-footer .f_banner .FlexBox .half {
    padding: 8px 0;
    background-color: #fff;
    box-shadow: 1px 1px #ddd;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
/*    margin: 2px; */
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
}

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
#home .half + .half {
    border-left: 1px solid #f0f0f0;
    box-sizing: border-box;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/05/26 */

.area-footer .footer-link {
    font-size: 10px;
    color: #999;
    display: block;
    padding-bottom: 8px;
}

.area-footer .f_contact {
    padding: 10px;
}

.area-footer .f_contact a {
    font-size: 12px;
    color: #000;
    margin: 0 5px;
}

.area-footer .pcsite {
    display: block;
    background-color: white;
    border-top: 1px solid #ccc;
    color: #333;
    font-weight: bold;
    padding: 5px 0;
    font-size: 12px;
}

.area-footer .pcsite .pcimg {
    margin-right: 5px;
    vertical-align: middle;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
    height: 20px;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/05/26 */
}

.plus_box {
    display: none;
}

/* guide.cssのフッター部分の記述 */
.half{
    box-sizing: border-box;
    float: left;
    width: 50%;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/05/26*/

li.footer{
    list-style: none;
}
.footer .half + .half {
    border-left: 1px solid #f0f0f0;
}

div.area-footer{
    line-height: 1;
}

/*-------------------------------------------
SPガイドフッターリンク  SC 2016/08/16
---------------------------------------------*/
#guideSP-fotter-wrap *{
    margin: 0;
    padding: 0;
}
#guideSP-fotter-wrap {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    margin: 20px auto;
    width: 90%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#guideSP-fotter-wrap ul {
margin: 0;
padding: 0;
}

#guideSP-fotter-wrap li {
list-style: none;
border-bottom: 1px solid #dddddd;
}

#guideSP-fotter-wrap a {
    color: #666666;
    display: block;
    font-weight: bold;
    padding: 10px 10px 10px 45px;
    text-align: left;
    text-decoration: none;
}

#guideSP-fotter-wrap p {
margin: 0;
color: #666666;
font-weight: bold;
}

#guideSP-fotter-wrap .accordion {
width: 100%;
}

#guideSP-fotter-wrap .accordion input {
display: none;
}

#guideSP-fotter-wrap .accordion label {
    background: #eeeeee linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    text-align: left;

}
#guideSP-fotter-wrap .accordion > label:nth-of-type(1) {
    border: medium none;
}
#guideSP-fotter-wrap .ac-cont > label {
    padding: 10px 10px 10px 45px ;
}
#guideSP-fotter-wrap .accordion .ac-cont {
transition: 0.2s;
height: 0;
overflow: hidden;
}

#guideSP-fotter-wrap .accordion input:checked + label + .ac-cont {
height: auto;
}
#guideSP-fotter-wrap .accordion input + label .trigger:after {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    content: "+";
    float: right;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 1px 0 0;
    text-align: center;
    vertical-align: top;
    width: 26px;
}
#guideSP-fotter-wrap .accordion input:checked + label .trigger:after {
content: "-";
}
#guideSP-fotter-wrap .trigger img {
width: 20px;
height: 30px;
vertical-align: middle;
margin-right: 15px;
}

#guideSP-fotter-wrap .accordion input:checked + label .trigger img {
width: 20px;
height: 20px;
-webkit-animation: spin 1s linear infinite;
-moz-animation: spin 1s linear infinite;
-ms-animation: spin 1s linear infinite;
-o-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes spin {
0% {-moz-transform: rotate(0deg);}
100% {-moz-transform: rotate(360deg);}
}

@-ms-keyframes spin {
0% {-ms-transform: rotate(0deg);}
100% {-ms-transform: rotate(360deg);}
}

@-o-keyframes spin {
0% {-o-transform: rotate(0deg);}
100% {-o-transform: rotate(360deg);}
}

@keyframes spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}