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

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

.pc-view{}
.sp-view{display: none;}

#content{overflow: hidden;}

a img {transition: 0.5s ;}
a img:hover {opacity: 0.8 ;}

  .kaigyou { display: inline-block; }
.fixed-header .navi-in > ul li:hover > ul {
display: block;
}
/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }
.align_c_pc { text-align: center; }

/*  bg
-----------------------------------------------------------------------------*/
.bg-black{
	background-color: #333;
	color: #FFF;
}
.bg-grey{
	background-color: #f2f2f2;
}
.bg-ao{
	background-color: #1701a7;
	color: #FFF;
}
.bg-beige{
background-color: #f5f1ed;}
.bg-beige2{
background-color: #e9dec9;}
.bg-blown{
background-color: #524740;
color: #FFF;}
.bg-red{
background-color: #c1272d;
color: #FFF;}
.bg-blue{
background-color: #036eb8;
color: #FFF;}
.bg-white{
background-color: #fff;}
.bg-white-suke{
	background:rgba(255,255,255,0.8);
}
.bg-orange{
    background-color: #E79543;
}
.bg-green{
	background-color: #1D8C23;
	color: #FFF;
}
.bg-black .sikaku{
	font-weight: bold;
	color: #333;
	background-color: #FFF;
}
.bg-photo1{width: 100%;
	background: url(https://enjoint-jp.com/onesplace/wp-content/uploads/2021/03/index-photo.jpg) center bottom / cover no-repeat;
	position:relative;}
.bg-photo2{width: 100%;
	background: url(https://enjoint-jp.com/onesplace/wp-content/uploads/2021/03/index-photo2.jpg) center bottom / cover no-repeat;
	position:relative;}

.kage{box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);}



/*  margin,padding
/*-------------------------------------------------------*/
/*--*/
.m_0  { margin: 0px !important; }
.m_5  { margin: 5px !important; }
.m_10 { margin: 10px !important; }
.m_15 { margin: 15px !important; }
.m_20 { margin: 20px !important; }
.m_25 { margin: 25px !important; }
.m_30 { margin: 30px !important; }
.m_35 { margin: 35px !important; }
.m_40 { margin: 40px !important; }
.m_45 { margin: 45px !important; }
.m_50 { margin: 50px !important; }
.m_55 { margin: 55px !important; }

.m_t5  { margin-top: 5px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t15 { margin-top: 15px !important; }
.m_t20 { margin-top: 20px !important; }
.m_t25 { margin-top: 25px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t35 { margin-top: 35px !important; }
.m_t40 { margin-top: 40px !important; }
.m_t45 { margin-top: 45px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t55 { margin-top: 55px !important; }
.m_t80 { margin-top: 80px !important; }
.m_t100 { margin-top: 100px !important; }

.m_b0  { margin-bottom: 0px !important; }
.m_b5  { margin-bottom: 5px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b15 { margin-bottom: 15px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b25 { margin-bottom: 25px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b35 { margin-bottom: 35px !important; }
.m_b40 { margin-bottom: 40px !important; }
.m_b45 { margin-bottom: 45px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b55 { margin-bottom: 55px !important; }
.m_b80 { margin-bottom: 80px !important; }

.m_l5  { margin-left: 5px !important; }
.m_l22 { margin-left: 22px !important; }
.m_l10 { margin-left: 10px !important; }
.m_l15 { margin-left: 15px !important; }
.m_l20 { margin-left: 20px !important; }
.m_l25 { margin-left: 25px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l35 { margin-left: 35px !important; }
.m_l40 { margin-left: 40px !important; }
.m_l45 { margin-left: 45px !important; }
.m_l50 { margin-left: 50px !important; }
.m_l55 { margin-left: 55px !important; }


.m_r5  { margin-right: 5px !important; }
.m_r10 { margin-right: 10px !important; }
.m_r15 { margin-right: 15px !important; }
.m_r20 { margin-right: 20px !important; }
.m_r25 { margin-right: 25px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r35 { margin-right: 35px !important; }
.m_r40 { margin-right: 40px !important; }
.m_r45 { margin-right: 45px !important; }
.m_r50 { margin-right: 50px !important; }
.m_r55 { margin-right: 55px !important; }

/*--*/
.p_5  { padding: 5px !important; }
.p_10 { padding: 10px !important; }
.p_15 { padding: 15px !important; }
.p_20 { padding: 20px !important; }
.p_25 { padding: 25px !important; }
.p_30 { padding: 30px !important; }
.p_35 { padding: 35px !important; }
.p_40 { padding: 40px !important; }
.p_45 { padding: 45px !important; }
.p_50 { padding: 50px !important; }
.p_55 { padding: 55px !important; }

.p_t5  { padding-top: 5px !important; }
.p_t10 { padding-top: 10px !important; }
.p_t15 { padding-top: 15px !important; }
.p_t20 { padding-top: 20px !important; }
.p_t25 { padding-top: 25px !important; }
.p_t30 { padding-top: 30px !important; }
.p_t35 { padding-top: 35px !important; }
.p_t40 { padding-top: 40px !important; }
.p_t45 { padding-top: 45px !important; }
.p_t50 { padding-top: 50px !important; }
.p_t55 { padding-top: 55px !important; }
.p_t80 { padding-top: 80px !important; }
.p_t100 { padding-top: 100px !important; }

.p_b5  { padding-bottom: 5px !important; }
.p_b10 { padding-bottom: 10px !important; }
.p_b15 { padding-bottom: 15px !important; }
.p_b20 { padding-bottom: 20px !important; }
.p_b25 { padding-bottom: 25px !important; }
.p_b30 { padding-bottom: 30px !important; }
.p_b35 { padding-bottom: 35px !important; }
.p_b40 { padding-bottom: 40px !important; }
.p_b45 { padding-bottom: 45px !important; }
.p_b50 { padding-bottom: 50px !important; }
.p_b55 { padding-bottom: 55px !important; }
.p_b80 { padding-bottom: 80px !important; }
.p_b100 { padding-bottom: 100px !important; }

.p_l5  { padding-left: 5px !important; }
.p_l10 { padding-left: 10px !important; }
.p_l15 { padding-left: 15px !important; }
.p_l20 { padding-left: 20px !important; }
.p_l25 { padding-left: 25px !important; }
.p_l30 { padding-left: 30px !important; }
.p_l35 { padding-left: 35px !important; }
.p_l40 { padding-left: 40px !important; }
.p_l45 { padding-left: 45px !important; }
.p_l50 { padding-left: 50px !important; }
.p_l55 { padding-left: 55px !important; }

.p_r5  { padding-right: 5px !important; }
.p_r10 { padding-right: 10px !important; }
.p_r15 { padding-right: 15px !important; }
.p_r20 { padding-right: 20px !important; }
.p_r25 { padding-right: 25px !important; }
.p_r30 { padding-right: 30px !important; }
.p_r35 { padding-right: 35px !important; }
.p_r40 { padding-right: 40px !important; }
.p_r45 { padding-right: 45px !important; }
.p_r50 { padding-right: 50px !important; }
.p_r55 { padding-right: 55px !important; }

.textline_125{line-height: 125%;}

/*  text
/*-------------------------------------------------------*/
/*--*/

.txt-10{font-size: 10px;}
.txt-12{font-size: 12px;}
.txt-20{font-size: 20px;}
.txt-25{font-size: 25px;}
.txt-30{font-size: 30px;}

.font-min{
	font-family: dnp-shuei-4gob-std, sans-serif;
font-style: normal;
font-weight: 700;
}
.fontcolor-brown{	color: #524740;}
.fontcolor-brown2{	color: #a45440;}

@media screen and (max-width: 480px){
.txt-20{font-size: 15px;}
.txt-25{font-size: 20px;}
.txt-30{font-size: 25px;}	
}

.shitasen {
	font-size: 2.2rem;
	position: relative;
	text-align: center;
	line-height: 150%;
	padding-bottom: 5px;
	margin-top: 100px;
	margin-bottom: 50px;
}

.shitasen span {
  font-size: 0.8rem;
  display: block;
  line-height: 120%;
}

.shitasen:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}



/*  margin,padding
/*-------------------------------------------------------*/
/*--*/

.post-date{display: block !important;}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.box-all{
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-900{
	width: 1195px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-800{
	width: 800px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-500{
	width: 500px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.box-left{
	float: left;
}
.box-right{
	float: right;
}
.box-50_mama{width: 47%;}
.box-50{width: 47%;}
.box-70{width: 70%;}
.box-30{width: 27%;}
.box-33{width: 33%;}
@media screen and (max-width: 480px){
.box-50 , .box-70 , .box-30 , .box-33{width: 100%;}
}
.fuchidori {
  color: #000;
  text-shadow:1px 1px 2px #FFF, -1px -1px 2px #FFF,
              -1px 1px 2px #FFF, 1px -1px 2px #FFF,
              0px 1px 2px #FFF,  0-1px 2px #FFF,
              -1px 0 2px #FFF, 1px 0 2px #FFF;
}
.title{
	font-size: 33px;
	font-weight: bold;
	color: #1701a7;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 120%;
}
.text-c-red{
	color: #b6231a;
}
.text-c-orange{
	color: #e73828;
}
.text-c-ao{
	color: #222b7a;
}
.text-c-blue{
	color: #0098ed;
}
.topbg{
	width: 100%;
	position: relative;
	background-image: url(https://enjoint-jp.com/onesplace/wp-content/uploads/2021/03/index-bg.png);
	background-repeat: no-repeat;
	background-position: right -50px;
}
@media screen and (max-width: 480px){
	.topbg{
	width: 100%;
	position: relative;
	background-image: url(https://enjoint-jp.com/onesplace/wp-content/uploads/2021/03/index-bg2.png);
	background-repeat: no-repeat;
	background-position: right -50px;
}
}
.business{
	width: 100%;
  background: url(https://enjoint-jp.com/wp/wp-content/uploads/2021/01/one-bg.jpg) center center / cover no-repeat;
}

.btn01,
a.btn01,
button.btn01 {
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0.5rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #000;
	border-radius: 0.5rem;
	border: 1px solid #000;

}
a.btn--red.btn--cubic {
  border-bottom: 5px solid #000;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #000;
}

a.btn--radius {
  border-radius: 0;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.box-aost{
	background-image: url(https://enjoint-jp.com/wp/wp-content/uploads/2021/01/contact-bg.jpg);
	background-repeat: repeat;
	border: 5px solid #222b7a;
}
.box-ao{
	color: #FFF;
	background-color: #222b7a;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-gray{
	background-color: #F3F3F3;
	padding-top: 1px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.box-st{
	background-image: url(https://enjoint-jp.com/wp/wp-content/uploads/2021/01/contact-bg.jpg);
	background-repeat: repeat;
}
.photo-back{
	background-image: url(https://enjoint-jp.com/wp/wp-content/uploads/2021/02/aboutus-1.png);
	background-position: 90% top;
	background-repeat: no-repeat;
}



.naname-top{
	background: url(https://enjoint-jp.com/wp/wp-content/uploads/2021/01/shiro-bg-under.png) center top / cover no-repeat;
	height: 150px;
	width: 100%;
}
.naname-under{
	background: url(https://enjoint-jp.com/wp/wp-content/uploads/2021/01/shiro-bg-top.png) center bottom / cover no-repeat;
	height: 150px;
	width: 100%;
}
.widget-entry-cards.card-large-image .a-wrap {
width:32.9%;
height:auto;
display: inline-flex;
}

@media screen and (max-width: 768px) {
.widget-entry-cards.card-large-image .a-wrap {
width:100%;
display: inline-flex;
}
}

.yoko2narabi img {max-width:45%;}

.widget-entry-cards.not-default figure img {
padding: .0em;
}

.widget-entry-cards.card-large-image .a-wrap {
	font-size: 95%;
	padding: 0em;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.widget-entry-cards.large-thumb-on .e-card{width:100%;}

.top-rec-icon{
	position: relative;
	bottom: 50px;
	right: -80%;
}
.navi-footer-in a:hover{
	background-color: #f0f0f0;
}

.navi-footer-in > .menu-footer li{border-left: 1px solid #797979;}

.header-container-in.hlt-top-menu .logo-header img{
	padding-top: 5px;
	padding-bottom: 5px;
}

/************************************
** ■見出しカスタマイズ（h1-6）
************************************/

#content h1{ /*見出し１（タイトル）カスタマイズ*/
	background-color: #f5f1ed;
	background-image: url(https://enjoint-jp.com/onesplace/wp-content/uploads/2021/03/title-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 110%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: -10px;
	padding-left: 10px;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


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

.tbl-r02 th {
  background: #684F3C;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}

.ones-bg{
	background-image: url(https://enjoint-jp.com/wp/wp-content/uploads/2021/03/ones-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
table th, table td{
	font-size: 1em;
}
.entry-card-snippet, .related-entry-card-snippet{line-height: 1.8;}
.search-box{margin: 0em 0 2em;}

.sns-share-message, .sns-follow-message{
	font-size: 0.7em;
color: #666;}

.widget-entry-cards.large-thumb-on .card-content{background: rgba(0,0,0,0.5);}

.midashi-aomaru{
	font-weight: bold;
	color: #FFF;
	background-color: #222b7a;
	border-radius: 20px;
	text-indent: 0.7em;
	line-height: 110%;
	font-size: 22px;
		padding-top: 8px;
	padding-bottom: 5px;
}

.kasen-tensen{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	overflow: hidden;
}

.kurowaku{
	border: 1px solid #666;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

a.btn-green{
	padding: 0.5em;
	margin: 10px 0;
	display: block;
	color: #000 !important;
	text-decoration: none;
	/*border-radius: 3px;*/
	text-align: center;
	text-decoration: none !important;
	border: 1px solid #666;
	background-color: #fff;
	background-image: url(https://enjoint-jp.com/onesplace/wp-content/uploads/2021/03/icon-yazirusi.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
a.btn-green:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  margin: -3px 5px 0 0;
  background: url("https://enjoint-jp.com/onesplace/wp-content/uploads/2021/03/icon-mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-green:hover {
	background-color: #F6F1E7;
}
 
.menu-content{background:rgba(255,255,255,0.9);}

#navi-menu-close, #sidebar-menu-close, #search-menu-close, #share-menu-close, #follow-menu-close{background: #666;}

table .aboutus th, table td{background-color: transparent;}
table .aboutus tr:nth-of-type(2n+1){background-color: transparent;}
table tr:nth-of-type(2n+1){background-color: transparent;}
table th, table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.article table{margin-bottom: 1.0em;}

.list-orange-bou{
color: black;
  border-left: solid 8px orange;/*左側の線*/
  /*background: whitesmoke; 背景色*/
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
  padding: 0.5em;
  list-style-type: none!important;
	}

.title-unber{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(https://enjoint-jp.com/onesplace/wp-content/uploads/2021/03/icon-house2.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-right: -40px;
	padding-left: 40px;
	line-height: 120%;
	padding-top: 5px;
}

.title-brownbar{
	font-weight: bold;
	color: #FFF;
	background-color: #524740;
	text-align: left;
	padding-top: 5px;
	padding-right: -10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.boder-maruwaku{
	border: 3px solid #ab978b;
	border-radius: 10px;
}

.tensen-table table tr{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ab978b;
}

.bc-brand-color.sns-share .instagram-button, .bc-brand-color.sns-follow .instagram-button{    background-color: #ff1493;}

.menu-drawer{
    border-bottom: 100% solid #BDBDBD;
}

.menu-drawer a{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-bottom-content{
	padding-right: 35px;}

.go-to-top-button{background-color: #ccc;}

/* 見出しのデザインリセット */
/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}

/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}

/* H6 */
.entry-content h6{
border:none;
background:none;
padding: 0;
}



/* 見出しのデザイン設定 */
/* H2 */
.entry-content h2{
color: #000; /*文字色*/
font-size: 1.5em; /*文字サイズ*/
background-color: #f5f1ed; /*背景色*/
padding-top:20px; /*文字と上部の間隔*/
padding-left:10px;/*文字と左線の間隔*/
padding-bottom:20px;/*文字と下部の間隔*/
border-left: solid 10px #E19039; /*左側に実線・色*/
}

/* H3 */
.entry-content h3{
color: #000; /* 文字色 */
font-size: 1.5em; /* 文字サイズ */
background-color: #f2f2f2;/* 背景色 */
padding: 10px;
border-left: solid 10px #b24603; /* 左側に実線・色*/
}

/* H4 */
.entry-content h4{
color: #b24603; /* 文字色 */
font-size: 1.2em; /* 文字サイズ */
padding: 10px;
border-bottom: solid 3px #9f9f9f;/* 下側に実線・色*/
}

/* H5 */
.entry-content h5{
color: #b24603; /* 文字色 */
font-size: 1.0em; /* 文字サイズ */
padding: 10px;
border-bottom: dotted 2px #ea9438;/* 下側に点線・色*/
}

/* H6 */
.entry-content h6{
color: #b24603; /* 文字色 */
font-size: 1.0em; /* 文字サイズ */
padding: 5px;
border-left: solid 7px #b24603; /* 左側に実線・色*/
}

.w3eden .card h3{border:none;
background:none;
padding: 0;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.widget-entry-cards.card-large-image .a-wrap {
width:49%;
}
.top-rec-icon{
	position: static;
	bottom: auto;
	right: auto;
	text-align: center;
}

}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
 .widget-entry-cards.card-large-image .a-wrap {
width:100%;
} 

.align_c_pc { text-align: left; }
.photo-back{
	background-image: none;
}
.pc-view{display: none;}
.sp-view{display: block;}

.fz-18px {
  font-size: 15px;
}

.fz-19px {
  font-size: 16px;
}

.fz-20px {
  font-size: 17px;
}

.fz-21px {
  font-size: 18px;
}

.fz-22px {
  font-size: 19px;
}

.fz-24px {
  font-size: 20px;
}

.fz-28px {
  font-size: 22px;
}

.fz-32px {
  font-size: 24px;
}

.fz-36px {
  font-size: 28px;
}

.fz-40px {
  font-size: 32px;
}

.fz-44px {
  font-size: 36px !important;
}

.fz-48px {
  font-size: 40px;
}

.fw-100 {
  font-weight: 70;
}

.fw-200 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 150;
}

.fw-400 {
  font-weight: 200;
}

.fw-500 {
  font-weight: 250;
}

.fw-600 {
  font-weight: 300;
}

.fw-700 {
  font-weight: 350;
}

.fw-800 {
  font-weight: 400;
}

.fw-900 {
  font-weight: 450;
}
.title{
	font-size: 28px;
}
.ones-bg{
	background-image: url(https://enjoint-jp.com/wp/wp-content/uploads/2021/03/ones-bg-sp.jpg);
}
.midashi-aomaru{
	font-weight: bold;
	color: #FFF;
	background-color: #222b7a;
	border-radius: 20px;
	text-indent: 0;
	line-height: 120%;
	font-size: 15px;
	text-align: center;

}
}

.post-date::before {
	content: "投稿日";
}
.post-update::before {
	content: "更新日";
}
.post-date::before, .post-update::before {
	font-size: 0.4em;
	margin-right: 0.4em;

}
/*パンくずリスト カテゴリ・記事タイトルアイコン 非表示*/
.breadcrumb-item > span.fa-folder,
.breadcrumb-item > span.fa-file-o,
.fa-home{
  display: none; /*非表示*/
}
.menu-drawer li{
    border-bottom: 1px dotted #000000;
}
.txt-white{
    color: #FFFFFF;
}

.btn-l{width: 90%;}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 60px;
}

/*カテゴリの行間を狭くする*/
.widget_categories ul li a{
	line-height: 1.3;
}
/*カテゴリのフォントを小さくする*/
.widget_categories ul li a{
	font-size: 14px;
}
/*カテゴリの行間とフォントを小さくする*/
.widget_categories ul li a{
	line-height: 1.3;
	font-size: 14px;
}
/*--------------------------------
親カテゴリーのカスタマイズ
--------------------------------*/
.widget_categories ul li a{
	line-height: 1.3; /*行間を狭くする*/
  border-bottom: 1px dashed #CCCCCC; /*下線の種類*/
}
.widget_categories ul li a::before{
 font-family: "Font Awesome 5 Free"; /*バージョン指定*/
  content: "\f061"; /*FontAwesomeのユニコード*/
  color: #A05847; /*色*/
  padding-right: 6px; /*右側空間*/
	font-weight: 900; /*太さ*/
}

.widget_categories > ul > li > a:first-child{ 
  border-top: none; /*最初の親カテゴリは上部ボーダーを消す*/
}

/*--------------------------------
子カテゴリーのカスタマイズ
--------------------------------*/
.widget_categories ul li a{
	line-height: 1.3; /*行間を狭くする*/
  border-bottom: 1px dashed #CCCCCC; /*下線の種類*/
}
.widget_categories ul li ul li a::before{ /*子カテゴリーのアイコン*/
  font-family: "Font Awesome 5 Free"; /*バージョン指定*/
  content: "\f105"; /*FontAwesomeのユニコード*/
  color: #4169e1; /*色*/
  padding-right: 6px; /*右側空間*/
  font-weight: 900; /*太さ*/
}

table:not(.has-border-color) :where(th, td) {
    border: 0px solid var(--cocoon-x-thin-color);
    padding: 6px;
}

/*YouTube動画の中央配置*/
.video-container{
margin: 0px auto;
}