@charset "utf-8";
/*------------------------------------------------------------------
 　index   WiFiレンタルサービスLP
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 　header
 ------------------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 888;
	box-shadow:1px 1px 5px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
	height: 45px;
}
@media only screen and (max-width:767px){header {height: 50px;}}
header .inner{	max-width: 1190px;}

header h1#headerLogo img {
    float: left;
    width: 170px;
    margin-right: 10px;
    vertical-align: initial;
}

header h1#headerLogo{
	position: absolute;
	top: 0;
	left: 5px;
	padding: 7px 0;
}
header h1#headerLogo img{
    float: left;
    width: 170px;
    margin-right: 10px;
    vertical-align: initial;
    margin-left: 0px;
}
header h1#headerLogo span{
	width: 300px;
	font-size: 1.2rem;
	line-height: 2.5;
	vertical-align: top;
}
@media screen and (max-width:768px) {
	header .inner{	padding: 0 0 0 5px;	}
　header h1#headerLogo span{	
	font-size: 1.0rem;	display: block;
	}
}

@media screen and (max-width:767px) {
header h1#headerLogo{top:0;}
header h1#headerLogo img{	width: 150px; padding: 5px 0 0; }
header h1#headerLogo span{
	font-size: 1.1rem;
	line-height: 3.2;
}
}

@media screen and (max-width:400px) {
header h1#headerLogo span{	
	display: none;
}
}

/*#globalNav -------------------------------*/
header nav{}
header #globalNav{	float: right;}
header #globalNav li {	float: left;}
header #globalNav a{
	position: relative;
	display: block;
	padding: 9px 15px;
	vertical-align: middle;
	text-decoration: none;
	color:#333;
	font-weight: bold;
}
header #globalNav li a.current{	color: #c9151d;}
header #globalNav li a.current::after {	color: #c9151d;}
header #globalNav a:hover {	color: #999;}

@media only screen and (min-width:768px){
	header #globalNav li.appBtn a{ 
		color: #fff;
		background: #c9151d;
		padding: 9px 42px;
		font-size: 1.8rem;
		margin: 0 0 0 10px;
	}
	header #globalNav li.appBtn a:hover{ background: #d81f2d;}
}
.slicknav_menu { display: none;}

@media only screen and (max-width:900px){
header #globalNav a{ padding: 9px 10px; }
	header #globalNav li.appBtn a{ 
		padding: 9px 25px;
		font-size: 1.8rem;
	}
}

@media only screen and (max-width:767px){
#globalNav{	display:none;}
header .inner{　width:100%;　padding:0;}
.slicknav_menu{	display:block;}
}

/* お申込みボタン*/
@media only screen and (max-width:767px) {
#headerAppBtnSP {
	position: fixed;
	top: 0;
	right: 50px;
	font-size: 1.4rem;
	line-height: 3.5;
	z-index: 995;
}
#headerAppBtnSP a {
	display: block;
	height: 50px;
	padding: 0 15px;
	background: #c9151d;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
#headerAppBtnSP a:hover{ background: #d81f2d;}
 }


/*------------------------------------------------------------------
 　main
 ------------------------------------------------------------------*/
main{
	position:relative;
	margin:0;
	}
h2{
    font-size: 38px;
    text-align: center;
    line-height: 1.3;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
h3{	font-size: 30px;}
h4{	font-size: 20px;}

@media only screen and (max-width:767px){
h2{font-size:28px;margin: 0 0 10px;}
h3{	font-size: 24px;}
h4{	font-size: 18px;}
	}



/*------------------------------------------------------------------
   #mainVisual
--------------------------------------------------------------------*/
#mainVisual{ margin:0; z-index:1;background: #24140e;  }
@media only screen and (max-width:768px){ #mainVisual{ margin:0;padding:0}}
@media only screen and (min-width:768px){ 	#mainVisual{line-height: 0;	}}

#mainVisual p{ margin: 0; padding: 0;}

#mainVisual .forPC { 
	max-width: 1190px;
	max-height:400px;
	margin: 0 auto;
	background:#2a393f url(../img/bg_mainvisual.jpg) no-repeat 0px 0;
}
#mainVisual .ConL{
	position: relative;
	float: left;
	width: 50%;
	padding:0; 
}
#mainVisual .ConL .name{
	position: absolute;
	top:12%;
	left: 10px;
	z-index: 12;
	font-weight: 500;
	font-size: 2.4rem;
	color: #fff;
}
#mainVisual .ConL .photo{	z-index: 11;padding: 0px 0 0 0px;}
#mainVisual .ConR{
	position: relative;
	float: right;
	width: 357px;
}
#mainVisual .ConR .pointName{
	position: absolute;
	top: 12%;
	left: 20px;
	z-index: 12;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: right;
}
#mainVisual .ConR .photoPoint{	z-index: 11;}

@media only screen and (max-width:970px){ 
#mainVisual .forPC { 
	background: #2a393f url(../img/bg_mainvisual.jpg) no-repeat -80px 0;
	background-size: auto 100%;
}
	#mainVisual .ConL{		width: 33%;	}
	#mainVisual .ConR{		width: 40%;	}
#mainVisual .ConL .name{font-size: 1.5rem;}
#mainVisual .ConR .pointName{ font-size: 1.4rem;}
}

