@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* Language setup */
/*
:lang(ja){ }
:lang(en-US){ }
*/

/* リスト表示サムネイルの投稿者表示 */
.e-card-info .post-author {
    display: none;
}

.carousel-entry-card-thumb {
    overflow: visible;
}

img {
    vertical-align: bottom;
    position: relative;
    bottom: 0;
}

:lang(ja) .en{ display: none; }
:lang(en-US) .ja{ display: none; }
:lang(ja) .lang-item-ja{ display: none; }
:lang(en-US) .lang-item-en{ display: none; }
:lang(ja).related-entry-sub-heading.sub-caption{display:none}
:lang(en-US).related-entry-main-heading.main-caption{display:none}
:lang(en-US).related-entry-sub-heading.sub-caption {
    opacity: 1;
    font-size: 26px;
}

li.lang-item {
    list-style: none;
}

li.lang-item a {
    text-decoration: none;
    color: #333;
    padding: 0 10px 1px;
    width: auto;
    min-width: 90px;
    background: #fff;
    border-radius: 20px;
    font-size: 14px!important;
    display: inline-block;
    text-align: center;
    border: 3px solid #dcdcdc;
}

li.lang-item a::before {
    content: "\f0ac";
    font-family: FontAwesome;
    margin-right: 4px;
    font-size: 16px !important;
}

li.lang-item a:hover {
  -webkit-animation: scale .3s ease-in-out;
  animation: scale .3s ease-in-out;
}
@-webkit-keyframes scale {
  50% { -webkit-transform: scale(1.1); }
}
@keyframes scale {
  50% { transform: scale(1.1); }
}

.language-switcher {
    padding-left: 14px;
    position: relative;
    top: 0;
    right: 0;
    margin-right: 10px;
    border-left: 1px solid rgba(255,255,255,.6);
}

.language-switcher ul {
    padding-left: 10px;
    width: 80px;
    background: rgba(255,255,255,.8);
}

.language-switcher .fa {
    margin-right: 3px;
}

.home.page .entry-title,
.page .sns-share,
.page .sns-follow,
.page .date-tags,
.page .author-info{
  display: none;
}

.home #header-container {
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(30,30,30,.5) 0%,rgba(30,30,30,.3) 36%,rgba(30,30,30,0) 100%);
}

#header-container {
    position: static;
    background: #374A85;
}

.header-container-in.hlt-top-menu .site-name-text {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 28px;
    color: #ffffff;
    padding: 0 20px;
}

.navi {
    background: none;
}

.navi-in > ul li {
    width: auto;
    padding: 20px 30px;
    line-height: 20px;
}

.navi-in a {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.navi-in a:hover {
    background: none;
    color: #fff;
}

.navi-in a {
  position: relative;
  display: inline-block;
  transition: .2s;
}

.navi-in > ul > .menu-item-has-children > a::after {
    top: 14px;
    left: 0;
}

.navi-in > ul > .menu-item-has-children > a:hover::after {
    top: 16px;
}

.home .navi-in > ul .sub-menu {
    background: rgba(0,0,0,.2);
    border-radius: 10px;
}

.navi-in > ul .sub-menu {
    background: #333;
    left: 0;
    top: 57px;
    padding-bottom: 10px;
    min-width: 235px;
    border-radius: 0 0 10px 10px;
}

:lang(ja) .navi-in > ul .sub-menu {
    min-width: 155px;
}

.navi-in > ul .sub-menu li {
    padding: 10px;
    height: 30px;
}

#footer a {
    padding: 2px 0;
    font-size: 14px;
}

#footer .widget_nav_menu ul li a:hover {
    background: none;
    color: #cccccc;
}

.navi-footer-in > .menu-footer li {
    border-left: none;
    padding: 0 20px;
    border-radius: 15px;
}

.navi-footer-in > .menu-footer li:last-child {
    border-right: none;
}

#footer .navi-footer-in a:hover {
    background: none;
    color: #aaa;
}

.a-wrap,
img.arpw-thumbnail.alignleft.wp-post-image {
    transition-duration: .3s;
}

.a-wrap:hover {
    background-color: transparent;
    transform: translateY(-3px);
    transition-duration: .2s;
}

.entry-content p {
    padding: 0 4%;
}

#cookie-law-info-bar {
    background-color: rgba(0,0,0,.6)!Important;
}

#cookie-law-info-bar span {
    font-size: 12px;
}

.cli-plugin-button {
    border-radius: 20px;
}

.scrollable-table {
    margin-bottom: 0;
}

.scroll-hint-icon {
    padding: 10px;
    top: calc(50% - 35px);
}


