@charset "utf-8";
/* CSS Document */
/*--- common ---------------------------------------*/
.co-btn{
	padding: 0 10px;
}
.ra {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.ra .co-btn.c-w{
	width: 50%;
}
.co-btn a{
	width: 100%;
	max-width: 460px;
	margin: 50px auto 0;
	background: #E5BF00;
	border: solid 2px #E5BF00;
	padding: 14px 0;
	color: #fff;
	text-align: center;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));
}
.co-btn a:hover{
	background: #fff;
	color: #E5BF00;
}
.co-btn .arrow{
	margin: 0 0 0 25px; 
}
.co-btn .arrow::before,
.co-btn .arrow::after{
    top: 5px;
}
.co-btn .ba01::before{
    left: -15px;
    width: 25px;
    height: 2px;
    background: #fff;
}
.co-btn .ba01::after{
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.co-btn a:hover .ba01::before{
    background: #E5BF00;
}
.co-btn a:hover .ba01::after{
    border-top: 2px solid #E5BF00;
    border-right: 2px solid #E5BF00;	
}
.amazon{
	margin: 50px 0 0;
	text-align: center;
}
.amazon .co-btn a{
	margin: 20px auto 0;
}
footer{
	width: 100%;
	background: #D1D1D1;
	padding: 60px 0 0;
	margin: 100px 0 0;
}
footer .access{
	width: 25%;
}
footer .access .img{
	width: 160px;
	margin: 0 0 10px;
}
footer .access p{
	margin: 10px 0 0;
}
footer .nav{
	width: 70%;
}
footer .nav a{
	margin: 0 0 0 30px;
}
footer .nav a:hover{
	color: #0000ff;
}
footer p.copy{
	width: 100%;
	padding: 60px 0 10px;
	text-align: center;
	font-size: 14px;
}
.top{
	background: url(../img/top-img.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 42% 0 0;
}
.arrow{
    position: relative;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #E5BF00 transparent transparent transparent;
	margin: 50px auto 0;
	text-align: center;
	margin: 0 0 0 10px;
}

.red{
	color: red;	
}
.marker{
	background: linear-gradient(transparent 60%, #E5BF00 0%);
}
.triangle01{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent red;
	margin: 0 0 0 10px;
}

/*--- book ---------------------------------------*/
.top-text{
	margin: 80px 0 0;
	text-align: center;
	padding: 0 10px;
}
.top-text p{
	font-size: 18px;
	margin: 30px 0 0;
}
.top-text .ti{
	font-size: 12px;
	color: red;
	margin: 5px 0 0;
}

/*--- book ---------------------------------------*/
.book{
	width: 100%;
	background: #F9F6F4;
	padding: 100px 0;
	margin: 100px 0;
}
.book .block{
	max-width: 1100px;
}
.book .img{
	width: 40%;
}
.book .img img{
	width: 80%;
	margin: auto;
}
.book .text{
	width: 55%;	
}
.book .text h2{
	border-bottom: solid 1px #333;
	padding: 0 0 10px;
}
.book .text p{
	line-height: 32px;
	margin: 20px 0 0;
}
.book .text p.price{
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 20px;
	margin: 50px 0 0;
}

/*--- common ---------------------------------------*/
.details{
	margin: 100px 0 0;
}
.details .text{
	text-align: center;
}
.details .text p{
	margin: 30px 0 0;
}
.details .held {
	margin: 50px 0 0;	
}
.details .held h3{
	text-align: center;
}
.details .held dl{
	margin: 30px 0 0;
}
.details .held dt{
	width: 200px;
}
.details .held dd{
	line-height: 32px;
	padding: 0 0 0 20px;
	border-left: 1px solid #E7E7E7;
}
.details .held dd span{
	font-size: 12px;
}

.details .note{
	width: 100%;
	max-width: 900px;
	margin: 80px auto 0;
	border: 1px solid #E7E7E7;	
	padding: 30px;
}
.details .note h3{
	text-align: center;
}
.details .note p{
	margin: 20px 0 10px;
	line-height: 32px;
}
.details .note a{
	border-bottom: solid 1px red;
	display: inline-flex;
	
}
.details .note a:hover{
	border-bottom: none;
	
}


@media screen and (max-width:900px){
	.top {
		padding: 80% 0 0;
	}
/*--- book ---------------------------------------*/
	.book {
		padding: 50px 0;
		margin: 50px 0;
	}
	.book .img{
		width: 100%;
	}
	.book .img img{
		width: 50%;
		margin: auto;
	}
	.book .text{
		width: 100%;
		margin: 50px 0 0;	
	}
	.book .text h2{
		font-size: 20px;
	}
/*--- common ---------------------------------------*/

	footer{
		padding: 30px 0 0;
	}
	footer .access{
		width: 100%;
		text-align: center;
	}
	footer .access .img{
		margin: auto;
	}
	footer .nav {
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
		border-top: solid 1px #333;
		padding: 30px 0 0;
	}
	footer .nav a{
		width: 100%;
		margin: 10px 0 0;
	}
	footer p.copy {
		padding: 30px 0 10px;
		font-size: 12px;
	}



}

@media screen and (max-width:767px){
	.ra .co-btn.c-w {
	    width: 100%;
	}

	.top-text {
		margin: 50px 0 0;
	}

	.top-text h2{
		font-size: 18px;
		margin: 30px 0 0;
	}
	.top-text p{
		font-size: 16px;
		margin: 30px 0 0;
	}
		
	.details {
		margin: 50px 0 0;
	}
	
	.details .text h2 {
		font-size: 18px;
	}	
	.details .text p {
		text-align: left;
	}			
	.details .held dl {
		margin: 20px 0 0;
	}
	.details .held dt{
		width: 100%;
		font-weight: bold;
	}
	.details .held dd{
		width: 100%;
		padding: 10px 0 0 0;
		border-top: 1px solid #E7E7E7;
		border-left: none;
		margin: 10px 0 0;
	}	
	.details .note {
		padding: 30px 10px;
		margin: 40px auto 0;
}
	
}

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







}
