@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;}
html{font-size:62.5%;}
body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:100%;
    background-image:url(img/back_01.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: fixed;
    color:#3e3a39;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-table;}
* html .clearfix { height: 1%; }
.clearfix { display: block; }
img{vertical-align:middle;max-width:100%;height:auto;border: 0;}
.fontColor_orange {
    color: #f15a24;
    font-weight: bold;
}
.fontColor_blue {
    color: #0068b7;
    font-weight: bold;
}
a,a img{color:#E4017F;text-decoration:none;transition: opacity .1s ease-out,color .1s ease-out;outline: 0;}
a:hover,a img:hover{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha(opacity=80)";-moz-opacity:0.8;-khtml-opacity:0.8;}
ul,ol,li {list-style: none;}

#ladiesProject_content{
    margin-top: 2em;
}
.prefecture {
    width: 78px;
    height: 35px;
    text-align: center;
    padding-top: 8px;
    color: #fff;
    font-size: 80%;
    background: url(img/prefecture.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

/* ladiesProject */
.ladiesList li {
    float: left;
    width: 225px;
    min-height: 350px;
    margin: 0 5px;
    position: relative;
}
.ladiesList li:last-child {
    margin: 0 0 0 0;
}
.ladiesList li a {
    display: block;

    min-height: 270px;
    border: 1px solid #cacaca;
    padding: 50px 17px 17px;
    border-radius: 10px;
}
.ladiesList li .ladiesName{
    margin-top: 10px;
    color: #f05283;
    margin-bottom: 5px;
    font-size: 80%;
}
.ladiesList li .dealerName {
    border-top: 1px dashed #f05283;
    padding-top: 10px;
    font-size: 70%;
}
.ladiesList li .detail {
    width: 237px;
    text-align: right;
    background: #ff7bad;
}

@media screen and (max-width: 980px){
    .ladiesList li {
        width: 100%;
    }
    .ladiesList li a {
        text-align: center;
    }
}


/**************************************

                ヘッダ

***************************************/
#header {
    display:block;
    margin:0 auto;
    background-image:url(img/back_03.png);
    background-repeat:repeat-x;
    position:relative;
}
#header img {
    margin:0 auto;
    display:block;
}
#navigation{
    background-image:url(img/back_02.png);
    background-repeat:repeat-x;
    background-position: bottom center;
    background-size: 66px;
    text-align: center;
    padding: 10px 0 16px;
}
#navigation ul {
    max-width: 980px;
    margin: -60px auto 0;
}
#navigation ul li {
    list-style: none;
}
#navigation ul li:first-child {
    float: left;
    width: 33%;
    text-align: center;
}
#navigation ul li:last-child {
    float: right;
}
#navigation img{
    display:block;
    margin:0 auto;
}
#top_menu{
    margin:0 auto;
    display:block;
    width:980px;
}
.logo2 a img:hover{opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(opacity=100)";-moz-opacity:1;-khtml-opacity:1;}

/**************************************

                コンテンツ

***************************************/
#container {
    background-repeat:repeat;
    background-image:url(img/img_03.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    background-attachment:fixed;
}
.toppage{
    background-position:center top;
}
#container > .main_box {
    background-color:#FFF;
    box-shadow: 0 0 6px 0 rgba(186, 186, 186, 0.65);
    max-width:980px;
    display:block;
    margin:0 auto;
    padding:20px;
    box-sizing: border-box;
}
#container > .main_box h2{
    color:#FFF;
    background-image:url(img/back_04.png);
    border-radius:3px;
    padding:5px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 20px;
}
.main_box h2 img{
    vertical-align:top;
}
.main_box > p.days{
    color: #666;
    margin: 10px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.main_box > h3{
    color:#e4007f;
    border-bottom:3px solid #dcdddd;
    margin-bottom:10px;
    padding: 0 0 5px;
    font-size: 20px;
    font-size: 2.0rem;
}
.main_box > h4 {
    border-bottom: 1px solid #ccc;
    border-left: 3px solid #e4007f;
    color: #e4007f;
    padding: 10px 15px;
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.central{
    display:block; margin:0 auto;
}
.member {
    background-image:url(img/back_05.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    text-align: center;
}
.massage{
    color: #8b0000;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 1em 0;
    text-align: center;
}
.ttl_01{
    margin: 10px auto 0;
    display: block;
}
.member_main {
    position: relative;
}
.member_last {
    position: absolute;
    bottom: -40px;
    right: 0;
    transform: rotate(5deg);
}
#member_list{
    margin:10px auto;
    display:block;
}
#member_list li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 14px;
    position: relative;
    margin: 7% 1% 0;
}
#member_list li .member_name {
    color: #e83828;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -20px;
    text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
    transform: rotate(-15deg);
}
#member_list li:nth-child(2n) .member_name{ color: #601986; }
#member_list li:nth-child(3n) .member_name{ color: #13ae67; }
#member_list li:nth-child(4n) .member_name{ color: #c13eb8; }
#member_list li:nth-child(5n) .member_name{ color: #8fc31f; }
#member_list li:nth-child(6n) .member_name{ color: #e82131; }
.member_photo {
    border: 10px solid #fff;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    display: inline-block;
}
#member_list > img{
    width:190px;
}
.btn_area{
    margin:30px auto 10px;
    text-align: center;
}
.btn_area img{
    margin:0 10px;
}
strong {
    color: red;
}
.float {
    float: left;
}
.float_right {
    float: right;
}
.clear {
    clear: both;
}
.box_right {
    margin-right: 50px;
}

/**************************************

                フッタ

***************************************/
footer {
    background-image:url(img/back_02.png);
    padding: 16px;
}
#footer_area {
    max-width: 980px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
}
#footer_area p {
    float: left;
}
#footer_area #text_footer {
    float:right;
}
#footer_area #text_footer a {
   color:#fff;
   text-decoration: none;
}
#footer_area #text_footer span {
    padding:0 0 0 40px;
}

/**************************************

            メディアクエリ

***************************************/
@media (min-width: 730px) and (max-width: 1024px) {
    #top_menu{
        max-width: 98%;
        width /***/:auto;
    }
    #secret{
        display:none;
    }
    .btn_area{
        width /***/:auto;
    }
}

/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 640px) {
    #top_menu{
        max-width: 98%;
        width /***/:auto;
    }

    #secret{
        display:none;
    }
#footer_area p {
    float: none;
}
#footer_area #text_footer {
    float: none;
    margin: 1em 0 0;
}
#footer_area #text_footer span {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 0 10px 0
}
#footer_area #text_footer a {
    border: 1px solid #fff;
    padding: 14px 0;
    box-sizing: border-box;
    display: block;
    text-align: center;
}






    .btn_area{
        width /***/:auto;
    }



    .member_last {
        position: static;
        margin: 0 0 20px;
        transform: rotate(0);
    }
    #member_list li {
        width: 47%;
        margin: 7% 1% 5%;
    }
    #member_list li .member_name {
        left: 0;
    }
}