/*!
Theme Name: kasugataisha
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kasugataisha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kasugataisha is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#sitemap_list > li {
  font-size: large !important;
  background-image: none !important;
  position:  relative;
}
#sitemap_list > li::before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  height: 3px;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
}
#sitemap_list li li {
  font-size: medium !important;
  background-image: none !important;
  padding: 10px 0 10px 15px;
}

/* ie11 で国宝殿の展示案内ページで画像の表示崩れが発生していたので、修正 */
.p-museum-exhibitions__detail__exhibition__item__image__thumb>img {
  font-family: 'object-fit:contain;';
}