@charset "utf-8";

/* CSS Document */
*:root {
	font-size: 10px;
}

/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, img, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

ul, ol, dl {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1rem 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	vertical-align: bottom
}

/*-*/

body, html {
	background-color: #B20000;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-size: 120px 200px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
}

header {
	height: 200px;
}

header h1 {
	text-align: center;
	width: 904px;
	height: 152px;
	margin: 0 auto;
}

header h1 img {
	width: 100%;
	height: auto;
}

#main {
	width: 980px;
	margin: 0 auto;
}

.mainImg {
	position: relative;
	height: 770px;
}

.mainImg .setsumei01, .mainImg .setsumei02 {
	position: absolute;
	width: 420px;
}

#main .setsumei01 {
	height: 281px;
	left: 50px;
	bottom: 0;
}

#main .setsumei02 {
	height: 220px;
	left: 505px;
	bottom: 0;
}

.onegai {
	text-align: center;
	margin: 30px 0 0;
}

.onegai+p {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
}

.onegai+p em {
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #ff0;
}

.kikan {
	margin: 30px 0;
	padding: 17px 0 17px;
	text-align: center;
	background-image: url(../img/keisen01.png), url(../img/keisen02.png);
	background-repeat: no-repeat, no-repeat;
	background-size: 100% 7px, 100% 7px;
	background-position: top left, bottom left;
}

.kikan p.ukewatashi {
	font-size: 19px;
	font-weight: bold;
	margin: 20px;
	line-height: 1.3em;
}

.kikan p.kome {
	font-size: 14px;
	line-height: 1.3em;
}

ul.ano {
	font-size: 20px;
	font-weight: bold;
	width: 80%;
	margin: 30px auto 60px;
}

ul.ano li {
	margin-bottom: 4px;
	line-height: 1.4;
}

ul.ano li span {
	color: #2CB200;

}

ul.ano li em {
	color: #FFFF00;
	font-style: normal;
	display: inline-block;
}

ul.ano li strong {
	font-size: 1.5em;
	color: #FFFF00;
}

ul.eigyo {
	font-size: 18px;
	font-weight: bold;
	width: 80%;
	margin: 30px auto 100px;
}

ul.eigyo li {
	margin-bottom: 4px;
	line-height: 1.4;
}

ul.eigyo li em {
	color: #FFFF00;
	font-style: normal;
}

footer {
	background-color: #006633;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-size: 36px 32px;
	padding: 60px 0 100px;
}

footer .shopdata {
	text-align: center;
	font-size: 14px;
}

.shopdata .tenmei {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 8px 0 24px;
}

.pc_hidden {
	display: none;
}

.nittei {
	background-color: #ff0;
	padding: 3rem 1em;
	margin: 6rem auto;
	border-radius: 1rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	color: #B20000;
	line-height: 1.75;
	border: 3px solid #006633;
	position: relative;
	width: 90%;
	max-width: 720px;
	font-weight: bold;
}

.nittei h3 {
	font-size: 2.4rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: 40%;
	transform: translate(-50%, -50%);
	background-color: #006633;
	color: #fff;
	border-radius: 999px;
}

.nittei p {
	font-size: 2rem;
	text-align: center;
}

.nittei p span {
	font-weight: bold;
	color: #000;
}

.nittei p.uketsuke {
	font-size: 2.4rem;
	font-weight: bold;
}



.nittei p.uketsuke em {
	font-style: normal;
	font-size: 1.75em;
	color: #B20000;
}


@media screen and (max-width:768px) {
	body, html {
		background-color: #B20000;
		background-image: url(../img/bg.png);
		background-repeat: repeat-x;
		background-size: 11.3% auto;
	}

	header {
		height: auto;
	}

	header h1 {
		text-align: center;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	#main {
		width: 100%;
		margin: 0 auto;
	}

	#main .setsumei01,
	#main .setsumei02 {
		position: static;
		width: 90%;
		height: auto;
		margin: 1em auto;

	}

	.mainImg {
		position: static;
		height: auto;
	}

	#main .setsumei01 img,
	#main .setsumei02 img {
		width: 100%;
	}

	.onegai img,
	.kikan img {
		width: 100%;
		height: auto;
	}

	.onegai+p {
		font-size: 18px;
		line-height: 1.5;
		margin: 1em 0;
	}

	.onegai+p em {
		display: inline-block;
	}

	.kikan p.ukewatashi {
		font-size: 14px;
		font-weight: bold;
		margin: 16px;
	}

	.kikan p.kome {
		font-size: 10px;
		line-height: 1.3em;
	}

	ul.ano {
		font-size: 14px;
		font-weight: bold;
		width: 90%;
		margin: 2em auto 3em;
	}

	ul.eigyo {
		font-size: 14px;
		font-weight: bold;
		width: 90%;
		margin: 16px auto 60px;
	}


	ul.eigyo li {
		margin-bottom: 4px;
		line-height: 1.4;
	}

	ul.eigyo li em {
		color: #FFFF00;
		font-style: normal;
	}

	footer {
		background-size: 8% auto;
		padding: 4em 0 4em;
	}

	footer .shopdata {
		text-align: center;
		font-size: 10px;
	}

	footer .shopdata img {
		width: 60%;
		max-width: 300px;
	}

	.pc_hidden {
		display: block;
	}


	.nittei {
		padding: 3rem 1em 2rem;
		margin: 4rem auto;
		border: 2px solid #006633;
	}

	.nittei h3 {
		font-size: 1.8rem;
		width: 60%;
	}

	.nittei p {
		font-size: 1.3rem;
		text-align: center;
	}


	.nittei p.uketsuke {
		font-size: 2.4rem;
		font-weight: bold;
	}


	.nittei p.uketsuke em {
		font-style: normal;
		font-size: 1.25em;
	}

}