@charset "utf-8";
/* CSS Document */

body #container{
    /*	background-color: #eefbf5;*/
	font-family: 'Noto Sans JP','メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';	
    width: 100%;
    margin: 0;
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	box-sizing: border-box;
}

* { box-sizing: border-box; }
#container a{
	text-decoration: none;
/*	color: #333;*/
}
#container a:hover{
/*	color: #333;*/
	opacity: .6;
}
#container img{
	width: 100%;
	max-width: 100%;
    margin: 0;
    padding: 0;
	vertical-align: bottom;

}
.w1000{
	width: 1000px;
	margin: 0 auto;
}

.pc{display: block;}
.sp{display: none;}

.pc_yaji{
	visibility:visible;
}

.sp_yaji{
	visibility:hidden;
}

ul {
  list-style: none;
}

.s_font{
	font-size: 0.85em;
}
.red{
	color: red;
}
/*-- flex --*/
.flex_box {
  	display:flex;
}
/*--------------------page-top */
#page-top{
    position: fixed;
    z-index: 400;
    right: .5em;
    bottom: 1.5em;

}
#page-top a{
	font-size:min(5.5vw,25px);
    color: #FFFFFF;
	background: rgba(0,97,52,0.60);
	padding: .5em .5em;
	border-radius: 1em;
}
#page-top a:hover{
	background: rgba(0,97,52,0.80);
}
/*--------------------パンくず */
#pankuzu{
	margin: 15px auto;
	width: 1000px;
	font-size: .85em;
}

#pankuzu ul{
    padding: 0 0 5px;
    _zoom: 1;
}
#pankuzu li{
    float: left;
    list-style: none;
}
#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}

.bg_blue{
	background: #dff4ff;
}

/*----------------------------------------------------------------------------------------------------title */
#title{
	padding-top: 4em;
	background-image: url("../img/title_bg.jpg");
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img/title.png"); 
	background-position:center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 60% 0 0;
}
#title p{
	font-family: 'Shippori Mincho', serif;
	background:#D12400;
	text-align: center;
	color: #fff;
	font-size: 2em;
  text-shadow    : 
       2px  2px 3px #513C01,
      -2px  2px 3px #513C01,
       2px -2px 3px #513C01,
      -2px -2px 3px #513C01;        /* 文字の影 */		
}
#title p strong{color: yellow; font-size: 1.2em;}
/*--------------------------------------------------------------------------------------------#point*/
#point{
	padding:5em 0 3em;
	background: 
/*		url("../img/point_bg.png") no-repeat top center,*/
	#FDFFF8;
	background-size: contain,100%;
	border-bottom: 5px #D12400 solid;
}
#point h2{
	font-family: 'Shippori Mincho', serif;
	background: #D12400;
	text-align: center;
	border-radius: 120px 120px 0 0;
	width: 15em;
	margin: auto;
	padding: 2.5em 0 1em;
	color: #fff;
}
#point h2 strong{font-size: 1.5em;}
#point .point_bg ul{
	background: #D12400;
	padding: 2em;
	color: #ffffff;
	font-size: 18px;
	border-radius: 20px;
}
#point .point_bg li{
	padding-left: 2em;
	text-indent:-2em;
	border-bottom: 1px dotted #fff;
	margin-bottom: .7em;
}
#point .point_bg li:last-child{
	border-bottom:none;
	margin-bottom:0;
}
#point .point_bg ul span{	color: #FFFD00; font-size: 1.1em;}


#point .profile{
	display: flex;
	background: #ffffff;
	border: #000000 solid 2px;
	padding: 1em;
	margin: 50px auto;
	font-family: 'Noto Sans JP';
	font-size: 16px;
}

#point .profile dt{
	width:25%;
}

#point .profile dd{
	width:75%;
	font-size: 16px;
	line-height: 1.7;
	padding-left: 30px;
}

#point .profile_title{
	font-size: 20px;
	font-weight: 900;
	padding: 1em 0;
}

