@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', arial, sans-serif;
    font-weight: normal;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.7;
    color: #333;
    position: relative;
}

p {
    margin: 1em 0;
}

a {
    color: #777;
    display: inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
}

a:hover {
    color: #555;
    border: none;
    opacity: .75;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

@media (min-width:1024px) {
    img.alignnone {
        margin: 0;
    }

    img.alignright {
        float: right;
        margin-left: 1rem;
        max-width: 50%;
    }

    img.alignleft {
        float: left;
        margin-right: 1rem;
        max-width: 50%;
    }

    img.aligncenter {
        margin: 0 auto;
    }

    .post_item-contents a.linkimg {
        display: inline;
    }
}

figure {
    overflow: hidden;
}

.contents {
    margin: 0 auto;
    width: 90%;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media (min-width:1024px) {
    .container {
        width: 80%;
    }
}

hr {
    border: none;
    margin: 1rem 0;
    border-bottom: 1px solid #ddd;
}

hr.clh {
    margin: 0;
    border: none;
    width: 100%;
    clear: both;
    display: block;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 2em 0 1em;
    font-weight: normal;
    color: #333;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin: 1rem 0;
}

i {
    margin-right: 0.5em;
}

.sub_txt {
    font-size: 0.85em;
}

#e404 {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

#e404 div {
    padding: 10%;
}

#e404 h1 {
    padding-top: 1rem;
    font-size: 7rem;
    margin: 0;
    font-weight: bold;
    color: #aaa;
}


/****/

#contents-default {
    font-size: .95rem;
    clear: both;
    line-height: 1.8;
    padding-top: 3rem;
}

#contents-default a {
    text-decoration: underline;
}

#contents-default ul,
#contents-default ol {
    margin-left: 2rem;
}

#contents-default h2,
#contents-default h3,
#contents-default h4 {
    margin: 2em 0 1em;
}

#contents-default h1 {
    font-size: 1.75rem;
}

#contents-default h2 {
    font-size: 1.5rem;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #3366cc;
    color: #3366cc;
}

#contents-default h3 {
    font-size: 1.25rem;
    padding: 0.5em;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#contents-default h4 {
    font-size: 1rem;
    padding-left: 1rem;
    border-left: 7px solid #CCC;
    color: #777;
}

#contents-default img {
    padding: 0.5rem;
    display: inline-block;
}


/*--------------------------------
  キャプション
  ---------------------------------*/

.wp-caption-text {
    margin: 0.25rem 0 0;
    font-size: 0.75rem;
    color: #777;
    padding: 0 1rem 1rem;
}


/*--------------------------------
  TARGET BLANK
  ---------------------------------*/

a[target="_blank"]:after {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../img/blank.svg) no-repeat center center;
    background-size: 1em 1em;
    margin-left: 7px;
}


/*--------------------------------
  PAGE NATION
  ---------------------------------*/

.pagination {
    text-align: center;
    margin: 40px auto;
    height: 46px;
    width: 261px;
    position: relative;
}

#pages {
    width: 153px;
    height: 46px;
    position: relative;
    margin: auto;
    border: 1px solid #ccc;
    background: url(../img/arrows.svg) no-repeat center right #fff;
    background-size: 14px 21px;
    background-position: center right 16px;
}

#pages .pages_now {
    width: 109px;
    line-height: 30px;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 0.75rem;
    color: #555;
    border-right: 1px solid #ccc;
}

#pages select {
    -webkit-appearance: none;
    appearance: none;
    height: 100%;
    border: none;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    color: #555555;
    width: 100%;
    font-size: 1.1rem;
}

.pagination a.next,
.pagination a.prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    border: 1px solid #ccc;
    text-indent: -9999px;
    background: url(../img/arrow.svg) no-repeat center center #fff;
    background-size: 1rem 1rem;
    transform: rotate(90deg);
}

.pagination a.prev {
    left: 0;
    right: auto;
    transform: rotate(-90deg);
}


/*--------------------------------
  layout
  ---------------------------------*/

