/* =========================================
   Crystal Collection ページ上部
========================================= */

.crystal-page{
  margin-top:0;
  padding-top:0;
}

.crystal-page .alacarte-title{
  margin-top:0;
  margin-bottom:20px;
  padding-top:0;
  padding-bottom:0;
}

.crystal-page .page-hero{
  width:100%;
  margin:0 auto 25px;
  padding:0;
}

.crystal-page .page-hero-image{
  display:block;
  width:100%;
  max-width:1200px;
  height:auto;
  margin:0 auto;
  border-radius:18px;
}

.crystal-page .section-title{
  font-size:38px;
  font-family:"Times New Roman",serif;
  font-weight:400;
  letter-spacing:.08em;
  color:#444;
  text-align:center;
  margin:8px 0 14px;
}

.crystal-page .lead{
  max-width:760px;
  margin:0 auto;
  text-align:center;
  line-height:2;
  color:#666;
  font-size:17px;
}

.crystal-page + .budget-products{
  margin-top:20px;
  padding-top:0;
}

.screen-reader-text{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}