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

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


.city_ward{
	min-width:200px;
}



.signed_name {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 50px!important;
}

.inline-info {
	font-size: 18px;
	margin-right:0!important;
	margin-bottom: 0 !important;
}
.director-name {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

	#container{
		margin-top:50px;
	}

  /*必要ならばここにコードを書く*/
}

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

	table.visitable_list thead {
		display: none; /* ヘッダーを非表示 */
	}
	table.visitable_list tr {
		display: block;
	}
	table.visitable_list td {
		display: block;
		text-align: left;
		border: none;
		border-bottom: 1px solid #ccc;
	}
	table.visitable_list td:first-child {
		font-weight: bold;
		padding-bottom: 5px;
	}
	table.visitable_list td:not(:first-child) {
		padding-left: 10px;
		padding-bottom:1em;
	}


}

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