/*--------------------------------------------------------------------------------------------#place*/
#place{
	background:
		url("../img/place.png") no-repeat bottom right,
		linear-gradient(153deg, rgba(255,252,229,1.00) 65%, rgba(255,230,178,1.00) 100%);
	background-size: contain,cover;
	padding: 7% 0;
	line-height: 1.8;
	font-size: 18px;
	border-bottom: 5px #D1B000 solid;
}
#place dl dt,#place dl dd{
	width: 60%;
}
#place h3{
	font-family: 'Shippori Mincho', serif;
	font-size: 24px;
	padding: 1em 0;
	padding-right: 40px;
	color: #9B7800;
}
/*--------------------------------------------------------------------------------------------#tour*/
#tour .text_img{
    width: 17px !important;
	padding-bottom: 3px;
}
#tour{
background: 
	url("../img/sk_bg.jpg") repeat-y top center;
	background-size: 100%;
	padding: 5em 0;
	font-size: 16px;
}
#tour h2,h3,#tour h4 {
	font-family: 'Shippori Mincho', serif;
}
.marker{	background:rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #c0e1c0 0%) repeat scroll 0 0;}
#tour .p_1{	padding: 1.5em;}

#tour h2{
	font-size: 1.6em;
	font-weight: 800;
	text-align: center;
	color: #604C3F;
  text-shadow    : 
       2px  2px 3px #ffffff,
      -2px  2px 3px #ffffff,
       2px -2px 3px #ffffff,
      -2px -2px 3px #ffffff,
       2px  0px 3px #ffffff,
       0px  2px 3px #ffffff,
      -2px  0px 3px #ffffff,
       0px -2px 3px #ffffff;        /* 文字の影 */	
}
#tour .box{
	background: #ffffff;
	position: relative;
	padding: 0 1.5em 1.5em;
	margin-top: 5em;
}
#tour h3{
	font-size: 1.6em;
	font-weight: 800;
	transform:rotate(-5deg);
	box-shadow: 2px 2px 2px #212121;
	
	position: absolute;	
	top:-1em;
	left:-1em;;
}
#tour h3 small{margin-left: .3em;}
#tour h3 {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 30px;
  padding: 0.5em 0.5em 1em 1em;
  color: #fff;
  background: #004D19;
}

#tour h3:before {
  position: absolute;
  top: 0;
  left: -29.5px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #004D19 transparent transparent;
}

#tour h3:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
#tour .access{
	background: #C8E6FF;
	padding: 1em;
	border-bottom-left-radius:  120px;
}
#tour h4{
	font-size: 22px;
}
#tour .skj{margin: 1em 0 0;}
#tour .skj dt{
	font-size: 0.95em;
	color: #fff;
	background: #B39A0E;
	display: inline-block;
	padding: 0 .5em;
	margin-bottom: .3em;
}
#tour .skj .dep{
	background: #FFFFC4;
	border: #B39A0E solid 1px;
	padding: 0 .5em;
	margin: 0 .3em;
}
#tour .skj.nagoya dt{	background: #036EB8;}
#tour .skj.nagoya .dep{
	background: #E6FAFF;
	border: #036EB8 solid 1px;
}
#tour .skj.nagoya dd{color: #036EB8;}

#tour .skj.tokyo dt{	background: #5E3992;}
#tour .skj.tokyo .dep{
	background: #ECE6FF;
	border: #5E3992 solid 1px;
}
#tour .skj.tokyo dd{color: #5E3992;}

.talk{
	margin: 1.5em 0;
	background: #F7FFF2;
	border: #52A249 3px dotted;
	padding: 1em;
	align-items: center;
}
.talk strong{font-size: 1.5em; font-weight: 700;}
.talk dt{	flex: 2; margin-left: 1em;}
.talk dd{	flex: 9; text-align: left;}
.t_right{text-align: right; font-weight: 800;}

