@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

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


.entry-content p {
  		padding:0;
        margin: 0;
    }

.page .entry-title,
.single .entry-title {
	text-align: center;
	
}
/*************カレンダーボタン非表示***********************/
.ai1ec-actions{
	display:none;
}


    .bg-slider {
    	width: 100%;
    	height:550px;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .bg-slider__title{
    	color: #fff;
    	font-size: 48px;
    	line-height: 1.5;
    	font-weight: bold;
    	text-align:center;
    	text-shadow: 1px 1px 1px #000;
    }

/*************インデックス左寄せ***********************/
.ect-3-columns {
  justify-content: flex-start;
}
/************フォローけす************************/

/*全てをまとめて非表示*/

#pages-2{
	display:none;
}
.page .sns-share,
.page .sns-follow {
    display: none;
	
}
/** レスポンシブデザイン用のメディアクエリ/
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
	.bg-slider {
    	width: 100%;
    	height:400px;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
}

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

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



/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.bg-slider {
    	width: 100%;
    	height:200px;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
}

/* ========パーティースケジュール======== */
#shedule_top {
	background:#f5f5f5;
}

#schedule {
	margin:0 8%;
	overflow:hidden;
}

#schedule h2 {
	margin:1em 0;
	padding:0;
	font-size:2.5em;
	line-height:1.5em;
	text-align:center;
	font-family: 'Playfair Display', serif;
}

#schedule h3 {
	margin:1em 0;
	padding:0;
	font-size:1.5em;
	line-height:1.6em;
	text-align:center;
	font-weight:normal;
	font-family: 'Rajdhani', sans-serif;
}

.month {
	font-size:4em;
	font-weight:bold;
	font-family: 'Playfair Display', serif;
}

#shedule_t {
	margin:0 0 8em 0;
}

#shedule_t table {
	width:100%;
	border-collapse: collapse;
}

#shedule_t th {
	width:14%;
	height:20px;
	padding:1em;
	border:1px solid #c0c0c0;
	font-size:1.2em;
	font-weight:normal;
	text-align:center;
	color:#000;
	background:#dcdcdc;
	font-family: 'Rajdhani', sans-serif;
}

#shedule_t td {
	width:14%;
	height:170px;
	padding:1em;
	border:1px solid #c0c0c0;
	background:#fff;
	vertical-align:top;
}

#shedule_t td p {
	margin:1em 0;
	font-size:0.95em;
}

#shedule_t td a {
	color:#000;
    text-decoration:none;
}

#shedule_t td a:hover {
    text-decoration:underline;
}

#shedule_t td img {
	width:100%;
}

.shedule_d {
	font-size:2em;
	font-family: 'Playfair Display', serif;
}

#shedule_t td.shedule_in {
	background:#f5f5f5;
}

#shedule_t td.shedule_sun {
	background:#f5ecf4;
}
