/* リンク設定 -------------------------------------------------*/
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:hover.bghover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

/* カラー設定 ------------------------------------------------- */
.red {
	color:#CC0000 !important;
}
.error {
	color:#CC0000 !important;
}

/* フォント設定 ------------------------------------------------- */
.fontS {
	font-size:0.5rem !important;
}
.fontL {
	font-size: 120% !important;
	line-height:170% !important;
}
.mincho_L {
	font-family: "Yu Mincho", "YuMincho","Hiragino Mincho ProN",HGS明朝E, serif;
	font-size: 1.6rem !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: #181818;
	line-height: 200%;
}
#wrapper {
	width:100%;
	position:relative;
	left:0;
	-webkit-transition: all .3s ease 0s;
  	transition: all .3s ease 0s;
}
.tit_norm,.tit_norm2 {
	font-size: 1.8rem;
	text-align: center;
	padding: 35px 0;
	background-color: #FFFFFF;
}
.tit_norm span,.tit_norm2 span {
	display: block;
	width: 12%;
	height: 3px;
	background-color: #862633;
	margin: 10px 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_pc {
	display: none;
}
#page_head_visual {
	position: relative;
	width: 100%;
}

#main {
	margin: 0 auto;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}


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

#content_detail_txt {
	margin: 0 4%;
}
#contents_detail h1, #contents_detail h2, #contents_detail h3 {
	font-weight: normal;
	font-size: 1.6rem;
	margin-bottom: 15px;
	margin-top: 25px;
	border-top: 1px solid #dedfe2;
    border-bottom: 1px solid #dedfe2;
	padding: 15px;
}
#contents_detail p {
	margin-bottom: 20px;
}
#contents_detail img {
	vertical-align: bottom;
}
#contents_detail a {
	color: #862633;
}
#contents_detail a:hover {
	text-decoration: underline;
}
.content_detail_title {
	font-size: 1.8rem !important;
	margin: 25px 4% 25px 4% !important;
}
#contents_detail aside {
	margin-top: 40px;
	border-top: #CDCDCD 1px dotted;
	border-bottom: #CDCDCD 1px dotted;
}
#contents_detail aside a {
	color: #000000;
	display: block;
	padding: 18px 0;
	width: 100%;
}
.order_btn {
	display: block;
    width: 200px;
	margin: 40px auto 0;
    height: 45px;
    line-height: 45px;
    border: 1px solid #1C1C1C;
	text-align: center;
}
