@charset "utf-8";

/* #gallery
================================================== */
#gallery {
  width:100%;
  padding:0 0 0;
  margin:3% auto 0;
  position: relative;
  overflow: hidden;
}

.gal_right{
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color:#efeed8;
  z-index:0;
}

@media screen and (max-width: 1580px) {
.gal_right{
  width: 55%;
}
}

#gallery ul{
  width:100%;
  max-width:1580px;
  margin:0 auto;
  box-sizing: border-box;
  padding:0 1%;
  text-align: center;
}

@media screen and (max-width: 1280px) {
#gallery ul{
  padding:0;
}
}

#gallery li{
  width:22%;
  display:inline-block;
  margin:1%;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 2% 2%;
}

@media screen and (max-width: 1100px) {
#gallery li{
  width:30.33333%;
}
}

@media screen and (max-width: 820px) {
#gallery li{
  width:47%;
}
}

@media screen and (max-width: 568px) {
#gallery li{
  width:48%;
  padding:1% 0;
  margin:1% 0.5%;
}
}

#gallery li .gal_ph{
  width:100%;
  height:300px;
  display:block;
  overflow:hidden;
}

#gallery li .gal_ph img{
  width:auto;
  height:300px;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
#gallery li .gal_ph{
  width:75%;
  height:auto;
  margin:0 auto;
}

#gallery li .gal_ph img{
  width:100%;
  height:auto;
}
}

#gallery li .gal_nm{
  font-size:1.2em;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  text-transform: uppercase;
  color:#333A56;
}

@media screen and (max-width: 1280px) {
#gallery li .gal_nm{
  font-size:1.1em;
}
}

@media screen and (max-width: 568px) {
#gallery li .gal_nm{
  font-size:1em;
}
}

#gallery li h2{
  font-size:14px;
  font-family: 'Noto Sans JP', sans-serif;
  color:#333A56;
  font-weight:400;
  margin-bottom:10px;
}

#gallery li h2 a {
  text-decoration: none;
  color:#333A56;
}
#gallery li h2 a:hover {
  text-decoration: none;
  color:#333A56;
}

#gallery li .yold{
  font-size:12px;
  background:#52658F;
  color:#FFF;
  padding:5px 10px;
  margin-bottom:15px;
  display:inline-block;
}

#gallery li .yold span{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:1.05em;
  letter-spacing : 0.03em;
}

#gallery li .gal_tx{
  font-size:14px;
  font-weight:400;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom:15px;
  text-align: left;
}

@media screen and (max-width: 568px) {
#gallery li .gal_tx{
  padding:0 5px;
  font-size:13px;
}
}

.nws_bt{
  font-size:0.8em;
  margin-top:5%;
  line-height:1.2;
  text-align: center;
}

.nws_bt a{display:inline-block;color:#FFF;text-decoration:none;background-color:#5E5E5E;padding:8px 20px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}
.nws_bt a:hover{color:#FFF;text-decoration:none;background-color:#989898;}