@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #343434;
  --yellow: #ffe906;
  --kyellow: #FFCB22;
  --pink: #cc1852;
  --ublue: #d0dff1;
  --blue: #0077BE;
  --navy: #10407f;
  --knavy: #072063;
  --gray: #999;
  --ugray: #F2F2F2;
  --red: #F01B1B;
  --orange: #E7770F;
  --rave: #f3ecf9;
  --umizu: #A4ECFE;
  --cream: #ffecb6;
  --green: #06c755;
  --f_sans: 'Noto Sans JP', sans-serif;
  --f_serif: 'Noto Serif JP', serif;
  --center_contain: no-repeat center center / contain;
}
#nopc,.nopc,.br-sp{ display: none !important;}
.card__text { margin-bottom: 30px;}
.card__point {
  background: var(--red);
  text-align: center;
  color: #fff;
  /*margin-bottom: .5rem;*/
  margin: 0.1rem 0;
  font-size: .9rem;
  padding-top: .3rem;
}
.card__point:empty { display: none;}

.card__imgTag:empty { display: none;}

/* ★スマホ用★ */
.headfoot-is-sp .section__container{ width: 100%;}
.headfoot-is-sp .goTop__img--pc {
  display: none;
}
.headfoot-is-sp #nopc,.headfoot-is-sp .nopc,.headfoot-is-sp .br-sp{ display: block !important;}
.headfoot-is-sp #nosp,.headfoot-is-sp .nosp,.headfoot-is-sp .br-pc{ display: none !important;}
.headfoot-is-sp .card__point { padding-bottom: 0.1rem;}

/* ★タブレット用★ */



@media (orientation: portrait){
.is-ipad .breadcrumb { width: 100%;}
    width: 1024px;
    margin: 0 auto;
}