@media only screen and (max-width:767px){
#mainVisual .nameSP{
	font-size: 1.3rem;
	padding: 2px;
	font-weight: 500;
	text-align: center;
	background: #343334;
	color: #fff;
	}
#mainVisual .photoSP{
	line-height: 0;	
	}
#mainVisual .pointNameSP{
	font-size: 1.5rem;
	padding: 5px;
	text-align: center;
	background: #f2d23c;
	font-weight: 500;
	}
}





/*------------------------------------------------------------------
   トピックス
--------------------------------------------------------------------*/
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}

.box4 p {
    margin: 0; 
    padding: 0;
}

h4{
	margin-bottom:0em;
	padding-bottom: 1em;
	font-weight:700;

	}

/*------------------------------------------------------------------
   #about 特典内容
--------------------------------------------------------------------*/
#about{	background: none;}
.aboutBox{
	max-width: 1000px;
	clear:both;
	height: 310px;
	position:relative;
	margin: 0 auto;
	}
.innerR{
	float:right;
	width:50%;
	}
.innerL{
	float:left;
	width:50%;
	text-align:right;
	}
.innerR .point{
	float:left;
	margin:0 0 0 -85px;
	width:200px;
	height: 310px;
	padding: 100px 0 0;
	background: url(../img/bg_about_right.png) no-repeat 0 bottom;
	}
.innerL .point{
	float:right;
	margin:0 -69px 0 0;
	width:200px;
	height: 310px;
	padding: 100px  0 0;
	background:url(../img/bg_about_left.png) no-repeat center 0;
	}
.point span{
	display:block;
	padding:0 10px 5px;
	border-bottom:3px solid #e72735;
	font-size: 18px;
	font-weight: 900;
	color: #E72735;
	}
.point span strong{
	font-size: 36px;
	font-weight: 900;
	padding: 0 5px;
}
.innerR .point span{ text-align:right;}

#about #point1{background: url("../img/bg_about_01.jpg") no-repeat 0 0;}
#about #point2{background: url(../img/bg_about_02.jpg) no-repeat right 0;}
#about #point3{background: url(../img/bg_about_03.jpg) no-repeat 0 0;}

#about #point1 h3{
	padding-top: 0px;
	text-align:center;
	margin: 0 0 15px;
	}

#about #point1 p.copy{
	text-align:center;
	margin: -10px 0 20px;
	font-size: 2.2rem;
	font-weight: 500;
	/* clear: both; */
	/* float: left; */
	}

#about #point2 h3{
	width: 52%;
	float:right;
	padding: 40px 0 10px;
	text-align:center;
	}
#about h3 span{text-align: center;}

#about #point2 p.copy{
	width: 60%;
	float:right;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 500;
	margin-top:-70px;
	}

#about #point3 h3{
	width:50%;
	float:left;
	padding: 50px 0px 0;
	text-align:center;
	}

#about #point3 p.copy{
	width:60%;
	float:left;
	margin: 0 0 0 40px;
	font-size: 1.8rem;
	font-weight: 500;
	}

@media only screen and (max-width:955px){
.innerR .point,.innerL .point{	background:none !important;}
.innerR,.innerL{	background: #fff;}
#about #point3 p.copy {  margin: 0 0 0 0px; }
#about #point2 p.copy {width: 58%;margin: 0;}
}

@media only screen and (max-width:767px){
#about #point1,
#about #point2,
#about #point3{	background: none;}

.innerR,.innerL{
	width:100%;
	background:none;
	margin: 0 0 50px;
}

.innerR .point,
.innerL .point{
	float:none;
	margin:0;
	width:100%;
	height:auto;
	padding:0;
	background:none !important;
}
.innerR .point span,
.innerL .point span{
	text-align:center;
	background:#fff;
	padding:0 0 53%;
	margin:0;
	border-bottom: none;
	}
#about #point1 .point span{	background:url("../img/bg_about_01.jpg") no-repeat  0 bottom;background-size: 100% auto;	}
#about #point2 .point span{	background:url(../img/bg_about_02.jpg) no-repeat  0 bottom;background-size: 100% auto;	}
#about #point3 .point span{	background:url(../img/bg_about_03.jpg) no-repeat  0 bottom;background-size: 100% auto;	}

.innerR .point span img,
.innerL .point span img{
	width: 15%;
	}

#about #point1 h3,
#about #point2 h3,
#about #point3 h3{
	float:none;
	width:100%;
	margin: 15px 0;
	padding: 0;
	text-align:center;
	}
#about #point1 p.copy,
#about #point2 p.copy,
#about #point3 p.copy{
	clear:both;
	float:none;
	width: 100%;
	margin: 0 0%;
	padding: 0 10% 15px;
	text-align:center;
	}

}


 /*----------------------------------------------------------------
  .bnr  相互バナー
----------------------------------------------------------------*/
.bnr{ max-width: 1000px; margin: 3em auto 0; text-align: center;}
.bnr a{
	text-decoration: none;
	color: #111;
}
.bnr a span{
	display: block;
	text-align: center;
}
.bnr a span.copy{
	font-size: 2.3rem;
	font-weight: 700;
}
.bnr a span.txtS{
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 5px;
}
@media only screen and (max-width:767px){
.bnr{
	padding: 0 2%;
	}
.bnr a span.copy{
	font-size: 1.5rem;
}
.bnr a span.txtS{
	font-size: 1.2rem;
}
}






 /*----------------------------------------------------------------
  #use  ご利用方法
----------------------------------------------------------------*/
#use .useBox{ margin-bottom: 4em;}
#use h3{text-align:center;font-size: 24px;margin-bottom: 10px;}
#use h3 span{
	display: block;
	font-size: 13px;
	text-align: center;
}

