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

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

html {
	scroll-behavior: smooth;
}

.info-list-item-meta {
	font-size:16px;
}

.no-sidebar .content .main {
	border-radius: 10px;
}

.wp-block-flexible-table-block-table th {
	font-weight: 400;
}

/* ページタイトル */
body.page-template-default main article header h1,
body.page-template-page-event  main article header h1 {
	margin: -36px -29px 60px -29px;
	padding: 70px 29px;
	text-align: center;
	background-color: #d0ecd3;
	color: #213d20;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	border-radius: 10px 10px 0 0;
}

.shisetsu-list {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    font-size: 17px;
    h4 {
    	border: none;
    	border-bottom: 1px dotted #3eb370;
    	background: #ebf8f4;
    	font-size: 17px;
    }
    ul li {
    	margin: calc(1rem * 1.2) 0 !important;
    	color: var(--cocoon-text-color);
    }
    div.bt_option_link {
    	margin-top: -.8rem;
    	margin-left: 2rem;
    }
}

.shisetsu-list2 .wp-block-column {
    background: #fff;
    border-radius: 10px;
    padding: 7px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    h4 {
    	border: none;
    	border-radius: 5px;
    	color: #fff;
    	background-color: #359b52;
    	font-size: 18px;
    }
    h4.ssk_group {
    	background-color: #ff6900;
    	border-radius: 5px;
    	color: #fff;
    	p {
    		text-align: center;
    		margin: 0;
    		width: 100%;
    	}
    	h4 {
    		background: none;
    	}
    }
    ul li {
    	margin: calc(1rem * 0.6) 0 !important;
    	color: var(--cocoon-text-color);
    }
}
.shisetsu-list2 .hyde {
    background: none;
    box-shadow: none;
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	body.page-template-default main article header h1,
	body.page-template-page-event  main article header h1 {
		padding: 40px 10px;
		font-size: 24px;
		border-radius: 10px 10px 0 0;
	}
}
