@charset "UTF-8";
header h1 {
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #4e4e4e;
  padding: 37px 0 69px !important;
}
header .logo {
  text-align: center;
  padding-bottom: 20px;
}

#secContent {
  padding-bottom: 100px;
}
#secContent h2 {
  text-align: center;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 9px;
  margin-bottom: 2rem;
  font-weight: bold;
}
#secContent h2 .year {
  font-size: 40px;
  line-height: 85px;
  letter-spacing: 4px;
  font-weight: normal;
}
#secContent .ttls {
  text-align: center;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom:5rem;
}
#secContent .txt {
  text-align: center;
  max-width: 764px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 111px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#secContent .boxTel {
  border: 1px solid #ffffff;
  max-width: 600px;
  margin: 0 auto 86px;
  text-align: center;
  padding: 40px 0 31px;
}
#secContent .store-name {
  text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 1.6;
    font-weight: normal;
    padding: 5px;
    border: 3px solid #ef1000;
    color: #ef1000;
    display: inline-block;
}
#secContent .boxTel .ttlTel {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 21px;
}
#secContent .boxTel .tel {
  max-width: 420px;
  margin: 0 auto;
  font-size: 42px;
  line-height: 50px;
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
  position: relative;
  padding: 17px 0px 17px 0px;
}
#secContent .boxTel .tel:before {
  content: "";
  background: url("../img/icon_tel_white.png") no-repeat top left;
  background-size: cover;
  width: 22px;
  height: 31px;
  position: absolute;
  top: 24px;
  left: 36px;
}
#secContent .boxTel .tel a:hover {
  text-decoration: none;
}
#secContent .boxTel .ttlsTel {
  font-size: 15px;
  line-height: 25px;
  padding-top: 14px;
}
#secContent .boxInfo {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 98px;
}
#secContent .boxInfo dl {
  padding: 15px 0 15px;
  border-bottom: 1px solid #595959;
}
#secContent .btn_gg {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 80px;
  font-size: 25px;
  line-height: 80px;
  color: #2e201b;
  background-color: #fff;
  display: block;
  position: relative;
}
#secContent .btn_gg:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #000;
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -11px;
}
#secContent .btn_gg:hover {
  text-decoration: none;
  opacity: 0.8;
}

footer {
  background-color: #313131;
  font-size: 12px;
  line-height: 25px;
  padding: 30px 0 71px;
  letter-spacing: 2px;
}

body.body-white-gothic #secContent .boxTel, body.body-white-mincho #secContent .boxTel {
  border: 1px solid #000;
}
body.body-white-gothic #secContent .boxTel .tel:before, body.body-white-mincho #secContent .boxTel .tel:before {
  background: url(../img/icon_tel_black.png) no-repeat top left;
  background-size: cover;
}
body.body-white-gothic #secContent .btn_gg, body.body-white-mincho #secContent .btn_gg {
  background-color: #000;
  color: #fff;
}
body.body-white-gothic #secContent .btn_gg:after, body.body-white-mincho #secContent .btn_gg:after {
  border-left: 12px solid #fff;
}
body.body-white-gothic footer, body.body-white-mincho footer {
  background-color: #e5e5e5;
}

@media only screen and (max-width: 1080px) {
  header .logo {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 769px) {
  header h1 {
    padding: 5% 0 15% !important;
  }
  header .logo {
    padding-bottom: 5%;
    width: 70%;
  }

  #secContent {
    padding-bottom: 10%;
  }
  #secContent h2 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 10%;
  }
  #secContent h2 .year {
    font-size: 30px;
    line-height: 65px;
  }
  #secContent h3 {
  }
    #secContent .ttls {
    font-size: 20px;
    margin-bottom: 10%;
  }
  #secContent .txt {
    padding-bottom: 10%;
  }
  #secContent .boxTel {
    margin: 0 auto 5%;
    padding: 30px 4% 30px;
    box-sizing: border-box;
  }
  #secContent .boxTel .ttlTel {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 21px;
  }
  #secContent .boxTel .tel {
    font-size: 35px;
    line-height: 50px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
  }
  #secContent .boxTel .tel:before {
    content: "";
    background: url("../img/icon_tel_white.png") no-repeat top left;
    background-size: cover;
    width: 18px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -6px;
  }
  #secContent .boxTel .tel a:hover {
    text-decoration: none;
  }
  #secContent .boxTel .ttlsTel {
    font-size: 15px;
    line-height: 25px;
    padding-top: 14px;
  }
  #secContent .boxInfo {
    margin: 0 auto 15%;
  }
  #secContent .btn_gg {
    height: 60px;
    line-height: 60px;
  }
}
#pagetop img {
  width: 50px;
}

@media only screen and (max-width: 320px) {
  #secContent .boxTel .tel {
    font-size: 30px;
  }
}