/* #flow */
#flow ul li{
	float:left;
	width:35%;
	margin-right:45px;
	background: url(../img/icon_arrow.png) no-repeat right 160px;
	}

#flow ul li:last-child{	
	float:right;
	width:30%;
	margin-right:10px;
	background: none;
}


#flow .number{
	text-align:center;
	font-weight:bold;
	font-size: 18px;
	font-weight: 900;
	margin-bottom:5px;
	}
#flow strong{
	font-size: 30px;
	font-weight: 900;
	padding: 0 5px;
}
#flow h4{
	background:#f8d1d1;
	color:#cc0001;
	font-size: 20px;
	font-weight:normal;
	padding:5px;
	text-align:center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: 500;
	}
#flow .photo{
	text-align:center;
	width: 103%;
	margin: 0 auto 10px;
	}


#flow .txt{	margin-bottom:5px;}
#flow .underline{font-size: 1.3rem;} 
@media only screen and (max-width:767px){
#use h3{font-size: 18px;}

#flow ul{	padding:0 3%;}
#flow ul li,
/*#flow ul li:last-child{
	width:100%;
	margin:0 0 30px;
	padding:0;
	float:none;
	background:none;
	}*/
#flow .number img{width:18%;}
#flow .underline{font-size: 1.2rem;line-height: 1.2;}
}




/*------------------------------------------------------------------
   #deadline 予約締切　最終集荷日
--------------------------------------------------------------------*/

/* .tab    -----------------------------------------------*/
ul.tabs{
	 position:relative;
	 display: flex;
	 z-index:2;
	 height: 70px;
	 margin:0;
	 padding:0;
	 }
ul.tabs li{
	 text-align:center;
	 line-height:1.0;
	 }
ul.tabs li a{
	 margin:0;
	 padding: 20px 0 0;
	 width:22%;
	 height: 70px;
	 display:block;
	 text-align:center;
	 font-size: 30px;
	 text-decoration:none;
	 overflow:hidden;
	 border-top-left-radius: 3px;
	 -webkit-border-top-left-radius: 3px;
	 -moz-border-top-left-radius: 3px;
	 border-top-right-radius: 3px;
	 -webkit-border-top-right-radius: 3px;
	 -moz-border-top-right-radius: 3px;
	 color:#222;
	 font-weight:700;
	 }

ul.tabs li a#naritaTab{
	position:absolute;
	top:0;
	left:5%;
	background:#e5e4e4;
	}
ul.tabs li a#hanedaTab{
	position:absolute;
	top:0;
	left:28%;
	background:#e5e4e4;
	}
ul.tabs li a#kansaiTab{
	position:absolute;
	top:0;
	left:51%;
	background:#e5e4e4;
	}
ul.tabs li a#chubuTab{
	position:absolute;
	top:0;
	right:4%;
	background:#e5e4e4;
	}
ul.tabs li a#naritaTab:hover{
	color:#007bd6;
	background:#ececec;
	}
ul.tabs li a#hanedaTab:hover{
	color:#cc3e1c;
	background:#ececec;
	}
ul.tabs li a#kansaiTab:hover{
	color:#cc3e1c;
	background:#ececec;
	}
ul.tabs li a#chubuTab:hover{
	color:#cc3e1c;
	background:#ececec;
	}





ul.tabs li.active a#naritaTab{
	color: #fff;
	background: #264c67;
	}
ul.tabs li.active a#hanedaTab{
	color: #fff;
	background: #07441e;
	}
ul.tabs li.active a#kansaiTab{
	color: #fff;
	background: #264c67;
	}
ul.tabs li.active a#chubuTab{
	color: #fff;
	background: #07441e;
	}
@media only screen and (max-width:767px){
ul.tabs{
	margin:-9px;
	height: 31px;
	}
ul.tabs li{	height:auto;}
ul.tabs li a{
	font-size:12px;
	height:auto;
	padding:5px 0;
	width:22%;
}
ul.tabs li a#naritaTab,
ul.tabs li a#naritaTab:hover,
ul.tabs li.active a#naritaTab{
	background-size:30%;
	}
ul.tabs li a#hanedaTab,
ul.tabs li a#hanedaTab:hover,
ul.tabs li.active a#hanedaTab{
	background-size:27%;
	}
	
	ul.tabs li a#kansaiTab,
ul.tabs li a#kansaiTab:hover,
ul.tabs li.active a#kansaiTab{
	background-size:27%;
	}
	
	ul.tabs li a#chubuTab,
ul.tabs li a#chubuTab:hover,
ul.tabs li.active a#chubuTab{
	background-size:27%;
	}
	
	

	
}


/* .tab    -----------------------------------------------*/
.tab{}
.tab_content{
	z-index:1;
	margin:-13px 0 50px;
	border:13px solid #e5e4e4;
	height:208px;
	}

.tab_content h4{
	clear: both;
	background: #222;
	color: #fff;
	padding: 5px 15px;
	font-size: 16px;
	}

