@charset "UTF-8";

/*----------フォント変更--------*/
#news + div .add_text {
  font-family: 'Shippori Mincho', serif;
}

/*-----------5カラム画像(SP)----------*/

@media screen and (max-width: 500px){
  #top_5 + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(5), #top_5 + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(4), #top_5 + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(3):nth-last-of-type(3), #top_5 + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(4):nth-last-of-type(2), #top_5 + .composite_box01:not(.block_images_13) .inner_item:nth-of-type(5):nth-last-of-type(1){
    width: 100% !important;
  }
}

/*--------------ギャラリーパーツ画像------------------*/

main .widget_gallery01 a img, main .gallery_archive .inner_item a img, main .gallery_single .inner_item a img {
    object-fit: contain;
}