@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', sans-serif;
*/
/* 共通 */


.show_pc { display: block !important; }
.show_sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .show_pc { display: none !important; }
  .show_sp { display: block !important; }
}

body {
  width: 100%;
}

#pbody {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Noto Serif JP', sans-serif;
  background-image: url('../images/list/list_bg.jpg');
  background-size: 17.5%;
}

#wrap {
  width: 100%;
  position: relative;
  z-index: 0;
}

#wrap img
  max-width: 100%;
}

#wrap p {
  margin: 0;
  padding: 0;
}

#wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Loading */

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}



/* head */

#phead {
  max-width: 1200px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#phead img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#pheadkazri {
  width: 100%;
  height: 4px;
  border-top: 3px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top:15px;
}

#pfotterkazri {
  width: 100%;
  height: 4px;
  border-top: 1px solid #000000;
  border-bottom: 4px solid #000000;
  margin-bottom:15px;
}
#phead .ptitle,
#phead .pkazari {
  margin-top: 20px;
}

#phead .plogo {
  margin-top: 20px;
  margin-bottom: 20px;
}

#phead .mv {
  width: 100%;
  display: none;
}

#pbody .pmvshikiri {
  width: 100%;
  height: 23px;
  background-image: url('../images/201908/shikiri01.png');
  background-repeat: repeat-x;
  margin-top: -23px;
  position: relative;
  z-index:2;
}

/* contents */
#phead #lcontents {
  max-width: 1120px;
  width: 100%;
  margin: 10px auto;
  padding-bottom: 50px;
}

.container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.item {
  position: relative;
  width: 31.3%;
  height: auto;
  margin: 1%;
  overflow: hidden;
}


.item:before {
  content: "";
  display: block;
  /* padding-top: 100%; */
}
/*
.inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.inner {
    position: relative;
    top: 0;
    /* left: 0; */
    /* width: 100%; */
    /* height: auto; */
}

/* style */






/* IE */
@media all and (-ms-high-contrast: none) {
 
  .ptable {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 0;
    left: 0%;
  }

}




/* sp */

@media screen and (max-width: 767px) {
  .show_pc {display: none;}
  .show_sp {display: block;}
  
  #pbody {
   background-size: 8.5%;
  }

  #phead {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  #phead .pkazari {
    width: 24.2666%;
  }

  #phead .ptitle {
    width: 74.666%;
  }

  #phead .plogo {
    width: 28%;
  }
  
  .item {
    width: 48%;
  }

}



