.footer-sns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer-sns-icon {
    font-size: 24px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #ddd;
    padding: 6px;
    border: 2px solid #fff;
}

.icon-facebook-logo {
    background: #3b5998;
}

.icon-twitter-logo {
    background: #1da1f2;
}

.icon-instagram-logo {
    background: #405de6;
}

#footer .footer-sns a {
    font-size: 20px;
    text-decoration: none;
}

#footer .footer-sns a:hover {
    text-decoration: underline;
}

.go-to-top-button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #ddd;
}

/* HOME */

.widget-entry-cards {
    display: flex;
    flex-wrap: wrap;
}

.header-container-in.hlt-top-menu .tagline {
    color: #fff;
    margin: 0 0 -13px;
    font-size: 10px !important;
    display: block;
}

.bg-content {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    background: url(https://sample-page.reco-hp.com/chubridge-test01/wp-content/uploads/2019/01/japan-chubu2.png) no-repeat;
    background-size: contain;
    background-position: right 50px bottom 0;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 200px;
}

.bg-content a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: rgba(0,0,0,0.2);
    padding: 2px 5px;
    transition: .3s;
}

.bg-content a:hover {
    color: #fff;
    background: rgba(0,0,0,.5);
}

.bg-slider {
    height: 700px;
}

.bg-slider__title{
    color: #fff;
    font-size: 88px;
    line-height: 1.5;
    text-align:left;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 70px;
}

.vegas-slide-inner {
    background-attachment: fixed !important;
}

.vegas-timer-progress {
    background: #ccc!important;
}

.bg-content .search-box {
    width: 269px;
    margin-top: 40px;
}

.home .main {
    border-color: transparent;
}

.widget_accesstxt a {
    border: 1px solid #333;
    padding: 3px 6px;
    text-decoration: none;
    border-radius: 5px;
    color: #333;
}

.widget_accesstxt li {
    text-align: center;
}

.entry-card-thumb,
.widget-entry-card-thumb,
.related-entry-card-thumb,
.carousel-entry-card-thumb {
    margin-top: 0;
}

.widget-entry-cards.large-thumb-on .card-title {
    bottom: 22px;
    background: linear-gradient(rgba(255,255,255,0) 3%, rgba(0,0,0,.8) 100%);
}

.widget-entry-cards.ranking-visible .card-thumb::before {
    border-top: none;
    opacity: inherit;
    width: 12px;
    height: 12px;
    line-height: 13px;
    top: 0;
}

.home article h2 {
    margin-top: 0;
    background: none;
    font-size: 30px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.home article h2::before,
.home article h2::after {
    content: "";
    position: absolute;
    bottom: 0;
}

.home article h2::before {
    border-bottom: 3px solid #e60023;
    width: 100%;
}

.home article h2::after {
    border-bottom: 3px solid #e2e2e2;
    width: 100%;
}

.vvr-content {
    display: flex;
    justify-content: space-between;
}

.vvr-content a {
    width: 33%;
    background: #cee3ff;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    color: #333;
    transition: .3s;
    border-radius: 5px;
}

.vvr-content a:hover {
    opacity: .6;
}

/* carousel */

.carousel {
    margin-bottom: 15px;
}

.carousel .widget-page-content-top-title.main-widget-label {
    padding: 10px 30px;
    margin-right: 40px;
}

.slick-list {
    padding-top: 5px;
}

/* 見出し */

.widget-page-content-top-title.main-widget-label,
.arpw-widget-random .main-widget-label {
    font-size: 30px;
    position: relative;
    overflow: hidden;
    margin: 20px 5px 30px;
}

.widget-page-content-top-title.main-widget-label::before,
.widget-page-content-top-title.main-widget-label::after,
.arpw-widget-random .main-widget-label::before,
.arpw-widget-random .main-widget-label::after {
    content: "";
    position: absolute;
    bottom: 0;
}

.widget-page-content-top-title.main-widget-label::before,
.arpw-widget-random .main-widget-label::before {
    border-bottom: 3px solid #e60023;
    width: 100%;
}

.widget-page-content-top-title.main-widget-label::after,
.arpw-widget-random .main-widget-label::after {
    border-bottom: 3px solid #e2e2e2;
    width: 100%;
}

/* main popular post */
/*.slick-slide img, カルーセルのサムネイル*/
.widget-entry-cards.not-default figure img,
.ect-vertical-card .entry-card-wrap .entry-card-thumb img,
img.arpw-thumbnail.alignleft.wp-post-image {
    -webkit-filter: contrast(78%)brightness(98%);
            filter: contrast(78%)brightness(98%);
}

/*.popular-entry-card-date.widget-entry-card-date.display-none,
.new-entry-card-date.widget-entry-card-date.display-none {
    display: block;
}*/

.popular-entry-card-update-date.widget-entry-card-update-date.post-update,
.new-entry-card-update-date.widget-entry-card-update-date.post-update {
    display: none;
}

.popular-entry-card-title.widget-entry-card-title.card-title,
.new-entry-card-title.widget-entry-card-title.card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    bottom: 22px;
    left: 0;
    font-size: 20px;
}

