@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: xwrite
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;500;700&display=swap');

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

.headerImage {
    display: none;
}

.header {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.header .siteInfo__desc {
    position: absolute;
    top: 0;
    width: 100vw;
    background: #ffffe0;
    margin: 0 calc(50% - 50vw);
    padding: 5px calc(50vw - 50%);
    font-size: 1.1rem;
}

.header .siteInfo__desc i {
    margin-right: 5px;
}

.headerInfo.no-desc {
    padding: 0;
}

@media (max-width: 991.98px) {
    header .headerInfo {
        margin-bottom: 8px;
    }

    .header .siteInfo {
        padding: 0;
    }
}

.widget-title, .widgettitle {
    position: relative;
}

.widget-title:before, .widgettitle:before {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    color: var(--key-color);
    font-weight: 900;
}

.widget_recent_comments .widget-title:before, .widget_recent_comments .widgettitle:before {
    content: "\f4ad";
}

.widget_archive .widget-title:before, .widget_archive .widgettitle:before {
    content: "\f01c";
}

.widget_recent_entries .widget-title:before, .widget_recent_entries .widgettitle:before {
    content: "\f304";
}

.widget_categories .widget-title:before, .widget_categories .widgettitle:before {
    content: "\f07c";
}

.widget_tag_cloud .widget-title:before, .widget_tag_cloud .widgettitle:before {
    content: "\f02c";
}

.widget_media_gallery .widget-title:before, .widget_media_gallery .widgettitle:before {
    content: "\f302";
}

.widget_ranking_posts_widget .widget-title:before, .widget_ranking_posts_widget .widgettitle:before {
    content: "\f521";
}

.widget_media_video .widget-title:before, .widget_media_video .widgettitle:before {
    content: "\f03d";
}

.widget_media_image .widget-title:before, .widget_media_image .widgettitle:before {
    content: "\f03e";
}

.widget_media_audio .widget-title:before, .widget_media_audio .widgettitle:before {
    content: "\f3c9";
}

.widget_meta .widget-title:before, .widget_meta .widgettitle:before {
    content: "\f121";
}

.widget_recent_comments .widget-title,
.widget_archive .widget-title,
.widget_recent_entries .widget-title,
.widget_categories .widget-title,
.widget_tag_cloud .widget-title,
.widget_media_gallery .widget-title,
.widget_ranking_posts_widget .widget-title,
.widget_media_video .widget-title,
.widget_media_image .widget-title,
.widget_media_audio .widget-title,
.widget_meta .widget-title {
    padding-left: 30px;
}

.widget_recent_comments .widgettitle,
.widget_archive .widgettitle,
.widget_recent_entries .widgettitle,
.widget_categories .widgettitle,
.widget_tag_cloud .widgettitle,
.widget_media_gallery .widgettitle,
.widget_ranking_posts_widget .widgettitle,
.widget_media_video .widgettitle,
.widget_media_image .widgettitle,
.widget_media_audio .widgettitle,
.widget_meta .widgettitle {
    padding-left: 30px;
}

.blockTitle.left,
.widget-area.top .widget.widget_block h2 {
    color: #ff8c00;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.widget-area.top .widget.widget_block h2 {
    font-size: 2.2rem;
    background: transparent;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0 10px;
}

.blockTitle.left {
    color: var(--key-color);
    padding: 8px 0;
    width: 100%;
    border-bottom: 1px solid var(--key-color);
}

.blockTitle.center::before {
    position: relative;
    font-family: "Font Awesome 5 Free";
    color: var(--key-color);
    font-weight: bold;
    content: "\f024";
    background: none;
    height: unset;
    bottom: 0;
    margin-right: 10px;
    display: inline;
}

.widget-area.top .widget.widget_block h2 {
    padding: 12px 0 12px 50px;
    border-bottom: none;
}

.widget-area.top .widget.widget_block h2 {
    height: 100%;
    top: 0;
    width: 100%;
    background: url(images/stripe-bg01.png) left top / 150px;
}

.blockTitle.left:after,
.widget-area.top .widget.widget_block h2:after {
    content: "\f024";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.blockTitle.left span {
    background: transparent;
    font-weight: 400;
    letter-spacing: 2px;
    padding-left: 50px;
    z-index: 1;
}

.toc_block {
    margin: 40px 0;
    background: #fffff1;
    border: none;
}

.toc_block .toc__caption {
    transform: translateX(-20px);
    border-radius: 0;
    padding-right: 25px;
    background: #ff8c00;
    position: relative;
}

.toc_block .toc__caption:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right: 12px solid #fffff1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.articleHeader__title {
    border-bottom: 2px solid var(--key-color);
    color: var(--txt-color);
}

.menu-item .svg-inline--fa {
    color: #ff8c00;
}

.header .gNavList > li {
    letter-spacing: 1px;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.mainVisual {
    margin-bottom: 0;
}

.adsArea .container {
    background: transparent;
}

.articleContainer .adsArea .container {
    background: transparent;
}

.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;
}

@media (min-width: 1260px) {
	.page-bottom-breadcrumbs, .page-top-breadcrumbs {
		padding-right: calc(50vw - 630px + var(--col--gutter--pc) + 10px);
		padding-left: calc(50vw - 630px + var(--col--gutter--pc) + 10px);
	}
}

@media (max-width: 991.98px) {
    .profile__avatar img {
        width: inherit;
    }

    .header .siteInfo {
        padding: 5px 0;
    }

    .headerInfo.no-desc {
        padding: 15px 0;
    }

	.page-top-breadcrumbs, .page-bottom-breadcrumbs{
		padding: 8px calc(2.5vw + 15px);
		max-width: 100%;
	}
}

@media (min-width: 991.98px) {
    .header .gNavList > li {
        margin: 0 0 0 40px;
    }
}
