@charset "utf-8";
/* CSS Document */

@import "normalize.css";
@import "default.css";

/*******************

LP style

********************/
/* base */
/* font
--------------------------------------------------*/
html {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5;
}
@media screen and (min-width:750px){
  html {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
a:hover{
  text-decoration: underline;
}
span {
  font-size: inherit;
  font-weight: inherit;
}
/* clear
--------------------------------------------------*/
.cl{
  clear:both;
}
.clx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clx {
  min-height: 1px;
}
* html .clx {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--------------------------------------
sp-style
-----------------------------------------*/
img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
img.img-t {
  vertical-align: top;
}
body {
  width: 100%;
}
.pl{position: relative;}
#fv {
  position: relative;
}
#fv h1 {
  position: absolute;
  top: 1%;
  right: 0;
  left: 0;
  width: 22.7%;
  margin: 0 auto 1.5em;
}
.fv-btn {
  width: 94.2%;
  margin: 0 auto 6%;
}
.btn-box {
  width: 94.2%;
  margin:  6% auto;
}
.details-box1 {
  width: 95%;
  margin: 0 auto;
  border: 2px solid #4a1f0b;
  border-radius: 8px;
}
.details-box1 table {
  width: 100%;
  margin: 0 auto;
}
.details-box1 table th {
  background: #4a1f0b;
  color: #fff;
  text-align: center;
  padding: 1%;
  font-weight: bold;
}
.details-box1 table td {
  color: #4a1f0b;
  text-align: center;
  padding: 2%;
  font-size: .9em;
}
.details-box1 table tr:nth-of-type(6) td {
  text-align: left;
}
.details-text {
  color: #4a1f0b;
  width: 95%;
  margin: 5% auto;
  text-align: center;
  font-size: .95em;
}
.details-box2 {
  width: 95%;
  margin: 0 auto 5%;
}
.details-box2 .box1 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.details-box2 .box1 li:first-child {
  background: #4a1f0b;
  color: #fff;
  font-size: .9em;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
  padding: 18% 0;
  border-radius: 10px 0 0 0;
}
.details-box2 .box1 li {
  border-bottom: 2px solid #4a1f0b;
  border-left: 2px solid #4a1f0b;
  border-right: 2px solid #4a1f0b;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  padding: 5% 0;
  color: #4a1f0b;
}
.details-box2 .box1 li:last-child {
  border-radius: 0 0 0 10px;
}
.details-box2 .box1 li:nth-of-type(3),
.details-box2 .box1 li:nth-of-type(5) {
  background: #efe4df;
}


.details-box2 .box2 {
  width: 70%;
  display: inline-block;
}
.details-box2 .box2 li:first-child {
  background: #e62234;
  color: #fff;
  font-size: .9em;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
  padding: 7.5% 0;
  border-radius: 0 10px 0 0;
}
.details-box2 .box2 li .f-size {
  font-size: .8em;
}
.details-box2 .box2 li {
  border-bottom: 2px solid #e62234;
  border-left: 2px solid #e62234;
  border-right: 2px solid #e62234;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  padding: 2.14% 0;
  color: #e62234;
}
.details-box2 .box2 li:last-child {
  border-radius: 0 0 10px 0;
}
.details-box2 .box2 li:nth-of-type(3),
.details-box2 .box2 li:nth-of-type(5) {
  background: #ffeeef;
}
.cta-btn {
  width: 94.2%;
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.tel-btn {
  width: 91.45%;
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
  margin: 0 auto;

}
/*-------------------------------------------
footer
-----------------------------------------------*/
.footer-link {
  text-align: center;
  margin-top: 10%;
}
.footer-link li{
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
}
.footer-logo {
  width: 22.7%;
  margin: 0 auto 1.5em;
}

footer {
  position: relative;
}
#copy p {
  line-height: 1.5em;
}
#copy {
  background: #e60012;

  text-align: center;
  font-size: .72em;
  color: #fff;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: .5em 0 .5em;
  line-height: 1.7;
}
