@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){
  /*必要ならばここにコードを書く*/
}

/************************************
** 任意デザイン用
************************************/
/*インスタ埋め込みの位置調整*/
.instagram-center {
	margin:0 auto;
	max-width: 550px;
}

/*Ｘ埋め込みの位置調整*/
.twitter-tweet {
	margin-left: auto;
    margin-right: auto;
}

/*グーグルマップ埋め込みの位置調整*/
.gm-center {
	text-align: center;
}

/*表示される画像サイズの変更*/
.img-size-adjust {
	width: 67%;
    margin: 0 auto;
}

/*== トップページ ==*/
#text-3, #text-4 {
	margin-top: 100px;
}

.widget-index-top-title, .widget-index-bottom-title {
	color: #fff;
	background-color: #ffbf00;
	padding: 12px;
    margin: 16px 0;
    border-radius: 2px;	
	font-size: 19px;
	font-weight: bold;
}

.textwidget ul {
    padding-left: 0;
}

.textwidget li {
	list-style-type: none;
}

.tb1 > .pagination-next, .tb1 > .pagination {
	display: none;
}

.list-more-button-wrap {
	display: none;
}

#breadcrumb {
	display: none;
}


    