@charset "utf-8";
/* CSS Document */


body{ 
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin-right: auto;
  margin-left : auto;
  width:100%;
  font-size:62.5%;
  padding: 0;
  margin: 0;
  min-width: 1312px;
  background: linear-gradient(90deg, #cfa141, #fee4a9);
}
section p{
	margin:0;
}

.alpha a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
	border:hidden;
}

.text-center{
	text-align:center;
}
#wrap{
	width:1312px;
	margin:0 auto;
	background:url(../images/ehou_back.jpg)  repeat-y ;
	padding-bottom: 100px;
}

#contents{
  width:1041px;
  min-height:300px;
  color : #000000;
	margin:0 auto;
  font-size: 1.6em;
  line-height: 1.5em;
  border-radius: 15px;
}
.mb25{
	margin-bottom: 25px;
}

.mb35{
	margin-bottom: 35px;
}

.mb60{
	margin-bottom: 60px;
}
.mr50{
	margin-right: 50px;
}
.mr85{
	margin-right: 85px;
}

.txt14{
	margin-bottom: 30px;
	padding: 0 20px 0 20px;
	font-weight: bold;
	font-size: 14px;
}

.txt15{
	margin-bottom: 30px;
	padding: 0 40px 0 40px;
	font-weight: bold;
	font-size: 15px;
}
.block_p_mb25 p{
	margin-bottom:25px;
}
.position_relative{
	position: relative;
}
#center{
	text-align:center;
}

.cart_hover{
	position: fixed;
	right: 50%;
	top: 350px;
	transform: translateX(655px);
    z-index:999;
}

#TopLink{
	position: fixed;
	right: 16px;
	bottom: 32px;
}

.net{
	width:991px;
	text-align: center;
}

.first_view{
	position:relative;
	background:url('../images/ehou_01_1_bg.jpg') center center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.first_view img{
	position:relative;
	z-index: 10;
}
.first_view:before{
    content: "";
    width: 1314px;
    height: 1222px;
    background: url('../images/ehou_01_bg.png') center center no-repeat;
    position: absolute;
    top: 0;
    left: -135px;
    z-index: 5;
}


.second_view{
	z-index: 10;
    position: relative;
}
.bk_red{
	background: rgba(171,1,84,0.7);
	padding: 30px 0;
	text-align: center;
}