@charset "utf-8";

body {
    background: url(https://gifuina.com/wp-content/themes/habakiri-child/assets/img/bg.png)
        left top repeat;
}

h2 {
    border-bottom: 2px solid #005a32;
}

h4 {
    border-color: #005a32 !important;
}

a {
    color: #6f8247;
}

a:focus,
a:active,
a:hover {
    color: #42afac;
}

#page-toyama_experience .btn-primary {
    color: #fff !important;
    background-color: #005a32 !important;
    border-color: #005a32 !important;
}
#page-toyama_experience .btn-primary:hover {
    color: #005a32 !important;
    background-color: #fff !important;
    border-color: #005a32 !important;
}

.pagination > li > a {
    color: #fff;
    background-color: #005a32;
}
.pagination > li > a:hover {
    color: #005a32;
    background-color: #fff;
}

.hero_header {
    background: none;
}
.hero_header.page .hero-img {
    max-height: 560px;
    height: 100%;
}
.hero-logo {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translateY(-70%) translateX(-50%);
    margin: auto;
}
#note .hero-logo {
    transform: translateY(-50%) translateX(-50%);
}
.hero-logo .title {
    color: #60501d;
    letter-spacing: 0.8em;
    font-size: 32px;
    margin-bottom: 0.85em;
}
.hero-logo .title img {
    width: 250px;
}
.hero-logo .text {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
@media (min-width: 768px) {
    .hero-logo {
        transform: translateY(-70%) translateX(-50%);
    }
    #note .hero-logo {
        transform: translateY(-50%) translateX(-50%);
    }
    .hero-logo .title img {
        width: 280px;
    }
    .hero-logo .text {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .hero-logo {
        transform: translateY(-80%) translateX(-50%);
    }
    #note .hero-logo {
        transform: translateY(-50%) translateX(-50%);
    }
    .hero-logo .title img {
        width: 300px;
    }
    .hero-logo .text {
        font-size: 21px;
    }
}

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

#header {
    background: url(https://gifuina.com/wp-content/themes/habakiri-child/assets/img/bg.png)
        left top repeat;
}

.post-type-archive-toyama_experience #header,
.single-toyama_experience #header {
    padding: 15px 0;
}

#header #responsive-btn {
    border: none;
    display: none !important;
}

.page-header {
    background-color: #61501d !important;
    padding: 8px 0 !important;
    color: #fff;
}

#header .header__content .col-md-3 {
    background-color: transparent;
    border: none;
}

#header .site-branding {
    padding: 0 0;
    max-width: 210px;
}

.page-header__title span {
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    display: block;
    padding: 15px 0;
}

#page-toyama_experience .page-header a {
    color: #fff;
}
#page-toyama_experience .page-header a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    #header .site-branding {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
}

/* フッター
    * ----------------------------------------------- */

.footer {
    background-color: #61501d;
}

/* コンテンツ
    * ----------------------------------------------- */

.head-img {
    width: 100%;
    margin: 0 auto 20px;
}

.toyama_sub_txt {
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 1em;
}

#page-toyama_experience #main .article--single {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#page-toyama_experience .article--single .section__title {
    margin-bottom: 0;
}

#page-toyama_experience #main .article--single .entry__content {
    /*	border: 0;
	padding-top: 0;*/
}

#page-toyama_experience #main .article--single .entry__content a {
    color: #005a32;
    text-decoration: underline;
}
#page-toyama_experience #main .article--single .entry__content a:hover {
    color: #000;
    text-decoration: none;
}

#page-toyama_experience #main .article--single .entry__content p {
    font-size: 16px;
    /*max-width: 65ch;*/
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.04em;
}

#page-toyama_experience .entry__title {
    margin-bottom: 1em;
    padding: 0;
}
#page-toyama_experience .entry-meta__list {
    text-align: left;
    line-height: 1.5;
}

.entry-meta__item {
    margin-top: 12px;
}

@media (min-width: 768px) {
    .head-img {
        width: 720px;
        margin-bottom: 28px;
    }
    #page-toyama_experience #main .article--single .entry__content p {
        font-size: 16px;
    }
    #page-toyama_experience .entry-meta__list {
        /*text-align: center;*/
    }
    .entry-meta__item {
        margin-top: 16px;
    }
}

@media (min-width: 992px) {
    .head-img {
        width: 800px;
        margin-bottom: 28px;
    }
    .entry-meta__item {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .head-img {
        width: 800px;
    }
}

/* ページネーション　*/

.single-pagination a {
    color: #000;
}
.single-pagination a:hover {
    color: #005a32;
    text-decoration: none;
}
.single-pagination .nav-content {
    font-size: 12px;
}
@media (min-width: 992px) {
    .single-pagination .nav-content {
        font-size: 14px;
    }
}

.btn-back {
    display: block;
    text-align: center;
    margin-bottom: 60px;
    margin-top: -20px;
}

/* カテゴリー
    * ----------------------------------------------- */

.title-cat {
    background-color: #61501d;
}
.entry-meta__list .meta-event_date {
    background-color: transparent;
    color: #000;
    font-size: 14px;
}

.entries--archive .entry--has_media__link {
    height: auto !important;
}
@media (min-width: 768px) {
    .entries--archive .entry--has_media__link {
        height: auto !important;
    }
}
@media (min-width: 992px) {
    .entries--archive .entry--has_media__link {
        height: 165px !important;
    }
}
@media (min-width: 1200px) {
    .entries--archive .entry--has_media__link {
        height: 200px !important;
    }
}

/* テンプレ
    * ----------------------------------------------- */

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