.rows {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.col-4,
.col-3,
.col-2 {
    font-size: 1rem;
}

.col-4 {
    width: 25%;
    width: calc(25% + 0.25rem);
    vertical-align: top;
    padding: 0.5rem;
}

.col-3 {
    width: 33%;
    width: calc(100% / 3);
    width: calc(100% / 3 + 2rem / 3);
    vertical-align: top;
    padding: 1rem;
}

.col-2 {
    width: 50%;
    vertical-align: top;
    padding: 1rem;
}

.rows .col-4:nth-of-type(4n),
.rows .col-3:nth-of-type(3n),
.rows .col-2:nth-of-type(2n) {
    padding-right: 0;
}

.rows .col-4:nth-of-type(4n + 1),
.rows .col-3:nth-of-type(3n + 1),
.rows .col-2:nth-of-type(2n + 1) {
    padding-left: 0;
}

.rows .col-4:nth-of-type(4n),
.rows .col-4:nth-of-type(4n + 1) {
    width: calc(25% - 0.25rem);
}

.rows .col-3:nth-of-type(3n),
.rows .col-3:nth-of-type(3n + 1) {
    width: calc(100% / 3 - 1rem / 3);
}

@media (max-width: 1023px) {

    #wrapper .rows .col-4,
    #wrapper .rows .col-3 {
        width: 50%;
        padding: 0.5rem;
    }

    #wrapper .rows .col-4:nth-child(2n + 1),
    #wrapper .rows .col-3:nth-child(2n + 1) {
        padding-left: 0;
    }

    #wrapper .rows .col-4:nth-child(2n),
    #wrapper .rows .col-3:nth-child(2n) {
        padding-right: 0;
    }
}

@media (max-width: 768px) {

    #wrapper .rows .col-2,
    #wrapper .rows .col-3 {
        width: 100%;
        display: block;
        padding: 0 !important;
        margin-bottom: 1rem;
    }
}


/*--------------------------------
  パンくずリスト
  ---------------------------------*/

#breadcrumbs {
    width: 100%;
    margin: 3rem auto 0;
    padding: 5px 10%;
    text-align: center;
}

@media (max-width: 768px) {
    #breadcrumbs {
        padding: 5px 5%;
    }
}

.breadblock {
    width: 100%;
    overflow: hidden;
    height: 40px;
}

#breadcrumbs ul {
    list-style: none;
    font-size: 0.65rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 40px;
    white-space: nowrap;
}

#breadcrumbs li {
    line-height: 40px;
    display: inline-block;
}

#breadcrumbs li:not(:last-child) {
    position: relative;
    padding-right: 40px;
}

#breadcrumbs li:not(:last-child):after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 17px;
    right: 17px;
    transform: rotate(45deg);
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}


/*--------------------------------
  ヘッダー
  ---------------------------------*/

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 1;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: .5s;
    z-index: 100;
    padding: 0.5rem 5%;
}

#site_logo {
    width: 12rem;
    height: 3rem;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transition: all .5s;
    margin-right: 7rem;
}

#site_logo a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0s;
    background: url(../img/logo.svg) no-repeat center left/contain;
}

#header .parentsite {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 1rem;
    display: none;
}

#header .parentsite a {
    padding-left: 1.5rem;
    color: #333;
    background: url(../img/right_arrow.svg) no-repeat center left/1rem 1rem;
}

@media screen and (min-width:1024px) {
    #header {
        justify-content: center;
        padding: 0.5rem 70px 0.5rem 130px;
    }

    #site_logo {
        margin: 0;
    }

    #header .parentsite {
        display: block;
    }
}

/*--------------------------------
  メニュー
  ---------------------------------*/

#pcmenu {
    display: none;
}

.menu-checkbox {
    display: none;
}

.menu-hamburger {
    position: fixed;
    top: 1rem;
    right: 1rem;
    display: block;
    width: 3rem;
    height: 3rem;
    z-index: 101;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
    color: #333;
    margin: 0 auto;
}

.menu-hamburger span {
    position: absolute;
    width: 3rem;
    height: 2rem;
    top: 0;
    left: 0;
}

.menu-hamburger span:before,
.menu-hamburger span:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0.5rem;
    height: 2px;
    width: 2rem;
    background: #333;
    transition: all 0.5s ease;
}

.menu-hamburger span:before {
    top: 0.6rem;
}

.menu-hamburger span:after {
    top: 1.2rem;
}

.menu-hamburger-open span:before {
    transform: rotate(25deg);
    top: 1rem;
}

.menu-hamburger-open span:after {
    transform: rotate(-25deg);
    top: 1rem;
}

#gmenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 5vw 0;
    padding-top: calc(3rem + 5vw);
    z-index: -1;
    opacity: 0;
}

#gmenu.menu-open {
    z-index: 98;
    opacity: 1;
}

#gmenu_box {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    transition: all 0.5s ease;
    transition-delay: .25s;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    margin: 1rem 5vw;
    height: 100%;
    overflow-y: auto;
    filter: blur(6px);
}

#gmenu.menu-open #gmenu_box {
    filter: blur(0);
}

#gmenu_nav {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow-y: scroll;
    padding-bottom: 3rem;
}

#menu__home {
    color: #333;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
}

#gmenu #gmenu_nav ul {
    list-style: none;
    width: 90%;
    margin: 0 auto;
}

#gmenu #gmenu_nav ul li {
    width: auto;
    border-bottom: 1px solid #DDD;
}

#gmenu #gmenu_nav ul li a {
    display: block;
    font-size: 0.9rem;
    padding: 1rem;
    text-decoration: none;
    color: #333;
}

