@charset "UTF-8";
/*!
Skin Name: アンティーク - オリーブ
Skin URI: https://www.xserver.ne.jp/
Author: XSERVER Inc.
Author URI: https://www.xserver.ne.jp/
Description: クラシックな雰囲気のデザインスキンです。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain: xtheme
*/
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Shippori+Mincho+B1:wght@400;700&display=swap');

:root {
    --key-color: #4a561d; /* キーカラー */
    --txt-color: #333333; /* テキストカラー */
    --link-color: #4a561d; /* リンクカラー */
    --headbg-color: #4a561d; /* ヘッダー背景色 */
    --headnav-color: #ffffff; /* ヘッダーメニューカラー */
    --noticebg-color: #000000; /* 通知エリア背景色 */
    --noticetxt-color: #ffffff; /* 通知エリアテキストカラー */
    --footbg-color: #4a561d; /* フッター背景色 */
    --foottxt-color: #ffffff; /* フッターテキストカラー */
    --background-color: #ffffff; /* サイト全体の背景色 */
    --header-textcolor: #ffffff; /* ヘッダーテキストカラー（タイトル+ディスクリプション） */
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Shippori Mincho B1';
}

.contents {
    box-shadow: 0 0 50px rgb(56 38 25 / 50%) inset;
}

.contents > .container {
    padding: 70px 40px;
    background: rgba(255, 255, 255, .7);
    --background-color: #fdfcfa;
}

.contents > .adsArea {
    background: rgba(255, 255, 255, .7);
}

.articleList .articleList__item .article-category .list-label {
    padding: 0;
    background: none;
    font-size: 1rem;
    color: #7f8489;
}

.articleList .articleList__item .article-category .list-label:before {
    position: unset;
    display: inline-block;
    width: 10px;
    font-weight: 900;
    text-align: left;
    font-family: "Font Awesome 5 Free";
    content: "\f07b";
}

.articleList .articleList__item .article-category .list-label a {
    color: #7f8489;
}

.header .container {
    padding: 0;
    background: #fff;
    max-width: none;
}

.header .headerImage {
    min-height: 250px;
}

.header .headerImage img {
    width: 100%;
    height: auto;
}

.header .headerInfo {
    display: block;
    padding: 0;
}

.header .gNavList > li {
    margin: 0;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    font-weight: bold;
}

.header .gNavList a {
    font-weight: normal;
    font-size: 1.4rem;
}

.header .siteInfo {
    padding: 60px;
    color: var(--headtxt-color);
}

.header .siteInfo__logo {
    font-size: 4rem;
    line-height: 1.4;
}

.header .siteInfo__logo a {
    color: var(--headtxt-color);
}

.header .headerImage + .siteInfo {
    position: absolute;
    bottom: 100px;
    left: 60px;
}

.headerDesc {
    background: none;
    color: #fff;
}

.header .gnav {
    background: var(--key-color);
    text-align: center;
}

.header .nav__drawers {
    margin: 0 auto;
}

.footer {
    padding: 0;
    background: var(--footbg-color);
}

.footer .siteInfo__desc {
    margin: 0 0 0 20px;
}

.side .profile {
    width: auto;
    padding: 0;
    border: none;
}

.mainVisual {
    display: none;
}

.breadcrumbs a {
    color: var(--key-color);
}

.articleContainer {
    box-shadow: none;
}

.articleHeader__title {
    border-bottom: 1px solid #ccc;
}

.articleHeader__info {
    display: flex;
    margin: 10px 0 5px;
    justify-content: space-between;
}

.articleFooter__tag {
    margin: 5px auto 10px 0;
}

.articleBody img.alignleft {
    margin-right: 20px;
    margin-top: 20px;
    float: left;
}

.articleBody img.alignright {
    margin-left: 20px;
    margin-top: 20px;
    float: right;
}

.articleBody img.aligncenter {
    display: block;
    margin: 20px auto;
}

.btnComment {
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
    font-size: 1.2rem;
}

.btnComment i {
    margin: 0 5px 0 0;
}

.notfound {
    background: none;
}

.page-bottom-breadcrumbs.show-background, .page-top-breadcrumbs.show-background {
	background-color: rgb(var(--key-color--rgb), 0.3);
}

@media (min-width: 1260px) {
	.page-bottom-breadcrumbs, .page-top-breadcrumbs {
		padding-right: calc( (100% - 1200px) / 2 + 40px);
		padding-left: calc( (100% - 1200px) / 2 + 40px);
	}
}

@media (min-width: 992px) {
    .widgetSearch input {
        font-size: 1.2rem;
    }

    .header {
        font-size: 1.2rem;
    }

    .header .gnav {
        color: #fff;
    }

    .header .gNavList > li + li {
        margin-left: 30px;
    }

    .articleContainer {
        padding: 0;
    }

    .articlePager.next .articlePager__caption {
        order: 3;
    }

    .articlePager a {
        display: flex;
        align-items: center;
    }

    .articlePager__caption span {
        display: none;
    }
}

@media ( max-width: 1260px ) {
	.page-bottom-breadcrumbs, .page-top-breadcrumbs {
		padding-right: calc(40px + 1.5vw);
		padding-left: calc(40px + 1.5vw);
	}
}

@media (max-width: 991.98px) {
    .header .headerImage {
        min-height: 100px;
    }

    .header .headerInfo {
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: flex-start;
    }

    .header .siteInfo {
        padding: 20px;
    }

    .header .siteInfo {
        bottom: auto;
    }

    .header .siteInfo__logo {
        font-size: 2.4rem;
    }

    .header .headerImage + .siteInfo {
        top: 15px;
        left: 15px;
    }

    .headerDesc {
        display: none;
    }

    .contentsHeader__caption {
        font-size: 1.8rem;
    }

    .widget-area .widget {
        padding: 0;
    }

	.page-bottom-breadcrumbs, .page-top-breadcrumbs {
		padding-right: calc(40px + 2.5vw);
		padding-left: calc(40px + 2.5vw);
	}

}

@media (max-width: 575.98px) {
    .contents > .container {
        padding: 20px 20px;
    }

    .articleHeader__title {
        font-size: 2.2rem;
    }

    .footer .siteNavList {
        margin: 20px 5px 0;
    }

	.page-bottom-breadcrumbs, .page-top-breadcrumbs {
		padding-right: calc(20px + 2.5vw);
		padding-left: calc(20px + 2.5vw);
	}
}

.adsArea .container,
.articleContainer .adsArea .container {
    background: rgba(255, 255, 255, .7);
}

.footer,
.footer .calendar_wrap .wp-calendar-table caption {
    color: var(--foottxt-color);
}

.pagetop {
    border: none;
    box-shadow: 0 0 50px rgb(56 38 25 / 50%);
}

.header .drawer__open,
.header .drawer__close {
    border: none;
    box-shadow: 0 0 50px rgb(56 38 25 / 50%);
}
