<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*Tablet*/

@media screen and (max-width: 767px) {
body#top{
	background-image:none;
    text-align: center;
}

#top #container {
    margin: 0 auto 0 auto;
    width: 100%;
    position: relative;
}
#top .mainimage {
    position: relative;
    top: 0;
    right: 0;
}
#top .mainlogo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 20px 0;
}


.mainimg-box {
    text-align: center;
}
.mainimg-box &gt; img{
    width: 80%;
}


#top .topmenu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
#top .topmenu li{
margin: 10px 5px;
    border-left: none;
    width: 80%;
    text-align: center;
    border-bottom: 2px #ffcbe3 solid;
    margin: 0 auto 0 auto;
}

#top .rose01 {
    position: relative;
    top: 0;
    right: 0;
    width: 150px;
}




body#sub{
	background-image:none;
}

#sub .mainlogo .rose{
display: none;

}

#sub .mainlogo .rose2{
display: none;
}

#sub .mainlogo .titleimg{
margin-left:0;
}


#sub .mainlogo{
    width: 100%;
}


#sub #subcontents{
    width: 100%;
    display: block;
}

#sub  .leftcont{
    width: 100%;
}
#sub  .rightcont{
    width: 100%;
}

footer{
    width: 100%;
}
#sub .topmenu {
    margin-top: 0px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
#sub .topmenu li {
    margin: 10px 5px;
    border-left:none ;
    width: 47%;
    text-align: center;
    border-bottom: 2px #ffcbe3 solid;
}

#sub .topmenu li:hover {
    border-left:none ;
}
#sub .topmenu a:hover{ 
    margin-left:0px;
}

#sub .sns{
width: 100%;
    padding: 0 0px;

}
#sub .sns a:last-child {
    margin-right: 20px;
}

#sub .facebook,
#sub .instagram{
display: none;
}

#sub .profilebox {
    align-items: center;
    display: block;
    justify-content: space-evenly;
    padding: 20px 0;
    text-align: center;
}

#sub .prhistory &gt;li {
    flex-wrap: wrap;
}


#sub .prhistory &gt; li span.dt04 {
    width: 100%;
}

#sub .prhistory &gt; li span.dt04 {
    width: 100%;
}

#sub .prhistory &gt; li span.dt05 {
    width: 100%;
}

#sub .prhistory &gt; li span.dt03 {
    width: 100%;
}

#sub .prhistory &gt; li span.dt01 {
    width: 30%;
}


#sub .prhistory &gt; li span.dt02 {
    margin-right: 0%;
    width: 100%;
}



}</pre></body></html>