/*
Theme Name: Astra-child-clean
Author: tadokuorg
Author URI: https://tadoku.org
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-clean
Template: astra
*/




/*====================
bootstrapの基本クラスを追加 (Borders, Colors, Display, Flex, Float, Spacing, Sizing, Text)
 ==================== ==================== ==================== ==================== ==================== ==================== ====================*/

/* -----------------------------
   Borders
----------------------------- */
.border { border: 1px solid #dee2e6 !important; }
.border-0 { border: 0 !important; }
.border-top { border-top: 1px solid #dee2e6 !important; }
.border-end { border-right: 1px solid #dee2e6 !important; }
.border-bottom { border-bottom: 1px solid #dee2e6 !important; }
.border-start { border-left: 1px solid #dee2e6 !important; }
.rounded { border-radius: 0.25rem !important; }
.rounded-0 { border-radius: 0 !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-pill { border-radius: 50rem !important; }

/* -----------------------------
   Colors (text & background)
----------------------------- */
.text-primary { color: #0d6efd !important; }
.text-secondary { color: #6c757d !important; }
.text-success { color: #198754 !important; }
.text-danger { color: #dc3545 !important; }
.text-warning { color: #ffc107 !important; }
.text-info { color: #0dcaf0 !important; }
.text-light { color: #f8f9fa !important; }
.text-dark { color: #212529 !important; }
.text-body { color: #212529 !important; }
.text-muted { color: #6c757d !important; }

.bg-primary { background-color: #0d6efd !important; }
.bg-secondary { background-color: #6c757d !important; }
.bg-success { background-color: #198754 !important; }
.bg-danger { background-color: #dc3545 !important; }
.bg-warning { background-color: #ffc107 !important; }
.bg-info { background-color: #0dcaf0 !important; }
.bg-light { background-color: #f8f9fa !important; }
.bg-dark { background-color: #212529 !important; }
.bg-white { background-color: #fff !important; }
.bg-transparent { background-color: transparent !important; }

/* -----------------------------
   Display
----------------------------- */
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-grid { display: grid !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

/* Responsive display */
@media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-block { display: block !important; } }
@media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-block { display: block !important; } }
@media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-block { display: block !important; } }
@media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-block { display: block !important; } }
@media (min-width: 1400px) { .d-xxl-none { display: none !important; } .d-xxl-block { display: block !important; } }

/* -----------------------------
   Flex
----------------------------- */
.flex-row { flex-direction: row !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column { flex-direction: column !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }

/* -----------------------------
   Float
----------------------------- */
.float-start { float: left !important; }
.float-end { float: right !important; }
.float-none { float: none !important; }

/* -----------------------------
   Spacing (margins & paddings)
----------------------------- */
.m-0 { margin: 0 !important; } .mt-0 { margin-top: 0 !important; } .mb-0 { margin-bottom: 0 !important; } .ms-0 { margin-left: 0 !important; } .me-0 { margin-right: 0 !important; }
.m-1 { margin: 0.25rem !important; } .mt-1 { margin-top: 0.25rem !important; } .mb-1 { margin-bottom: 0.25rem !important; } .ms-1 { margin-left: 0.25rem !important; } .me-1 { margin-right: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; } .mt-2 { margin-top: 0.5rem !important; } .mb-2 { margin-bottom: 0.5rem !important; } .ms-2 { margin-left: 0.5rem !important; } .me-2 { margin-right: 0.5rem !important; }
.m-3 { margin: 1rem !important; } .mt-3 { margin-top: 1rem !important; } .mb-3 { margin-bottom: 1rem !important; } .ms-3 { margin-left: 1rem !important; } .me-3 { margin-right: 1rem !important; }
.m-4 { margin: 1.5rem !important; } .mt-4 { margin-top: 1.5rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .ms-4 { margin-left: 1.5rem !important; } .me-4 { margin-right: 1.5rem !important; }
.m-5 { margin: 3rem !important; } .mt-5 { margin-top: 3rem !important; } .mb-5 { margin-bottom: 3rem !important; } .ms-5 { margin-left: 3rem !important; } .me-5 { margin-right: 3rem !important; }

.p-0 { padding: 0 !important; } .pt-0 { padding-top: 0 !important; } .pb-0 { padding-bottom: 0 !important; } .ps-0 { padding-left: 0 !important; } .pe-0 { padding-right: 0 !important; }
.p-1 { padding: 0.25rem !important; } .pt-1 { padding-top: 0.25rem !important; } .pb-1 { padding-bottom: 0.25rem !important; } .ps-1 { padding-left: 0.25rem !important; } .pe-1 { padding-right: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; } .pt-2 { padding-top: 0.5rem !important; } .pb-2 { padding-bottom: 0.5rem !important; } .ps-2 { padding-left: 0.5rem !important; } .pe-2 { padding-right: 0.5rem !important; }
.p-3 { padding: 1rem !important; } .pt-3 { padding-top: 1rem !important; } .pb-3 { padding-bottom: 1rem !important; } .ps-3 { padding-left: 1rem !important; } .pe-3 { padding-right: 1rem !important; }
.p-4 { padding: 1.5rem !important; } .pt-4 { padding-top: 1.5rem !important; } .pb-4 { padding-bottom: 1.5rem !important; } .ps-4 { padding-left: 1.5rem !important; } .pe-4 { padding-right: 1.5rem !important; }
.p-5 { padding: 3rem !important; } .pt-5 { padding-top: 3rem !important; } .pb-5 { padding-bottom: 3rem !important; } .ps-5 { padding-left: 3rem !important; } .pe-5 { padding-right: 3rem !important; }

/* -----------------------------
   Sizing (width & height)
----------------------------- */
.w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .w-auto { width: auto !important; }
.h-25 { height: 25% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; }

/* -----------------------------
   Text
----------------------------- */
.text-start { text-align: left !important; }
.text-center { text-align: center !important; }
.text-end { text-align: right !important; }
.text-decoration-none { text-decoration: none !important; }
.text-decoration-underline { text-decoration: underline !important; }
.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
.text-wrap { white-space: normal !important; }
.text-nowrap { white-space: nowrap !important; }

/*====================
bootstrapの基本クラスここまで
 ==================== ==================== ==================== ==================== ==================== ==================== ====================*/




/*====================
一般
 ====================*/
body {
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.d-inline-block {
	display: inline-block;
}
.mt-0 {
	margin-top: 0!important;
}
.mb-0 {
	margin-bottom: 0!important;
}

/*====================
 ブログトップ
 ====================*/
/*タイトル*/
.entry-title {
	font-size: 18px;
}
@media (max-width: 544px) {
.entry-title {
	font-size: 16px;
}
}
.entry-title, .entry-title a {
	font-weight: bold;
}
.archive .entry-title, .blog .entry-title, .search .entry-title {
	line-height: 1.5;
}
/*メタ情報*/
.entry-meta .published {
    color: #888;
}
/*本文*/
.ast-row .entry-content {
	color: #888;
	font-size: 14px;
	line-height: 1.5;
}
@media (max-width: 544px) {
.ast-row .entry-content {
	font-size: 12px;
}
}
/*コンテナパディング調整*/
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	padding: 0 6em 4em 6em;
	margin-bottom: 4em;
}
@media (max-width: 921px) {
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	padding: 0 4em 4em 4em;
}
}
@media (max-width: 544px) {
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	padding: 0 1em 2em 1em;
	margin-bottom: 2em;
}
}
/*サムネイル調整*/
.ast-blog-featured-section.post-thumb {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 0;
}
.ast-blog-featured-section.post-thumb img {
	max-width: 450px;
	width: 100%;
	margin-bottom: 2em;
}
@media (max-width: 544px) {
.ast-blog-featured-section.post-thumb img {
	max-width: 100%;
	margin-bottom: 1em;
}
}
/*ページネーション*/
.post-page-numbers.current .page-link, .ast-pagination .page-numbers.current {
    color: #fff;
    border-color: #4ab034;
    background-color: #4ab034;
}

/*====================
サイドバー
 ====================*/
#secondary {
	line-height: 1.5;
}
#secondary li {
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
img.ktb-sblogo {
	display: block;
	margin: 1em auto 1em auto;
	width: 120px;
	border-radius: 1000px;
	box-shadow: 0 1px 3px 0 rgb(88 88 88 / 30%);
}
#secondary h2.widget-title,
.ktb-sidebar-wrap h2,
.ktb-sidebar-wrap h3,
.ktb-sidebar-wrap h4 {
	margin: 2em 0 0.5em 0;
}
#secondary h2.widget-title,
.ktb-sidebar-wrap h2 {
	font-size: 18px;
}
.ktb-sidebar-wrap h3 {
	font-size: 16px;
}
.ktb-sidebar-wrap h4 {
	font-size: 14px;
	color: #888;
	margin-top: 1em;
}
/*タグクラウド*/
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a.current-item {
    color: #fff;
    border-color: #4ab034;
    background-color: #4ab034;
}
.widget_tag_cloud .tagcloud a {
    /*border: none;*/
    padding: .25em .5em;
}
/*フォーム*/
select {
	width: 100%;
}
.widget_search .search-field, .widget_search .search-field:focus {
    width: 100%;
    padding: 0.75em 3em 0.75em 0.75em;
}
/*====================
アーカイブページ
 ====================*/
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
    margin-bottom: 4em;
    padding: 0 0 0.5em 1em;
    border-bottom: solid 1px #eaeaea;
    background-color: transparent;
}

/*====================
投稿個別ページ
 ====================*/
/*タイトル*/
.ast-single-post .entry-title, .ast-single-post .entry-title a {
	line-height: 1.5;
}
/*本文 タイポ*/
.entry-content {
	font-size: 18px;
	line-height: 2;
}
@media (max-width: 544px) {
.entry-content {
	font-size: 16px;
}
}
.entry-content 2h {
	margin-top: 2em;
}
.entry-content ol, ul {
	margin: 2em 0 2em 3em;
}
@media (max-width: 544px) {
.entry-content ol, ul {
	margin-left:2em;
}
}
.entry-content li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.entry-content blockquote {
	font-size: 16px;
	color: inherit;
	border-left: none;
	background-color: #eaf5f2;
	margin: 2em 0;
	padding: 1.5em 2em;
}
@media (max-width: 544px) {
.entry-content blockquote {
	font-size: 14px;
	padding: 1.3em 1.5em;
}
}
.entry-content blockquote p:last-child,
.entry-content blockquote ul:last-child,
.entry-content blockquote ol:last-child {
	margin-bottom: 0.5em;
}
/*サムネ スマホ以外*/
@media (min-width: 545px) {
.ast-article-single .post-thumb-img-content.post-thumb  img{
    max-height: 482px;
    max-width: 100%;
    width: auto;
}
}
/*サムネ　スマホ時全幅*/
@media (max-width: 544px) {
.ast-article-single .post-thumb-img-content.post-thumb {
	margin-top: -1.5em;
	margin-left: -1.54em;
	margin-right: -1.54em;
}
}
/*サムネが小さい時に中央寄せ*/
.post-thumb-img-content {
	text-align: center;
} 
@media (max-width: 544px) {
.ast-article-single .post-thumb-img-content img {
	width: 100%;
} 
}
/*記事埋め込み全幅*/
iframe.wp-embedded-content  {
    width:100%;
}
/*SNSボタン*/
.ktbfix-snsbutton {
	margin-top: 1.5em;
	margin-bottom: 2.5em;
}

