@charset "UTF-8";

/*==========================================
  common + SP
===========================================*/

.wrap {
    overflow: hidden;
}
body {
  width: 100%;
  background: #FFF;
  color: #846750;
  font-family: メイリオ,Meiryo,sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}
a:link, a:visited {
    text-decoration: none;
	color:#333;
}
a:hover {
	color: #ffb320;
    text-decoration: underline;
}
a img:hover {
	opacity: 0.7;
    position: relative;
    top: 2px;
}

h1{
    text-align: center;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
}

h1 img {
    width: 60%;
    height: auto;
}



.sns{
    height: 40px;
    background-color: #fffbf3;
    background-image: url(images/bg_sns_shadow.png);
    background-position: top;
    background-repeat: repeat-x;
    text-align: right;
    padding: 10px 0 0px 20px;
    position: relative;
}
.sns img{
    padding-right: 15px;
    width: 35px;
    height: 35px;
}
.sns_bottom{
    width: 100%;
    height: 20px;
    background-image: url(images/bg_lacebottom.png);
    background-repeat: repeat-x;
    background-size: 15px 10px;
    position: absolute;
    top:50px;
    left:0;
    z-index: 10;
}

#main{
    background-image: url(images/bg_stripe.png);
}
#main img{
    width: 100%;
    height: auto;
}

#lead{
    background-image: url(images/bg_dot_pink.png);
    margin-top: -10px;
    padding: 60px 0 50px 0;
    overflow: hidden;
}
#lead img{
    width: 150%;
    height: auto;
    margin-left: -25%;
}

#ohanataishi{
    background-color: #fffbf3;
    padding: 8% 5% 5% 5%;
}
#ohana_t{
    color: #c89d7b;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 15px 0;
}
#yoyakukikan{
    text-align: center;
    margin: 5% 0 0 0;
}
#yoyakukikan img{
    width: 100%;
    height: auto;
}

#kotoka{
    background-image: url(images/bg_kotoka.png);
    text-align: center;
    padding: 10px;
}
#hotaru{
    background-image: url(images/bg_hotaru.png);
    text-align: center;
    padding: 10px;
}
#aiko{
    background-image: url(images/bg_aiko.png);
    text-align: center;
    padding: 10px;
}
#kyoko{
    background-image: url(images/bg_kyoko.png);
    text-align: center;
    padding: 10px;
}
#yukari{
    background-image: url(images/bg_yukari.png);
    text-align: center;
    padding: 10px;
}
.set_bg_white{
    width: 100%;
    background-image: url(images/bg_laceside_white.png);
    background-size: 96%;
    background-repeat: repeat-y;
    background-position: top center;
}
.set_bg_white img{
    width: 88%;
}
.set_sp img{
    width: 88%;
    height: auto;
}

.set_list{
    text-align: left;
    width: 85%;
    margin: 0 auto;
}
#comp{
    background-color: #fffbf3;
    text-align: center;
    padding: 10px;
}
.set_sp img{
    width: 92%;
    height: auto;
}
.set_bg_comp{
    width: 100%;
    background-image: url(images/bg_laceside_complete.png);
    background-size: 98%;
    background-repeat: repeat-y;
    background-position: top center;
    padding: 10px 0;
}

.order_bt img{
    width: 90%;
    height: auto;
}

#info{
    margin: 10% 6%;
    font-size: 16px;
}
.info_t{
    font-weight: bold;
    margin-bottom: 10px;
}

footer{
    text-align: right;
    font-size: 0.7em;
    line-height: 1.3em;
    margin-top: -10px;
    background-image: url(images/bg_stripe.png);
    padding: 60px 10px 20px 10px;
}


.set_pc{
    display: none;
}









/*==========================================
 for PC _ over 1000px
===========================================*/

@media only screen and (min-width: 1000px) {
    
    h1{
        width: 1000px;
        margin: 15px auto 0;
    }
    h1 img {
        width: 460px;
        height: 90px;
    }
    
    .sns p {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    }
    .sns_bottom{
        background-size: 30px 20px;
    }

    #main{
        text-align: center;
    }
    #main img{
        width: 1000px;
        height: 1000px;
    }
    
    #lead{
        text-align: center;
        padding: 100px 0 90px 0;
    }
    #lead img{
        width: 1000px;
        height: 260px;
        margin-left: 0;
        
    }

    #ohanataishi{
        padding: 0;
    }
    #ohana_f{
        width: 1000px;
        padding:0;
        margin: 50px auto;
    }
    #ohana_p{
        width: 480px;
        float: left;
        padding: 10px 0 0 0;
    }
    #yoyakukikan{
        margin: 0 0 30px 0;
        width: 500px;
        float: right;
    }
    #yoyakukikan img{
        width: 100%;
        height: auto;
    }

    .set_pc{
        display: block;
    }
    .set_sp{
        display: none;
    }
    
    #kotoka,#hotaru,#aiko,#kyoko,#yukari{
        padding: 20px 0 ;
    }
    .set_bg_white{
        width: 1060px;
        margin: 0 auto;
        padding: 20px 5px 10px 5px;

    }
    .set_bg_white img{
        width: 780px;
        height: 100px;
    }

    #comp{
        padding: 20px 0;
    }
    .set_bg_comp{
        width: 1040px;
        margin: 0 auto;
        padding: 20px 5px 10px 5px;
    }
    .set_pc img{
        width: 980px;
        height: auto;
    }
    .order_bt img{
        width: 780px;
        height: 100px;
    }

    #info{
        width: 1000px;
        margin: 70px auto;
        font-size: 16px;
    }

    footer div{
        width: 1000px;
        margin: 0 auto;
    }
    
}















