@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html { font-size: 62.5%}
ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, h7, form, p { margin:0; padding:0; }
img { border:0; }
li { list-style-type:none; }

body {
  width:100%;
  margin:0;
  padding:0;
  font-size: 1.5rem;
  line-height: 2;
  color:#242424;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-transition:.2s linear;
  -moz-transition:.2s linear;
  -o-transition:.2s linear;
  transition:.2s linear; }
a:link { color:#242424; text-decoration:none; }
a:visited { color:#242424; }
a:hover { opacity: 0.8; }
a:active { opacity: 0.8; }

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

figure {margin: 0; padding: 0;}

* {box-sizing: border-box;}

/* clearfix */
.clearfix:after {  
  visibility: hidden;  
  display: block;  
  font-size: 0;  
  content: " ";  
  clear: both;  
  height: 0;  
}  
* html .clearfix { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

.en {font-family: "Barlow", sans-serif;}

.sp {display: none !important;}

.txt-bold {font-weight: 700;}

@media (min-width: 768px) {
  a[href^="tel:"] {pointer-events: none;}
}
@media (max-width: 767px) {
  body {font-size: 1.3rem;}

  .pc {display: none !important;}
  .sp {display: block !important;}

}