@charset "utf-8";
/*
Theme Name: yamazaki2022 - original
Description: yamazaki2022 - オリジナルテーマ
Version: 1.0
*/

/*----------------------------------------------------------
  base
----------------------------------------------------------*/
body {
  width: 100%;
  margin: 0 auto;
	padding: 0;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	position: relative;
  overflow-x: hidden;
}
body p {
	line-height: 30px;
}
html {
	overflow-x: hidden;
}
.wrapper {
  position: relative;
  width: 100%;
	margin: 0 auto;
}
.inner {
  position: relative;
	width: 1080px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	display: block;
}
@media screen and (min-width: 1080px) {
  .pc_only {
    display: block !important;
  }
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block !important;
  }
}
@media screen and (max-width: 1079px) {
  .inner {
		width: 95%;
	}
  .pc_only {
    display: none !important;
	}
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: block !important;
  }
}
@media screen and (min-width: 600px) {
	.sp_only {
    display: none !important;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
}
@media screen and (max-width: 599px) {
	body {
		font-size: 13px !important;
	}
  .pc_only {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
}
