@charset "UTF-8";

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

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: #ffb320;
    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{
    background: #ffd5c7;
    padding: 30px 0 30px 0;
    text-align: center;
}

div#main p{
    background: #FFF;
    width: 80%;
    margin: 0 auto 0;
    padding: 20px;
    border-radius: 30px;
    text-align:left;
}

div#main p.tri_comment{
    border-radius: 0;
    background-color: #FFF;
    width: 10px;
    height: 10px;
    clip-path: polygon(10% 0%, 100% 0%, 0% 100%);
    margin: -5px 33% 0 67%;
}

div#main img{
    width: 90%;
    height: auto;
}


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: #714f47;
  width: 20px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
    margin: 20px auto;
}





div.set_pc{
    display: none;
}

div.set{
    width: 94%;
    height: auto;
    border: 2px dotted #ffd5c7;
    border-radius: 30px;
    margin: 60px auto 50px;
    text-align: center;
}

div.set p.set_list{
    margin: 10px 10px 10px 20px;
    text-align: left;
}

div.set img{
    width: 92%;
    height: auto;
}

div.set .order_bt img{
    width: 94%;
    height: auto;
}

div.set h3{
    margin-top: -25px;
}

.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: 10px 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{
    background-color: #ffd5c7;
    text-align: center;
    padding: 20px 0 20px 30px;
}
footer #sns img{
    padding-right: 30px;
    width: 50px;
    height: auto;
}
footer p{
        background-color: #ffd5c7;
        padding: 20px 10px 10px 10px;
}











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

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

    h1 img {
        width: 400px;
        height: auto;
}
    h2{
    padding: 32px 10px 25px 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{
        display: none;
    }
    
    div#main_pc{
        display: block;
        background: #ffd5c7;
        padding: 20px 0 0 0;
        text-align: center; 
        margin-bottom: -10px;
}
    
    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;
    }
    
  
    
    
    
    
    div.set{
        width: 960px;
        border: 3px dotted #ffd5c7;
        border-radius: 30px;
        margin: 60px auto 50px;
}
    div.set_sp{
        display: none;
    }
    
    div.set_pc{
        display: block;
    }
    div.set h3{
        margin-left: 30px;
        width: 960px;
        text-align: left;
    }
    div.set img{
        width: 500px;
    }
    
    div.set p.set_list{
        margin: 20px 10px 20px 40px;
        text-align: left;
    }
    
    
    div.set_pc img{
        width: 880px;
        margin: 10px 0;
    }


    div.set .order_bt img{
        width: 700px;
        margin: 20px;
}
    div#info{
        width: 880px;
        margin: 10px auto 50px;
        padding: 30px 0;
}
    footer{
        padding: 40px 0 0 0;
        font-size: 0.8em;
        line-height: 1.4em;
        background-image: url(images/bg_dot.png);
}
    
    footer #sns{
        background-color: #ffd5c7;
        text-align: center;
        padding: 40px 0 40px 70px;
}
    footer #sns img{
        padding-right: 70px;
        width: 50px;
        height: auto;
}

    footer p{
        padding: 50px 50px 20px 10px;
}

    
}















