@charset "UTF-8";

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

html{
    scroll-behavior: smooth;
}

.wrap {
    overflow: hidden;
}

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

h1{
    margin: 10px auto 7px;
    text-align: center;
    width: 100%;
}

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

h2{
    background-image: url(images/bg_dot.png);
    padding: 20px 10px 15px 10px;
    text-align: center;
    color: #de817e;
    font-size: 24px;
    text-shadow: -2px -2px 0 #FFF, -2px 0 0 #FFF, -2px 2px 0 #FFF,
                  0 -2px 0 #FFF,                  0 2px 0 #FFF,
                2px -2px 0 #FFF,  2px 0 0 #FFF,  2px 2px 0 #FFF;
}

div#main{
    text-align: center;
}

div#main_j{
    background-color: #80ee85;
}

div#main_s{
    background-color: #7d43c6;
}

div#main img{
    padding: 4% 0 0 0;
    vertical-align: bottom;
    width: 96%;
    height: auto;
}

div#otodoke{
    padding: 30px 10px 10px 10px;
    text-align: center;
}
#otodoke_t{
    color:#de817e;
    font-weight: bold;
    font-size:18px;
    line-height: 40px;
    border-bottom: 3px dashed #ffd5c7;
}
.otodoke_box{
    background-color: #de817e;
    color: #FFF;
    font-size:1.1em;
    font-weight: bold;
    padding: 2px 5px 1px; 
}
div#otodoke p{
    padding: 5px 5px 20px 5px;
}
.pc{
    display: none;
}



div#main_pc{
        display: none;
    }



div.t_center{
    text-align: center;
    padding: 30px 0 30px 0;
}

div.t_center img{
    width: 70%;
    height: auto;
    text-align: center
}

div#flower p.font_14px{
    text-align: right;
    margin: 0 30px 30px 0;
    padding-top: 20px;
}



.tri_right{
    display: none;
}

.tri_down{
  background-color: #de817e;
  width: 30px;
  height: 24px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
    margin: 20px auto;
}






.sets{
    width: 96%;
    height: auto;
    margin: 30px auto 10px;
}
#set_01{
    background-color: #fff0c1;
    width: 96%;
    padding: 10px 2% 3px 2%;
    margin: 0 0 5px 0;
    position: relative;
}
#set_02{
    background-color: #ffd0ad;
    width: 96%;
    padding: 10px 2% 3px 2%;
    margin: 0 0 5px 0;
    position: relative;
}
#set_03{
    background-color: #ffb4bd;
    width: 96%;
    padding: 10px 2% 3px 2%;
    position: relative;
}
.t_yellow{
    color: #f0a400;
    font-size: 24px;
    font-weight: bold;
    text-shadow: -2px -2px 1px #FFF, -2px 0 1px #FFF, -2px 1px 2px #FFF,
                  0 -2px 1px #FFF,                  0 2px 1px #FFF,
                2px -2px 1px #FFF,  2px 0 1px #FFF,  2px 2px 1px #FFF;
}
.t_orange{
    color: #f5760f;
    font-size: 24px;
    font-weight: bold;
    text-shadow: -2px -2px 1px #FFF, -2px 0 1px #FFF, -2px 1px 2px #FFF,
                  0 -2px 1px #FFF,                  0 2px 1px #FFF,
                2px -2px 1px #FFF,  2px 0 1px #FFF,  2px 2px 1px #FFF;
}
.t_pink{
    color: #ed3560;
    font-size: 24px;
    font-weight: bold;
    text-shadow: -2px -2px 1px #FFF, -2px 0 1px #FFF, -2px 1px 2px #FFF,
                  0 -2px 1px #FFF,                  0 2px 1px #FFF,
                2px -2px 1px #FFF,  2px 0 1px #FFF,  2px 2px 1px #FFF;
}
.sets p{
    background-color: #FFF;
    margin: 5px 0;
    padding: 5px 2px 2px;
    text-align: left;
}

.orange{
    color: #f5760f;
}
.pink{
    color: #ed3560;
}
.white{
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 2px 2px 1px #ed3560;
    padding-right: 5px;
}


.smaller{
    font-size: smaller;
}

p.price{
    background-color: transparent;
    text-align: right;
    padding: 5px 45px 0 0;
}
p.komi{
    background-color: transparent;
    font-size: 12px;
    line-height: 13px;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.tri_down_set{
  background-color: #714f47;
  width: 20px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 20px auto;
  position: absolute;
  bottom: 40px;
  right:20px;
}
a.set_link{
    display: block;
}
a.set_link:hover{
    text-decoration: none;
    opacity: 0.7;
}


#sets_pc{
    display: none;
}


#minori{
    padding: 10px 10px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}










#tsujyo{
    background-color: #fff0c1;
    padding: 40px 2% 20px;
    margin: 0 0 20px;
}
#pick{
    background-color: #ffd0ad;
    padding: 40px 2% 20px;
    margin: 0 0 20px;
}
#dx{
    background-color: #ffb4bd;
    padding: 40px 2% 20px;
}

#set_j{
    background-color: #80ee85;
    width: 100%;
    margin: 5px auto;
    text-align: center;
}

#set_s{
    background-color: #7d43c6;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
.set_logo{
    float:left;
    width:30%;
    height: auto;
}
.set_title_j{
    float:left;
    width: 60%;
    color:#64913d;
    background-color: #FFF;
    padding: 3px 1% 0 1%;
    margin: 20px 4% 0 4%;
    font-weight: bold;
}
.set_title_s{
    float:left;
    width: 60%;
    color:#602aa4;
    background-color: #FFF;
    padding: 3px 1% 0 1%;
    margin: 20px 4% 0 4%;
    font-weight: bold;
}
.set_items{
    margin: 10px 0;
}
.set_items img{
    margin: 5px;
    max-width: 94%;
}
img.btn{
    width:90%;
    height: auto;
    margin-bottom: 10px;
}