.popular-entry-cards.widget-entry-cards.no-icon.cf.not-default.large-thumb,
.new-entry-cards.widget-entry-cards.no-icon.cf.not-default.large-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.widget-page-content-top .popular-entry-cards.widget-entry-cards.no-icon.cf.not-default.large-thumb-on {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.widget-page-content-top .widget-entry-cards .a-wrap {
    width: 50%;/*49.2%*/
    padding: 0 2px;
    margin-bottom: 3px;
    margin-left: 0;/*.4%*/
    margin-right: 0;
    background: none;/*#5f5f5f*/
}
/*
.widget-page-content-top .widget-entry-cards .a-wrap:nth-child(n+2) {
    width: 49%;
    margin-right: .5%;
    margin-left: .5%;
}*/

.popular-entry-card-content.widget-entry-card-content.card-content,
.new-entry-card-content.widget-entry-card-content.card-content {
    color: #fff;
    padding: 0 5px;
    margin-bottom: 4px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    /*background: linear-gradient(to top, rgba(30,30,30,.6) 0%,rgba(30,30,30,.3) 50%,rgba(30,30,30,0) 100%);*/
    width: 100%;
    margin: 0;
    background: rgba(55, 74, 133, 0.7);
}

.widget-entry-cards .cat-label {
    display: inline;
}

.cat-label {
    top: 0;
    left: 0;
    border: none;
    background: #364987;
    padding: 3px;
    font-size: 12px;
    padding: 3px 5px;
}

/* wpp seting */

ul.wpp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article ul.wpp-list li {
    width: 49%;
    padding: 0;
    position: relative;
    margin-right: .5%;
    margin-left: .5%;
    margin-bottom: 5px;
    box-shadow: 0 1px 1px rgba(45,43,43,.26)
}

a.wpp-post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpp-thumbnail {
    margin: 0!important;
}

.home .wpp-thumbnail img {
    bottom: 0;
}

.wpp-title-m {
    background: none;
    padding: 0;
    margin: 0;
}

.wpp-wrap {
    position: relative;
}

.wpp-category-m {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #ffce33;
    padding: 3px;
    font-size: 12px;
}

.wpp-category-m a {
    text-decoration: none;
    color: #333;
}

.wpp-title-m {
    position: absolute;
    bottom: 25px;
    width: 100%;
    background: linear-gradient(to top, rgba(30,30,30,.8) 0%,rgba(30,30,30,.5) 50%,rgba(30,30,30,0) 100%);
    padding: 2px 10px;
}

.wpp-title-m a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
}

.wpp-meta-m {
    padding-left: 10px;
    padding-right: 10px;
    background: #333;
    color: #fff;
    font-size: 14px;
}

.wpp-author-m a {
    color: #fff;
}

/* random post */

.arpw-li {
    position: relative;
}

a.arpw-title {
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    left: 0;
    padding-left: 6px;
    padding-bottom: 6px;
    background: linear-gradient(to bottom, rgba(30,30,30,.3) 0%,rgba(30,30,30,.2) 50%,rgba(30,30,30,0) 100%);
    font-size: 20px;
    line-height: 1.4;
}

.article ul.arpw-ul {
    display: flex;
    padding: 0;
}

.arpw-summary {
    padding: 0 5px 5px;
    box-shadow: 0 1px 1px rgba(45,43,43,.26);
}

img.arpw-thumbnail.alignleft.wp-post-image {
    margin-bottom: 5px;
}

/* sidebar */
/*
.sidebar {
    border-color: #bfbfbf;
}*/

.sidebar .card-thumb img {
    bottom: 1px;
}

.sidebar h3 {
    background: #374A85;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    outline: 1px solid #fff;
    outline-offset: -6px;
}

.sidebar-link-list a {
    transition: .3s;
    display: block;
    text-align: center;
    padding: 20px;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    border: 2px solid #555;
    border-radius: 10px;
}

.sidebar-link-list a + a {
    margin-top: 20px;
}

.sidebar-link-list a:hover {
    background: #ececec;
}

.sidebar .widget-entry-cards .widget-entry-card-content {
    padding: 0 5px 0;
    color: inherit;
    position: static;
    background: none;
}

