
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
html {
	-webkit-text-size-adjust: none; /* iPhone */
}
ul, li {
	list-style: none;
}
img, a img {
	border: none;
	max-width: 100%;
}
img, iframe {
	vertical-align: bottom;
}
a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.3s ease-in-out;
}
a:hover img {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}



.taR {
	text-align: right;
}
.cbox {
	zoom: 1;/*for IE 5.5-7*/
}
.cbox:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", Meiryo, 'MS PGothic', sans-serif;
	font-size: 18px;
  font-weight: bold;
	font-feature-settings : "palt";
	letter-spacing: 0.05em;
	line-height: 1;
	color: #000;
}

.container {
	width: 1080px;
	margin: 0 auto;
}
.main-top {
	background-color: #fff;
	text-align: center;
	padding: 60px 0 60px;
  position: relative;
}
.good-choice {
  position: absolute;
  top: 0;
  left: 0;
  width: 315px;
}
.logo-wan_nyan {
  width: 585px;
}
.wan_nyan-box {
  background-color: #faf4dd;
  text-align: center;
  padding: 30px 0 80px;
}
.arrow {
  position: relative;
}
.arrow:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #faf4dd;
  z-index: 10;
}
.arrow01:before {
  border-top-color: #faf4dd;
}
.arrow02:before {
  border-top-color: #fff;
}
.arrow03:before {
  border-top-color: #fcca1e;
}
.wan_nyan_plan {
  margin: 0 0 50px;
}
.btn-content-list {
	width: 640px;
	margin: 0 auto;
	text-align: center;
}
.btn-content-list li {
	margin: 0 0 1em;
	font-size: 150%;
	font-weight: bold;
}
.btn-content-list li:last-child {
  margin: 0;
}
.btn-contact a {
	display: block;
	background-color: #16c955;
	border: 3px solid #fff;
	color: #fff;
	padding: 1em 1em;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
}
.btn-contact a:hover {
	background-color: #fff;
	border: 3px solid #16c955;
	color: #16c955;
}
.btn-contact a:after {
	position: absolute;
    top: 50%;
    right: 5%;
    margin: -0.5em 0 0;
    content: "\f105";
    font-family: FontAwesome;
}
.btn-simulation a {
	display: block;
	background-color: #fff;
	border: 3px solid #15b5ff;
	color: #15b5ff;
	padding: 1em 1em;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
}
.btn-simulation a:hover {
	background-color: #15b5ff;
	color: #fff;
}
.btn-simulation a:after {
	position: absolute;
    top: 50%;
    right: 5%;
    margin: -0.5em 0 0;
    content: "\f105";
    font-family: FontAwesome;
}
.whats-wannyan-box {
  padding: 20px 0 60px; 
}
.whats-wannyan {
  text-align: center;
}
.band-box {
  background-color: #fcca1e;
  padding: 30px 0 40px;
}
.band-content {
  text-align: center;
}
.area-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 180px;
}
.area01 {
  width: 400px;
}
.plan-box {
  background-color: #fdf7df;
  padding: 20px 0 50px;
}
.plan-content {
  text-align: center;
}
.price-box {
  padding: 60px 0;
}
.price-title {
  text-align: center;
  color: #f39c09;
  margin: 0 0 1em;
}
.price-item {
  text-align: center;
  margin: 0 0 2em;
}
.bottom-box {
  background-color: #f6ca00;
  padding: 80px 0;
}
.page-top {
	display: none;
	position: fixed;
	bottom: 6%;
	right: 1%;
	max-width: 70px;
	cursor: pointer;
}
.sp-box {
	display: none;
}

@media screen and (max-width: 1024px) {
	.pc-box {
		display: none;
	}
	.sp-box {
		display: inline-block;
	}
	body {
		font-size: 2.2vw;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.container {
		width: auto;
	}
	.btn-content-list {
		width: auto;
    padding: 0 1em;
	}
}

@media screen and (max-width:768px) {
	body {
		font-size: 2.8vw;
	}
  .good-choice {
    width: 30%;
  }
  .logo-wan_nyan {
    width: 50%;
  }
  .area-content {
    padding: 50px;
  }
  .price-item {
    padding: 0 1em;
  }
	.page-top {
		display: block;
		width: 12%;
		max-width: 12%;
		bottom: 6%;
		z-index: 100;
	}
}

@media screen and (max-width:480px) {
	body {
		font-size: 3.6vw;
	}
  .wan_nyan-box,
  .whats-wannyan-box,
  .band-box,
  .area-content,
  .plan-box,
  .price-box,
  .bottom-box {
    padding: 3em 1em;
  }
  .logo-wan_nyan {
    width: 60%;
  }
  .wan_nyan_plan {
    margin: 0 0 2em;
  }
  .btn-content-list {
    padding: 0;
  }
  .btn-content-list li {
    font-size: 130%;
  }
  .area01 {
    width: 60%;
  }
  .map {
    flex: 1;
  }
  .price-item {
    padding: 0;
  }
}