@charset "utf-8";
/* CSS Document */

p{
	margin: 0;
	padding:0;
}

 a img{
  -webkit-transition: filter 0.5s ease-out;
  -webkit-transition: -webkit-filter 0.5s ease-out;
  transition: -webkit-filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out, -webkit-filter 0.5s ease-out;
}
 a img:hover{
  -webkit-filter: brightness(110%);
  filter:brightness(110%);
}
/*a img {
  border-style:none;
}*/

p a{
  height: auto;
}

body{
  font-size: 0;
  line-height: 0;
}

img{
  max-width: 100%;
  display: block;
  vertical-align: top;
}
/*============================
#main
============================*/
#wrapper {
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
header{
    max-width: 640px;
  text-align: center;
  margin: 0 auto;
}
section h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	display: block;
	font-size: 0;
	line-height: 0;
}

section{
    max-width: 640px;

  margin: 0 auto;
  text-align: center;
}


section.point {
  /*background-color: #000;*/

}

footer {
  background-image: url(../img/img_06.jpg);
  background-repeat: repeat-y;
  background-size: cover;
}

/*============================
#btn
============================*/

.btnCont{
  position: relative;
  text-align:   center;

}

.btn_offer img {
  position: absolute;
  width: 84.06%;
  top: 26%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.btn_01,.btn_02,.btn_03 {
  position: absolute;
  left:27.66%;
  bottom:6%;
}

.btn_01 {
  width: 59.06%;

}

.btn_02 {
  width: 64.06%;
  bottom:12%;

}

.btn_03 {
  width: 64.06%;
  bottom:26%;
}

.btn_special img{
    position: absolute;
    width: 82.5%;
    bottom: 5%;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.btn_single {
    position: absolute;
    width: 70.16%;
    top: 36%;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.btn_slim01 ,.btn_slim02,.btn_slim03 {
  width: 35.31%;
  position: absolute;
}

.btn_slim01 {
    left: 32.5%;
    top: 24%;
}

.btn_slim02 {

  left:2.5%;
  bottom:7%;
}

.btn_slim03 {

  right:2.5%;
  bottom:7%;
}

.btn_top {
  margin:5% auto 10%;
  width: 68.44%;
}

.copy{
  width: 100%;
  background-color: #000;
  color:#FFF;
  font-size: 14px;
  line-height: 1.6;
  padding:15px 0;
  text-align: center;
}


footer {
  line-height: 1.5;
  font-size: 14px;
  color:#666;
}
footer h5 {
  font-size: 14px;
}
.accordion ul {
  width:100%;
  padding:20px 0;
  overflow-x: hidden;
}
.accordion li {
  position:relative;
  list-style:none;
  width: 95%;
  display: inline-block;

  height: 42px;
  padding-left: 30px;
  padding-top: 10px;
}

.accordion > ul > li > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 1.5em 1em;
  position: relative;
}
.accordion > ul > li > a h5:hover {
  color: #111;
  text-decoration:none;
}
.accordion > ul > li > p {
  display: none;
  text-align:left;
  padding:0 .8em 1.4em 1em;
  color:#555;
  line-height:1.8;
  font-size: 12px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion li .accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  left: -10px;
}
.accordion li .accordion_icon span {
  position: absolute;
    width: 100%;
  height: 1px;
    background-color: #333;
}
.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
  display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}