html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "Noto Sans CJK JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 1.75 !important;
	text-align: center;	/* center in winIE */
	font-family: "Noto Sans CJK JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	color: #1a1a1a;
	background-color: #2b230c;
	background-image: url(https://latviahaze.penne.jp/assets/img/bg_header.svg),
					  url(https://latviahaze.penne.jp/assets/img/bg_body_top.jpg),
					  url(https://latviahaze.penne.jp/assets/img/bg_body_middle.jpg);
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: center top, center top, center top;
}

@media screen and (min-width: 767px) {
	body {
		padding-top: 4em;
	}
}

@media screen and (max-width: 766px) {
	body {
		padding-top: 2.5rem;
		background-size: auto 2.3rem, auto, auto;
	}
	.base01.p-page__container {
		max-width: 89.334% !important;
	}
}

.p-page__body {
	background: #fefefe;
}

.c-button__group--sub {
	margin: 0;
}

.p-page__title {
	margin: 1.5em 0;
	padding: 0.5em 1em;
	color: #ffffff;
	background: #32351a;
}

.c-button--primary {
	color: #f3f3f3;
	background-color: #32351a;
}

address {
	margin: 0;
	padding: 1.5em 0;
	color: #ffffff;
	text-align: center;
	font-style: normal;
}