.fa-caret-down{color: #C9B109; margin-left: 1em;}
#tour .grey{
	font-size: .85em;
	background: #E4E4E4;
	padding: 0 .5em;
	margin: .3em;
}
#tour .skj li{margin: .2em 0 0;}
#tour  dd.text strong{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.1em;
	display: block;
	color: #004D19;
	letter-spacing: -1px;
}
#tour  dd.text small{line-height: 1.3; display: block;}
/*---------tour .day2*/
.day2 h5{text-align: center; color:  #004d19;}
.map{
	max-width: 811px;
	margin: 0 auto 0;
}
.day2 .flex_box{	justify-content: space-between;}
.day2 .flex_box dl{
	border: #004d19 solid 3px;
	padding: 15px 15px 5px 15px;
	width:49%;
}
.day2 .flex_box dt {	
	font-size: 1.2em;
	margin: .3em 0;
	color: #E4007F;
	font-weight: 600;
	line-height: 1.2;
}
.day2 .flex_box .course-b dt{color: #DF8E1E;}

.day2 .flex_box dd.image{	margin: .7em 0;}

.course strong{
	color: #FFF;
	font-weight: bold;
	background: #E4007F;
	padding: .3em .5em;
	font-size: 1.1em;
}
.course-b .course strong{background: #DF8E1E;}
.guide{
	font-size: .9em;
	background: red;
	color: #fff;
	width: 4em;
	border-radius: 5px;
	padding: 0 .3em;
}
/*-----.day3*/
/*.day3 .flex_box{	margin: 2em 0;}*/

.day3 .flex_box dt{	font-size: 1.2em; font-weight: bold;}
.day3 .flex_box dt strong{	font-size: 1.2em;}

.day3.box .flex_box.iwaki dl{	flex: 1;}
.day3.box .flex_box.iwaki p{	flex: 1;}
.day3.box .flex_box.iseki dl{	flex: 4;}
.day3.box .flex_box.iseki p{	flex: 2;}
/*.day3 .level{	padding-right: 0;}*/
/*.day3 .level span{	margin-right: 0em;}*/

/*---------level▼*/
.level{
	color: #004d1a;
	font-weight: bold;
	border: 2px #004d1a solid;
	line-height: 1.4;
	display: inline-block;
	padding:0 .5em;
	margin-bottom: .5em;
	margin: .5em;
	background: #FFF;		
}
.level span{
	background: #004d1a;
	color: #fff;
	margin-right: .5em;
	padding: 0 .5em;
}

/*-----.nanido*/
.nanido{
	background: #ffffff;
	border: #004d1a solid 2px;

	font-size: 16px;
	margin: 50px 0;
	line-height: 1.8;
	position: relative;
}
#tour .nanido h4{
	color: #fff;
	background: #004d1a;
	text-align: center;
	padding-bottom: 0;
}
.nanido ul{	padding: 1.5em;}
.nanido .level{border: none;}
.nanido .s_font{
	line-height: 1.2;
	background: #FFFECE;
	padding: .5em 1em;
	margin: 0 1em 1em;
}
/*---------------------------------------------------------------------------------------------hotel*/
#hotel{
	padding: 5em 0;
	background: url("../img/hotel_bg.jpg") repeat;
	border-top: 5px #D12400 solid;
	border-bottom: 5px #D12400 solid;
}
#hotel h3{
	font-size: 1.7em;
	font-weight: 800;
	text-align: center;
	color: #fff;
	background: #604C3F;
	margin-bottom: .5em;
}
#hotel .flex_box dl:nth-child(odd){
	flex: 2;
}
#hotel .flex_box p:nth-child(even),
#hotel .flex_box dl:nth-child(even){
	flex: 3.05;
	margin-left: .5em;
}
#hotel .info{
	align-items: center;
	margin-bottom: .5em;
}
#hotel dl{
	background: #fff;
	margin: 1em auto;
	padding:.5em;
	text-align: center;
}
#hotel dt{
	font-size: 1.7em;
	color: #604C3F;
	background: #FAF2E8;
	font-weight: 800;
	text-align: center;
	margin-bottom: .5em;
}
#hotel .info dd{font-size: 1.2em;}

