@charset "UTF-8";

/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
@media only screen and (max-width: 1199px) {
    .trim {
        height: auto;
    }

    .trim img {
        position: static;
    }
}

@media only screen and (max-width: 970px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .primary, .secondary {
        float: none;
        max-width: 100%;
        width: 100%;
    }
}

/* ----------------------------------------------------------------------
 カラムレイアウト
---------------------------------------------------------------------- */
/* column-layout01 */
@media only screen and (max-width: 768px) {
    .column-layout01-title {
        font-size: 22px;
        margin: 24px 0 18px;
    }

    .column-layout01 {
        margin: 30px 0;
    }

    .column-layout01-item {
        float: none;
        margin-bottom: 1em;
        width: 100%;
    }

    .column-layout01-item:nth-of-type(even) {
        margin-left: 0;
    }

    .column-layout01-item:nth-of-type(odd) {
        margin-right: 0;
    }

    .column-layout01-item:last-child {
        margin-bottom: 0;
    }
}

/* column-layout02 */
@media only screen and (max-width: 1199px) {
    .column-layout02-inner {
        padding: 100px 5.07813%;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .column-layout02-title {
        font-size: 22px;
    }

    .column-layout02-inner {
        padding: 30px 20px;
    }

    .column-layout02-item {
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .column-layout02-item:first-of-type {
        margin-bottom: 30px;
    }

    .column-layout02-item:last-child {
        margin-bottom: 0;
    }
}

/* column-layout03 */
@media only screen and (max-width: 991px) {
    .column-layout03 {
        padding: 0 5.07813%;
    }

    .column-layout03-item {
        width: auto;
    }

    .column-layout03-item:first-child {
        margin-right: 5.07813%;
    }

    .column-layout03-content {
        padding: 6.89655% 0;
    }

    .column-layout03-title {
        width: 100%;
    }

    .column-layout03-text {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .column-layout03-wrapper {
        background: #f6f6f6;
        padding: 6.89655% 6.11111% 0;
    }

    .column-layout03 {
        background: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .column-layout03:nth-of-type(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .column-layout03-item:first-child {
        margin-right: 0;
    }

    .column-layout03-content {
        background: #f6f6f6;
        padding: 30px 6.11111%;
    }

    .column-layout03-wrapper .column-layout03-content {
        padding-left: 0;
        padding-right: 0;
    }

    .column-layout03-title {
        font-size: 18px;
        margin-bottom: 0.77778em;
    }
}

/* column-layout04 */
@media only screen and (max-width: 768px) {
    .column-layout04 {
        margin: 30px 0;
    }

    .column-layout04-item {
        margin-bottom: 30px;
        width: 100%;
    }

    .column-layout04-item:nth-of-type(even), .column-layout04-item:nth-of-type(odd) {
        float: none;
    }

    .column-layout04-item:last-child {
        margin-bottom: 0;
    }

    .column-layout04-title {
        font-size: 22px;
    }
}

/* column-layout05 */
@media only screen and (max-width: 1199px) {
    .column-layout05 {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .column-layout05 {
        margin: 20px 0;
    }

    .headline-primary+.column-layout05 {
        margin-top: -14px;
    }

    .column-layout05-item {
        float: none;
        margin-bottom: 14px;
        width: 100%;
    }

    .column-layout05-item:nth-of-type(even) {
        margin-left: 0;
        margin-bottom: 0;
    }

    .column-layout05-item:nth-of-type(odd) {
        margin-right: 0;
    }
}

/* ----------------------------------------------------------------------
 記事一覧
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    p.signage-title-sub {
        font-size: 0.9em;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 485px) {
    .archive-title {
        font-size: 1.5em;
    }

    .article03-content {
        padding: 10px 15px 15px;
    }

    .article03-date+.article03-category:before {
        display: none;
    }

    span.article03-category {
        display: block;
        margin-top: 4px;
    }

    .article03-meta {
        line-height: 1;
    }
}

/* article01 */
@media only screen and (max-width: 991px) {
    .article01 {
        width: 31.45833%;
    }

    .article01:nth-of-type(4n) {
        margin-right: 1.875%;
    }

    .article01:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .article01 {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .article01:nth-of-type(3n), .article01:nth-of-type(4n) {
        margin-right: 0;
    }

    .article01:last-child {
        margin-bottom: 0;
    }

    .article01-thumbnail {
        float: left;
        margin-right: 12px;
        margin-bottom: 0;
        width: 100px;
        height: 100px;
    }

    .article01-title {
        font-size: 12px;
        line-height: 1.6;
    }
}

/* article02 */
@media only screen and (max-width: 768px) {
    .article02 {
        margin-bottom: 15px;
        width: 100%;
    }

    .article02:nth-of-type(even) {
        margin-left: 0;
    }

    .article02:nth-of-type(odd) {
        margin-right: 0;
    }

    .article02-thumbnail {
        margin-right: 12px;
        margin-bottom: 0;
        width: 100px;
        height: 100px;
    }

    .article02-content {
        float: none;
        width: auto;
    }

    .article02-title {
        font-size: 12px;
    }

    .article02-date {
        font-size: 10px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 8.4px;
    }
}

/* article03 */
@media only screen and (max-width: 991px) {
    .article03 {
        width: calc((100% - 20px) / 3);
    }

    .article03:nth-of-type(4n) {
        margin-right: 10px;
    }

    .article03:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .article03 {
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
        margin-right: 0;
    }

    .article03:nth-of-type(odd) {
        margin-right: 15px;
    }

    .article03:nth-of-type(4n) {
        margin-right: 0;
    }

    .article03-date {
        font-size: 10px;
    }

    .article03-category-item {
        font-size: 10px;
    }
}

@media only screen and (max-width: 485px) {
    .article03, .article03:nth-of-type(odd) {
        width: 100%;
        margin-right: 0;
    }

    .article03:last-of-type {
        margin-bottom: 0;
    }
}

/* article04 */
@media only screen and (max-width: 1199px) {
    .article04-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 991px) {
    .article04-text {
        display: none;
    }

    .article04-title {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .article04 {
        margin-bottom: 30px;
    }

    .article04-inner {
        display: block;
    }

    .article04-thumbnail {
        float: none;
        width: 100%;
    }

    .article04-content {
        float: none;
        padding: 20px 20px 16px;
        width: 100%;
    }

    .article04-date {
        font-size: 10px;
    }

    .article04-title {
        font-size: 16px;
    }
}

/* article05 */
@media only screen and (max-width: 991px) {
    .article05 {
        width: 33.33333%;
    }

    /*
    .article05-thumbnail {
          height: calc((100vw - 9px) / 3 * 252 / 364);
          height: calc((100vw - 6px) / 3 * 252 / 364);
    }
    */
}

@media only screen and (max-width: 768px) {
    .archive-gallery {
        background: transparent;
        padding-bottom: 50px;
    }

    .article05 {
        border: none;
        margin: 0 6.11111% 30px;
        width: 100%;
    }

    .article05:hover {
        background: none;
    }

    .article05-content {
        padding: 0;
    }

    .article05-title {
        font-size: 18px;
        height: auto;
        margin: 0.5em 0 0.11111em;
    }

    .article05-meta {
        font-size: 10px;
    }

    .article05-date {
        font-size: 10px;
    }

    .article05-category {
        font-size: 10px;
    }
}

/* article06 */
@media only screen and (max-width: 991px) {
    .article06 a:hover::before {
        background: transparent !important;
    }

    .article06:hover .article06-content {
        opacity: 0;
        transform: none;
    }
}

/* article07 */
@media only screen and (max-width: 768px) {
    .article07 {
        display: block;
    }

    .article07-thumbnail {
        display: block;
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }

    .article07-content {
        display: block;
        padding: 0;
    }
}

/* デザインされた記事一覧 */
@media only screen and (max-width: 768px) {
    .styled-post-list1 li {
        margin-bottom: 15px;
    }

    .styled-post-list1-thumbnail {
        margin-right: 12px;
        width: 100px;
        height: 100px;
    }

    .styled-post-list1-date {
        font-size: 10px;
        line-height: 1;
        margin-bottom: 8.4px;
    }

    .styled-post-list1-title {
        font-size: 12px;
        line-height: 1.6;
    }
}

/* ----------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------- */
/* content01 */
@media only screen and (max-width: 768px) {
    .content01 {
        margin: 34.5px 0 33px;
    }

    .content01-title {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 3px;
    }
}

/* content03 */
@media only screen and (max-width: 1199px) {
    .content03-text {
        width: 60.86957%;
    }
}

@media only screen and (max-width: 991px) {
    .content03 {
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 768px) {
    .content03 {
        margin: 30px 0;
    }

    .content03-title {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 0.66667em;
    }

    .content03-text {
        width: 100%;
    }
}

/* content04 */
@media only screen and (max-width: 1199px) {
    .content04 {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .content04-item {
        width: 46.66667%;
    }

    .content04-item:nth-of-type(odd) {
        margin-right: 3.33333%;
    }

    .content04-item:nth-of-type(even) {
        margin-left: 3.33333%;
    }
}

@media only screen and (max-width: 768px) {
    .content04 {
        margin: 0;
        padding: 30px 6.96203%;
        width: 100%;
    }

    .content04-item {
        float: none;
        width: 100%;
    }

    .content04-item:nth-of-type(even) {
        margin-left: 0;
    }

    .content04-item:nth-of-type(odd) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .content04-item dt {
        display: block;
    }

    .content04-title {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 0.66667em;
    }

    .content04-text {
        font-size: 12px;
        line-height: 2;
    }
}

/* ----------------------------------------------------------------------
 検索
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .search-form {
        margin: 0;
    }
}

/* ----------------------------------------------------------------------
 セレクトボックス
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .select {
        margin: 0;
    }

    .select:after {
        width: 12px;
        height: 12px;
    }

    .select select {
        border-radius: 0;
    }
}

/* ----------------------------------------------------------------------
 タブ
---------------------------------------------------------------------- */
@media only screen and (max-width: 1199px) {
    .tab {
        width: 928px;
    }

    .tab li:nth-child(5n+1) {
        border-left: none;
    }

    .tab li:nth-child(4n)~li {
        border-top: none;
    }

    .tab li:nth-child(4n+1) {
        border-left: 1px solid #ddd;
    }
}

@media only screen and (max-width: 991px) {
    .tab {
        width: 696px;
    }

    .tab li:nth-child(5n+1), .tab li:nth-child(4n+1) {
        border-left: none;
    }

    .tab li:nth-child(3n)~li {
        border-top: none;
    }

    .tab li:nth-child(3n+1) {
        border-left: 1px solid #ddd;
    }
}

@media only screen and (max-width: 768px) {
    .tab {
        box-sizing: border-box;
        padding: 30px 6.11111%;
        width: 100%;
    }

    .tab li {
        box-sizing: border-box;
        line-height: 48px;
        width: 50%;
        border-top: none;
        border-left: 1px solid #ddd;
    }

    .tab li:nth-child(odd) {
        border-right: none;
    }

    .tab li:nth-child(5n+1), .tab li:nth-child(4n+1) {
        border-left: 1px solid #ddd;
    }

    .tab li:nth-child(1), .tab li:nth-child(2) {
        border-top: 1px solid #ddd;
    }

    .tab li:last-child {
        border-right: 1px solid #ddd;
    }
}

/* ----------------------------------------------------------------------
 ボタン
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .button {
        font-size: 13px;
        margin: 30px 0;
    }

    .button a {
        height: 40px;
        line-height: 40px;
        width: 160px;
    }
}

/* ----------------------------------------------------------------------
 見出し
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
 ページネーション
---------------------------------------------------------------------- */
/* nav-links01 */
@media only screen and (max-width: 768px) {
    .nav-links01 {
        border: 1px solid #ddd;
        display: block;
        margin-bottom: 30px;
    }

    .nav-links01-previous, .nav-links01-next {
        display: block;
        float: left;
        text-align: center;
        width: 50%;
    }

    .nav-links01-previous a, .nav-links01-next a {
        line-height: 50px;
        height: 50px;
        padding: 0;
    }

    .nav-links01-previous a::before {
        color: #aeaeae;
        font-size: inherit;
        margin-top: 0;
        top: 0;
        left: 17px;
    }

    .nav-links01-next a::after {
        color: #aeaeae;
        font-size: inherit;
        margin-top: 0;
        top: 0;
        right: 17px;
    }
}

/* nav-links02 */
@media only screen and (max-width: 768px) {
    .nav-links02 {
        margin: 30px 0;
    }

    .nav-links02-previous, .nav-links02-next {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        width: 49.05063%;
    }

    .nav-links02-previous {
        float: left;
    }

    .nav-links02-previous a::before {
        font-size: 13px;
        position: relative;
        left: 0;
        margin-right: 0.31646px;
    }

    .nav-links02-next {
        float: right;
    }

    .nav-links02-next a::after {
        font-size: 13px;
        position: relative;
        right: 0;
        margin-left: 0.31646px;
    }
}

/* ----------------------------------------------------------------------
 リスト
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .list-group li {
        font-size: 12px;
    }

    .side_widget .list-group li {
        font-size: 12px;
    }

    .side_widget .list-group li:first-child {
        border-top: none;
    }

    .list-group a {
        padding: 10px 20px;
    }
}

/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
    .post-header {
        box-sizing: border-box;
    }

    .primary {
        width: 100%;padding: 0 15px;
    }

    .secondary {
        width: 100%;
        max-width: unset;
        margin: 2em auto 0;
    }

    #single_share_bottom+.post-meta-box {
        margin-top: 20px;
    }

    .post-meta-box-item {
        border: none;
        display: block;
        font-size: 12px;
        line-height: 1.6;
        margin: 0 0 10px 0;
        padding: 0 0 0 20px;
    }

    .post-meta-box-item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .post-title {
        font-size: 1.4em;
        line-height: 1.5;
    }

    .post-date {
        font-size: 10px;
    }

    .post-category {
        font-size: 10px;
    }

    .post-thumbnail {
        margin-bottom: 30px;
    }

    .post-meta-box {
        background: none;
        padding: 0;
    }

    .single_share+.nav-links01 {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 991px) {
    #single_banner_area .single_banner_left, #single_banner_area .single_banner_right, #single_banner_area_bottom .single_banner_left, #single_banner_area_bottom .single_banner_right, #single_banner_area2 .single_banner_left, #single_banner_area2 .single_banner_right {
        display: block;
    }

    /* 広告 */
    #single_banner_area {
        margin: 0 0 15px 0;
        text-align: center;
    }

    #single_banner_area .single_banner_left {
        float: none;
        padding: 0 0 15px 0;
        margin: 0 auto;
    }

    #single_banner_area .single_banner_right {
        float: none;
        padding: 0 0 15px 0;
        margin: 0 auto;
    }

    #single_banner_area img {
        max-width: 100%;
        height: auto;
        display: inline;
    }

    /* 広告2 */
    #single_banner_area_bottom {
        /*margin: -20px 0 15px;*/
        margin: 0 0 15px;
        text-align: center;
    }

    #single_banner_area_bottom .single_banner_left {
        float: none;
        padding: 0 0 15px 0;
        margin: 0 auto;
    }

    #single_banner_area_bottom .single_banner_right {
        float: none;
        padding: 0;
        margin: 0 auto;
    }

    #single_banner_area_bottom img {
        max-width: 100%;
        height: auto;
        display: inline;
    }

    /* 広告（ショートコードver） */
    #single_banner_area2 {
        margin: 0 0 15px 0;
        text-align: center;
    }

    #single_banner_area2 .single_banner_left {
        float: none;
        padding: 0 0 15px 0;
        margin: 0 auto;
    }

    #single_banner_area2 .single_banner_right {
        float: none;
        padding: 0 0 5px 0;
        margin: 0 auto;
    }

    #single_banner_area2 img {
        max-width: 100%;
        height: auto;
        display: inline;
    }
}

