body {
  margin:0 auto;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif；
}
a {
  text-decoration: none;
}
section {
  margin:0 auto;
}
.container {
  margin:0 auto;
  width: 920px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

header {
  background: url(../img/main.jpg) no-repeat  center 55px scroll;
  background-size: contain;
  padding: 28px 0 50px 0;
}
header h1 {
  position: absolute;
  top:12px;
  left:20px;
}
.logo {
  padding:50px 40px 0 0;
  text-align: right;
}
 .copy {
  color: #fff;
  line-height: 2rem;
  font-family: serif;
  font-size: 1.5rem;
  padding:10px 40px 0 0;
}

.box {
  margin-top: 120px;
  padding: 40px 15px 10px 15px;
  border-radius: 6px;
  background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(224,225,225) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(224,225,225) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(224,225,225) 100%);
  text-align: center;
  box-shadow:0px 5px 0px 0px #999;
}
.box li {
  list-style: none;
  display: inline;
  padding: 10px 5px;
}
.btn {
  margin-top: 30px;
}
.btn p, #pricelist p {
  font-size: 0.9rem;
  margin: 10px 0;
  text-align: center;
}
.button {
  position: relative;
  border-radius: 6px;
  background-image: url(../img/btn_arrow.png);
  background-position: 570px;
  background-repeat: no-repeat;
  background-color: #04ba82;
  box-shadow:0px 5px 0px 0px #0e7052;
  margin: 0 20px;
  height: 74px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.button a {
  line-height: 74px;
  color: #fff;
}
.button:hover {
  background-color: #26d59f;
}
.arrow {
  padding: 14px 0;
}
#service {
  line-height: 1.4rem;
  background-color: #fff;
}
.kirinuki, .shufuku {
  position: relative;
  float: left;
  width: 370px;
  border-radius: 6px;
  padding: 70px 35px 20px 35px;
  margin: 0 10px;
}
.kirinuki {
  background: #fdf0e9;
}
.shufuku {
  background: #d8ecfe;
}
.kirinuki img,.shufuku img {
  margin: 10px 0;
}
.kirinuki p,.shufuku p {
  line-height: 1.3rem;
  height: 180px;
}
.kirinuki h1,.shufuku h1 {
  position: absolute;
  top: -20px;
  border-radius: 4px;
  width: 370px;
  height: 70px;
  text-align: center;
  font-family: serif;
  font-size: 1.5rem;
  line-height: 70px;
  color: #fff;
}
.kirinuki h1 {
  background-color: #ef6d25;
  box-shadow: 0px 4px 0px 0px #a55020;
}
.shufuku h1 {
  background-color: #3da1fc;
  box-shadow: 0px 4px 0px 0px #367bc4;
}
.small {
  font-size: 0.8rem;
}
#option-service {

}
#option-service h1, #pricelist h1 {
  text-align: center;
  color: #3da1fc;
  font-size: 1.4rem;
  border-bottom: #3da1fc solid 2px;
  padding: 40px 0 20px 0;
  margin-bottom: 20px;
}
.option {
  float: left;
  border-radius: 6px;
  background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(224,225,225) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(224,225,225) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(224,225,225) 100%);
  width: 190px;
  height: 280px;
  text-align: center;
  box-shadow:0px 5px 0px 0px #999;
  padding: 15px;
  margin: 5px;
}
.option h2 {
  border-radius: 4px;
  background-color: #bf1998;
  box-shadow: 0px 4px 0px 0px #970e77;
  line-height: 56px;
  font-size: 1.4rem;
  color: #FFF;
}

#pricelist {
  width: 90%;
}
table {
  margin: 20px 0 0 0;
  font-size: 0.9rem;
  border-collapse: collapse;
  width: 100%;
  padding: 0 20px;
}
table td {
  text-align: right;
  padding: 15px 30px 15px 0;
  border: 1px solid #3da1fc;
}
table th {
  padding: 15px;
  border: 1px solid #3da1fc;
  text-align: center;
  width: 20%;
}
.point {
  padding: 30px 0;
  border-top: #3da1fc solid 2px;
}
.point h1 {
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  color: #3da1fc;
  margin:10px 0;
  background-image: url(../img/icon_notes.png);
  background-repeat: no-repeat;
  padding-left: 55px;
}
.point h2 {
  font-size: 1.2rem;
  color: #3da1fc;
  margin:15px 0 0 50px;
}
.point p {
  font-size: 1rem;
  padding-left: 55px;
}
.point ul {
  margin-left: 72px;
}
.point li {
  font-size: 1rem;
  line-height: 2.5rem;
  margin-top:10px;
  line-height: 16px;
}
footer  {
  margin-top: 50px;
  width: 100%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #999999;
}

/* 800px以下 */
@media (max-width:800px) {
  body {
    line-height:1.6rem;
  }
  header {
    background: url(../img/main02.jpg) no-repeat  center 55px scroll;
    background-size: contain;
    padding: 28px 0 0 0;
  }
  .logo {
    padding:40px 0;
    text-align: center;
  }
   .copy {
    color: #fff;
    line-height: 2rem;
    font-family: serif;
    font-size: 1.2rem;
    padding:10px;
  }
  .box {
    margin-top: 20px;
    padding: 0;
    border-radius: 0;
  }
  section {
    width: 100%;
  }
  .container {
    width: 100%;
    overflow: hidden;
  }
  .kirinuki, .shufuku {
    text-align: center;
    position: relative;
    float: none;
    width: 90%;
    margin: 0;
    border-radius: 0;
    padding: 10px 30px;
  }
  .kirinuki h1,.shufuku h1 {
    position: relative;
    top: 0px;
    border-radius: 4px;
    width: 100%;
  }
  .kirinuki p,.shufuku p {
    height:auto;
  }
  .kirinuki img,.shufuku img {
    margin: 10px 0;
  }
  .button {
    background-position: 430px ;
  }
  .option {
    float: none;
    width: auto;
    height: auto;
  }
  .option img {
    float: left;
  }
  .point {
    padding: 20px 0;
  }
  .option p {
    text-align: left;
    margin: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .point p {
    width: 90%;
      }
  .point li {
    width: 95%;
         }
  .point h1 {
    margin-left: 20px;
  }
}
