@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: linear-gradient(to bottom, rgba(237,235,250,1) 0%, rgba(243,240,255,1) calc(100% - 40px), rgba(255,245,247,1) 40px, rgba(255,245,247,1) 40px);
}

#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;
}

#pfotterkazri {
  width: 100%;
  height: 38px;
  background-color: #fff7f9;
}

#phead .ptitle,
#phead .pkazari {
  margin-top: 20px;
}

#phead .plogo {
  margin-top: 20px;
  margin-bottom: 20px;
}

#phead .mv {
  width: 100%;
}
#pbody {
  background-color: #f2efff;
}

/* contents */
#phead #lcontents {
  max-width: 1120px;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 40px;
  background-image: url('../images/list/ft_bg.png');
  background-position: right bottom;
  background-size: 418px 198px;
  background-repeat: no-repeat;
}

.container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.item {
  position: relative;
  width: 31.3%;
  height: auto;
  margin: 0 1% 2%;
  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; */
}


/* foot */
/*
.btm_bg {
  position: absolute;
  z-index: 0;
}
*/

/* 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: linear-gradient(to bottom, rgba(237,235,250,1) 0%, rgba(243,240,255,1) calc(100% - 18px), rgba(255,245,247,1) 18px, rgba(255,245,247,1) 18px);
  }

  #phead {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  #phead #lcontents {
    padding-bottom: 18px;
    background-image: url('../images/list/ft_bg_sp.png');
    background-position: right bottom;
    background-size: 205px 98px
  }
  
  .container {
    width: 95%;
    margin: 0 auto;
  }
  
  #phead .pkazari {
    width: 24.2666%;
  }

  #phead .ptitle {
    width: 74.666%;
  }

  #phead .plogo {
    width: 28%;
  }
  
  .item {
    width: 46%;
    margin: 2%;
  }
}


























