<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=============================================
 * body
 *=============================================*/

body {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background: url(../../shared/img/share/body.jpg) repeat;
}

@font-face {
    font-family: 'Inter', sans-serif;
    src: url('../fonts/NotoSansJP-Bold.ttf');
    font-weight: bold;
    font-display: fallback
}

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    src: url('../font/NotoSansJP-Bold.ttf');
    font-weight: 400;
    font-display: fallback
}

.fnt-inter {
    font-family: 'Inter', sans-serif;
}

.fnt-sans {
    font-family: 'Noto Sans JP', sans-serif;
}

.fnt-mincho {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
}

.fnt-hebbo {
    font-family: 'Heebo', sans-serif;
}

.fnt-noto {
    font-family: 'Noto Serif JP', serif;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*=============================================
 * #header
 *=============================================*/

#header {
    background: url("../img/blog_hrader.jpg") repeat-x bottom center/auto;
    height: 550px;
    max-height: inherit;
    min-height: auto;
    /*
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
*/
}

#header h1 {
    color: #fff;
    font-size: .85em;
    line-height: 1.6em;
    letter-spacing: .1em;
    text-align: center;
}

body.col-x2 #header .col1 {
    background-color: rgba(0, 0, 0, .25);
    /* background-image: url(); */
}

body.col-x2 #header .col2 {
    background-color: rgba(0, 0, 0, .3);
    /* background-image: url(); */
}

#header .list-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#header .list-logo li:nth-child(2) {
    margin: 0 20px 0;
}

#header .logo img {
    max-width: 100%;
    height: auto;
}


/*=============================================
 * #navbar
 *=============================================*/

#navbar {
    background: #a40000;
    padding: 5px 0;
    z-index: 9 !important;
}

#navbar nav {
    position: relative;
}

body.col-x2 #navbar menu:before {
    background: #27170C;
}

body.col-x2 #navbar menuitem {
    color: #FFF;
}

#navbar nav {
    color: #000;
}

body.col-x2 #navbar ul {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#navbar li {
    display: block;
    text-align: left;
    padding: 10px 0;
    position: relative;
}

#navbar a {
    display: inline-block;
    color: #fff;
    padding: 0px 0px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    line-height: 1;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    /*	text-shadow:0px 2px 6px #f3e2c6, 0px 2px 3px #f3e2c6, -2px -4px 11px #f3e2c6;*/
}

#navbar a:hover {
    text-decoration: none;
}

#navbar a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    text-align: center;
    left: 50%;
    right: 50%;
    border-bottom: 2px solid #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: none;
}

#navbar a:hover:before {
    left: 5px;
    right: 5px;
}

#navbar a span {
    position: relative;
    padding: 10px 0;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    margin: 0 auto 10px;
}


/*
#navbar a span:before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #fff;
	webkit-transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#navbar li:hover a span:before {
	width: 100%;
}
*/

#navbar .sub {
    background: #fff;
    right: -60px;
    left: -60px;
    display: block;
}

#navbar .sub li {}

@media screen and (max-width: 768px) {
    #navbar a:hover:before {
        display: none;
    }
}


/*=============================================
 * #container
 *=============================================*/

#container {
    padding-top: 7rem;
}

#container .title {
    color: #795548;
}


/*=============================================
 * #sidebar
 *=============================================*/

#sidebar section {
    background: #FEFEFE;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

#sidebar h2 {
    color: #fff;
    background: #a40000;
}

#sidebar h2:before {
    border-top-color: #fff;
}

#sidebar li a {
    color: #000;
}

#sidebar li a:hover {
    color: #000;
}

#sidebar li a:before {
    background: #a40000;
}

#sidebar li a:hover:before {
    background: #a40000;
}

#sidebar .calendar th {
    color: #A77834;
}

#sidebar .calendar td {
    background: #FEFEFE;
    border-color: #AFAFAF;
}

#sidebar .calendar tr:nth-of-type(odd) td {
    background: #EFEFEF;
}

#sidebar .calendar .header {
    color: #92580D;
    background: #F2EBE3;
    border-color: #AFAFAF;
}

#sidebar .calendar a {
    color: #402615;
}

#sidebar .calendar .having_posts {
    color: #A63435;
    background: #F6E1E1 !important;
}


/*=============================================
 * #main
 *=============================================*/

#main article {
    background: #FEFEFE;
}

#main h2 {
    color: #fff;
    background: #a40000;
}

#container.tpl-post #main figcaption {
    display: none;
}

#main time {
    color: #7E7E7E;
}

#main .more a {
    color: #fff;
    border: none;
    background-color: #000;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#main .more a:hover {
    opacity: 0.7;
}

#main .more a:before,
#main .more a:after {
    background: #fff;
}

#main .more a:hover:before,
#main .more a:hover:after {
    background: #fff;
}

#main .pagination {
    color: #909090;
}

#main .pagination li {
    background: #F6F6F6;
    box-shadow: 0 -1px #FEFEFE, 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 -1px #FEFEFE, 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 -1px #FEFEFE, 0 1px 1px rgba(0, 0, 0, .3);
}

#main .pagination li:hover {
    color: #FEFEFE;
    background: #402615;
    box-shadow: 0 -1px #402615, 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 -1px #402615, 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 -1px #402615, 0 1px 1px rgba(0, 0, 0, .3);
}

#main .pagination .active,
#main .pagination .active:hover {
    color: #FEFEFE;
    background: #402615;
    box-shadow: 0 -1px #402615, 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 -1px #402615, 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 -1px #402615, 0 1px 1px rgba(0, 0, 0, .3);
}

#main .pagination .first,
#main .pagination .last {
    color: #000;
    font-weight: 600;
}