/* ----------------------------------------------------------------------
 ギャラリー
---------------------------------------------------------------------- */
@media only screen and (max-width: 1199px) {
    .gallery02 .gallery02-item {
        height: 650px;
    }
}

@media only screen and (max-width: 991px) {
    .gallery02 .gallery02-item {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .gallery-category {
        background: transparent;
    }

    .gallery {
        background: #eaeaea;
        padding: 0;
        position: relative;
    }

    .gallery01 {
        width: 215px;
        width: 162px;
        margin: 0 50px;
        width: calc(100% - 100px);
        box-sizing: border-box;
    }

    .gallery01.slick-slider {
        position: static;
    }

    .gallery01 .slick-arrow {
        border: none;
        width: 50px;
        height: 48px;
    }

    .gallery01 .slick-prev {
        top: 0;
        left: 0;
        transform: translate(0px, 0px);
    }

    .gallery01 .slick-next {
        top: 0;
        right: 0;
        transform: translate(0px, 0px);
    }

    .gallery01-item {
        background: transparent;
        box-sizing: border-box;
        margin: 0;
        height: 48px;
    }

    .gallery01-item:hover {
        opacity: 1;
    }

    /*
    .gallery01-item-inner {
          background: transparent;
          border: none;
          margin: 0 3px;
          box-sizing: border-box;
          width: 100%;
          height: 100%;
    }
    */
    .gallery02 {
        height: 220px;
        /*
        .slick-arrow, .slick-arrow:hover {
            background: rgba(0,0,0,.5);
            border: none;
            width: 50px;
            height: 48px;
            z-index: 9;
            &::before {
                    color: #fff;
            }
        }
        .slick-prev {
            left: 0;
        }
        .slick-next {
            right: 0;
        }
        */
    }

    .gallery02 .gallery02-item {
        height: 220px;
    }
}

/* ----------------------------------------------------------------------
 ニュース
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .archive-news {
        margin: 30px 0;
    }

    .headline-news-list {
        padding-left: 15px;
        margin-bottom: 0;
        text-align: left;
    }
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
    .top-slider, .header-youtube, .header-video {
        height: calc(70vh - 55px); 
        aspect-ratio:16/9;
        object-fit:cover;
        /*height:auto;*/
        min-height:auto;
        max-height:auto;
        object-position:top;
    }
    .front-main-box-inner h2{
        font-size:1.3em;
    }
}

