@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* Custom Property */
:root {
  --color-blue1: rgb(79, 154, 208);
  --color-blue2: #85bae5;
  --color-green1: rgb(105, 195, 182);
  --color-green2: rgb(166, 211, 151);
  --color-beige1: rgb(252, 215, 161);

  --gradient_bg_color: #ffffff;

  --gradient_spot1_color: #ffffff;
  --gradient_spot1_w: 0%;
  --gradient_spot1_h: 0%;
  --gradient_spot1_x: 0%;
  --gradient_spot1_y: 0%;

  --gradient_spot2_color: rgba(133, 186, 229, .35);
  --gradient_spot2_w: 87%;
  --gradient_spot2_h: 90%;
  --gradient_spot2_x: 100%;
  --gradient_spot2_y: 0%;

  --gradient_spot3_color: rgba(166, 211, 151, .35);
  --gradient_spot3_w: 38%;
  --gradient_spot3_h: 40%;
  --gradient_spot3_x: 100%;
  --gradient_spot3_y: 100%;

  --gradient_spot4_color: rgba(252, 215, 161, .35);
  --gradient_spot4_w: 29%;
  --gradient_spot4_h: 51%;
  --gradient_spot4_x: 0%;
  --gradient_spot4_y: 100%;
}

/* Global */
body {
  background-attachment: fixed;
  background-color: var(--gradient_bg_color);
  background-image: radial-gradient(
      var(--gradient_spot1_w) var(--gradient_spot1_h)
      at left var(--gradient_spot1_x) top var(--gradient_spot1_y),
      var(--gradient_spot1_color),
      transparent
    ),
    radial-gradient(
      var(--gradient_spot2_w) var(--gradient_spot2_h)
      at left var(--gradient_spot2_x) top var(--gradient_spot2_y),
      var(--gradient_spot2_color),
      transparent
    ),
    radial-gradient(
      var(--gradient_spot3_w) var(--gradient_spot3_h)
      at left var(--gradient_spot3_x) top var(--gradient_spot3_y),
      var(--gradient_spot3_color),
      transparent
    ),
    radial-gradient(
      var(--gradient_spot4_w) var(--gradient_spot4_h)
      at left var(--gradient_spot4_x) top var(--gradient_spot4_y),
      var(--gradient_spot4_color),
      transparent
    );
}
a:hover {
    color: #333;
}
ol, ul {
    padding-left: 15px;
}
.main, .navi, .sidebar, .search-edit, input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select {
    border: 1px solid transparent;
}
.header-container, .main, .sidebar, .footer {
    background-color: transparent;
}
@media screen and (max-width: 1023px) {
    body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
        margin-top: 0px;
    }
}

/* Header */
.header-container {
    box-shadow: 0 0 6px rgba(79, 154, 208, .5);
}
.navi-menu-content {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.menu-content {
    max-width: 100%;
}
.mobile-menu-buttons {
    padding: 8px 0;
}
.mobile-menu-buttons .logo-menu-button.menu-button {
    justify-content: flex-start;
    padding-left: 16px;
}
.menu-close-button {
    text-align: right;
    padding-right: 16px;
}
.logo-header img {
    filter: drop-shadow(0px 0px 5px #fff);
}
.header-container.fixed-header .logo-image {
    display: none;
}
.navi {
    background-color: transparent;
}
#navi .navi-in a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
#navi .navi-in a:hover {
    background-color: transparent;
    color: var(--color-blue1);
}
#navi .navi-in a, #navi .navi-in a:hover {
    text-shadow: 0px 0px 1px rgba(255,255,255,0.5),0px 0px 2px rgba(255,255,255,0.5),0px 0px 3px rgba(255,255,255,0.5),0px 0px 4px rgba(255,255,255,0.5),0px 0px 5px rgba(255,255,255,0.5),0px 0px 6px rgba(255,255,255,0.5);
}
.navi-in > ul .sub-menu {
    background-color: rgba(255,255,255,.95);
}
.navi-in > ul li:hover > ul {
    transition: .3s all ease-in-out;
}
.menu-item-has-children > a[href="#"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 1023px) { 
    .mobile-menu-buttons {
        background-color: rgba(255,255,255,.85);
    }
    .logo-menu-button img {
        filter: drop-shadow(0px 0px 5px #fff);
    }
    .mobile-menu-buttons .menu-icon {
        color: var(--color-blue1);
    }
    .mobile-menu-buttons .menu-caption {
        color: var(--color-blue1);
    }
    .menu-close-button {
        color: var(--color-blue1);
    }
    .menu-drawer a {
        padding: 10px 6px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: .5px;
    }
    #navi-menu-input:checked ~ #navi-menu-content, #sidebar-menu-input:checked ~ #sidebar-menu-content, #search-menu-input:checked ~ #search-menu-content, #share-menu-input:checked ~ #share-menu-content, #follow-menu-input:checked ~ #follow-menu-content {
        background-color: #e1eef9;
    }
}
/* Home */
.home .container {
    position: relative;
}
.home .header-container {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.75);
}
.home .content {
    margin-top: -167px;
    padding-bottom: 0;
}
.home .main {
    padding: 0px 29px;
}
.mv-worldcit {
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
}
.mv-worldcit img {
    width: 100%;
    max-height: 65vh;
    min-height: 580px;
    object-fit: cover;
}
.page .date-tags {
    display: none;
}
.entry-content {
    margin-top: 0em;
}
.home .entry-content {
    margin-bottom: 0em;
}
.home .footer-meta {
    display: none;
}
.home.body .article {
    margin-bottom: -1.8em;
}
.home .home-footer {
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    /*
    background-color: #f4f5f6;
    */
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .05);
}
.home .home-footer > .wp-block-columns {
    max-width: 1000px;
    margin: 0 auto;
    padding: 36px 29px;
}
.home .home-footer > .wp-block-columns img {
    max-width: 260px;
}
.home .footer {
    box-shadow: 0 0 15px rgba(79, 154, 208, .15);
    position: relative;
}
@media screen and (max-width: 1023px){
    .home .content {
        margin-top: -66px;
    }
    .mv-worldcit img {
        width: auto;
        min-width: 100%;
        height: 60vh;
        min-height: 500px;
        object-position: top center;
    }
    .home .home-footer {
        margin-bottom: 0;
    }
}