#main .pagination .more-point-right:hover {
    color: inherit;
    background: #F6F6F6;
    box-shadow: 0 -1px #FEFEFE, 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 -1px #FEFEFE, 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 -1px #FEFEFE, 0 1px 1px rgba(0, 0, 0, .3);
}


/*=============================================
 * #footer
 *=============================================*/

#footer {
    padding: 0;
}


/*=============================================
 * copyright
 *=============================================*/

address {
    background: #a40000;
    text-align: center;
    font-size: 12px;
    line-height: 58px;
    letter-spacing: 0.4em;
    color: #fff;
}


/*=============================================
 * #calendar
 *=============================================*/

#calendar {
    display: none;
}


/*=============================================
 * RESPONSIVE
 *=============================================*/

@media screen and (max-width: 1024px) {
    #header {}
    #navbar nav {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    #navbar li {
        min-width: initial;
    }
    #navbar .sub {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #header {
        width: 100%;
        height: 70vw;
    }
    #header .list-logo {
        width: 75%;
        margin: 0 auto;
    }
    #header .list-logo img {
        width: 100%;
        height: auto;
    }
    #header h1 {
        position: static;
    }
    body.col-x2 #header section {
        min-height: 150px;
    }
    #header .logo img {
        height: auto;
    }
    #navbar {
        background: none;
        margin: 0;
    }
    #navbar.active .toggle {
        right: 265px;
    }
    body.col-x2 #navbar menuitem {
        background: #757575;
    }
    #navbar nav {
        background: #FEFEFE;
        width: 265px;
        right: -265px;
    }
    body.col-x2 #navbar nav {
        width: 230px;
    }
    #navbar li {
        display: block;
        border-top: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        line-height: 50px;
        padding: 0;
    }
    #navbar a {
        color: #000;
        background: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        text-shadow: none;
        font-size: 16px;
        text-align: left;
        padding: 0 5px 4px;
        margin-left: 20px;
    }
    #navbar .parent span {
        color: #000;
        background: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        text-shadow: none;
        font-size: 16px;
        text-align: left;
        padding: 0 5px 0;
        margin-left: 20px;
        font-weight: bold;
        position: relative;
    }
    #navbar .parent {
        cursor: pointer;
    }
    #navbar .parent .pull-down {
        display: none;
        transition: 0, 3s all linear;
        height: 0%;
    }
    #navbar .parent .pull-down li {
        border: none;
        line-height: 30px;
    }
    #navbar .parent .pull-down li a {
        font-size: 13px;
    }
    #navbar .parent .pull-down li a:hover {
        border: none;
        opacity: 0.8;
    }
    #navbar .parent span::before {
        width: 0px;
        height: 0px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #000;
        content: '';
        position: absolute;
        top: 55%;
        right: -12px;
        transform: translateY(-50%);
        z-index: 2;
        transition: 0.3s all linear;
    }
    #navbar .parent:hover {
        opacity: 0.8;
    }
    #navbar .parent.active .pull-down {
        display: block;
    }
    #navbar .parent.active .pull-down li {
        padding-bottom: 12px;
    }
    #navbar .parent.active span::before {
        transform: rotate(180deg);
        top: 35%;
    }
    #navbar .parent.active:hover::before {
        transform: rotate(180deg);
    }
    #navbar a:hover {
        border-bottom: 3px solid #a10000;
    }
    #navbar .sub {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    #header .logo {
        width: 140px;
        top: 52%;
        padding: 5px;
    }
}

@media screen and (max-width: 640px) {
    #header {
        display: block;
    }
    #header h1 {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #navbar nav {
        position: absolute;
        padding: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 769px) {
    #container {
        padding-top: 1rem;
    }
}

@media screen and (min-width:769px) {
    #navbar {
        background: #a40000;
        position: absolute;
        left: 0;
        right: 0;
    }
    #navbar ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
    #navbar ul li {
        margin: 0 22px 0;
    }
    #navbar ul .parent {
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    /* #navbar ul .parent::before {
        width: 0px;
        height: 0px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid #fff;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        transition: 0.3s all linear;
    } */
    #navbar ul .parent .pull-down {
        position: absolute;
        top: 35px;
        left: -20px;
        width: 319px;
        background-color: #000;
        z-index: 1;
        padding: 32px 0 18px 13px;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: unset;
    }
    #navbar ul .parent .pull-down::before {
        content: "";
        position: absolute;
        background-color: #fff;
        top: 14px;
        bottom: 4px;
        left: 5px;
        z-index: 1;
        width: 1px
    }
    #navbar ul .parent .pull-down::after {
        content: "";
        position: absolute;
        background-color: #fff;
        left: 5px;
        bottom: 4px;
        width: 249px;
        height: 1px;
        z-index: 1
    }
    #navbar ul .parent .pull-down li {
        margin: 0;
    }
    #navbar ul .parent:hover::before {
        transform: rotate(180deg);
        left: 41%;
    }
    #navbar ul .parent:hover .pull-down {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    #navbar ul .parent .pull-down li a {
        font-size: 17px;
    }
    #navbar ul .parent .pull-down li a:hover {
        border: none;
    }
    #navbar nav a,
    #navbar nav span {
        color: #fff;
        font-size: 17px;
        line-height: 30px;
        font-weight: 700;
        padding-top: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px 0;
        min-height: 33px;
    }
    #navbar nav a:hover {
        border-bottom: 3px solid #fff;
    }
}

@media screen and (min-width:769px) and (max-width:1250px) {
    #navbar nav a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media screen and (min-width:769px) and (max-width:1100px) {
    #navbar nav a {
        padding-left: 7px;
        padding-right: 7px;
        letter-spacing: 0;
    }
}

@media screen and (min-width:769px) and (max-width:900px) {
    #navbar nav a {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 12px;
    }
}</pre></body></html>