/*!
Theme Name: amphibious_gift_mag
Template: amphibious
Theme URI: https://templatepocket.com/free-wordpress-theme/amphibious-responsive-blog-wordpress-theme/
Author: TemplatePocket
Author URI: https://templatepocket.com
Description: amphibious_gift_mag is an elegant magazine, personal, blog WordPress theme. amphibious_gift_mag has a clean, modern and creative design suitable for everyone who wants to share their stories about lifestyle, fashion, beauty, entertainment or travel. amphibious_gift_mag has content focused design with an easy readability for readers to discover your content. amphibious_gift_mag is translation ready, RTL ready, plugin-compatible and professionally supported theme.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amphibious
Domain Path: /languages/
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, entertainment

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

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

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/



@import url("../amphibious/style.css");

@font-face {
  font-family: 'SawarabiGothic';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/SawarabiGothic-Regular.ttf') format('truetype');
  font-display: swap;
}

body,
h1, h2, h3, h4, h5, h6 {
  font-family: 'SawarabiGothic', serif, sans-serif !important;
}

.entry-meta .entry-meta-icon a:before,
.toggle-menu-wrapper a:hover, .toggle-menu-wrapper a:focus, .toggle-menu-wrapper a:active,
.sf-menu > li > a:hover, .sf-menu > li > a:focus, .sf-menu > li > a:active,
.entry-title a:hover, .entry-title a:focus, .entry-title a:active, .page-title a:hover, .page-title a:focus, .page-title a:active{
  color: #FA7274;
}

.pagination .current.page-numbers,
.pagination .page-numbers:hover,
.more-link-wrapper .more-link:hover, .more-link-wrapper .more-link:focus, .more-link-wrapper .more-link:active{
  background: #FA7274;
}

/* header */
h1.site-title,
p.site-title {
    display: none;
}

/* パンくずリスト */
.bread_box{
    width: 100%;
    padding: 0;
    margin: 0;
}
.bread{
    list-style-type: none;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.bread li{
    display: inline;
}
.bread li a{
  color: #FA7274;
}

/* single */
.entry-content h2{
  background-color: #fef9f9;
  border-bottom: 1px solid #fa7274;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 20px;
}

.entry-content h3{
  font-weight: 700;
  color: #fa7274;
  font-size: 18px;
}

/* sidebar */
.widget h2.widget-title {
    border-bottom: 1px solid #020202;
    padding-bottom: 5px;
    text-align: center;
}

.list-fa {
    margin: 10px auto;
    clear: both;
}

.list-fa a img {
    margin-right: 10px;
    object-fit: contain;
    float: left;
}

/* footer */
.site-info {
  background: #FFF2E3;
}


@media only screen and (max-width: 480px){
  .bread{
    overflow: scroll;
    white-space: nowrap;
  }
}