.tab_content h4 span{
    font-size: 13px;
    padding:0 5px;
	}

/* .tabBox   -----------------------------------------------*/
.tabBox{
	clear:both;
	padding:0px 57px 57px;
	}

@media only screen and (max-width:950px){
.tabBox{
	clear:both;
	width:100%;
	padding: 0px 3% 20px;
	}
	}
@media only screen and (max-width:767px){
.tab_content{
	border:none;
	margin:0 0 20px;}
.tabBox{
	clear:both;
	width:100%;
	padding: 0px 3% 20px;
	}
	}


/* #deadline    -----------------------------------------------*/
#deadline #narita{background-color:burlywood no-repeat 40% 0;}
#deadline #haneda{background-color:aquamarine no-repeat left 0;}
#deadline #kansai{background-color:aquamarine no-repeat left 0;}
#deadline #chubu{background-color:aquamarine no-repeat left 0;}
#deadline #narita h3.kihon{
	height:438px;
	padding: 40px 0 0 50px;
	}
#deadline #haneda h3.kihon{
	height:438px;
	padding: 40px 50px 0 50px;
	text-align:right;
	}







#deadline .charge h3.chargeTitle{
	font-size: 35px;
	text-align:center;
	margin:0 0 30px;
	}

@media only screen and (max-width:800px){
#price #kaigai{background:url(../img/pho_plan_kaigai.jpg) no-repeat 60% 0; background-size: 100% auto;}
#price #kokunai{background:url(../img/pho_plan_keitai.jpg) no-repeat left 0;background-size: 100% auto;}
#price #kaigai h3.kihon{
	height:320px;
	padding: 40px 0 0 30px;
	}
#price #kokunai h3.kihon{
	height:320px;
	padding: 40px 50px 0 30px;
	}
#price #kaigai h3.kihon img,
#price #kokunai h3.kihon img{
	width: 47%;
}
}


@media only screen and (max-width:767px){
#deadline .inner{
	width:100%;
	padding:0;
	}
#deadline #narita{background-size: 120% auto;}
#deadline #haneda{background-size: 120% auto;}
#deadline #kansai{background-size: 120% auto;}
#deadline #chubu{background-size: 120% auto;}
	
#deadline #narita h3.kihon{
	width: 100%;
	height: 400px;
	padding: 20px 3% 0;
	/* background-size: 130%; */
	}
#deadline #narita h3.kihon img{width: 55%;}
#deadline #haneda h3.kihon{
	width: 100%;
	height:400px;
	padding: 20px 2% 0;
	text-align:right;
	}
#deadline #haneda h3.kihon img{width: 55%;}
#deadline .charge h3.chargeTitle{
	font-size:25px;
	margin: 20px 0 10px;
	}
#deadline .charge h3.chargeTitle span{text-align:center;}
	}

@media only screen and (max-width:700px){
#price #kaigai h3.kihon,#price #kokunai h3.kihon{height:340px;}	
}
@media only screen and (max-width:550px){
#price #kaigai h3.kihon,#price #kokunai h3.kihon{height:280px;}	
}
@media only screen and (max-width:420px){
#price #kaigai h3.kihon,#price #kokunai h3.kihon{height:220px;}	
}




/* #deliverycharge　--------------------------------------*/

#deliverycharge{
	margin:80px 0;
	padding:0;
	}

#deliverycharge h3{	
	text-align: center;
	

}
#deliverycharge h3#deliverychargeTitle{
	width:100%;
	font-size:35px !important;
	text-align:center;
	margin: 20px 0px 20px;
	padding:5px 0 5px;
	}


#deliverycharge h3{
	font-size:20px;
	margin-top:30px;
	margin-bottom:0;
	
}




@media only screen and (max-width:640px){
#deliverycharge{
	margin-bottom: 60px;
	border:none;
	}
#deliverycharge h3#deliverychargeTitle{
	font-size:20px !important;
	padding:10px 0 10px;
	}
	}
	

	
/* #detail　　---------------------------------------*/

#deliverycharge #detail{
	margin:30px 80px 0px;
	padding:0 0 50px;
	
	}

#deliverycharge #detail dl{
	margin:0;
	background:#f1efef;
	padding:20px;
	}
#deliverycharge #detail dl dt{
	background:#666 url(../img/icon_down.png) no-repeat 98% center;
	background-size:3%;
	color:#fff;
	padding:7px;
	border-bottom:1px solid #fff;
	font-size:15px;
	}

#deliverycharge #detail dl dt:hover{ 
	background:#cc0001 url(../img/icon_down.png) no-repeat 98% center;
	background-size:3%;
	}
#deliverycharge #detail dl dt.active{
	background:#cc0001 url(../img/icon_up.png) no-repeat 98% center;
	background-size:3%;
	}
#deliverycharge #detail dl dt.active:hover{
	background:#d80a0b url(../img/icon_up.png) no-repeat 98% center;
	background-size:3%;
	}

#deliverycharge #detail dl dd{
	background:#fff;
	padding:2% 4% 4%;	
	}


@media only screen and (max-width:768px){
#deliverycharge #detail{
	margin:0px 2% 0px;
	padding:0 0 20px;
	}

#deliverycharge #detail dl{
	margin:0;
	background:#f1efef;
	padding:3px;
	}
