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

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

/*
 * 不動産LPページ向け
 */
.my-page-estate .header-container,
.my-page-estate .article-header,
.my-page-estate .article-footer,
.my-page-estate .breadcrumb,
.my-page-estate .footer {
	display: none;
}

.my-page-estate .content {
	margin-top: 0;
}
.my-page-estate .content-in {
	margin: 0;
	width: auto;
}
.my-page-estate .main {
	padding: 0;
}
.my-page-estate .entry-content {
	margin-top: 0;
	margin-bottom: 0;
}
.my-page-estate .article {
	margin-bottom: 0;
}
.my-page-estate a {
	display: block;
}
.my-page-estate .mobile-footer-menu-buttons {
	display: none;
}

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

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

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

.video-container {
margin: 0px auto;
}
