@charset "UTF-8";

/*------------------------------------------------------------
new-hp 新しいHPのお知らせ
------------------------------------------------------------*/
.new-hp {
 text-align: center;
 padding: 16px 0 24px 0;
 background: #ffd6ee;
}
 @media screen and (max-width: 760px) {
 .new-hp {
 padding: 12px 0 16px 0;
 position: static;
 top: auto;}
}

.nh1 {
 font-size: 4.5rem;
 margin-bottom: 18px;
}
 @media screen and (max-width: 760px) {
 .nh1 {
  font-size: 2.5rem;
  margin-bottom: 12px;
  line-height: 1.4;}
}

.new-hp p {
 font-size: 1.6rem;
}
 @media screen and (max-width: 760px) {
 .new-hp p {
  font-size: 1.25rem;}
}

.new-hp .nh-btn {
 text-decoration: none;
 display: inline-block;}
 @media screen and (max-width: 760px) {
}

.new-hp .bold {
 font-size: 2rem;
 font-weight: bold;
 background: #fff;
 padding: 8px 18px;
}
 @media screen and (max-width: 760px) {
 .new-hp .bold {
 font-size: 1.25rem;
 padding: 6px 10px;
 line-height: 2; }
}

.nh-sp-only {
  display: none;
}
 @media screen and (max-width: 760px) {
  .nh-sp-only {
  display: inline; }
}