#deliverycharge #detail dl dd{
	background:#fff;
	padding:2% 2% 4%;
	}
	}
	










 /*----------------------------------------------------------------
  #baggage  お預かり可能な荷物
----------------------------------------------------------------*/
#baggage .baggageBox{ margin-bottom: 4em;}
#baggage h3{text-align:center;margin-bottom: 50px; margin-top:60px; background:#e5e4e4;padding:13px;}
#baggage h3 span{
	display: block;
	font-size: 13px;
	text-align: center;
	
}

/* #item */
#item ul li{
	float:left;
	width:30%;
	margin-right:45px;
	}

#item ul li:last-child{	
	float:right;
	width:30%;
	margin-right:10px;
	background: none;
}


#item .number{
	text-align:center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom:5px;
	}
#item strong{
	font-size: 30px;
	font-weight: 900;
	padding: 0 5px;
}
#item h4{
	background:#e5e4e4;
	color:#cc0001;
	font-size: 20px;
	font-weight:normal;
	padding:5px;
	text-align:center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: 500;
	}
#item .photo{
	text-align:center;
	width: 103%;
	margin: 0 auto 10px;
	}


#item .txt{	margin-bottom:5px;}
#item .underline{font-size: 1.3rem;} 
@media only screen and (max-width:767px){
#baggage h3{font-size: 18px;}

#item ul{padding:0 3%;}
#item ul li,
#item ul li:last-child{
	width:100%;
	margin:0 0 30px;
	padding:0;
	float:none;
	background:none;}
	
#item .number img{width:18%;}
#item .underline{font-size: 1.2rem;line-height: 1.2;}
}



/* #prohibited Items */
#prohibiteditems{
margin-top: 80px;
margin:auto auto 0 20px;
}

#prohibiteditems ul li{
	float:left;
	width:20%;
	padding:0 1%;
	}

#prohibiteditems ul li{  width:30% \9;}

#prohibiteditems ul li:last-child{
	padding:0 50px 0 0px;
	background:none;
	width:23%;
	}


#prohibiteditems h4{
	font-size:30px;
	font-weight:bold;
	margin-bottom: 1.0em;
	text-align:center;
	line-height: normal;
	}

#prohibiteditems p{
	text-align:center;
	}

#prohibiteditems .photo{
text-align:center;
margin-top: 20px;
margin-bottom: 5px;
	}

#prohibiteditems .txt{	
margin-bottom:5px;
text-align: center;
font-weight: bold;
}

@media only screen and (max-width:640px){
#prohibiteditems ul{
	padding:0 3%;
	}
	#prohibiteditems ul li{
	width:32%;
	margin:0 0 0px;
	padding:0;
	float:auto;
	background:none;
		
	}
#prohibiteditems ul li:last-child{
	width:30%;
	margin:1px 20px 0px -30px;
	padding:0;
	float:right;
	background:none;
	}
	#prohibiteditems h4{
	font-size:18px;
	margin-top: -30px;
	}

}



/* #restricted Items */
#restricteditems{
margin-top: 80px;
margin:auto auto 0 20px;
}

#restricteditems ul li{
	float:left;
	width:20%;
	padding:0 1%;
	}

#restricteditems ul li{  width:30% \9;}

#restricteditems ul li:last-child{
	padding:0;
	margin-right:7%;
	background:none;
	width:18%;
	}


#restricteditems h4{
	font-size:30px;
	font-weight:bold;
	margin-bottom: 1.0em;
	text-align:center;
	line-height: normal;
	}

#restricteditems p{
	text-align:center;
	}

#restricteditems .photo{
text-align:center;
margin-top: 20px;
margin-bottom: 5px;
	}

#restricteditems .txt{	
margin-bottom:5px;
text-align: center;
font-weight: bold;
}

@media only screen and (max-width:640px){
#restricteditems ul{
	padding:0 3%;
	}
	#restricteditems ul li{
	width:32%;
	margin:0 0 0px;
	padding:0;
	float:auto;
	background:none;
		
	}
#restricteditems ul li:last-child{
	width:32%;
	padding:0;
	margin:0 0 0px;
	float:left;
	background:none;
	}
	#restricteditems h4{
	font-size:18px;
	margin-top: -30px;
	}

}







/* #restricted Items 
#restricteditems{
margin-top:80px;
}

#restricteditems ul li{
	float:left;
	width:22%;

	}

#restricteditems ul li{  width:20% \9;}

#restricteditems ul li:last-child{
	padding:0 0 0 1%;
	background:none;
	width:22%;
	}

#restricteditems h4{
	font-size:30px;
	font-weight:bold;
	margin-bottom: 1.0em;
	text-align:center;
	line-height: normal;
	}

#restricteditems p{
	text-align:center;
	}

#restricteditems .photo{
text-align:center;
margin-top: 20px;

margin-bottom: 5px;
	}

#restricteditems .txt{	
margin-bottom:5px;
text-align: center;
font-weight: bold;
}

@media only screen and (max-width:640px){
#restricteditems ul{
	padding:0 3%;}
#restricteditems ul li,
#restricteditems ul li:last-child{
	width:33%;
	margin:0 0 20px;
	padding:0;
	float:auto;
	background:none;
	}
	#restricteditems h4{
	font-size:18px;
	margin-top: -30px;
	}

}


*/











/*------------------------------------------------------------------
   table
--------------------------------------------------------------------*/


/* .table01 */

