/*========================================
　●　料金・注意書き・キャンセルポリシー
　　（＋テーブル設定上書き）
========================================*/
.charge{ margin-bottom: 56px;}

.charge h3{ margin-bottom: 16px;}

/*------------------------------ 料金（一部 キャンセルポリシー） */
.charge01--table,
.cancel--table{ margin-bottom: 48px;}

.charge01 h5,
.cancel h5{
 display: flex;
  align-items: center;
  justify-content: center;
 height: 64px;
 margin-bottom: 1px;
 color: #fff;
 font-size: 19px;
 font-weight: normal;
 background: #44245d;
}

.charge01--table dt,
.cancel--table dt{
 color: #fff;
 background: rgba(68,36,93,0.8);
 border-color: rgba(68,36,93,0.8);
}

.charge01--table dd,
.cancel--table dd{
 display: flex;
  align-items: center;
  justify-content: center;
 background: rgba(255,255,255,0.8);
 border-color: rgba(68,36,93,0.8);
}

/*----------*/
.charge02{}
.charge02 h3{ margin-bottom: 16px;}

.charge02 h4{ border-color: #38211a;}

.charge02--table{ margin-bottom: 48px;}

.charge02 h5{
 display: flex;
  align-items: center;
  justify-content: center;
 height: 64px;
 margin-bottom: 1px;
 color: #fff;
 font-size: 19px;
 font-weight: normal;
 background: #38211a;
}

.charge02--table dt{
 display: flex;
  align-items: center;
  justify-content: center;
 color: #fff;
 background: rgba(56,33,26,0.8);
 border-color: rgba(56,33,26,0.8);
}

.charge02--table dd{
 display: flex;
  align-items: center;
  justify-content: center;
 background: rgba(255,255,255,0.8);
 border-color: rgba(56,33,26,0.8);
}

/*----------*/
.charge02--table .u-br{ display: none;}

/*------------------------------ 注意書き */
.p05plan{}

.p05plan p{ line-height: 1.8;}
.p05plan p:not(.c-indent){ margin-top: 8px; margin-bottom: 20px;}

/*------------------------------ キャンセルポリシー */
.cancel{}
.cancel h3{ margin-bottom: 16px;}

.cancel--table p.c-indent{ margin-top: 8px; line-height: 1.8;}

/*============================== ■ max-width 1087 */
@media screen and (max-width: 1087px){}/*----- media -----*/

/*============================== ■ max-width 767 */
@media screen and (max-width: 767px){}/*----- media -----*/

/*============================== ■ max-width 520 */
@media screen and (max-width: 520px){

/*------------------------------ 料金（一部 キャンセルポリシー） */
.charge02--table .u-br{ display: block;}

}/*----- media -----*/

/*追加CSS*/
.mt-20{
	margin-top: 20px;
}