.sidebar .new-entry-card-title.widget-entry-card-title.card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
    margin-bottom: 5px;
}

.sidebar .new-entry-card-date.widget-entry-card-date.display-none {
    display: block;
}

.sidebar .popular-entry-card-content.widget-entry-card-content.card-content,
.sidebar .sidebar .widget-entry-cards .widget-entry-card-content {
    color: inherit;
    position: static;
    background: none;
}

.sidebar .popular-entry-card-title.widget-entry-card-title.card-title,
.sidebar .new-entry-card-title.widget-entry-card-title.card-title {
    -webkit-line-clamp: 2;
    position: static;
    height: auto;
    background: none;
    padding: 0;
    margin: 0 0 5px 126px;
    font-size: 14px;
}

.sidebar .widget-entry-cards .cat-label {
    display: none;
}

/* page */

.search-edit, input[type="text"] {
    border-radius: 30px;
    font-size: 14px;
    padding: 8px 12px;
}

.search-submit {
    line-height: 34px;
}

.entry-title {
    margin: 45px 0;
}

h1.entry-title {
    text-align: center;
}

#main.main {
    padding-top: 0;
}

.eye-catch .cat-label {
    border: none;
    top: 0;
    left: 0;
}

.breadcrumb.sbp-main-before,
.breadcrumb.pbp-main-before {
    margin: 12px auto -10px;
    padding: 0 5px;
    background: none;
}
/*
.breadcrumb.pbp-main-before {
    background: none;
    margin: 24px auto 0;
}*/

.breadcrumb-item .fa-folder {
    display: none;
}

/* sponsor-page */

.sponsor-list .author-thumb {
    width: 140px;
}

.sponsor-list .author-content {
    margin-left: 160px;
}

.page .author-content .sns-follow {
    display: inline;
}

/* post */

.article h2 {
    background: none;
}

.date-tags {
    font-size: 18px;
    margin-bottom: 10px;
    color: #888;
    text-align: left;
}

.post-date::before {
    font-family: inherit;
    content:"";
    padding-right: 0;
}

.sns-share-buttons {
    justify-content: center;
}

.sns-share.ss-top.ss-col-6 a, .sns-share.ss-bottom.ss-col-6 a {
    width: 16.6%;
    border-radius: 0;
}

.sns-share a .button-caption.button-caption {
    display: none;
}

.sns-share.ss-high-and-low-lc a > span {
    padding-top: 2px;
}

.author-box {
    border: none;
    background: #efefef;
    padding: 20px 20px;
    border-radius: 0;
}

.author-widget-name {
    margin-bottom: 14px;
}

.related-entry-card-thumb {
    width: 40%;
}

.ecb-entry-border .entry-card-wrap {
    padding: 0;
    border: none;
}

h2.entry-card-title.card-title.e-card-title {
    padding: 5px;
}

.entry-card-snippet.card-snippet.e-card-snippet {
    padding: 0 5px 5px;
}

.cb-infobox .tab-caption-box-content {
    padding: 0;
}

.cb-infobox table.wp-block-table {
    margin-bottom: 0;
}

.tag-link {
    border: none;
    background: #eee;
}

/* sns color */
.author-box .bc-brand-color.sns-follow .twitter-button {
  background-color: #1da1f2;
}
.author-box .bc-brand-color.sns-follow .facebook-button {
  background-color: #3b5998;
}
.author-box .bc-brand-color.sns-follow .hatebu-button {
  background-color: #2c6ebd;
}
.author-box .bc-brand-color.sns-follow .google-plus-button {
  background-color: #dd4b39;
}
.author-box .bc-brand-color.sns-follow .pocket-button {
  background-color: #ef4056;
}
.author-box .bc-brand-color.sns-follow .line-button {
  background-color: #00c300;
}
.author-box .bc-brand-color.sns-follow .website-button {
  background-color: #002561;
}
.author-box .bc-brand-color.sns-follow .instagram-button {
  background-color: #405de6;
}
.author-box .bc-brand-color.sns-follow .pinterest-button {
  background-color: #bd081c;
}
.author-box .bc-brand-color.sns-follow .youtube-button {
  background-color: #cd201f;
}
.author-box .bc-brand-color.sns-follow .flickr-button {
  background-color: #111;
}
.author-box .bc-brand-color.sns-follow .amazon-button {
  background-color: #ff9900;
}
.author-box .bc-brand-color.sns-follow .rakuten-room-button {
  background-color: #c61e79;
}
.author-box .bc-brand-color.sns-follow .github-button {
  background-color: #4078c0;
}
.author-box .bc-brand-color.sns-follow .feedly-button {
  background-color: #2bb24c;
}
.author-box .bc-brand-color.sns-follow .rss-button {
  background-color: #f26522;
}