table.table01 {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 1em;
	border-top: 2px solid #343334;
	border-bottom: 2px solid #343334;
	margin-top: 20px;
}

table.table01 th,
table.table01 td{
	padding: 0.6em 1em;
	font-weight: normal;
	border-bottom: 1px solid #343334;
	/*vertical-align:top;*/
	line-height:1.3;
	}

table.table01 thead th{
	background:#666;
	text-align:center;
	color:#fff;
	border-right:1px solid #ccc;
	}
table.table01 thead th:last-child{	border-right:none;	}

table.table01 tbody th { background: #f5f5f5; }

table.table01 td {
	line-height:1.3;
	border-left: 1px dotted #343334;}

table.table01 td.country{ font-size:90%; }

table.table01 td.day,
table.table01 td.web{
	text-align:center;
	border-right: 1px solid #343334;
	background:#fff;
	}


table.table01 thead th.arrival{ 
	background: #fa8072; 
}
table.table01 thead th.departure{ 
	margin-top: 60px;
	background: #83A5D1; 
}
table.table01 thead th.storagecharge{ 
	margin-top: 60px;
	background: #cc0001; 
}
table.table01 thead th.size{ 
	background: #696969; 
}
table.table01 thead th.pickup{ 
	background: #a9a9a9;
    border-right:1px solid #000;
}
table.table01 thead th.dropoff{ 
	background: #a9a9a9;
}
table.table01 thead th.size{ 
	background: #5C5C5C;
}

table.table01 thead th.sub1,
table.table01 thead th.sub2{ 
	color:#000;
	border-right: 1px dotted #343334;
	text-align:center;
	background: #dcdcdc; 
	}
table.table01 thead th.sub1:first-child{ border-left:none; }
table.table01 thead th.sub1:last-child{	border-right:none; }

table.table01 thead th.sub2{ 
	border-left: 1px solid #343334;
}


table.table01 td.sub1,
table.table01 td.sub2{
	text-align:center;
	border-right: 1px dotted #343334;
	background:#fff;
	}

table.table01 td.sub1:first-child{	border-left:none; }
table.table01 td.sub1:last-child{ border-right:none; }

table.table01 td.sub2{
	border-left: 1px solid #343334;
}


table.counterTable td{
	line-height:1.8;
	vertical-align:top;
	}
 
 
a.btn_map{
	margin-left:5px;
	padding:0px 5px;
	background:#333;
	line-height:0;
	color:#fff;
	}
a.btn_map:hover{color:#f73b3b;}



@media only screen and (max-width:640px){
table.table01 {
	width:100%;
	margin: 0 0 2em;
	padding:0;
}
table thead th{font-size:12px;}
table tbody th,
table tbody th.pref{font-size:12px;}
table tbody td{	font-size:12px;	}

table.table01 th,
table.table01 td{
	padding: 0.3em 0.3em;
	line-height:1.7;
	font-size:11px;
	}

.counterTable td{
	vertical-align:top;
	}
a.btn_map_sp{
	display:block;
	width:94%;
	margin:0;
	padding:3%;
	text-align:center;
	color:#fff;
	line-height:1.7;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	background:#333 url(../img/icon_arrow_right.png) no-repeat 20px center !important;
	background-size:5% !important;
	text-decoration:none;
	}
a.btn_map_sp:hover{color:#f73b3b;}
	
}


.memo{	font-size:11px;	}




table.td{	text-align:center; color:#ccc; }
table.operationTable td.single{	background:#f7f7f7;	}
table.operationTable td .circle{	color:#222;}


 /*----------------------------------------------------------------
  #payment  支払い方法
----------------------------------------------------------------*/
#payment h3{
	text-align:center;
	}

#payment h4{
	font-size:30px;
	font-weight:bold;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align:center;
	line-height: normal;
	}
#payment .img{
	text-align: center;
}

#payment p{
	text-align:center;
	}
#payment ul li{
	float:left;
	width:16%;
	}

#payment .photo{
text-align:center;
margin-top: 20px;
margin-bottom: 5px;
	}

@media only screen and (max-width:640px){
#payment h4{
	font-size:18px;
	}
#payment ul li{
	width: 15%;
	padding: 0 1% 0 0; 
	}
#payment ul li:first-child{	padding: 0 1% 0 2%;  }
#payment ul li:last-child{	padding: 0 2% 0 1%;  }

}

/* #flow */
#flow ul li{
	float:left;
	width:30%;
	padding:0 4% 0 1%;
	background:url(../img/icon_arrow.png) no-repeat right 200px;
	}

#flow ul li{  width:28% \9;}

#flow ul li:last-child{
	padding:0 0 0 1%;
	background:none;
	width:29%;
	}

#flow .number{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-bottom:5px;
	}

#flow h3{
	background:#cc0001;
	color:#fff;
	font-size:22px;
	font-weight:normal;
	padding:5px;
	text-align:center;
    border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
	}

#flow .photo{
	text-align:center;
	}

#flow .txt{	margin-bottom:5px;	}
@media only screen and (max-width:640px){
#flow ul{
	padding:0 3%;}
#flow ul li,
#flow ul li:last-child{
	width:100%;
	margin:0 0 30px;
	padding:0;
	float:none;
	background:none;
	}
#flow .number img{width:18%;}

}







