/*--------------------------------------------------------------
  基本的なスタイルではあるが、このサイト固有のスタイル
--------------------------------------------------------------*/

/*
フォントスタイルを変更したい場合
【一例】
M+ 1p */
@import "https://fonts.googleapis.com/earlyaccess/mplus1p.css";

body {
  font-family: "M PLUS 1p", "Hannari", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  /*customizer変更箇所*/
  /*サイト上部のライン*/
  background: #fff;
  /*ここまで*/
}

/* #container {
  width: 100%;
  overflow: hidden;
} */
#container {
	background-image: url('../img/bg2026.png');
	background-repeat: no-repeat;
	background-attachment: fixed;

	background-size: cover;

	background-position: center center;

	margin: 0;
	min-height: 100vh;
}



.wf-mplus1p {
  font-family: "M PLUS 1p";
}

.main-conts-wrap {
  position: relative;
  width: 100%;
  min-height: 1000px;
  /* padding: 0 0 0 230px; */
	/* padding: 100px 0 0; */
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main-conts-wrap {
    width: 100%;
    /* padding: 0 0 0 0px; */
  }
}