@media only screen and (max-width: 400px) {
    .top-slider, .header-youtube, .header-video {
        /*     height: calc(100vh - 55px); */
        aspect-ratio:16/9;
        object-fit:cover;
        height:auto;
        min-height:auto;
        max-height:auto;
    }
    .front-main-box-inner h2{
        font-size:.8em;
    }
}

/* ----------------------------------------------------------------------
 ブログアーカイブ
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .header-bar {
        margin: 0;
        position: relative;
        top: 0px;
        left: 0px;
        height: 55px;
        width: 100%;
        z-index: 100;
    }

    .header-bar-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .logo {
        left: 0px;
    }
    .logo-image a{
        padding-block: 5px;font-size: 12px;
    }

    .logo-image a img {
        vertical-align: middle;
        height: 45px;
    }
}

@media only screen and (max-width: 1200px) {
    .global-nav-button {
        display: inline-block;
        font-size: 11px;
        line-height: 55px;
        position: absolute;
        right: 0px;
        width: 55px;
        height: 55px;
        z-index: 9;
    }

    .global-nav-button:before {
        /* color: #050a31; */
        color: #DFB23C;
        content: "\f0c9";
        display: block;
        font-family: "design_plus";
        font-size: 18px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 24px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        width: 24px;
        height: 24px;
    }

    .global-nav-button.active:before {
        content: "\e91a";
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .global-nav {
        display: none;
        width: 100%;
    }

    .header-bar-fixed .global-nav {
        position: absolute;
        top: 55px;
        z-index: 9;
        background: #ffffff;
        max-width: 300px;
        right: 0;
        padding: 0;
    }

    .global-nav>ul>li.global-menu-other>a::after {
        display: none;
    }

    .global-nav .sub-menu {
        display: none;
        opacity: 1;
        position: relative;
        transform: none;
        transition: none;
        visibility: visible;
        left: 0;
    }

    .global-nav .sub-menu .menu-item-has-children:after {
        border: none;
    }

    .global-nav .sub-menu a {
        line-height: 50px;
        padding: 0 15px;
        padding-left: 28px;
        width: 100%;
    }

    .global-nav .sub-menu ul {
        top: 100%;
        left: 0;
    }

    .global-nav>ul>li {
        float: none;
    }

    .global-nav>ul>li>a {
        line-height: 50px;
        padding: 0 15px;
        height: 50px;
        border-top: 1px dotted #e5c61e;
    }

    .global-nav>ul>li.global-menu-home>a {
        display: block;
    }

    .global-nav .menu-item-has-children>a span::before {
        content: "\e90e";
        display: inline-block;
        font-size: 13px;
        font-family: "design_plus";
        line-height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        width: 50px;
        height: 50px;
    }

    .global-nav .menu-item-has-children>a span::before:hover {
        cursor: pointer;
    }

    .global-nav .menu-item-has-children.active>a span::before {
        content: "\e911";
    }

    .global-nav .menu-item-has-children>a:before {
        content: "";
    }

    .global-nav>ul>li.global-menu-contact>a {
        margin: 0;
        line-height: 50px;
        border-radius: 0;
        height: 50px;
		color:#fff !important;
    }

    .global-nav>ul>li.global-menu-contact>a::after {
        display: inline-block;
        width: auto;
        bottom: 0;
        position: relative;
        left: 0;
        margin-left: 2em;
    }
}