#gmenu #gmenu_nav ul#submenu {
    margin-top: 2rem;
}

#gmenu #gmenu_nav ul#submenu li {
    border-bottom: none;
}

#gmenu #gmenu_nav ul#submenu li a {
    padding: 0.5rem;
    font-size: 0.7rem;
}

.gmenu-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    z-index: -2;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
}

.gmenu-cover.gmenu-cover-open {
    visibility: visible;
    z-index: 1;
    opacity: 1;
}

a.nolink {
    opacity: 0.5;
    pointer-events: none;
}


@media screen and (min-width:1024px) {

    .menu-hamburger,
    #gmenu {
        display: none;
    }

    #pcmenu {
        display: block;
        position: fixed;
        top: 50%;
        left: 2rem;
        z-index: 100;
        transform: translateY(-50%);
    }

    #pcmenu ul {
        list-style: none;
    }

    #pcmenu ul li a {
        color: #333;
        padding: 0.25rem;
        padding-left: 1rem;
        font-size: 0.8rem;
        mix-blend-mode: difference;
        display: block;
    }

    #pcmenu.dark ul li a {
        color: #FFF;
    }

    #pcmenu ul li a span {
        position: relative;
        transition: .5s;
        display: inline-block;
    }

    #pcmenu ul li a:hover span {
        transform: translateX(-1rem);
    }

    #pcmenu ul li a span:before,
    #pcmenu ul li a span:after {
        content: ' ';
        width: 0;
        height: 1px;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: .5s;
    }

    #pcmenu ul li a span:after {
        width: 0.5rem;
        top: 50%;
        left: -1rem;
    }

    #pcmenu.dark ul li a span:before,
    #pcmenu.dark ul li a span:after {
        background: rgba(255, 255, 255, 0.5);
    }

    #pcmenu ul li a:hover span:before {
        width: 100%;
    }

    #pcmenu ul li a:hover span:after {
        width: 0;
    }
}

/*--------------------------------
  ページ送り
  ---------------------------------*/

#page_next_prev {
    clear: both;
    width: 100%;
    padding-top: 3rem;
}

#next_prev {
    font-size: 0.85rem;
    border-top: 1px #ddd solid;
    padding-top: 0.5rem;
}

#next_prev a {
    align-items: center;
    text-decoration: none;
    padding: 0.5rem;
    display: flex;
}

#next_prev p {
    margin: 0;
    padding: 1rem 0 1rem 0.75rem;
    flex: 1;
}

#next_prev p span {
    display: block;
    font-size: 0.75rem;
    color: #777;
}

#next_prev .thumb-wrap {
    border-radius: 40px;
    overflow: hidden;
}

#next_prev .thumb-wrap,
#next_prev img {
    width: 80px;
    height: 80px;
}

@media (min-width: 1024px) {
    #next_prev p {
        padding: 1rem;
    }

    #next_prev {
        display: flex;
        justify-content: space-between;
    }

    #next_prev a {
        width: 100%;
        border: 0;
    }

    #next_prev .next-link {
        text-align: right;
        justify-content: flex-end;
    }

    #next_prev .next-link .thumb-wrap {
        order: 2;
    }

    #next_prev .next-link p {
        order: 1;
    }
}


/*--------------------------------
  フッター
  ---------------------------------*/
a#contactbt {
    width: 3rem;
    height: 2rem;
    position: fixed;
    top: 1rem;
    right: 4rem;
    text-align: center;
    overflow: hidden;
    text-indent: -1000%;
    z-index: 99;
    background: url(../img/icon_contact.svg) no-repeat center center/2rem 2rem;
}

a#pagetop {
    width: 3rem;
    height: 5rem;
    overflow: hidden;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    background: url(../img/top.svg) no-repeat center center/contain;
    text-indent: -1000%;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}

@media screen and (min-width:1024px) {
    a#contactbt {
        width: 10rem;
        height: auto;
        top: calc(50% + 5rem);
        right: 1rem;
        font-size: 0.9rem;
        padding: 1rem 2rem;
        line-height: 1.3;
        transform: translateY(-50%) rotate(90deg);
        transform-origin:right top;
        text-indent: 0;
        background: #333;
        color: #FFF;

    }

    a#pagetop {
        right: 1rem;
    }
}

a#pagetop.active {
    opacity: 1;
    pointer-events: visible;
    bottom: 1rem;
}

.parentsite {
    font-size: 0.7rem;
}

#footer {
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
    margin: 0 auto;
    padding-bottom: 6rem;
    text-align: center;
}

#footer .container {
    padding: 1rem 0 3rem;
}

#footer p.copy {
    margin: 3rem 0 0;
    font-size: .65rem;
}

/*reCAPTCHAのロゴを非表示*/
.grecaptcha-badge {
    visibility: hidden;
}