@import url("../nske_pc.css") screen and (min-width: 769px); /* 769以上 */
@import url("../nske_sp.css") screen and (max-width: 768px); /* 768以下 */

.pconly{
    display: block;
}
.sponly{
    display: none;
}

/* スマホで見た時はclass名sponlyだけ表示 */
@media screen and (max-width: 768px){
    .pconly{
        display: none;
    }
    .sponly{
        display: block;
    } 
}  

@media screen and (max-width: 768px){
#page {font-size: 30pt !important;}
h1 {font-size: 40pt !important;}
h2 {font-size: 40pt !important;}
h3 {font-size: 30pt !important;}
h4 {font-size: 30pt !important;}
h5 {font-size: 30pt !important;}
h6 {font-size: 30pt !important;}
li {font-size: 20pt !important;}
.mojimoji {font-size: 20pt !important;}
.boxmenu {font-size: 30pt !important;}
.em3 {font-size: 26pt !important;}
.em4 {font-size: 26pt !important;}
.footmoji {font-size: 20pt !important;}
.footmojibig {font-size: 20pt !important;}
.c-btn2 span {font-size: 26pt !important;}
.hover .hover-text .text1 {font-size: 30pt !important;}
.hover .hover-text .text2 {font-size: 26pt !important;}
img { max-width: 100%; }
}

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