#hotel .detail dt{
	background: #E8F2FA;
	margin: .2em .5em;
	font-size: 1.3em;
	font-weight: bold;
}
#hotel .detail dd:last-child{margin: 0 .5em .5em;}

.image{position: relative; margin: 3px;}
.image span{
	background: rgba(0,0,0,0.60);
	padding: 0 .3em;
	color: #fff;
	position: absolute; 
	bottom:0;
	left: 2px;
}
/*---------------------------------------------------------------------------------------------link*/
#link{
    background: #F9F06B ;
    padding: 10em 0;
}

#link h3{
	font-family: 'Shippori Mincho', serif;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	background: url(../img/footprint.png) repeat-x bottom;
	background-size: 6%;
	padding-bottom: 2em;
}


#link .link_tour{
	display: flex;
	flex-wrap: wrap;
	padding-top: 2em;
	justify-content:center;
}
#link .link_tour li{
	width:calc((100% - 50px) /2);
	text-align: center;
	margin-top: 1em;
}

#link .link_tour li:first-of-type, #link .link_tour li:nth-of-type(2){
	margin-right: 20px;
}

#link .link_tour li:last-of-type a{	background: #E17700;}

#link .link_tour a{
	font-family: 'Noto Sans JP';
	font-size: 18px;
	background: #E43D05;
    border-radius: .5em;
    box-shadow: 0 4px 0 #C23000;
    color: #fff;
    display: block;
    padding: 0.8em;
    position: relative;
    text-align: center;
    text-decoration: none;
	margin-bottom: 4px;
}

#link .link_tour a:after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#link .link_tour a:active{
	top: 4px;
	box-shadow: 0 0 0 #C62828;
}
#link table{
	font-family: 'Noto Sans JP';
	margin:1em auto 0;

}
#link table th{
	font-size: 15px;
	padding: .3em 1em;
	background: #F8F8F8;
	text-align: center;
	border: #E7E7E7 solid 1px;
}
#link table td{
	font-size: 20px;
	font-weight: 700;
	padding: .3em 1em;
	background: #fff;
	border: #E7E7E7 solid 1px;
	text-align: center;
}
.soon{position: relative;}
.soon::before{
	content: "2/1発売";
	color:#FFED00;
	background: rgba(255,255,255,0.50);
	width:100%;
	height: 100%;
	text-shadow: 2px 2px 2px #000;
	font-size: 2.2em;
	text-align: left;
	line-height: 2.5;
	text-indent: .5em;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
}
.soon a{position: absolute; z-index: 1;}
/*---------------------------------------------------------------------------------------------hajimete_guid*/
#hajimete_guid{
	padding: 7em 0 20em;
	background: url("../img/footer_bg.png") no-repeat bottom center / 100%;
}

#hajimete_guid h3{
	background: url("../img/hajimete_h3.png")no-repeat;
	background-size: contain;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.5em;
	padding: 1em 3em 1.5em;
	color: #001A4A;
	width: 18em;
	text-align: center;
}
#hajimete_guid h3 strong{
	font-size: 1.5em;
	background: url("../img/hajimete_h3st.png")no-repeat top right;
	padding: .5em 5px;
}
#hajimete_guid dt{
	flex: 2;
}
#hajimete_guid dd{
	flex: 5;	
	padding-left: 30px;
	font-family: 'Noto Sans JP';
	font-size: 15px;
	background: #fff;
}

.hajimete_title{
	color: #00873c;
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 1em;
}
footer img{width: auto!important;}




/************************************************************
					min770px－max999px
************************************************************/
@media screen /*and (min-width: 770px) */and (max-width: 1000px){

#container, .w1000 {
	min-width: 100%;  
	width: 100%;
	margin: 0;
	
	overflow: hidden;
}
.w1000{
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
	
/*--------------------------------------------------------------------------------------------#place*/
#place{
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
	}

	
}