.author-box .sns-follow-buttons a.follow-button {
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 50px;
    border: none;
    color: #fff;
    margin: 7px;
    box-shadow: 1px 1px 5px 2px #bfbfbf;
}

.author-box .sns-follow-buttons a.follow-button:hover {
    opacity: .6;
    background-color: #333;
}

.pager-post-navi {
    flex-direction: row;
}

div#pager-post-navi a {
    width: 50%;
}

.post-navi-default.post-navi-border .next-post {
    border: inherit;
}

.post-navi-default.post-navi-border a {
    border: none;
}

.all-posts-box {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 3px 4px 0 #2e448a;
    text-decoration: none;
    display: block;
    color: #5268af;
    transition: .3s;
    border: 1px solid #5268af;
}

.all-posts-box:hover {
    color: #5268af;
    background: #e5e9f9;
}

/* authors */
.authors-list {
    display: flex;
    flex-wrap: wrap;
}

.authors-list .author-thumb {
    float: none;
    margin: 0 auto;
}

.author-content {
    margin-left: 150px;
}

.authors-list .author-content {
    margin: 0;
}

.authors-list .author-box .author-name {
    text-align: center;
    margin: 20px 0;
}

.author-name a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
}

.authors-list .author-thumb img {
    border-radius: 50%;
}

.authors-list .author-box {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 20px;
}

.page .authors-list .sns-follow {
    display: inline;
}

.authors-list .author-widget-name {
    width: 100%;
}

.author-widget-name {
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #555;
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    /*border-bottom: 2px solid #ddd;*/
    width: 130px;
}

.author-widget-name::before {
    content: "";
    width: 50px;
    height: 10px;
    background: #ccc;/*#ffc2cb*/
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 7px;
    left: -7px;
    transform: rotate(-45deg);
}

.author-widget-name::after {
    content: "";
    width: 5px;
    height: 2px;
    background: #777;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: -4px;
    transform: rotate(-45deg);
}

.e-card-info > span {
    font-size: 14px;
}

.author-box p {
    padding: 0;
}

/* postlist */

.entry-card-meta {
    bottom: 2px;
    left: 3px;
}

.e-card-info {
    justify-content: flex-start;
}

.ect-vertical-card .entry-card-wrap {
    width: 50%;
    padding: 0 2px;
    display: inline-block;
    height: 100%;
}

.ect-vertical-card.ect-tile-card .a-wrap {
    margin: 0 0 3px;
}

.entry-card-content.card-content.e-card-content {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    padding-top: 30px;
}

.post-author-image img {
    width: 20px;
}

.post-author-name {
    font-size: 16px;
}

.ect-vertical-card .entry-card-wrap .post-date {
    font-size: 16px;
}

.ect-vertical-card.ect-tile-card .card-meta {
    position: absolute;
    bottom: 0;
}

.entry-card-snippet.card-snippet.e-card-snippet {
    font-size: 14px;
}

.liststyle-switcher-box {
    display: none;
}

.ect-vertical-card .entry-card-wrap:hover .entry-card-thumb img {
    filter: contrast(78%)brightness(50%);
    transition: .3s;
}

.entry-card-snippet.card-snippet.e-card-snippet {
    color: transparent;
}

.ect-vertical-card .entry-card-wrap:hover .entry-card-snippet.card-snippet.e-card-snippet {
    color: #fff;
    transition: .5s;
}

/* marche */

.marche-information {
	max-width: 800px;
	margin: 0 auto 0;
	font-size: 14px;
	border: 2px dashed #ff6c6c;
	padding: 20px;
	background: #ffdfdf;
}

.page-id-1475 .language-switcher,
.page-id-1629 .language-switcher{
	display: none;
}
/*

.page-id-1475 #header-container,
.page-id-1629 #header-container{
	background: #687247;
}

.page-id-1475 #footer,
.page-id-1629 #footer{
	background: #687247;
}
*/

.page-id-1475 #breadcrumb,
.page-id-1629 #breadcrumb {
	display: none;
}

.page-id-1475 .article-header,
.page-id-1629 .article-header {
	display: none;
}

.marche-content .marche-header-image {
/*
    max-width: 600px;
    margin: 0 auto;
    height: 350px;
    padding-top: 70px;
    position: relative;
*/
    width: 100%;
    margin: 0 auto 50px;
    padding-top: 0;
    position: relative;
}

