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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*言語*/
.polylang_langswitcher{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px!important;
}
.article .polylang_langswitcher li{
	display: block;
	width: 45%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #265a2a;
	border-radius: 5px;
	box-sizing: border-box;
}
.polylang_langswitcher li:hover{
	background: #fff;
}
.polylang_langswitcher li a{
    display: block;
    width: 100%;
    height: 100%;
	color: #265a2a;
	text-decoration: none;
}
.polylang_langswitcher li:hover a{
	text-decoration: underline;
}
/*装束ページ*/
body.public-page.page-id-62,.page-id-62 .entry-content, .page-id-62 .footer,.page-id-62 .main{
	background: #fff;
}
.page-id-62 .is-style-info-box{
	color: #265a2a;
	text-align: center;
	background: #fff;
}
.page-id-62 .is-style-danger-box{
	background-color: #c7e6b4;
	border-color: #c7e6b4;
}
.page-id-62 .is-style-warning-box{
	background-color: #f2f4cf;
	border-color: #f2f4cf;
}
.page-id-62 .is-style-primary-box{
	background-color: #abd6ea;
	border-color: #abd6ea;
}
.page-id-62 .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column a{
	color: #000;
	text-decoration: none;
}
.page-id-62 .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:hover{
	opacity: 0.7;
}
.page-id-62 .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:hover a{
	text-decoration: underline;
}
.page-id-62 .has-watery-green-color{
	color: #ccc!important;
}
.page-id-62 .has-watery-green-background-color{
	background-color: #ccc!important;
}
/*動画埋め込み*/
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*船弁慶*/
.page-id-1325 .article{
	padding: 10px!important;
}
.noh-cont #toc{
	width: 60%;
	font-size: 1rem;
}
.noh-cont .toc-title {
	font-weight: bold;
}
.noh-cont{
	margin-bottom: 100px;
	font-size: 1rem;
}
.noh-cont h2{
	color: #111;
	background: #fff;
}
.noh-cont p{
	margin-bottom: 40px;
}
.noh-cont .youtube{
	margin-top: -56.25%;
}
.noh-cont.hagoromo-video .youtube{
	margin-top: 0;
}
.nohsapo,.chirashi{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.onegai img{
	width: 80%;
	margin: 0 10%;
}
.onegai ul li{
	margin-bottom: 20px;
	font-weight: bold;
	list-style: auto outside;
}
.onegai ul li span{
	display: block;
	font-weight: normal;
}
.chirashi img{
	margin-bottom: 5px;
}
.event dl{
	margin-top: 50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
}
.event dt{
	width: 15%;
	font-weight: bold;
}
.event dd{
	width: 80%;
	margin: 0 0 20px;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
/*言語*/
.article .polylang_langswitcher{
	padding-left: 0;
}
.event dt,.event dd{
	width: 100%;
}
}

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