@charset "utf-8";


@media screen and (max-width: 760px) 

{


    .wrapper {
        width: 100%;
         margin: 0 auto;
         /* padding: 0 4%; */
         
     }

img{
    width: 100%;
}



}


@media screen and (max-width: 480px) 
{
	
    .wrapper {
        width: 100%;
         margin: 0 auto;
         /* padding: 0 4%; */
         
     }
#main {
        background-image: url(../images/main-bg.jpg);
        min-height: 100vh;
    }
.pc
{
	display:none;
}

.sp
{
	display:block;
}

div#bana01{
    
    width:100%;
    height: 300px;
    background-image: url(../images/fig01_sp.png);
    /* position: relative;
    left: 2%; */

}

div#bana02{
    width:100%;
    height: 300px;
    background-image: url(../images/fig02_sp.png);
    /* position: relative;
    left: 2%; */
}

.tex-boxr{
    width:100%;
    text-align: center;
    padding-left: 0em;
    float: none;
    margin: 0px 0px 0px 0px;

}

.tex-boxr img{
    margin-top: 3vh;
    
}
.tex-boxl img{
    margin-top: 3vh;

}

.tex-boxl{
    width:100%;
    text-align: center;
    padding: 0em 0 0 0em;
   

}

p.subtitlle{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size:0.8em;
/*     font-weight: 900; */
    padding-left: 0px;
    padding: 10px 0;
    line-height: 1.8em;
}

.tex-boxr p.subtitlle {
    font-size:0.9em;
}

.button {
    font-size: 1.1rem;
    background: #D65276;
    color: #fff;
    border-radius: 5px;
    padding: 16px 32px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    border: medium solid #fff;
    text-decoration: none;
    margin-top: 24em;
}
.button:hover {
    font-family: 'Philosopher', serif;
    background: #f7e9ed;
    color: #fe0800;
}

.buttonr {
    font-size: 1.1rem;
    background: #D65276;
    color: #fff;
    border-radius: 5px;
    padding: 16px 32px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    border: medium solid #fff;
    text-decoration: none;
    margin-left: 0em;
}

h1{
    margin: 0px 0 20px 0;
}

.bana01{
    position: relative;

}
 .tex-boxr{
    position: absolute;
    top:0%; left:0%;
    width:100%;
    text-align: center;
    padding-left: 0;
    float: none;
    /* margin: 40px -50px 0px 0px; */

}
img{
    width: 100%;
    height: auto;
}

.btn{

width: 60vh;
}

.tex-boxr img {
    width: 100vw;
}
ss
.tex-boxl img {
    width: 100vw;
}

a.btn {
    margin-left: 18%;
    display: block;
    width: 60vw;
    height: 2.5em;
    left: 15%;
    line-height: 2.5em;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
    background: #D65276;
    border: medium solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

}


