@charset "utf-8";
@import url("reset.css");
@import url("util.css");

html {
	font-size: 62.5%;
}

body {
	background: #ffffff;
	/*フォント*/
	font-family:  "游ゴシック", YuGothic,"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.4rem;
	color: #221815;
}

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

a:hover {
	color: #221815 !important;
	text-decoration: none;
	opacity: 0.8;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
}

.relative {
	position: relative;
}

.fwb {
	font-weight: bold;
}

.uetsuki {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.hide {
	display: none;

}

 .clearfix {
	clear: both;
}

.linkunder {
	text-decoration: underline;
	cursor: pointer;
}

.linkpointer {
	cursor: pointer;
}

.red {
	color: #cc0000;

}

#main {
	margin-bottom: 0px;
}

#mainIn {
	max-width: 980px;
	margin: 0px auto 80px auto;
}

.uetsuki {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

#reduction img {
	width: 100%;
}

/* フッターここから */
#footer {
	width: 100%;
}

#footerIn {
	margin: 0 auto;
	font-size: 0px;
}

#footerIn img {
	width: 100%;

}

#footerIn > div:first-child {
	max-width: 750px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

#footerIn > div:last-child {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
}

#footerIn > div:last-child ul {
	font-size: 0px;
}

#footerIn > div:last-child ul li {
	display: inline-block;
	width: calc( 100% / 5 );
	vertical-align: top;
	text-align: center;
	font-size: 1.2rem;
	border-left: 1px solid #999999;
	box-sizing: border-box;
}

#footerIn > div:last-child ul li:last-child {
	border-right: 1px solid #999999;
}

.txtc {
	margin-top: 20px;
	margin-bottom: -20px;
	font-size: 1.6rem;
	text-align: center;
}
/* フッターここまで */


/* Copyrightここから */
#copy {
	width: 100%;
	/*background: #dcae7e;
	color: #ffffff;*/

}

#copyIn {
	max-width: 750px;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 40px;
	text-align: center;
}

#copyIn p {
	text-align: center;
}
/* Copyrightここまで */


@media screen and (max-width: 1169px) {

}


@media screen and (max-width: 767px) {
	body {
		background: #ffffff;
		/*フォント*/
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		font-size: 4.0625vw;
		color: #1b1b1b;
	}

	a:hover {
		color: #221815;
		text-decoration: none;
		opacity: 1;
	}

	.spn {
		display: none;
	}

	.spn2 {
		display: none;
	}

	/* メインここから */
	#main {
		margin-bottom: 30px;
	}

	#mainIn {
		width: 100%;
		max-width: 640px;
		margin: 0px auto 50px auto;
	}

	/* メインここまで */


	/* フッターここから */
	#footer {
		width: 100%;
	}

	#footerIn {
		width: 90%;
		margin: 0 auto;
		font-size: 0px;
	}

	#footerIn > div:first-child {
		max-width: 750px;
		margin: 0 auto;
		margin-top: 0px;
		text-align: center;
	}

	#footerIn > div:first-child img {
		width: 100%;
	}

	#footerIn > div:last-child {
		max-width: 900px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	#footerIn > div:last-child ul {
		font-size: 0px;
	}

	#footerIn > div:last-child ul li {
		display: inline-block;
		width: calc( 100% / 2 );
		vertical-align: top;
		text-align: center;
		font-size: 1.2rem;
		border-left: 1px solid #999999;
		box-sizing: border-box;
	}

	#footerIn > div:last-child ul li:first-child {
		border-left: 0px;
	}

	#footerIn > div:last-child ul li:nth-child(3) {
		border-left: 0px;
		margin-top: 7px;
	}

	#footerIn > div:last-child ul li:nth-child(4) {
		margin-top: 7px;
	}

	#footerIn > div:last-child ul li:last-child {
		border-left: 0px;
		border-right: 0px;
		margin-top: 7px;
	}

	.txtc {
		margin-top: 20px;
		margin-bottom: -20px;
		font-size: 1.2rem;
		text-align: center;
	}
	/* フッターここまで */


	/* Copyrightここから */
	#copy {
		width: 100%;
		height: 30px;
		background: #dcae7e;
		color: #ffffff;
		margin-bottom: 0px;
	}

	#copyIn {
		font-size: 1.2rem;
		width: 100%;
		margin: 0 auto;
		line-height: 30px;
		text-align: center;
	}

	#copyIn p {
		text-align: center;
	}
	/* Copyrightここまで */
}