/* Content */
.container {
    min-height: 100vh;
    position: relative;
}
.content {
    padding-bottom: 140px;
}
.no-sidebar .content .main {
    max-width: 1000px;
    margin: 0 auto;
}
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
    padding: 36px 29px 0.6em;
    background-color: transparent;
}
.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file {
    display: none;
}
.no-sidebar .breadcrumb {
    max-width: 1000px;
}
.main {
    padding: 0px 29px 36px;
}
.entry-title, .archive-title {
    font-size: 40px;
    color: var(--color-blue1);
}
.article h2 {
    border-left: 2px solid var(--color-blue1);
    margin: 40px 0 20px;
    padding: 15px 30px;
}
.article h3 {
    border-bottom: 0px solid transparent;
    padding: 0;
}
.author-info {
    display: none;;
}
@media screen and (min-width: 1024px) {
    .article h2 {
        margin: 40px 0 20px !important;
    }
}
@media screen and (max-width: 1023px){
    .content {
        margin-top: 60px;
    }
    .breadcrumb.sbp-main-before, .breadcrumb.pbp-main-before {
        margin-top: 50px;
        padding: 36px 16px 0.6em;
    }
    .breadcrumb.sbp-main-before + .content, .breadcrumb.pbp-main-before + .content {
        margin-top: 0px;
    }
}
@media screen and (max-width: 834px) {
    main.main, div.sidebar {
        margin: 0 0 12px;
        padding: 0 16px;
    }
    .article h2 {
        padding: 0.6em 15px;
    }
}
@media screen and (max-width: 480px) {
    .entry-title {
        padding: 0.6em 0;
    }
}

/* Post */
.single-post .entry-title, 
.single-post .archive-title {
    font-size: 30px;
    line-height: 1.5;
}

/* Archive */
.archive-title span {
    display: none;
}
.archive-title + .widget-index-top.widget_block {
    margin-bottom: 15px;
}
.a-wrap {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding: 15px 1.5%;
}
.a-wrap:first-of-type {
    border-top: 1px solid #fff;
}
.a-wrap:hover {
    background-color: #f0f7fc;
}
.archive .list {
    row-gap: 0;
}
.pagination-next {
    display: none;
}
.pagination .current {
    background-color: var(--color-blue1);
    color: #fff;
}
.page-numbers {
    border: 1px solid transparent;
    border-color: transparent;
    background-color: #f0f7fc;
    border-radius: 0;
}

/* Sidebar */
.sidebar {
    padding: 5px 19px;
}
.widget_nav_menu ul li a:hover {
    background-color: transparent;
    color: var(--color-blue2);
}
/* お知らせ で Lumen を非表示 */
.sidebar .cat-item-89,
.sidebar .cat-item-91 {
    display: none;
}

