@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
body{
    background-color: #F7F5F2;
  }
  h1,h2,h3{
    font-weight: bold;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
h1{
  margin-top: 50px;
}
h2{
  font-size: 30px;
  margin: 50px 0;
  color:#CCAC00;
  border-top: 1px solid #CCAC00;
  padding-top: 50px;
}
.caution{
  padding-bottom: 100px;
}
.request_box{
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 20px;
}
.request_box h3{
  font-size:20px;
}
.caution li,.caution dd{
  margin-bottom: 15px;
}
.caution dt{
  color:#CCAC00;
  font-size: 120%;
}

.caution .tel-btn{
  font-size: 140%;
  font-weight: bold;
}
.caution .tel-btn span{
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.windowclose{
  width: 10rem;
  display: block;
  margin: 0 auto;
  color:#CCAC00;
  border: 1px solid #CCAC00;
  text-align: center;
  line-height: 3rem;
  margin-top: 100px;
}

.windowclose:hover{
  color:#ffffff;
  background-color: #CCAC00;
  text-decoration: none;
}
.windowclose:visited,.windowclose:active{
  color:#CCAC00;
}

.shopname{
  text-align: center;
  border-top: 1px solid #CCCCCC;
  padding: 20px 0;
}

footer {
  padding: 30px 0;
}
#copyright {
    font-size: 0.563rem;
    text-align: center;
}