@media only screen and (max-width: 1200px) {
    .header-bar-fixed~.top-slider-wrapper, .header-bar-fixed~.signage {
        margin-top: 55px;        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar .header-bar-fixed~.top-slider-wrapper, .admin-bar .header-bar-fixed~.signage {
        margin-top: 9px;
    }
}

@media only screen and (max-width: 768px) {
    .signage-title {
        font-size: 1.8em;
    }

    .signage-sub-title {
        font-size: 12px;
    }

    .breadcrumb {
        height: 44px;
        line-height: 44px;
    }

    .content_inner {
        padding: 50px 0 70px;
    }
}

/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */

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

@media only screen and (max-width: 768px) {
    footer {
        font-size: 0.9em;
        padding: 50px 15px 120px;
    }

    ul.footer-menu-list {
        width: 100%;
        margin-bottom: 6px;
        margin-right: 0;
    }

    ul.footer-menu-list:last-of-type {
        margin-bottom: 0;
    }

    .copyright {
        position: relative;
        text-align: center;
        margin: 4em auto 0;
    }
}

@media only screen and (max-width: 485px) {
    .footer_about_inner {
        width: 100%;
        padding: 0;
    }

    .footer-menu {
        width: 100%;
        padding: 0;
        margin: 4em auto 0;
        max-width: unset;
    }

    a.footer_but {
        max-width: unset;
    }
}

/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .headline-comment {
        font-size: 12px;
        padding: 0 20px;
        text-align: left;
    }

    #comments {
        margin-bottom: 30px;
    }

    #comment_header ul li a, #comment_header ul li p {
        border: none;
        line-height: 160%;
        padding: 0;
        text-align: left;
    }

    #comment_header ul li#trackback_closed {
        width: 80%;
    }

    #comment_header ul li#comment_closed {
        width: 20%;
        text-align: right;
    }

    #comment_header ul li.comment_switch_active a, #comment_header #comment_closed p {
        background: none;
        color: #666;
    }

    #comment_header ul li.comment_switch_active a::after, #comment_header #comment_closed p::after {
        border: none;
    }

    .comment {
        padding: 10px 20px;
    }

    .comment .comment-meta-left {
        float: none;
        width: auto;
    }

    .no_comment {
        padding-bottom: 0;
    }

    .comment_form_wrapper {
        padding: 20px 15px;
    }

    #guest_info div {
        margin-bottom: 20px;
    }

    #guest_info input {
        background: #f5f5f5;
        border-color: #eee;
        height: 30px;
    }

    #guest_info label {
        margin-bottom: 10px;
    }

    #comment_textarea textarea {
        background: #f5f5f5;
        border-color: #eee;
    }

    #submit_comment {
        background: #ccc;
        font-size: 12px;
        margin-top: 15px;
        width: 145px;
        height: 40px;
    }
}

/* ----------------------------------------------------------------------
 シェアボタン
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .share-top {
        margin-bottom: 24px;
    }

    .share-btm {
        margin-bottom: 0;
    }

    .share-btm .type2 {
        margin-bottom: 0;
    }
}

/* パスワード保護 */
@media only screen and (max-width:991px) {
    .post-password-form {
        width: 100%;
        padding: 20px;
        display: block;
        text-align: center;
    }

    .post-password-form input[type="password"] {
        display: block;
        margin: 1em auto;
    }

    .post-password-form input[type="submit"] {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width:768px) {
    .global-nav>ul>li>a {
        color: #DFB23C !important;
    }
	.global-nav-button:before{color: #DFB23C !important;}
	.pagetop a {
        height: auto;
        padding-bottom: 25px;
    }
}