*, *:before, *:after {margin:0;padding:0;box-sizing:border-box;}
html {font-size: 62.5%;}
body {line-height: 1.75;font-size: 14px;font-size: 1.4rem;color: #666;font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic",Osaka,"ＭＳ Ｐゴシック",sans-serif;background-image:url(img/bgimg.png);}
img {max-width: 100%;height: auto;vertical-align: middle;border: 0;}
a{text-decoration: none;color: #683824;transition: all 0.3s 0s;}
a:hover, a:focus {text-decoration: none;outline: none;opacity: .7;}
ul,ol,li {list-style: none;}

header {
  background-color: #fff;
}
header #header_summary {
  max-width: calc(980px + 4em);
  margin: 0 auto;
  padding: .5em 2em;
}
#title {
  padding: 4px 2em;
  background-color: #ea0000;
}
h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
}
h1 a {
  color: #fff;
}
#pnkz-back {
  background-color: #ededed;
  border-bottom: 1px solid #ccc;
  padding: 5px 2em;
}
#pnkz-back p {
  max-width: 980px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
}
#pnkz-back a{
  color: #E0147F;
}
#main {
  max-width: 980px;
  background-color: #fff;
  margin: 0 auto;
}
.pictlist {
  margin: 50px 2em;
  text-align:center;
}

/* page-top */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  font-size: 77%;
  z-index: 999;
}
#page-top a {
  background: #ea0000;
  color: #fff;
  width: 150px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 25px;
}

/* footer  */
footer {
  background-color: #ea0000;
  padding: 10px 2em;
}
footer div {
  max-width: 980px;
  margin: 0 auto;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  color: #fff;
  flex-wrap: wrap;
}
footer div p {
  display: flex;
  flex-flow: inherit;
}
footer div a {
  color: #fff;
}
footer div a:last-child {
  margin: 0 20px 0 0;
}

/* navi */
.global_navi ul {
  display: flex;
  justify-content: space-between;
}
.global_navi ul li {
  width: 33.333%;
  position: relative;
}
.global_navi ul li a {
  background-color: #ea0000;
  color: #fff;
  display: block;
  text-align: center;
  padding: 1em;
}
.global_navi ul li:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  z-index: 999;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
}
.global_navi ul li:first-child:after {
  display: none;
}

/* contents */
h2 {
  background-color: #ea0000;
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}
h2 span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

/* ladiesProject */
article ul {
  max-width: 980px;
  margin: 30px auto;
}
.ladiesList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
}
.ladiesList li {
  margin: 0 1% 1em;
  position: relative;
  width: 23%;
  text-align: center;
}
.ladiesList li a {
  display: block;
  border: 1px solid #cacaca;
  padding: .5em .5em 38px;
  border-radius: 10px;
}
.ladiesList li .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
  width: 100%;
  text-align: right;
  background-color: #ea0000;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
}
.ladiesList li a:hover {
  opacity: 0.7;
}
.prefecture {
  width: 78px;
  height: 43px;
  text-align: center;
  padding-top: 8px;
  color: #fff;
  font-size: 80%;
  background: url(img/prefecture.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

/* backnumber  */
.news_bn {
  margin: 5em 0 0;
}
.backnumber ul {
  display: flex;
  margin: 0 auto 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.backnumber li {
  position: relative;
  width: 50%;
  text-align: center;
}
.backnumber a {
  display: block;
  background-color: #f1dee0;
  padding: 1em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.backnumber ul li:after {
  content: "";
  position: absolute;
  border-right: 1px solid #683824;
  z-index: 999;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  right: 0;
}
.backnumber ul li:last-child:after {
  display: none;
}
.bn_news {
  padding: 0 1em;
}
.bn_news a {
  display: block;
  background-color: #f1dee0;
  padding: 1em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 3em;
  max-width: 500px;
  border-radius: 10px;
}

#news {
  position: relative;
}
.rinka1 {
  position: absolute;
  z-index: 9;
  right: 50px;
  top: -60px;
  width: 190px;
}

@media screen and (max-width:980px){
  .rinka1 {
    right: 3vw;
    width: 20vw;
    top: -8vw;
  }
}

@media screen and (max-width:768px){
  .ladiesList li {
    width: 48%;
  }
  #page-top {
    position: static;
    margin: 0 0 1em;
  }
  #page-top a {
    margin: 0 auto;
  }
  footer div {
    flex-flow: wrap;
  }
  footer div p {
    margin: 0 0 .5em;
  }
  footer div a {
    border: 1px solid #fff;
    padding: .5em;
  }
  footer div a:last-child {
    margin: 0 0 0 20px;
  }
}