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


/*----------------------------------
header
----------------------------------*/
#mainimg {
  text-align: center;
}
#mainimg img {
	max-width: 1903px;
	width: 100%;
	height: auto;
}
/*----------------------------------
sitemap
----------------------------------*/
.sitemap {
	background: url(images/sitemap/bg_sitemap.png) no-repeat center top;
	width: 1174px;
	height: 980px;
	margin: 50px auto;
	padding: 70px 0 0;
	position: relative;
}

.sitemap h2 {
	font-size: 24px;
	background: #f6f6f5;
	margin: 0 80px 15px;
	padding: 5px 15px 0;
}

.sitemap h2 a {
	color: #000;	
}

.sitemap .tit_sitemap {
	border-bottom: 2px solid #68a1a0;
	font-size: 20px;
	margin: 0 80px 10px;
}

.sitemap ul {
	margin: 0 100px 15px;
}

.sitemap li {
	line-height: 1.6;
	list-style-type: square;
	color: #68a1a0;
}




.sitemap li a {
	color: #000;
	font-size: 18px;
}

.sitemap h2 a:hover, .sitemap li a:hover {
	color: #F6BB2E;
}

.sitemap h3 {
	position: absolute;
	bottom: 145px;
	left: 440px;
}
.sitemap h3 a:hover img {
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
/*----------------------------------
price_plan
----------------------------------*/
#price_plan {
  background: url(images/flow/bg_price_plan.png) no-repeat center top;
  width: 980px;
  height: 286px;
  clear: both;
  margin: 80px auto 50px;
}
#price_plan h3 {
  padding: 36px 0 0 50px;
}
#price_plan .price {
  float: left;
  width: 490px;
  height: 286px;
}
#price_plan .plan {
  float: right;
  width: 490px;
  height: 286px;
}
#price_plan .price_p, #price_plan .plan_p {
  padding: 25px 0 0 50px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.price_btn, .plan_btn {
  height: 43px;
  padding: 45px 0 0;
  width: 382px;
  margin: 0 auto;
}
.price_btn a {
  background: #e46350 url(images/common/arrow01.png) no-repeat 115px 10px;
	padding: 11px 130px 11px 154px;
	color: #fff;
	font-weight: bold;
}
.price_btn .button {
  border-radius:1px;
}
.plan_btn a {
  background: #404040 url(images/common/arrow01.png) no-repeat 115px 10px;
	padding: 11px 113px 11px 147px;
	color: #fff;
	font-weight: bold;
}
.plan_btn .button {
  border-radius:1px;
}

/*----------------------------------
contactlink
----------------------------------*/
#contactlink {
	background: #404040;
	border: 2px solid #787878;
	width: 936px;
	padding: 10px 20px;
	overflow: hidden;
	margin: 0 auto 50px;
}
.contactlink01 {
	float: left;
	padding: 10px 0 0 15px;
}
.contactlink02 {
	float: right;
}

/*----------------------------------
ipad
----------------------------------*/
@media screen and (max-width:1174px){
	.sitemap {
		width: 100%;
		padding: 25px 0 0;
		height: auto;
		background: #fefefe;
	}
	.sitemap h3 {
		position: static;
		text-align: center;
	
	}
	.sitemap h2 {
		font-size: 20px;
		background: #f6f6f5;
		margin: 0 10px 15px;
		padding: 5px 15px 0;
	}

	.sitemap h2 a {
		color: #000;	
	}

	.sitemap .tit_sitemap {
		border-bottom: 2px solid #68a1a0;
		font-size: 16px;
		margin: 0 15px 10px;
	}

	.sitemap ul {
		margin: 0 30px 15px;
	}
	.sitemap ul li a {font-size: 14px;}
}
@media screen and (max-width:1023px){
	#contactlink {
		background: #404040;
		border: 2px solid #787878;
		width: 60%;
		padding: 10px 20px;
		overflow: hidden;
		margin: 0 auto 50px;
	}
	.contactlink01 img,
	.contactlink02 img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.contactlink01,
	.contactlink02 {
		float: none;
		text-align: center;
		padding: 10px 10px 0;
	}

}
/*----------------------------------
ipad縦
----------------------------------*/
@media screen and (max-width:960px){
	#price_plan {
		background: #f2f2f2 url(images/common/bg_price_plan_s.png) no-repeat 0 70%;
		background-size: contain;
		border: #e6e6e6 5px solid;
		width: 96%;
	}
	#price_plan .price {
	  width: 50%;
	}
	#price_plan .plan {
	  width: 50%;
	}
	.price_btn, .plan_btn {
	  width: 248px;
	  margin: 0 0 0 10%;
	}
	.price_btn a {
	  background: #e46350 url(images/common/arrow01.png) no-repeat 25px 10px;
	  padding: 11px 70px 11px 80px;
	}
	.plan_btn a {
	  background: #404040 url(images/common/arrow01.png) no-repeat 25px 10px;
	  padding: 11px 63px 11px 73px;
	}

}


/*----------------------------------
smartphone
----------------------------------*/
@media screen and (max-width:667px){
	.template h2 img,
	#price_plan h3 img {
		width: 100%;
		height: auto;
	}
	.sitemap {margin:10px auto;}

  /*price_plan*/
  #price_plan {
    height: auto;
    overflow: hidden;
    padding: 0 0 15px;
    margin-top: 30px;
  }
  #price_plan h3 {
    padding: 10px 5px;
    width: 80%;
  }
  #price_plan .price, #price_plan .plan {
    height: auto;
  }
  #price_plan .price_p, #price_plan .plan_p {
    padding: 10px 5px;
    font-size: 10px;
  }
  .price_btn, .plan_btn {
    width: 150px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  .price_btn a, .plan_btn a {
    padding: 5px 20px;
    font-size: 12px;
    background: #e46350;
  }
  .plan_btn a {
    background: #404040;
  }
}