/*----------------------------------------------------------------
  #deliveryservice 空港宅配
----------------------------------------------------------------*/

#deliveryservice h3{
	width: 100%;
	background-color: #DADADA;
	padding: 5px 0px;
	text-align:center;
	margin-top: 50px;
	}
#deliveryservice .img{
	text-align: center;
}

@media only screen and (max-width:640px){
#deliveryservice h3{
	padding: 10px 0px;
	margin-top: 0px;}
}

/* #deliveryflow */
#deliveryflow{
	border:10px solid #e5e4e4;
	padding-top: 20px;
}

#deliveryflow ul li{
	float:left;
	width:30%;
	padding:0 3% 0 1%;
	background:url(../img/icon_arrow.png) no-repeat right 200px;
	
	}

#deliveryflow ul li{  width:21% \9;}

#deliveryflow ul li:last-child{
	padding:0 0 0 2%;
	background:none;
	width:28%;
	}

#deliveryflow .number{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	}

#deliveryflow h3{
	background:#cc0001;
	color:#fff;
	font-size:20px;
	font-weight:normal;	
	margin-top:10px;
	padding:5px;
	text-align:center;
    border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
	}

#deliveryflow .photo{
	text-align:center;
	}

#deliveryflow .txt{	margin-bottom:5px;	}

@media only screen and (max-width:640px){
#deliveryflow{border: none}
#deliveryflow ul{
	padding:0 3%;}
#deliveryflow ul li,
#deliveryflow ul li:last-child{
	width:100%;
	margin:0 0 30px;
	padding:0;
	float:none;
	background:none;
	}
#deliveryflow .number img{width:18%;}

}



/* #application */
#application{
	margin-top: 50px;
}

#application ul li{
	float:left;
	width:42%;
	padding:0 3% 0 1%;
	}

#application ul li{  width:48% \9;}

#application ul li:last-child{
	border:2px solid #494949;
	width:46%;
	}

#application h2{
	padding-bottom: 30px;
	}

#application h3{
	background:#222222 url(../img/bg_application_title.gif) repeat-x 0 0;
	color:#fff;
	margin:2%;
	padding:15px 0 10px;
	text-align:center;
	font-size:18px;
	}

#application p.tel{
	text-align:center;
	}

@media only screen and (max-width:640px){
#application{
	margin-top: 30px;
}
#application ul{
	padding:0 3%;}
#application ul li,
#application ul li:last-child{
	width:100%;
	margin:0 0 30px;
	padding:0;
	float:none;
	background:none;
	}
#application h3{
	font-size: 14px;		
	margin:0 0 2% 0;
	}
#application .tel img{
	width:90%;
	padding:0 5%;
	}
}

/*------------------------------------------------------------------
   #deliverycharge 宅配料金
--------------------------------------------------------------------*/

#deliverycharge{
	margin:80px 0;
	padding:0;
	}
	
#deliverycharge h3#deliverychargeTitle{
	width:100%;
	font-size:35px !important;
	text-align:center;
	margin: 0px 0px 20px;
	padding:5px 0 5px;
	}


@media only screen and (max-width:640px){
#deliverycharge{
	margin-bottom: 60px;
	border:none;
	}
#deliverycharge h3#deliverychargeTitle{
	font-size:20px !important;
	padding:10px 0 10px;
	}

	}
	

	
/* #detail　　---------------------------------------*/

#deliverycharge #detail{
	margin:30px 80px 0px;
	padding:0 0 50px;
	
	}

#deliverycharge #detail dl{
	margin:0;
	background:#f1efef;
	padding:20px;
	}
#deliverycharge #detail dl dt{
	background:#666 url(../img/icon_down.png) no-repeat 98% center;
	background-size:3%;
	color:#fff;
	padding:7px;
	border-bottom:1px solid #fff;
	font-size:15px;
	}

#deliverycharge #detail dl dt:hover{ 
	background:#cc0001 url(../img/icon_down.png) no-repeat 98% center;
	background-size:3%;
	}
#deliverycharge #detail dl dt.active{
	background:#cc0001 url(../img/icon_up.png) no-repeat 98% center;
	background-size:3%;
	}
#deliverycharge #detail dl dt.active:hover{
	background:#d80a0b url(../img/icon_up.png) no-repeat 98% center;
	background-size:3%;
	}

#deliverycharge #detail dl dd{
	background:#fff;
	padding:2% 4% 4%;
	}

@media only screen and (max-width:768px){
#deliverycharge #detail{
	margin:0px 2% 0px;
	padding:0 0 20px;
	}

#deliverycharge #detail dl{
	margin:0;
	background:#f1efef;
	padding:3px;
	}
#deliverycharge #detail dl dd{
	background:#fff;
	padding:2% 2% 4%;
	}
	}



























 
/*------------------------------------------------------------------
   #map カウンターMAP
--------------------------------------------------------------------*/
/* .counterTable */
table.counterTable td{	line-height:1.4;	}
table.counterTable td.tdMap{ border-left: none;	}

@media only screen and (max-width:767px){
table.counterTable td{
	vertical-align:top;
	}
table.counterTable td.tdMap {
    text-align: center !important;
    border-left: 1px solid #343334;
    padding: 10px;
	}
}

