body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 160%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px 15px 10px;
  background: #fff;
  box-sizing: border-box;
  border-bottom: #231815 solid 1px;
}
header img {
  max-width: 120px;
}
.breadcrumb {
/*  display: flex;*/
  flex-wrap: wrap;
  list-style: none;
  max-width: 869px;
  margin: 0 auto 10px;
  padding: 10px 1.5em;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb li {
display: inline;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
/*/////Footer////////////////////////////////////////*/
footer {
  /*  background: #000000;*/
  font-size: .8rem;
  text-align: center;
  /*  color: #FFFFFF;*/
  padding: 10px
}
footer h2 {
  font-size: 1.2rem;
  margin: 16px 0;
}
footer a {
  color: #000000;
}
footer a:hover {
  text-decoration: none;
}
footer h2.iyashi-p{
margin-top: 2.5rem;
}
.policy_prohibited {
display: flex;
justify-content: center
}
.policy_prohibited p{
margin: 1em
}
.pref_banner{
margin-top: 2em;
}

 @media screen and (min-width: 768px) {
 footer {
  font-size: 1em;
 padding: 14px
}
 footer h2 {
  font-size: 1.4rem;
  margin: 18px 0;
}
 }

.pc_box {
  display: none
}
.sp_box {
  display: block
}
/*////////////////////////////////////////////////////////////////*/