/************************************************************
					タブレット対応
************************************************************/
@media screen /*and (min-width:600px)*/ and (max-width:769px)  {

/* 非表示指定 */
.pc {display: none;}
.tb{display: block;}
#pankuzu{display: none;}
/*--------------------------------------------------------------------------------------------#point*/
#point{	padding:1.5em 0;}
#point .point_bg ul{
	padding: 1em;
	font-size: 15px;
}
#point .profile dt{	width:40%;}
#point .profile dd{	
	width:60%;
	font-size: 15px;
	line-height: 1.5;
}
/*--------------------------------------------------------------------------------------------#tour*/
#tour{	font-size: 15px;}
#tour h2{	font-size: 3.1vw;}
#tour h3{
	font-size: 1.2em;
	transform:rotate(-5deg);
	box-shadow: 2px 2px 2px #212121;
}
#tour h3 {
  position: relative;
  display: inline-block;
  height: 40px;
  margin-left: 25px;
  padding: 0.2em 2em 1em 2em;
}
#tour h3:before {
  left: -19.5px;
  border-width: 20px 20px 20px 0;
}

/*---------------------------------------------------------------------------------------------link*/
#link{	padding:5em 0;}
/*#link .link_tour li:last-of-type{	width:60%;}
#link .link_tour a:after{
    box-sizing: border-box;
    display: block;
    padding: 5px 3px;
    position: absolute;
    right: 2px;
    top: 7px;

	font-size: 35px;
}*/
/*---------------------------------------------------------------------------------------------hajimete_guid*/
#hajimete_guid{
	padding: 3em 0 7em;
	background: url("../img/footer_bg.png") no-repeat bottom right / 100%;
}

}

/************************************************************
						スマホ対応
************************************************************/
@media screen and (max-width:599px)  {
	/* 非表示指定 */
.pc {display: none;}
.tb{display: none;}
.sp{display: block;}	

/*br{display: none}*/
/*----------------------------------------------------------------------------------------------------title */
#title .w1000{
	padding-top: 1.6em;
	padding-left: 0;
	padding-right: 0;
}
#title{
	background:none;
}	
h1 span{	margin-top: -1.5em;}		
h1{
	text-indent: 0;
	background: none ;
	padding: 0;
	width: 100%;
}
#title p{
	font-size: 5vw;
  text-shadow    : 
       2px  2px 3px #513C01,
      -2px  2px 3px #513C01,
       2px -2px 3px #513C01,
      -2px -2px 3px #513C01;        /* 文字の影 */		
}	
/*--------------------------------------------------------------------------------------------#point*/
#point{		font-size: .8em;	}	
#point .point_bg ul{	font-size: 1.1em;}
/*--------------------------------------------------------------------------------------------#place*/
#place{
	line-height: 1.5;	
	padding: 1em 0 10em;
	font-size: 14px;
}
#place dl dt,#place dl dd{	width: 100%;}
#place h3{
	font-size: 4.5vw;
	padding: .2em 0;
	padding-right: 0;
}
/*--------------------------------------------------------------------------------------------#tour*/
#tour{	font-size: .9em;	padding: 2em 0;}
#tour h2{	font-size: 4.5vw;}
#tour h3{	font-size: 1.2em;}
#tour h3 {
  height: 30px;
  margin-left: 15px;
  padding: 0.2em 2em 1em 2em;
}
#tour h3:before {
  left: -18.5px;
  border-width: 16px 20px 16px 0;
}
#tour h3:after {
  position: absolute;
  top: calc(50% - 4px);
  left: -5px;
  width: 10px;
  height: 10px;
  content: '';
}
#tour h5 + .flex_box{	display: block;	}

#tour .box{
	padding: 0 .5em 1.5em;
	margin-top: 3em;
}
#tour h4{
	font-size: 5.3vw;
	padding-bottom: .5em;
}	
#tour .text_img{
	width: 15px!important;
	padding-bottom: 1px;

}

.talk dt{	flex: 7; margin-left: 1em;}



