@charset "utf-8";


/*-- 共通
---------------------------------------------------------*/
.iphone14_box{
    /*width: 100%!important;
    max-width: 100%!important;*/
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 100px;
}
.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;	
}
/*pc*/
@media(min-width:751px) {
.spec{
    display: flex;
    justify-content: center;
}
.spec li{
    width: 20%;
    padding: 0 30px;
}
.btn-reserveArea{
    position: relative;
}
.btn-reserveArea a{
    padding: .4em 2em;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    border: solid 1px #999999;
    border-radius: 20px;
}
.btn-reserve1_p{
    text-align: center;
    margin: 40px 0;
    height: 20px;
}
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: 29%;
}
a.btn-reserve3{
    background-color: #fff;
	top: 28%;
	left: 61%;
}
a.btn-reserve4{
    background-color: #fff;
	top: 91%;
	left: 13%;
}
.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){
    .spec{
        display: flex;
        justify-content: center;
    }
    .spec li{
        width: 40%;
        padding: 0 30px;
    }

.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;
}
.btn-reserveArea a{
    padding: .4em 2em;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    border: solid 1px #999999;
    border-radius: 20px;
}
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: 11px;
}
.btn-reserve1_p{
    text-align: center;
    margin: 40px auto;
}
a.btn-reserve2{
    background-color: #fff;
    top: 27.5%;
	left: 70%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
a.btn-reserve3{
    background-color: #fff;
    top: 27.5%;
	left: 30%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

}


.mb100{ margin: 0 auto 100px;}
