/*
 Theme Name: Cocoon Child Maguro
 Theme URI: https://travel-maguro.com/
 Description: Child theme for Cocoon optimized for "マグロの旅日記".
 Author: travel-maguro
 Author URI: https://travel-maguro.com/
 Template: cocoon
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: cocoon-child-maguro
*/

.custom-page-header img {
  width: 100%;
  height: auto;
  display: block;
}

.breadcrumb {
    margin: 10px auto;
    max-width: 1200px;
    font-size: 14px;
}
.breadcrumb a {
    color: #333;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}