.marche-content .marche-header-time {
/*
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #626f35;
    bottom: 30px;
    font-size: 20px;
*/
    display: inline-block;
    width: 100%;
    left: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #626f35;
    font-size: 28px;
    padding: 30px 0 0;
}

.marche-content .marche-image-slide img {
    width: 20%;
    height: auto;
    margin: 0px;
    padding: 2px;
}

.marche-content .marche-image-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.marche-content {
    position: relative;
}

.marche-content h2 {
	position: relative;
	padding: 25px 0 10px 10px;
}

.marche-content h2.moriyamarche-h2 {
	padding-left: 70px;
	background: url(https://chubridge.com/wp-content/uploads/2019/10/icon-tree2.png) no-repeat left;
    background-position: 0 -10px;
    background-size: 72px;
}

/*.moriyamarche-h2::before {
    position: absolute;
    top: -15px;
    left: -10px;
    content: url(https://chubridge.com/wp-content/uploads/2019/10/icon-tree.png);
}*/

.marche-content h2::after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: -webkit-repeating-linear-gradient(-45deg, #626f35, #626f35 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #626f35, #626f35 2px, #fff 2px, #fff 4px);
}

.marche-content h2 a {
    color: #626f35;
    padding-top: 10px;
}

.marche-content h3 {
	font-size: 16px;
	border: 0;
    background: #626f35;
    color: #fff;
    width: fit-content;
    margin: 0;
    padding: 10px 10px 10px 30px;
    height: 39px;
    z-index: 2;
    position: relative;
    border-bottom: 3px solid #3a4417;
}

.marche-content h3:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 27px;
	height: 27px;
	left: -14px;
	transform: rotate(45deg);
	top: 6px;
}

.marche-content h3:after {
    content: "";
    position: absolute;
    background: #626f35;
    width: 27px;
    height: 27px;
    right: -14px;
    transform: rotate(45deg);
    top: 6px;
    z-index: -1;
}

.marche-content h3.archive-h3 {
    background: #ec7cae;
    border-bottom: 3px solid #d0548b;
}

.marche-content h3.archive-h3:after {
    background: #ec7cae;
}

.marche-content ul.archive-list li {
    border-bottom: 2px dashed #f5bed6;
}

.marche-content .marche-main-menu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.marche-content .marche-main-menu li {
    width: 25%;
    margin: 0;
    text-align: center;
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #626f35;
}

.marche-content .marche-main-menu {
    margin-bottom: 30px;
}

.marche-content .marche-main-menu li a {
    color: #626f35;
    text-decoration: none;
    /*border-bottom: 1px solid #626f35;*/
}

.moriyamarche-h2 img {
    width: 240px;
}

.marche-content .marche-header-info {
/*
 	width: 260px;
    text-align: center;
    background: #4f64bd;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    outline: 2px dashed #fff;
    outline-offset: -5px;
    position: absolute;
    top: -6px;
    z-index: 1;
    left: calc(50% - calc(260px/2))
*/
    width: 100%;
    text-align: center;
    background: #235573;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    outline: 2px dashed #fff;
    outline-offset: -5px;
}

.marche-content .marche-nextevent {
    width: 100%;
    background: #ffcfcf;
    padding: 10px;
    outline: 2px dashed #fff;
    outline-offset: -4px;
    font-size: 1.2em;
}

.marche-content .nextevent-day {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin: 0 2px;
}

.marche-content .nextevent-close {
    font-size: 12px;
    color: #777;
}

.marche-content .marche-header-muryo {
    background: #fa5f6a;
    position: absolute;
    right: 200px;
    top: 50px;
    text-align: center;
    padding: 8px 8px 8px 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 50%;
    z-index: 1;
}

.marche-header-leef {
/*
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 240px;
*/
	position: absolute;
    left: 0;
    top: inherit;
    z-index: 1;
    width: 240px;
    bottom: -60px;
}

.marche-header-nocharge {
/*
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
    width: 180px;
*/
	position: absolute;
    right: 0;
    top: inherit;
    z-index: 1;
    width: 180px;
    bottom: -10px;
}

.animated { 
    animation-duration: 3s; 
    animation-fill-mode: both; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
} 

