/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
body {
  line-height: 1.2em;
  font-family: "Sawarabi Mincho", serif;
}
a {
  color: #000;
}
a img {
  border-style: none;
}
/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                　　　　PC用CSS
*/
@media print, screen and (min-width: 769px) {
  /*
□□□□□□□□□□□□□□□□□□□□□□□□□□
*/
  /*改行等表示・非表示*/
  .spv {
    display: none;
  }
  body {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    color: #666666;
    text-align: center;
  }
  .head_line {
    background-color: #4C4C4C;
    height: 20px;
  }
  .footer {
    padding: 10px 0 0;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background-image: url("../images/bg02.png");
    background-repeat: repeat-x;
  }
  /*---------------menu---------------*/
  /*◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆*/
/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                　　　　SP用CSS
*/
@media only screen and (max-width: 768px) {
  /*
□□□□□□□□□□□□□□□□□□□□□□□□□□
*/
  * {
    box-sizing: border-box;
  }
  /*改行等表示・非表示*/
  .pcv {
    display: none;
  }
  /*全体文字サイズ*/
  body {
    width: 100%;
    max-width: 100%;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #666666;
    text-align: center;
  }
  img {
    max-width: 100%;
  }
  .head_line {
    background-color: #4C4C4C;
    height: 20px;
  }
  .footer {
    padding: 10px 0 0;
	  margin: 0;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background-image: url("../images/bg02.png");
    background-repeat: repeat-x;
  }
  /*------------------------------*/
  .hoge_css {
    display: none;
  }
  /*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/