img.pick_img{
    width: 96%;
    margin: 0 5px;
}
img.pick_ph{
    width: 90%;
    margin: 0 0 10px 0;
}

img.kabin_text{
    max-width: 80%;
    height: auto;
    margin: 10px 5px 0;
}
img.kabin_ph{
    width: 80%;
    margin: 0 0 10px 0;
}


.set_item_pc{
    display: none;
}











.font_14px{
    font-size: 14px;
}

.plus{
    font-size: 40px;
    font-weight: normal;
}



.order_bt{
    margin: 10px 0 10px 0;
}




div#info{
    width: 90%;
    text-align: left;
    margin: 40px auto 50px;
}

div#info h4{
    font-weight: bold;
    padding-bottom:10px;
}






footer{
    padding: 40px 0 0 0;
    text-align: right;
    font-size: 0.7em;
    line-height: 1.3em;
    background-image: url(images/bg_dot.png);
}

footer #sns_base{
    background-color: #ffd5c7;
}
footer #sns{
    background-color: #ffd5c7;
    text-align: center;
    padding: 20px 0 20px 30px;
}
footer #sns img{
    padding-right: 30px;
    width: 50px;
    height: auto;
}
footer #twitter{
    background-color: #ffd5c7;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0 20px 0;
}
footer #twitter img{
    width: 26px;
    vertical-align:middle;
}
footer #twitter a{
    font-weight: bold;
    color:#714f47;
    border-bottom: 2px dashed #FFF;
    padding-bottom: 3px;
}
footer #twitter a:hover{
    color:#FFF;
    border-bottom: 2px dashed #FFF;
    padding-bottom: 3px;
    text-decoration: none;
}
footer p{
        background-color: #ffd5c7;
        padding: 20px 10px 20px 10px;
}











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


@media only screen and (min-width: 800px) {
    
    h1{
        width: 800px;
        padding: 20px
    }

    h1 img {
        width: 400px;
        height: auto;
    }
    h2{
    padding: 20px 10px 15px 10px;
    font-size: 30px;
    text-shadow: -3px -3px 0 #FFF, -3px 0 0 #FFF, -3px 3px 0 #FFF,
                  0 -3px 0 #FFF,                  0 3px 0 #FFF,
                3px -3px 0 #FFF,  3px 0 0 #FFF,  3px 3px 0 #FFF;
    }  
    div#main{
        padding: 0;
        margin-bottom: 0;
    }
    div#main img{
        max-width: 1000px;
    }
    
    
    div#otodoke{
        padding: 50px 10px 30px 10px;
        text-align: center;
        font-size:20px;
        line-height: 35px;
    }
    #otodoke_t{
        color:#de817e;
        font-weight: bold;
        font-size:24px;
        line-height: 40px;
        border-bottom: 3px dashed #ffd5c7;
    }
    .otodoke_box{
        background-color: #de817e;
        color: #FFF;
        font-size:1.2em;
        font-weight: bold;
        padding: 2px 10px 0; 
    }
    div#otodoke p{
        padding: 5px 5px 20px 5px;
    }
    .pc{
        display: block
    }
    
    
    
    
    
    
    div.t_center{
        text-align: center;
        padding: 50px 0 30px 70px;
        width: 1000px;
        margin: 0 auto;
    }

    div.t_center img{
        width: 270px;
        height: 300px;
        text-align: left;
        float: left;
    }
    
    .tri_right{
    display: block;
    background-color: #714f47;
    width: 16px;
    height: 20px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    margin: 145px 20px 130px 20px;
    float: left;
    }
    .tri_down{
        display: none;
    }
    
    .font_14px{
        clear: both;
    }
    
  
    
    
    

    .sets{
        display: none;
    }   
    
    #sets_pc{
        display: block;
        text-align: center;
        padding: 40px 0 10px 0;
    }
    #minori{
        padding: 10px 10px 40px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .w_1000{
        width: 1000px;
        margin: 0 auto;
    }
    .set_item_sp{
        display: none;
    }
    .set_item_pc{
        display: block;
        position: relative;
    }
    .pick_ph_1{
        position: absolute;
        top:100px;
        right: 290px;
    }
    .pick_ph_2{
        position: absolute;
        top:100px;
        right: 20px;
    }
    .pick_ph_3{
        position: absolute;
        top:330px;
        right: 290px;
    }
    .pick_ph_4{
        position: absolute;
        top:330px;
        right: 20px;
    }
    
    img.btn{
        width:80%;
        height: auto;
        margin-bottom: 10px;
    }
    
    
    
    
    

    div#info{
        width: 880px;
        margin: 0 auto;
        padding: 50px 0;
    }
    footer{
        padding: 40px 0 0 0;
        font-size: 0.8em;
        line-height: 1.4em;
        background-image: url(images/bg_dot.png);
    }
    
    footer #sns_wrap{
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    footer #sns{
        background-color: #ffd5c7;
        text-align: left;
        padding: 40px 0 40px 0;
        width: 1000px;
        margin: 0 auto;
    }
    footer #sns img{
        padding-right: 20px;
        width: 60px;
        height: auto;
    }
    footer #twitter{
        text-align: left;
        font-size: 16px;
        line-height: 30px;
        padding: 20px 0 20px 0;
        width: 400px;
        position: absolute;
        top:20px;
        left:280px;
    }
    footer p{
        padding: 10px 0 20px 10px;
    }
    .sp{
        display: none;
    }
    .p_r_10px{
        padding-right: 10px;
    }
    
    
}














