@charset "UTF-8";
/* CSS Document */
/*filter*/
.filter {
  font-family: "oohitalic", serif;
  font-size: 1.2rem;

}
@media (max-width: 750px) {
  .filter{
  font-size: 1rem;
  display: inline-block;
  }
}
.btn-group{
    margin-left: 15px;
    margin-right: 15px;
}
.btn {
  display: inline-block;
  padding: .75em .8em;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #34495e;
  color: #34495e;
  font-size: 1rem;
  background-color: rgba(52, 73, 94, 0);
  transition: .2s ease-out;
  cursor: pointer;
  -webkit-appearance: none
}
@media (-moz-touch-enabled:0), (pointer:fine) {
  .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #34495e
  }
}
.btn:focus {
  outline-width: 0;
  box-shadow: 0 0 0 2px rgba(52, 73, 94, .4)
}
.btn.active, .btn:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
  color: #fff;
  background-color: #34495e
}
.btn:focus.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 2px rgba(52, 73, 94, .4)
}
.btn:disabled {
  cursor: not-allowed;
  opacity: .7;
  color: #34495e;
  background-color: rgba(52, 73, 94, 0)
}
.btn--warning {
  color: #e67e22;
  border-color: #e67e22;
  background-color: rgba(230, 126, 34, 0)
}
@media (-moz-touch-enabled:0), (pointer:fine) {
  .btn--warning:hover {
    background-color: #e67e22
  }
}
.btn--warning:focus {
  box-shadow: 0 0 0 2px rgba(230, 126, 34, .4)
}
.btn--warning.active, .btn--warning:active {
  background-color: #e67e22
}
.btn--warning:focus.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 2px rgba(230, 126, 34, .4)
}
.btn--warning:disabled {
  color: #e67e22;
  background-color: rgba(230, 126, 34, 0)
}
.btn--primary {
  color: #3498db;
  border-color: #3498db;
  background-color: rgba(52, 152, 219, 0)
}
@media (-moz-touch-enabled:0), (pointer:fine) {
  .btn--primary:hover {
    background-color: #3498db
  }
}
.btn--primary:focus {
  box-shadow: 0 0 0 2px rgba(52, 152, 219, .4)
}
.btn--primary.active, .btn--primary:active {
  background-color: #3498db
}
.btn--primary:focus.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 2px rgba(52, 152, 219, .4)
}
.btn--primary:disabled {
  color: #3498db;
  background-color: rgba(52, 152, 219, 0)
}

/*search_box*/
.search {
  display: block;
}
.textfield {
  -webkit-appearance: none;
  box-sizing: border-box;
  margin-left: 15px;
  width: 300px;
  border: 2px solid #95a5a6;
  border-radius: 4px;
  padding: .5em;
  font-size: 1rem;
  color: #34495e;
  transition: .15s
}
@media (max-width: 750px){
    .textfield{
        font-size: 0.83rem;
        
    }
}
.textfield::-webkit-input-placeholder {
  color: #95a5a6;
  transition: .15s
}
.textfield:-ms-input-placeholder {
  color: #95a5a6;
  transition: .15s
}
.textfield::-ms-input-placeholder {
  color: #95a5a6;
  transition: .15s
}
.textfield::placeholder {
  color: #95a5a6;
  transition: .15s
}
.textfield:hover {
  outline-width: 0;
  color: #5d6d77;
  border-color: #5d6d77
}
.textfield:hover::-webkit-input-placeholder {
  color: #5d6d77
}
.textfield:hover:-ms-input-placeholder {
  color: #5d6d77
}
.textfield:hover::-ms-input-placeholder {
  color: #5d6d77
}
.textfield:hover::placeholder {
  color: #5d6d77
}
.textfield:focus {
  outline-width: 0;
  border-color: #34495e
}
.textfield:focus::-webkit-input-placeholder {
  color: #34495e
}
.textfield:focus:-ms-input-placeholder {
  color: #34495e
}
.textfield:focus::-ms-input-placeholder {
  color: #34495e
}
.textfield:focus::placeholder {
  color: #34495e
}
.is-hide {
    display: none;
}
/*image*/
img{
    border-radius: 30px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
}
.img_title{
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.img_title_ja{
    font-family: fot-tsukumin-pr6n,sans-serif;
    font-weight: 400;
    font-style: normal;
        display: inline-block;
        top: -12.5px;
    
}
.en{
    font-family: "oohitalic", serif;
    font-size: 1.2rem;
    display: inline-block;
        top: -5px;
}
.img_date{
    display: inline-block;
    float: right;
    position: relative;
    padding-right: 20px;
    top: -5px;
}

/*caption*/
figcaption {
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    bottom: 14px;
    left: 10px;
    z-index: 2;
    height: 50px;
    width: calc(100% - 20px);
    border-radius: 0 0 20px 20px;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.figure:hover figcaption {
    opacity: 1;
}
.figure{
    box-sizing: border-box;
}

/*picture-item*/

/*grid*/
.container {
    font-family: "oohitalic", serif;
    font-size: 1.2rem;

}
@media (max-width: 750px) {
  .container{
    font-size: 1rem;
    display: inline-block;
  }
}
