@charset "UTF-8";
/*---------------------------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}


/*---------------------------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------------------------*/
html {
  width: 100%;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 781px) {
  html {
    font-size: 16px;
  }
}

body {
  height: 100%;
  width: 100%;
  line-height: 2.2;
  color: #333;
  -webkit-text-size-adjust: none;
  /*background-color: #f2faca;*/
}


.visible-sp{
  display: none!important;
}
@media screen and (max-width: 780px) {
  .visible-pc{
    display: none!important;
  }
  .visible-sp{
    display: block!important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}

.container{
  padding: 0 35px;
  max-width: 1000px;
  margin: 0 auto;
}

h1{
  width: 75px;
  margin: 30px auto 20px;
}
.photos{
  margin-bottom: 20px;
  display: flex;
}
.photos li{
  /* margin-bottom: 1px; */
  margin: 1px;
}
.photos li img{
  width: 100%;
}
p{
  text-align: justify;
}

.catalog{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
}
.catalog li{
  width: calc(50% - 20px);
  max-width: 160px;
  margin: 0 10px 20px;
}
.catalog li a{
  display: block;
  padding: 5px;
  border:1px solid #999;
}
.catalog li .title{
  font-size: 0.75rem;
  color: #666;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 1.3;
  min-height: 20px;
  background: url('../images/pdf.png') 0 0/auto 16px no-repeat;
}
@media screen and (min-width: 781px) {
  h1{
    width: 110px;
    margin: 40px auto 40px;
  }
  .photos{
    margin-bottom: 50px;
  }
  .catalog{
    margin: 90px 0;
  }
  .catalog li{
    max-width: 220px;
    margin: 0 30px;
  }
  .catalog li a{
    transition: opacity .4s;
  }
  .catalog li a:hover{
    opacity: 0.7;
  }
}
