@charset "utf-8";


/*-- 共通
---------------------------------------------------------*/
.linkReserve {
	text-align: center;
	margin: 30px auto;
}
.contents {
    position: relative;
}

/**.btn-reserveArea{
	position: relative;
}**/

a.btn-comp {
	position: absolute;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 4px;
	padding: .2em 1em;
	top: 15%;
	font-size: 10px;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
a.btn-comp ,
a.btn-comp:hover,
a.btn-comp:active{
	color: #999999;
	text-decoration:none;
	opacity: inherit;
}

.btnArea {
    margin: 60px auto 120px;
	text-align: center;
}

a.btnDetail {
	background: #000000;
	color: #FFFFFF;
	border-radius: 25px;
	display: block;
	width: 200px;
	text-align: center;
	margin: 10px auto 0;
	padding: 15px;
}
a:hover.btnDetail {
	background: #323232;
	text-decoration: none;	
}
.mb30{ margin: 0 auto 30px;}
.mb100{ margin: 0 auto 100px;}
/*pc*/
@media(min-width:751px) {

    .spec{
        display: flex;
        justify-content: center;
        background: #fff;
    }
    .spec li{
        width: 20%;
        padding: 0 30px;
    }
    .spec li p{
        background: #fff;
    }
.btn-reserveArea{
    position: relative;
}
.btn-reserveArea a{
    padding: .4em 2em;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    border: solid 1px #999999;
    border-radius: 20px;
}
.btn-reserve1_p{
    text-align: center;
    padding: 40px 0;
    height: 20px;
    background: #000;
}
.btn-reserve1_p_bg_black{
    text-align: center;
}
a.btn-reserve1{
    color: #999999;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: .4em 2em;
    font-weight: bold;
    font-size: 15px;
    border: solid 1px #999999;
    border-radius: 20px;
}
a.btn-reserve2{
    background-color: #fff;
    top: 28%;
	left: 30%;
}
a.btn-reserve3{
    background-color: #fff;
	top: 28%;
	left: 62%;
}
a.btn-reserve4{
    background-color: #fff;
	top: 91%;
	left: 45%;
}
.btnDisplay{
    position: relative;
}
.btnDisplay a{
    position: absolute;
    left: 45px;
    color: #0469d5;
    font-weight: 600;
}
.btnDisplay.accessory a{
    top: 84%;
}
.btnDisplay.care a{
    top: 80%;
}
.btnDisplay.music a{
    top: 76%;
}
.btnDisplay a::after{
    content: '';
    width: 0.6em;
    height: 0.6em;
    border: 0px;
    border-top: solid 2px #0469d5;
    border-right: solid 2px #0469d5;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0.5em;
    right: -1em;
}
	
}

@media(min-width:1024px) {}
/*sp*/
@media (max-width:750px){
    .sp_bg_black{
        background: #000;
        padding: 40px 0;
        margin: 0 auto!important;
    }
    .spec{
        display: flex;
        justify-content: center;
        background: #fff;
    }
    .spec li{
        width: 45%;
        /*width: 30%;*/
        padding: 0 10px;
    }
    .spec li p{
        background: #fff;
    }
.inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: auto;
}
.wrap{
	padding: 0;
	margin: 0;
	text-align: center;
}
.contents img {
	max-width: 100%;
	margin: 0 auto;
}
/**.btn-reserveArea{
	position: relative;
}**/
.wrap a.btn-comp {
	top:22%;
}
.wrap .footer{
	margin-top: 100px;
	padding-top: 50px;
	background-color: #222;
}

.btn-reserveArea{
	position: relative;
}
a.btn-reserve1 {
  color: #999999;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: solid 1px #999999;
  border-radius: 20px;
  padding: .4em 2em;
  font-weight: bold;
  font-size: 13px;
    /*font-size: 15px;*/
}
.btn-reserve1_p {
    text-align: center;
    margin: 40px auto;
  }
.btn-reserve1_p_bg_black{
    text-align: center;
}
a.btn-reserve1{
    background-color: #fff;
    color: #000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
a.btn-reserve2{
    background-color: #fff;
    top: 26%;
	left: 17%;
}
a.btn-reserve3{
    background-color: #fff;
    top: 26%;
	left: 57%;
}

}
