/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */


/* カスタマイズする場合にはこれより下に追記してください  */

.header-logo {
    width: 100% !important;
}

div.add-top div.img-box {
    height: 15vw;
    width: 100%;
    /* max-width: 1700px; */
    margin: 0px auto;
    object-fit: cover;
}

div.add-top img.top-image {
    height: 15vw;
    width: 100%;
    /* max-width: 1700px; */
    object-fit: cover;
    object-position: 0 67%;
    /*ここの%を変更すれば表示位置が変わる*/
}

@media screen and (min-width:1200px) {
    div.add-top div.img-box {
        height: 200px;
    }
    div.add-top img.top-image {
        height: 200px;
    }
}

.diver_ad {
    height: 280px;
}


/*ピックアップスライダー */

.swiper-container {
    height: auto;
    width: auto;
}

.logged-in-as .comment-form-author .comment-form-email .comment-form-url .comment-form-cookies-consent {
    display: none;
}

.comment-author.vcard {
    display: none;
}