﻿@charset "utf-8";
/* CSS Document */

*{ box-sizing: border-box; }

html, body, div, span, 
h1, h2, p,  small, strong, img, a, ul, li{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
a:hover img{
	opacity: 0.9;
}

.mt10{
	margin-top: 10px;
}

html{
	font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", 'Helvetica Neue', sans-serif;
	line-height: 1.2;
	font-size: 13px;
}
body{
	background-color: #FBD8BB;
}
#wrap{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#header{
	background-color: #fff;	
}

#bgWrap{
	background-color: #fff;
	position:	relative;
}

#footer{
	background-color: #C8D900;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding: 1.5em 1em 1em;
}

.headding{
	text-align: center;
	background-image: url(../images/iphone11_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 0 10px 10px;
	border-top: 20px solid #C8D900; 
}
.hidden_S{
	display: none;
}
.hidden_L{
	display: block;
}

.item{
	position: relative;
	padding: 1em;
}
.col{
	position: relative;
	box-sizing: border-box;
	margin: 1em auto;
	line-height: 1.8em;
}

.itemTitle{
	text-align: center;
}
.itemWrap{
	padding: 0 10px 2em;
	text-align: center;
}
.itemCopy{
	font-size: 1.2em;
	margin-bottom: 10px;
}

.item01 .itemCopy{
	color: #DC8B20;
}
.item02 .itemCopy{
	color: #1B70B9;
}
.item03 .itemCopy{
	color: #A9396D;
}
.item04 .itemCopy{
	color: #DE6790;
}
.item05 .itemCopy{
	color: #00A6B6;
}
.item06 .itemCopy{
	color: #26A8C4;
}


.item04 .itemCopy{
	height: 46px;
	line-height: 46px;
}

.imgWrap{
	margin: 10px auto;
}	
.imgWrap .point{
	float: left;
	width: 30%;
	padding-right: 2%;
}
.imgWrap .package{
	float: left;
	width: 70%;
}


.item .col{
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
}
.item .col .text{
	margin-left: 18%;	
}
.item .col .text p{
	text-align: left;
	padding-left: 2.5em;
	text-indent: -3.0em;
	margin-bottom: 3px;
}
.item .col .text p span.tag{
	background-color: #666;
	color: #fff;
	padding: 2px 3px;
}
.item .col .text p span.link{
	padding-left: 0.5em
}

.info{
	background-image: url(../images/iphone11_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px 20px;
	line-height: 1.6;
}
.info a{
	color: #000;
	text-decoration: none;
}	
.info a:hover{
	color: #999;
}
.infoInner{
	background-color: rgba(255,255,255,0.6);
	padding: 10px 20px;
}

.info .indent{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
.info .topLink{
	text-align: right;
	margin: 1em 0 0;
}



@media screen and (max-width: 359px){
	
	.col{
		width: 100%;
		margin: 1em auto 2em;
	}
	.itemCopy {
    font-size: 1em;
	}
}
	

@media screen and (min-width: 360px) and (max-width: 599px){
	
	.col{
		width: 300px;
		margin: 1em auto 2em;
	}
}
	
@media screen and (min-width: 600px) {
	
	.hidden_S{
		display: block;
	}
	.hidden_L{
		display: none;
	}
	.item{	
		display: -webkit-box;
		display: -ms-flexbox;
	  display: flex;

		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			 -ms-flex-direction: row;
					 flex-direction: row;

		-ms-flex-wrap: wrap;
				flex-wrap: wrap;

		-webkit-box-pack: center;
			 -ms-flex-pack: center;
		 justify-content: center;
							 
	}
	.col{
		float: left;
	
		-webkit-box-flex: 0;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
	}
}
@media screen and (min-width: 600px) and (max-width: 949px){

	.item03 .subImg,
	.item04 .subImg{
		height: 123px;
	}
	.item03 .subImg img{
		margin-top: 20px;
	}
}
@media screen and (min-width: 600px) and (max-width: 679px){

	.item {
		padding: 1em 1em;
	}
	.col{
		width: 50%;
		padding: 1em 2%;
	}
	.itemCopy {
    font-size: 1.1em;
	}
}
@media screen and (min-width: 680px) and (max-width: 779px){

	.item {
		padding: 1em 1em;
	}
	.col{
		width: 50%;
		padding: 1em 3%;
	}
	.itemCopy {
    font-size: 1.1em;
	}
}
@media screen and (min-width: 780px) and (max-width: 949px){

	.col{
		width: 45%;
		padding: 1em 3%;
	}
}
@media screen and (min-width: 950px){
	
	.col{
		width: 33%;
		padding: 0 15px;
	}
	.item04 .subImg,
	.item05 .subImg{
		height: 152px;
	}
}
@media screen and (min-width: 950px) and (max-width: 969px){
	
	.itemCopy {
    font-size: 1.1em;
	}
}

/*--------------------
		item text
  --------------------*/



/*--------------------
		for print
  --------------------*/

@media print{

	body{
		background-color: transparent;
	}
	#wrap{
		margin: 0 auto;
		max-width: 960px;
	}
	.hidden_S{
		display: block;
	}
	.hidden_L{
		display: none;
	}

	.item{	
		display: -webkit-box;
		display: -ms-flexbox;
	  display: flex;

		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			 -ms-flex-direction: row;
					 flex-direction: row;

		-ms-flex-wrap: wrap;
				flex-wrap: wrap;

		-webkit-box-pack: center;
			 -ms-flex-pack: center;
		 justify-content: center;
		 
		padding: 1em 0;
							 
	}
	.col{
		float: left;
	
		-webkit-box-flex: 0;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;

		width: 33%;
		padding: 10px;
	}
	.col a{
		display: block;
	}

	.itemTitle{
		font-size: 1.1em;
	}
	.itemCopy{
		font-size: 0.8em;
	}
	.item .col .text{
		margin-left: 0;
	}
	.item04 .subImg,
	.item05 .subImg{
		height: 152px;
	}
	.info{
		padding: 10px 20px;
	}
	
}


.outofstock {
  background-color: #FFF;
  color: #F00;
  font-weight: bold;
  text-align: center;
  border: 1px solid #F00;
  padding: 10px;
  margin: 20px 30px 0;
}

	
