@charset "utf-8";
/* Reset */
html{font-size: 62.5%;}
body{color: #333; word-spacing: 0; font-size: 1.6rem; line-height: 1.875; font-family: "Shippori Mincho", serif; font-weight: 400; overflow-x: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%;}

body::-webkit-scrollbar:horizontal{display: none; height: 0; width: 0;}
body::-webkit-scrollbar{height: 0; width: 10px;}
body::-webkit-scrollbar-track{background: rgba(104, 150, 187, .5);}
body::-webkit-scrollbar-thumb{background: #1CB1D8; border-radius: 10px;}

*{margin: 0; padding: 0; box-sizing: border-box; border: 0; letter-spacing: 0.1em;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: bold;}
ol, ul{list-style: none;}
table{border-collapse: collapse; border-spacing: 0;}
dt, th{text-align: left; font-weight: normal;}
a{color: inherit; text-decoration: none;}
img{vertical-align: bottom; max-width: 100%; height: auto;}

@media screen and (min-width: 769px){
    a[href^="tel:"]{pointer-events: none;}    
    .only-sp{display: none;}
}

@media screen and (max-width: 768px){
    *{letter-spacing: 0.05em;}    
    body{font-size: 1.4rem; line-height: 1.72;}    
    .only-pc{display: none;}
}