/*---------tour .day2*/
.day2 .flex_box dl{	
	width:100%;
	margin-bottom: .5em;
	padding: 10px 3px 5px;
}
/*-----.day3*/
/*.day3 .flex_box{	display:block; }*/
.day3 .imagebox.flex_box{	flex-wrap: wrap;}
.day3 .imagebox .image {	width: 48%;}	
/*-----.nanido*/
.nanido{	font-size: 1.1em;}
#tour .nanido h4{	font-size: 4.4vw;}
.nanido ul{	padding: .5em;}

.nanido li{ 
	margin-bottom: .5em;
	border-bottom: 1px dotted #D6F8B4;
	line-height: 1.3;
	}
.nanido .level{
	display: block;
	margin-bottom: 0;
	}
/*---------------------------------------------------------------------------------------------hotel*/
#hotel{	padding: 2em 0;}
#hotel h3{
	font-size: 1.7em;
	font-weight: 800;
	text-align: center;
	color: #fff;
	background: #604C3F;
	margin-bottom: .5em;
}
/*#hotel .flex_box dl:nth-child(odd){
	flex: 2;
}*/
#hotel .flex_box p:nth-child(even),
#hotel .flex_box dl:nth-child(even){
	margin-left: 0;
}
#hotel dl{font-size: 0.9em; line-height: 1.4;}
#hotel dd{text-align: left;}
#hotel .detail.flex_box{	flex-wrap: wrap;}
#hotel .detail .image {	width: 48%;}		
/*---------------------------------------------------------------------------------------------link*/
#link{	padding:3em 0; font-size: .8em;}
	#link h3{font-size: 5vw;}
#link .link_tour{
	display: block;
}
#link .link_tour li{
	width:100%;
}

/*---------------------------------------------------------------------------------------------hajimete_guid*/


#hajimete_guid img{width: 100%;}
#hajimete_guid h3{
	font-size: 1.4em;
	width: 100%;
}
#hajimete_guid .flex_box{	display: block;}
#hajimete_guid dd{
	padding-left:0;
}
	
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 300;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
flex-wrap: wrap;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width:calc(100%/2);
   padding:0;
   margin:0;
   font-size: 12px;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   background: #2E417B;
   position: relative;
}

/*左側メニューを緑色に
#sp-fixed-menu li:first-child{
   background: #38b435;
}*/

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #01348E;
	position: relative;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:5px;
	font-weight: bold;
}
	
#sp-fixed-menu li:last-of-type a{
	 position:absolute;
	 top:50%;
	 left:50%;
	 transform:translate(-50%,-50%);
	}
	
#sp-fixed-menu li:nth-of-type(4), #sp-fixed-menu li:last-of-type{
	width:50%;
	}
	
#sp-fixed-menu li:last-of-type{
	font-size: 14px;
	}	
	
#sp-fixed-menu li:first-of-type:before{
	content: '';
 	display: inline-block;
	position: absolute;
  	width: 20px;
  	height:23px;
  	background: url(../img/fixed_icon01.png) no-repeat;
	top:10px;
	left:10px;
}
	
/*#sp-fixed-menu li:nth-of-type(2):before{
	content: '';
 	display: inline-block;
	position: absolute;
  	width: 20px;
  	height:23px;
  	background: url(../img/fixed_icon02.png) no-repeat;
	top:10px;
	left:3px;
}*/
	
#sp-fixed-menu li:nth-of-type(2):before{
	content: '';
 	display: inline-block;
	position: absolute;
  	width: 20px;
  	height:23px;
  	background: url(../img/fixed_icon03.png) no-repeat;
	top:10px;
	left:5px;
}
	
#sp-fixed-menu li:nth-of-type(3):before{
	content: '';
 	display: inline-block;
	position: absolute;
  	width: 25px;
  	height:30px;
  	background: url(../img/fixed_icon04.png) no-repeat;
	top:10px;
	left:20px;
}
	
#sp-fixed-menu li:last-of-type:before{
	content: '';
 	display: inline-block;
	position: absolute;
  	width: 25px;
  	height:30px;
  	background: url(../img/fixed_icon05.png) no-repeat;
	top:8px;
	left:35px;
}		
	
}
