/* リンク設定 -------------------------------------------------*/
a {
	color: #343434;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
a:hover {
	color: #862633;
}
a img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
a.bghover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
a.bghover:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
/* カラー設定 ------------------------------------------------- */
.red {
	color: #CC0000 !important;
}
.error {
	color: #CC0000 !important;
}
/* フォント設定 ------------------------------------------------- */
.fontS {
	font-size: 1rem !important;
}
.fontL {
	font-size: 1.6rem !important;
	line-height: 170% !important;
}
@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
}
.mincho_L {
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", HGS明朝E, serif;
	font-size: 2.8rem !important;
	font-weight: normal;
}
/*共通*/
html {
	font-size: 62.5%;
}
body {
	background: #FFFFFF;
	font-family: "Poppins", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.4em;
	color: #000000;
	line-height: 200%;
}
#wrapper {
	width: 100%;
	position: relative;
}
.tit_norm {
	font-size: 28px;
	margin: 0 auto;
	text-align: center;
	margin: 80px auto;
}
.tit_norm span {
	display: block;
	width: 57px;
	height: 3px;
	background-color: #862633;
	margin: 18px auto 0 auto;
}
.tit_norm2 {
	font-size: 28px;
	margin: 0 auto;
	text-align: center;
	margin: 60px auto 50px auto;
}
.tit_norm2 span {
	display: block;
	width: 57px;
	height: 3px;
	background-color: #862633;
	margin: 18px auto 0 auto;
}
.fadein {
	transition: .8s;
	opacity: 0;
	-webkit-transform: translate(0, 60px);
	transform: translate(0, 60px);
}
.fadeinOn {
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.fadein2 {
	transition: .8s;
	opacity: 0;
}
.fadeinOn2 {
	opacity: 1.0;
}
.br_sp {
	display: none;
}
#page_head_visual {
	max-width: 1260px;
	margin: 0 auto;
}

/*メインカラム*/

#main {
	max-width: 1440px;
	min-width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}

/*トップページコンテンツ*/
.min_disp {
	max-width: 1400px !important;
}
#top_contents {
	width: 100%;
	margin: 0 auto;
}
#top_contents ul {
	/*max-width: 1440px;*/
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
#top_contents li {
	position: relative;
	width: 33%;
	padding: 15px;
	box-sizing: border-box;
}
#top_contents li img {
	vertical-align: bottom;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	width: 100%;
}
#top_contents li p {
	margin-top: 10px;
}

#contents_detail {
	max-width: 800px;
	margin: 0 auto;
}
#contents_detail h1, #contents_detail h2, #contents_detail h3 {
	font-weight: normal;
	font-size: 1.8rem;
	margin-bottom: 20px;
	margin-top: 40px;
	padding: 25px 15px 20px 15px;
    border-top: 1px solid #dedfe2;
    border-bottom: 1px solid #dedfe2;
}
#contents_detail p {
	margin-bottom: 20px;
}
#contents_detail a {
	color: #862633;
}
#contents_detail a:hover {
	text-decoration: underline;
}
.content_detail_title {
	font-size: 2.2rem !important;
}
#contents_detail aside {
	margin-top: 40px;
	padding: 20px 0;
	border-top: #CDCDCD 1px dotted;
	border-bottom: #CDCDCD 1px dotted;
}
#contents_detail aside a {
	color: #000000;
}
.order_btn {
	display: block;
    width: 200px;
	margin: 40px auto 0;
    height: 45px;
    line-height: 45px;
    border: 1px solid #1C1C1C;
	text-align: center;
}
li {
	text-indent: -.8em;
	padding-left: 1em;
}
