@charset "utf-8";
/*
Theme Name: asagao
Author: Design Nanairo
Description: あさがお鍼灸整骨のテーマ
Version: 1.0.1
License: GNU General Public License v2 or later
*/

/************** 
 リセット
**************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}
li {
  list-style: inside;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  vertical-align: bottom;
}

/************** 
 テキスト
**************/
body {font-family:"HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6",  Meiryo, メイリオ, sans-serif; color: #333;line-height: 1.8;letter-spacing: 2px;}

h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  font-size: 14px;
}
a {
  font-size: 14px;
}

/****************************
メディアスクリーン768px以上
****************************/
@media screen and (min-width:768px)
{
  /* テキスト */
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  
}

/****************************
メディアスクリーン1200px以上
****************************/
@media screen and (min-width:1200px)
{
  /* テキスト */
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  
}