@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

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



@media screen and (min-width: 960px) {
.wrap {
    width: 700px;
}
}

.footer-left {
    width: 0%;
}

.footer-center {
    width: 66.66%;
}






main img {
    width: 100% !important;
}

main figure.wp-block-image {
    width: 100% !important;
}



thead th {
    background: #ffffff;
    color: black;
}


@media screen and (max-width: 834px) {
    .tagline {
        margin: 0.2em 1em;
    }
}


.logo-text {
    padding: 10px 0 1px;
    font-size: 1em;
    line-height: 1.2em;
}


.breadcrumb {
    margin: 0px 0.4em 8px;
    color: var(--cocoon-x-pallid-text-color);
    font-size: 13px;
}


video.pr-video-css {
    margin-top: -18px !important;
    margin-bottom: -60px !important;
}








figcaption.wp-element-caption {
    margin-top: -3px;
    font-size: 1.3em;
    text-align: center;
    font-weight: 600;
}








.button-naibulink {
    background: #ddfff6;
    color: #676767;
    padding: 10px 10px 10px 16px;
    margin: 10px 73px 12px 10px;
    border-radius: 17px;
    text-decoration: underline #ddfff6;
    font-weight: 800;
    font-size: 0.9em !important;
    border: 1px #479b85 solid;
    box-shadow: 2px 3px 6px rgb(157 157 157 / 30%);
}









main#main {
    background: white;
}

div#container {
    background: #0f0f0f !important;
}


main img {
    width: 100% !important;
}

figure.wp-block-image.aligncenter.size-full.is-resized.effect {
    width: 100%;
}