/*.mapInner */
.mapInner{	padding: 15px 30px;}
.mapInner .title_departure{
	background:#91D5F7;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 2.0rem;
}
.mapInner .title_arrival{
	background: #fcc9c9;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 2.0rem;
}
.mapBtn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	margin: 2px 0 0 0px;
	padding: 0 10px 0 20px;
	appearance: none;
	font-size: 15px;
	color: #fff;
	border-radius: 30px;
	font-weight: 500;
	text-decoration: none;
	background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 5px center;
	background-size: 13px 13px;
}
.mapBtn:hover{	
	color: #fff;
	background:#d81f2d url(../img/icon_arrow_right.svg) no-repeat 5px center;
	background-size: 13px 13px;
}

@media screen and (max-width:767px) {
.mapBtn{
	display: block;
	margin: 2px 0 0 0px;
	padding: 0 10px 0 20px;
	width: 100%;
	text-align: center;
}
}















 
 /*----------------------------------------------------------------
  #application  お申し込み・お問い合わせ
----------------------------------------------------------------*/
#application{ padding:10px 0 0;}
#application .bg{
	height:708px;
	background:#e1edf0 url(../img/bg_application.jpg) no-repeat center 0;
	padding:20px 0 0;
	}
	
#application .txt{
	font-size:20px;
	margin:5px 0 15px;
	}
#application .inner{
	max-width:600px;
	padding:30px 30px 30px;
	box-shadow:1px 1px 4px 3px rgba(0, 0, 0, 0.1);
	background:#fff;
	}

#application h2{ margin:0; }

#application h3{
	background:#222222 url(../img/bg_application_title.gif) repeat-x 0 0;
	color:#fff;
	margin-bottom:1.0em;
	padding:15px 0 10px;
	text-align:center;
	font-size:18px;
	}

#application .tel{
	text-align:center;}


@media only screen and (max-width:640px){
#application{
	margin-bottom:30px;}
#application .inner{
	margin:2% ;
	width:95%;
	padding:5% 3%;
	}

#application h3{font-size:14px;}
#application h3 span{
	text-align:center;}
#application .bg{
	height:auto;
	padding-bottom:50px;
	}
#application .tel img{
	width:90%;
	padding:0 5%;
	}

}



#deadline{	margin-bottom:5em;}






/* .btn -----------------------------------------------*/

.btn a{
	display:block;
	margin:0 auto;
	width:431px;
	height:80px;
	text-align:center;
	padding-top:25px;
	background:url(../img/bg_btn_b-2.png) no-repeat 0 0 #cc0404;
	color:#fff;
	font-weight:bold;
	font-size:25px;
	text-decoration:none;
	}

.btn a:hover { background:url(../img/bg_btn_b_on-2.png) no-repeat 0 0 #da1a1a; }


	
@media only screen and (max-width:640px){
.btn a,
.btn a:hover{
	width:88%;
	margin: 0 4.5%;
	padding:5%;
	font-size:18px;
	height:auto;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background:#cc0404 url(../img/icon_arrow_right.png) no-repeat 20px center;
	background-size:5%;
	}
.btn a span{
	text-align:center;
	}


}



.link{
	width:200px;
	margin:0 auto 30px;
	white-space:nowrap;
	}

.link a{
	display:block;
	padding:8px 10px 5px 35px;
	background:url(../img/icon_arrow2.png) no-repeat 10px center #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	text-decoration:none;
	font-size:15px;
	color:#1f1919;
	}

.link a:hover{
	/*background:url(../img/icon_arrow2.png) no-repeat 10px center #555;*/
	/*color:#f73b3b;*/
	}



/*------------------------------------------------------------------
 　footer
------------------------------------------------------------------*/
footer {
	overflow: hidden;
	margin:0;
}
footer #footerLogo{text-align: center;background: #f4f4f4;}
footer #footerLogo img{
	width: 200px;
	margin: 30px auto;
}
#footerBox {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 20px 0 50px;
	color: #b6b6b6;
	position: relative;
	overflow: hidden;
	background: #343334;
}
#footerBox ul {
	position: relative;
	left: 50%;
	float: left;
}
#footerBox ul li {
	padding: 0 7px;
	line-height: 1;
	border-right: 1px solid #fff;
	position: relative;
	left: -50%;
	float: left;
}
#footerBox ul li:last-child { border-right: none; }
#footerBox a {	color: #fff;}
#footerBox p#copyright {
	font-size: 76%;
	padding: 22px 0;
	clear: both;
	text-align: center;
}

 @media screen and (max-width:767px) {
footer {	margin: 0px 0 0;}
footer .inner {
	 padding: 0 0 0 250px;
	 margin: 0;
}
#footerBox { padding: 0;margin: 0;}
#footerBox ul {
	 width: 100% !important;
	 position: inherit;
	 left: 0;
}
#footerBox ul li {
	 width: 100%;
	 float: none;
	 border: none;
	 position: inherit;
	 padding: 0;
	 left: 0;
}

/*　矢印　*/
#footerBox ul li a{
	position: relative;
	display: block;
	padding: 15px 10px 15px 15px;
	border-bottom: 1px solid #777;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
#footerBox ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right :15px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footerBox p#copyright {
	text-align: left;
	margin-left: 10px;
	padding: 20px 0 80px;
	font-family: Verdana, Geneva, "sans-serif";
}
footer .logo img { max-width: 40%;}
}

@media screen and (max-width:768px) {
footer .inner { padding: 0 ;}
}
