@charset "UTF-8";
*,
*:after,
*:before {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.4vw;
  font-feature-settings: "palt" 1;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

img {
  width: 100%;
  height: auto;
  vertical-align: baseline; }

li {
  list-style-type: none; }

/*---------------
ヘッダー
----------------*/
#wrapper {
  width: 100%;
  height: 100vh; }

header {
  width: 100%;
  position: relative;
  line-height: 0; }

footer {
  width: 100%;
  display: block;
  background-color: #553415; }

.copyright {
  text-align: center;
  font-size: 1.1vw;
  font-weight: 700;
  padding: 2.76em 0;
  color: #fff;
  line-height: 1; }

/* 電話発信スマホのみ制御 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none; }

/* iOSでのデフォルトスタイルをリセットここまで */