@keyframes swing { 
    20% { transform: rotate(5deg); } 
    40% { transform: rotate(-4deg); } 
    60% { transform: rotate(3deg); } 
    80% { transform: rotate(-2deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing { 
    transform-origin: top center; 
    animation-name: swing; 
}

@keyframes swing2 { 
    20% { transform: rotate(1deg); } 
    40% { transform: rotate(4deg); } 
    60% { transform: rotate(2deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing2 { 
    transform-origin: bottom center; 
    animation-name: swing2; 
}

/* instafeed */

.eapps-instagram-feed-posts-item-image-landscape .eapps-instagram-feed-posts-item-image {
	max-height: 180px !important;
	object-fit: cover;
}

.eapps-instagram-feed-posts-item-image-wrapper {
	padding-top: 0 !important;
	height: 180px;
}

.eapps-instagram-feed-posts-item-template-classic {
	border: 0 !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
    .home .header-cover > div{
        background-attachment: fixed;
        background-size: auto 800px;
        background-repeat: no-repeat;
        background-position: top;
    }
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
    .home #header-container {
        /*background: none;*/
        padding-top: 10px;
        padding-bottom: 5px;
        background: #374A85;
    }

    #header-container {
        position: absolute;
        padding-top: 10px;
        padding-bottom: 5px;
        background: #374A85;
        width: 100%;
        top: 0;
    }

    .header-container-in.hlt-top-menu .tagline {
        margin: 0px 0 -10px;
    }

    .language-switcher {
        position: absolute;
        top: 10px;
        border: none;
        margin-right: 5px;
    }

    #main.main {
        margin-top: 10px;
        padding-top: 20px;
    }

    .menu-drawer a {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 400;
    }

    .menu-drawer .sub-menu a {
        font-size: 20px;
    }

    .menu-drawer .sub-menu {
        margin: 0;
    }

    .menu-close-button {
        color: #333;
    }

    .mobile-menu-buttons,
    .mobile-menu-buttons .menu-button:hover {
    background: #333;
    color: #fff;
    }

    .mobile-menu-buttons .menu-button > a {
        color: #fff;
    }

    .navi-footer-in > .menu-footer li:last-child {
        border-right: 1px solid #ccc;
    }

    .widget_accesstxt {
        font-size: 1.4em;
    }

    .bg-slider {
        height: 500px;
    }

    .home .header-cover > div{
        /*background-attachment: fixed;*/
        background-size: auto 600px;
        /*background-repeat: no-repeat;*/
        /*background-position: top;*/
    }

    .bg-content {
        background-position: right 10px bottom 0;
        top: 100px;
        position: relative;
        height: 160px;
    }

    .vegas-slide-inner {
        background-attachment: scroll !important;
    }

    .bg-content .search-box {
        margin: 60px auto 0;
    }

    :lang(en-US) .bg-content .search-box {
        margin-top: 40px;
    }

    .entry-title {
        margin: 0;
    }

    .search-menu-content {
        top: 50%;
    }

    .eye-catch-wrap {
    margin: 0 -10px;
    }

    .article ul.wpp-list {
        padding: 0;
    }

    .article ul.wpp-list li {
        width: 100%;
    }

    li.arpw-li:nth-child(3) {
    display: none;
    }

    .pager-post-navi {
        flex-direction: column;
    }

    div#pager-post-navi a {
        width: 100%;
    }

    .carousel .widget-page-content-top-title.main-widget-label {
        padding: 10px 10px;
        margin-right: 15px;
    }

    .authors-list .author-box .sns-follow-buttons {
        justify-content: space-between;
    }

    .entry-card-snippet.card-snippet.e-card-snippet {
        color: #fff;
    }

    .header-cover {
        margin-top: 10px;
    }

    .slicknav_btn {
        float: left;
        z-index: 5;
        margin: 12px 12px 2px;
        background-color: #203471;
    }

    .slicknav_menu {
        background: none;
        padding: 0;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu .slicknav_icon {
        margin: 0;
    }

    .slicknav_nav {
        font-size: 16px;
        background: #333;
        position: relative;
        top: 10px;
    }

    .slicknav_menu .slicknav_icon-bar {
        height: 3px;
        width: 20px;
    }

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 4px;
    }
    
/*
    .page-id-1475 .slicknav_btn {
	    background-color: #535d34;
    }
*/
    
    .marche-content .marche-main-menu {
	    margin-bottom: 0;
    }
    
/*
    .marche-content .marche-header-image {
	    max-width: 300px;
	    height: inherit;
	    padding-top: 30px;
    }
*/
    
    .marche-content .marche-image-slide img {
	    padding: 1px;
	    width: calc(100% /3);
    }
    
    .marche-content .marche-image-slide-last {
	    display: none;
    }
    
    .marche-content .marche-main-menu li {
	    font-size: 16px;
	    width:  50%;
	    padding: 10px 0;
    }
    
    .marche-content .marche-header-info {
		font-size: 14px;
		padding: 3px 0;
		outline: 1px dashed #fff;
		outline-offset: -3px;
    }
    
	.marche-content h2 {
		font-size: 24px;
	}
	
	#eapps-instagram-feed-1 {
		margin-left: calc(-50vw + 50%) !important;
	    margin-right: calc(-50vw + 50%) !important;
	    width: 100vw !important;
	}
	
	.marche-content .marche-header-muryo {
		right: 12px;
	}
	
	.marche-content .marche-header-leef {
		width: 120px;
		left: -20px;
		bottom: -32px;
	}
	
	.marche-content .marche-header-nocharge {
		width: 85px;
	}
	
	.marche-content .marche-header-time {
		bottom: -16px;
		font-size: 16px;
	}
	
	.marche-content .marche-nextevent {
		padding: 8px;
		font-size: 1em;
	}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
    .bg-slider {
        height: 260px;
    }

    .bg-content {
        top: 0;
    }

    .bg-slider__title {
        font-size: 48px;
    }

    .widget-page-content-top .widget-entry-cards .a-wrap {
        width: 50%;
    }

    .widget-page-content-top .widget-entry-cards .a-wrap .new-entry-card-title.widget-entry-card-title.card-title,
    .widget-page-content-top .widget-entry-cards .a-wrap .popular-entry-card-title.widget-entry-card-title.card-title {
        font-size: 12px;
    }

    .widget-page-content-top .widget-entry-cards .a-wrap:first-of-type .new-entry-card-title.widget-entry-card-title.card-title,
    .widget-page-content-top .widget-entry-cards .a-wrap:first-of-type .popular-entry-card-title.widget-entry-card-title.card-title
    /*.widget-page-content-top .widget-entry-cards .a-wrap:nth-of-type(4) .new-entry-card-title.widget-entry-card-title.card-title*/ {
        font-size: 22px;
    }

    .widget-page-content-top .widget-entry-cards .a-wrap:first-of-type
    /*.widget-page-content-top .widget-entry-cards .a-wrap:nth-child(4)*/ {
        width: 100%;
    }

    /*.widget-page-content-top .widget-entry-cards .a-wrap:last-child {
        display: none;
    }*/

    .authors-list .author-box .author-thumb {
        width: 75%;
    }

    .author-box .sns-follow-buttons a.follow-button {
        width: 45px;
        height: 45px;
        font-size: 24px;
        margin: 5px;
    }

    .author-box .author-content {
        margin-left: 30%;
    }

    .authors-list .author-box .author-content {
        margin: 0;
    }

    .breadcrumb.sbp-main-before,
    .breadcrumb.pbp-main-before {
        background: none;
        margin: 10px auto -15px;
    }

    .sponsor-list .author-box .author-thumb {
        width: 60%;
        margin: 0 auto;
        float: none;
    }

    .sponsor-list .author-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .sponsor-list .author-name {
        text-align: center;
        margin-bottom: 10px;
    }

    .sponsor-list .author-description {
        font-size: 14px;
    }

    .popular-entry-card-title.widget-entry-card-title.card-title,
    .new-entry-card-title.widget-entry-card-title.card-title {
        -webkit-line-clamp: 2;
    }

    .no-sp-snippet .entry-card-snippet {
        display: block;
    }

    .entry-card-snippet.card-snippet.e-card-snippet {
        display: none;
    }

    .thumb-big .entry-card-content.card-content.e-card-content {
        padding-top: 30px;
        background: linear-gradient(to bottom,rgba(50,50,50,0) 0%,rgba(50,50,50,.2) 40%,rgba(50,50,50,0) 100%);
    }

    #list .post-author-name {
        display: none;
    }

    h2.entry-card-title.card-title.e-card-title {
        padding: 0 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .ect-vertical-card .entry-card-wrap.thumb-big {
        width: 100%;
    }

    .ect-vertical-card .entry-card-wrap.thumb-small {
        width: 50%;
    }

    #list .thumb-big .post-author-name {
        display: block;
    }

    .thumb-big .entry-card-snippet.card-snippet.e-card-snippet {
        display: block;
        font-size: 16px;
        color: #fff;
    }

    .thumb-big h2.entry-card-title.card-title.e-card-title {
        line-height: 1.4;
        font-size: 20px;
    }

    .liststyle-switcher-box {
        width: 100%;
        text-align: right;
        display: block;
    }

    #liststyle-switcher-small,
    #liststyle-switcher-big {
        display: block;
        color: #fff;
        width: auto;
        background: #374a85;
        border-radius: 50%;
        font-size: 20px!important;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        border: none;
    }

    #main.main {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .navi-footer-in>.menu-footer li.menu-item {
        width: 100%;
    }

    .sidebar-link-list a {
        padding: 5px;
    }
}