/* ブログ(Lumen)でサイドバーを非表示、main をセンタリング  */
.category-89 .sidebar,
.category-91 .sidebar {
    display: none;
}
.category-89 .main,
.category-91 .main {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.category-89 .breadcrumb,
.category-91 .breadcrumb {
    max-width: 1000px;
}

/* Widgets */
.widget-entry-cards figure {
    width: 240px;
}
.widget-entry-cards:not(.large-thumb-on) .card-title {
    font-size: 18px;
    line-height: 1.8;
}
.widget-entry-cards .a-wrap {
    margin-bottom: 0;
}
.widget_block ul li a {
    transition: all .3s ease-in-out;
}
.widget_block ul li a:hover {
    background-color: transparent;
    color: var(--color-blue2);
}

@media screen and (max-width: 576px) {
    .widget-entry-cards figure {
        width: 120px;
    }
    .widget-entry-cards:not(.large-thumb-on) .card-title {
        font-size: 16px;
    }
}

/* メンバーページ */
.page-people .article h3 {
    margin-bottom: 1em;
    margin-top: -5px;
}
.page-people .article img {
    width: 100%;
    max-width: 230px;
}
.page-people .article table {
    margin-bottom: 1.5em !important;
    width: 100%;
}
.page-people .article table:not(.has-border-color) :where(th, td) {
    border: 0px solid #ddd;
    padding: 0;
    font-size: 17px;
}
.page-people .article table tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.page-people .article table tr {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
}
.page-people .article table tr > td:nth-of-type(1) {
    width: 130px;
    font-weight: 500;
    border-right: 1px solid #999;
    padding-right: 1em;
}
.page-people .article table tr > td:nth-of-type(2) {
    width: calc(100% - 130px);
    padding-left: 1em;
}
@media screen and (max-width: 480px) {
    .page-people .article img {
        max-width: 200px;
    }
    .page-people .article table tr {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .page-people .article table:not(.has-border-color) :where(th, td) {
        font-size: 16px;
    }
    .page-people .article table tr > td:nth-of-type(1) {
        width: auto;
        border-right: 0;
        padding-right: 0;
        font-weight: 600;
        font-size: 15px;
        color: var(--color-blue1);
    }
    .page-people .article table tr > td:nth-of-type(2) {
        width: 100%;
        padding-left: 0;
}
}

/* Footer */
.footer {
    margin-top: 0;
    padding: 15px 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 6px rgba(79,154,208,.5);
}
.footer-in.wrap {
    width: 100%;
}
.footer-bottom {
    margin-top: 0;
    padding: 8px 30px 8px 16px;
    display: flex;
    justify-content: space-between;
}
.footer-bottom-logo {
    position: relative;
}
.footer-bottom-logo img {
    height: auto;
    width: 100%;
    max-width: 400px;
}
.footer-bottom-content {
    display: flex;
    align-items: end;
}
.copyright {
    color: #666;
    margin: 0 35px 0 0;
}
.go-to-top-button {
    background-color: rgba(133, 186, 229,.8);
    color: #fff;
    border-radius: 0;
    transition: .3s all ease-in-out;
}
.go-to-top-button:hover {
    background-color: rgba(133, 186, 229,.5);
    color: #fff;
}
.go-to-top-button .fas {
    font-size: 16px;
    opacity: .8;
}
@media screen and (max-width: 1023px) {
    .footer {
        margin-top: 20px;
        padding: 10px 0 12px;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .navi-footer {
        display: none;
    }
    .logo-footer {
        margin: 8px auto 16px;
    }
    .copyright {
        font-size: 13px;
        margin: 0;
    }
}
/* Utility */
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-70px {
    margin-bottom: 70px !important;
}
.ms-0 {
	margin-left: 0 !important;
}
.me-0 {
	margin-right: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-20px {
    padding-bottom: 20px !important;
}
.ps-0 {
	padding-left: 0 !important;
}
.pe-0 {
	padding-right: 0 !important;
}
.mw100per {
    max-width: 100% !important;
}
.mw-none {
    max-width: none !important;
}
.hover1 {
    transition: .5s all ease-in-out;
}
.hover1:hover {
    opacity: .7;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.fs-085em {
    font-size: .85em !important;
}
@media screen and (max-width: 1023px){
    .text-md-center {
        text-align: center !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .mb-md-50px {
        margin-bottom: 50px !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-10px {
        padding-bottom: 10px !important;
    }
}
@media screen and (max-width: 834px){
}
@media screen and (max-width: 781px){
    .text-md781-center {
        text-align: center !important;
    }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1024px以上*/
@media screen and (min-width: 1024px){
}
/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

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