@charset "UTF-8";

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

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

.header {
    background-color: #fff;
    color: #000;
    border-bottom: 5px solid #0095d9;
}

.logo-image {
    font-size: 0;
    line-height: 0;
}

#navi .navi-in > ul > li > a {
    padding: 0 1em;
}

.page .date-tags {
    display: none;
}

.page .entry-title {
    text-align: center;
    padding: 5px 0;
    margin: 20px 0 30px 0;
    border-top: solid 3px #0095d9;
    /*上線*/
    border-bottom: solid 3px #0095d9;
    /*下線*/
}

.page-id-13 table tr td:first-of-type{
    width: 100px;
}

.slider{
    max-width: 1200px;
    margin: 24px auto;
}

.slide_child{
    max-width: 1200px;
    margin: auto;
    height: 500px !important;
    background-size: cover;
    background-position: center
}

.slide1{
    background-image: url(img/index01.jpg);
    background-position: top;
}
.slide2{
    background-image: url(img/index02.jpg)    
}
.slide3{
    background-image: url(img/index03.jpg);
    background-position: center 30%;
}

/*インデックスウィジェット*/
.widget-index-top,
.widget-index-bottom{
    display: none;
}

.home .widget-index-top,
.home .widget-index-bottom{
    display: block;
}

.widget-index-top-title,
.widget-index-bottom-title{
    font-size:1.5em;
    font-weight: 600;
    margin-top: 10px;
    border-bottom: 4px solid #0095d9;
}

.home .ect-entry-card{
    margin: 20px auto 40px auto
}

.internal-blogcard-footer{
    display: none;
}

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

/*サイドバーウィジェット*/
#sidebar{
    padding-top: 20px;
}

#sidebar .widget{
    margin-bottom:20px;
}

.sidebar h3{
    padding:0.3em 0.4em;
    margin-bottom: 0.7em;
    border-radius: 7px;
    color: #fff;
    background-color:#5ba6ef;
}

.facebook_banner{
    max-width: 336px !important;
    width: 100%;
}

/*フッターウィジェット*/
#footer{
    background-color: #fbf8ff;
}

.footer-left{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 10px;
}

.footer-center,
.footer-right{
    display: none;
}

.widget-footer-left-title{
    display: none;
}

.footer-left .widget_text{
    width: 100%;
    text-align: center;
}

.footer-left .widget_text p{
    font-size:1.17em;
    font-weight: bold;
    padding:5px 10px;
    border: 1px solid #0095d9;
    width: 225px;
    margin:15px auto;
    background-color: #fff;
}

.footer-left .widget{
    margin: 0;
}

.footer-left img{
    max-width: 225px;
    margin:6px 10px;
}

/*contact-form7*/

/* 必須マーク */
.must {
    color: #fff;
    margin-right: 10px;
    padding: 3px 8px;
    font-size: 16px;
    background: #F92931;
    border-radius: 15px;
}

/* 任意マーク */
.free {
    color: #fff;
    margin-right: 10px;
    padding: 3px 8px;
    font-size: 16px;
    background: #424242;
    border-radius: 15px;
}

/* 項目名を太字にする */
form p {
    font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
    width: 100%;
    height: 80px;
    background: #0095d9;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}

input.wpcf7-submit:hover {
    opacity: .8;
}

div.wpcf7 .wpcf7-submit:disabled {
    background-color: #ccc;
    opacity: .8;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}

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

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

/*768px以下*/
@media screen and (max-width: 768px) {

    /*必要ならばここにコードを書く*/
    .appeal div.appeal-in {
        min-height: 200px;
    }
    
    .slide_child{
        height: 300px !important;
    }
    
    .footer-widgets{
        display: block;
    }
}

/*480px以下*/
@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
    .page-id-13 table tr td:first-of-type{
        width: 70px;
    }
    
    
    .slide_child{
        height: 220px !important;
    }
    
    
.wp-block-image .alignright{
    float: none !important;
    margin-left:0 !important;
    text-align: center;
    display: block !important;
}
}
