@charset "UTF-8";
/* Scss Document */
/*******************************
 
DETAIL Css
 
*******************************/
/*-----------------------------
command
-----------------------------*/
section{
	margin-bottom: 70px;
}

/*-----------------------------
BUTTON
-----------------------------*/
.btn-more{
	margin: 20px auto;
}
.detail .btn{
	display: block;
	width: 100%;
	background: #fff;
	border: solid 2px #e4e4e4;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px 10px;
}
.detail .btn:hover{
	border-color:#e44545;
	background: #e44545;
	color:#fff;
}
.detail .btn:hover:before{
	color:#fff;
}
.ico-pdf:before{
	content: "\f1c1";
    font-family: FontAwesome;
	color: red;
    margin-right: 10px;
    display: inline-block;
    transition: all 300ms 0s ease;
}
.ico-link:before{
	content: "\f24d";
    font-family: FontAwesome;
	color: black;
    margin-right: 10px;
    display: inline-block;
    transition: all 300ms 0s ease;
}


.ico-cart:before{
	content: "購入はこちら";
    display: inline-block;
	vertical-align: middle;
}
.ico-cart:hover:before{
	content: "ショップサイトへ";
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.btn-more{
		width:100%;
		margin: 0 auto 20px;
	}
	.detail .btn{
		margin-bottom: 10px;
	}
}

/*-----------------------------
Subnavi
-----------------------------*/
.subnavi{
	margin-bottom: 0;
}

/*-----------------------------
Btn-search
-----------------------------*/
.btn-search{
	margin-left: 0;
}
.btn-search.fix-side{
	display: none;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.btn-search{
		width: 100%;
	}
}

/*-----------------------------
SLIDE
-----------------------------*/
.slide-main{
	position: relative;
}
.slide-main img{
	width: 100%;
}
.slick-arrow{
    position: absolute;
    bottom: 30px;
	z-index: 1;
    margin: auto;
    padding: 3px;
    width: 59px;
    height: 59px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
	background-image: url("../img/sprite@2x.png");
	background-size: 117px auto;
}
.slick-prev{
	left: 60px;
	background-position: left top;
}
.slick-next{
	right: 60px;
	background-position: right top;
}


.slide-thumbnail{
	width: 90%;
	max-width: 750px;
	margin: 30px auto 70px;
}
.slide-thumbnail .slick-slide{
	padding: 3px;
}
.slide-thumbnail .trimming-img{
	opacity: .4;
	border: solid 1px #DBDBDB;
}
.slide-thumbnail .trimming-img:hover,
.slide-thumbnail .slick-current .trimming-img {
    opacity: 1;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.slick-prev{
		left: 15px;
	}
	.slick-next{
		right: 15px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.slide-thumbnail {
		margin: 30px auto;
	}
	.slick-arrow{
		width: 42px;
    	height: 42px;
		bottom: 10px;
		background-size: 83px auto;
	}
	
}


/*-----------------------------
HEAD
-----------------------------*/
.detail .head .block-main-ttl{
	text-align: left;
	margin-bottom: 25px;
}
.detail .head .btn-more-blue{
	margin: 0 0 30px;
}


/*-----------------------------
SPEC
-----------------------------*/
.table1{
	margin-bottom: 40px;
}
.table1 tr:nth-last-child(1){
	border-bottom: none;
}

/*-----------------------------
MOVIE
-----------------------------*/
.movie{
	margin: 40px auto;
}
.movie-frame{
	width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
    margin: 10px auto 0;
}
.movie-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}