@charset "utf-8";
/* CSS Document */
#siteHeader div .menu-btn{
	position:absolute;
	width:60px;
	height:59px;
	z-index:999999999;
	top:0px;
	left:auto;
	right:0;
	background-color:#ffffff;
	}
#siteHeader div .menu-btn:before{
	content:"";
	width:24px;
	height:20px;
	border-top:2px solid #e14b6e;
	border-bottom:2px solid #e14b6e;
	position:absolute;
	left:18px;
	top:18px;
	}
#siteHeader div .menu-btn:after{
	content:"";
	width:24px;
	height:2px;
	background-color:#e14b6e;
	position:absolute;
	left:18px;
	top:50%;
	margin:-1px 0 0 0;
	}
	
#menu2{
	color:#e14b6e;
	}	
	
#furisodeHeader{
	background-color:#ffffff;
	height:60px;
	padding:0px 0 0 0;
	position:relative;
	}
#furisodeHeader h1{
	line-height:60px;
	color:#e14b6e;
	height:60px;
	width:100%;
	}
#furisodeHeader h1 a{
	display:block;
	width:240px;
	padding:0 10px;
	color:#e14b6e;
	}


#furisodeHeader h1.fixed{

	}
#furisodeHeader div{
	width:100%;
	height:60px;
	background-color:#ffffff;
	z-index:99999999;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0px 0px 10px 0px rgba(0,0,0,0.1);
	-ms-box-shadow    : 0px 0px 10px 0px rgba(0,0,0,0.1);
	-o-box-shadow     : 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow        : 0px 0px 10px 0px rgba(0,0,0,0.1);
	}
#siteHeader.fixed{
	position:fixed;
	left:0;
	top:0;
	background-color:#ffffff;
	}


#container{
	position:relative;
	z-index:1;
	padding:0px 0 0 0;
	width:100%;
	overflow:hidden;
	}




#banner{
	border-top:1px solid #eeeeee;
	padding:20px 10px 20px 10px;
	background-color:#ffffff;
	}
	
#banner ul li{
	margin:0 0 10px 0;
	}
#banner ul li a{
	padding:2px;
	display:block;
	margin:0 auto;
	max-width:320px;
	background-color:#eeeeee;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#banner ul li a:hover{
	background-color:#ac9668;
	}
#banner ul li a img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ffffff;
	}
	
.pager .pagination {
	display: flex;
	justify-content: center;
}
	
.pager .pagination li{
	font-size: 1.4rem;
	line-height: 60px;
	width: 56px;
	height: 60px;
	margin-right: 5px;
	border: 1px solid #898989;
	text-align: center;
}

.pager .pagination li a{
	display: block;
	width: 56px;
	height: 60px;
	color: #000000;
}

.pager .pagination li a.active{
	background: #f9eaec;
	font-weight: bold;
	cursor: pointer;
}
	
.pager .pagination li:hover{
	background: #ff9292;
	cursor: pointer;
}	

@media (max-width: 480px) {
    .pager .pagination li {
      display: none;
    }
    .pager .pagination .pre,
    .pager .pagination .next {
    display: inline-block;
    width: 40%;
    height: 60px;
    text-align: center;
  }
  .pager .pagination .pre a,
  .pager .pagination .next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination .pre span:after {
    content: " 前へ";
  }
  .pager .pagination .next span:before {
    content: " 次へ ";
  }
}

.goldArrowButton {
	margin: 20px auto 40px;
	width: 255px;
	height: 47px;
	display: block;
	text-align: center;
  }
  
.goldArrowButton a {
	padding: 0 20px 0 40px;
	line-height: 47px;
	height: 47px;
	display: block;
	background-color: #ac9668;
	color: #ffffff;
	position: relative;
}

.goldArrowButton a:hover {
	background: linear-gradient(to right, #E59C6C, #DC7C8C);
}

.goldArrowButton a:before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	position: absolute;
	z-index: 100;
	left: 15px;
	top: 50%;
	margin: -5px 0 0 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
