@charset "utf-8";

.LayoutBlock .BlockLeft{
  width:250px;
  margin-top:10px;
}
/*サイドメニュー*/
body.rsbp-under-bp2:not(.Visit) .SideBarArea .ButtonBox.toggle{
  display:none;
}
.LayoutBlock .BlockRight {
  width: -webkit-calc(100% - 280px);
  width:         calc(100% - 280px);
}


                            /* + + + + + レスポンシブ + + + + +  */

                            body.rsbp-under-bp2 .LayoutBlock .BlockLeft,
                            body.rsbp-under-bp2 .LayoutBlock .BlockRight{
                               width:100%;
                               float:none;
                               display:block
                            }


ul:not([class]), ol:not([class]){
  margin: 0.5em 0 0.5em 0;
  list-style:none;
}
dl:not([class]) {
  margin: 0.5em 0 0.5em 0;
  list-style:none;
}


/*イベント*/

.BlockTableHeader{
  text-align:left;
}
.BlockTableHeader .BlockHeader .Heading{
}
.BlockTableHeader td img{
  max-width:600px;
  margin-bottom:20px;
}

.Date BlockRight{
}
.Date BlockRight p{
  display:inline;
}



.LayoutBlock .BlockHeader{
  border-top: 3px solid #EEB87A;
  padding-top:1px;
}
.LayoutBlock .BlockHeader .Heading{
  font-weight:normal;
  color:#666666;
  font-size:150%;

  color: #603813;

  padding: 5px;

  width: 966px;

  background: url(/img/common/decoration/bgtopsha01.png) repeat 0% 0%;

  border-radius: 4px;


}
.ListLayout{
  padding:30px 0;
  border-bottom:1px solid #cccccc;
}


  /*年月日一覧*/
.ListMonth{
  list-style:none;
}
.ListMonth li{
  position:relative;
}
.ListMonth li .ListMonthTitle{
  margin:1px 0 5px 0;
  width:100%;
  float:left;
  background:#DEE0FF;
  position:static;
  font-size: 120%;
  position: relative;
  font-weight: 400;
  margin: 0 0 0.5em;
  width: 100%;
  padding: 0.4em 1em 0.4em 1em;
  color: #fff;
  background: #897863;
  box-shadow: 0 0.05em 0.05em rgba(0,0,0,0.15);
  border-radius: 5px;

}
  /*カレンダー*/
.ListCategory .Calendar{
  float:left;
  width:240px;
  font-size:130%;
  margin-top: 10px;/*20220207背景入れたら見出しと重なったので追加*/
  padding:5px;

  background: url(/img/common/decoration/bgtopsha01.png) repeat 0 0;

  border-radius: 4px;

}
.ListCategory .Calendar .calendar{

  font-size:20px;

  color:#444444;

  margin:10px auto 10px auto;

  border-collapse: collapse;

  text-align:center;

  background:#ffffff;



}

.ListCategory .Calendar .calendar th,.ListCategory .Calendar .calendar td{
  width:32px;
  height:32px;
  padding: 0;
  border:1px solid #cccccc;
}
.ListCategory .Calendar .calendar th{
  border:1px solid #eaeaea;
  font-size:86%;
}
.ListCategory .Calendar .calendar a{
  font-weight:bold;
  color:#F08600;

  text-decoration:underline;

  /*background: url(../img/common/decoration/bg-free.png) no-repeat 50% 50%;
  */ padding:6px;


}
.ListCategory .Calendar .calendar a:hover{
  font-weight:bold;
  color:red;
}
.ListCategory .Calendar .calendar thead th{
  font-weight:normal;
  border-bottom:1px solid #666666;
}
.ListCategory .Calendar .calendar thead .sun{
  color:red;
}
.ListCategory .Calendar .calendar thead .sat{
  color:blue;
}

.ListCategory .Calendar .calendar tbody .sun{
  background:#ffdde8;
}
.ListCategory .Calendar .calendar tbody .sat{
  background:#e5fcff;
}
.ListCategory .Calendar .calendar tbody .holiday{
  background:#ffdde8;
}
.ListCategory .Calendar .calendar tbody .closed{
  background:#cccccc;
}
.ListCategory .Calendar .calendar tbody .none{
  background:none;
}
.ListCategory .Calendar .calendar tbody .free{
  color:red;
  background:#FFCCCC;
  font-weight:bold;
}
.ListCategory{
}



.ListMonth li .ListCategory{
  list-style:none;
  width:100%;
  float:right;
  border-top:3px solid #EEB87A;
  margin-bottom:30px;
  position:relative;
}

.ListCategory > li{
  border:0px blue solid;
  width: -webkit-calc(100% - 280px);
  width:         calc(100% - 280px);
  float:right;
  font-size:110%;
}
.ListCategory li .BlockHeader{
  width:100%;
  margin:0;
  border:0px solid red;
  font-size:100%;
  font-weight:bold;
  color:#444444;
  /*position: absolute;
  top:0;
  */ padding:5px 0;
}
.ListCategory li .BlockContents{
  list-style:none;
  display:block;
  border:0px solid green;
  position:relative;
  margin-bottom:10px;
  border-top:0px dotted #cccccc;
  padding-top:5px;

}
.ListCategory li .BlockContents li{
  margin-bottom:1px;
  width:100%!important;
  float:right;
}
.ListCategory li .BlockContents li .date{
  float:left;
  width:80px;
  line-height:1.5;
  border-top:1px dotted #dddddd;
}
.ListCategory li .BlockContents li .Detail-text{
  float:right;
  width:100%;
  line-height:1.5;
  border-top:1px dotted #dddddd;
  width: -webkit-calc(100% - 90px);
  width:         calc(100% - 90px);
}
.ListCategory li .BlockContents li .Detail-text a:hover{
  background: transparent;/*20220212黒背景×赤文字は強すぎるので修正*/
}

.ListCategory li .BlockContents li:last-child .date{
  float:left;
  width:80px;
  line-height:1.5;
  border-bottom:0px dotted #dddddd;
}
.ListCategory li .BlockContents li:last-child .Detail-text{
  float:right;
  width:100%;
  line-height:1.5;
  border-bottom:0px dotted #dddddd;
  width: -webkit-calc(100% - 90px);
  width:         calc(100% - 90px);
}
.ListCategory li .BlockContents .catspread{
  border-bottom:0px dotted #dddddd;
  margin-bottom:5px;
}
.ListCategory li .BlockContents .cattalk{
  border-bottom:1px dotted #dddddd;
  margin-bottom:5px;
}
.ListCategory li .BlockContents .catspecials{
  border-bottom:1px dotted #dddddd;
  margin-bottom:5px;
}
.ListCategory li .BlockContents .catfree{
  border-bottom:1px dotted #dddddd;
  margin-bottom:5px;
}
.ListCategory li .BlockContents .catclosed{
  border-bottom:1px dotted #dddddd;
  margin-bottom:5px;
}

.LayoutBlock .date{

  font-size:90%;

  width:100%;

  color:#f08600;

  padding:2px 0 0 0;

  font-weight:bold;

  line-height:1.5;

}

.ListCategory li .catfree{
  color:red;
}

.InnerLink{
  text-align:right;
  margin:5px 0;
  display: flex;/*20220212 両端揃えとするため追記*/
  justify-content: space-between;
  flex-wrap: wrap;
}
.InnerLink a{
  padding:0 5px;
}
.InnerLink a:hover{
  cursor: pointer;/*20220212 href要素を指定しないため追記*/
}

.LayoutBlock .BlockRight .eye-catch{
  width:200px;
}
.LayoutBlock .BlockRight .eye-catch img{
  width:200px;
  margin-left:10px;
}
.LayoutBlock .BlockFooter{
  height:50px;
}

.BlockContentsTable{
  display:block;
  margin:0;
  border:none;
}
.BlockContentsTable tbody th{
  border-bottom:1px solid #999999;
  width:150px;
}
.BlockContentsTable tbody td{
  border-bottom:1px solid #999999;
}

.ProfileList {
  background:#f9f9f9;
  background:none;
}
.ProfileList tbody th{
  background:#f9f9f9;
  background:none;
}
.ProfileList tbody td{
  vertical-align: middle;
}



.post-body{
  display:none;
}
  #post-detail{
  line-height:1.5;
}

.MainContentsArea #post-detail {
  margin-left:0;
  margin-right:0;
}

.MainContentsArea .post{
  margin-left:0;
  margin-right:0;
}

.BlockPhotoTable{
}

.BlockContentsTable{
}

.InfoGuide{
  width:100%;
  height:60px;
  text-align:left;
}
.InfoGuide tbody{
}
.InfoGuide tbody th,.InfoGuide tbody td{
  text-align:center;
  font-size:145%;
  font-weight:normal;

  color:green;

  vertical-align: middle;

}

.MainContentsArea .Date{
  line-height:24px;
}
  /*ブログレイアウト*/
.MainContentsArea .ListLayout{
  clear:both;
}
  /*画像サイズ*/
.ListCategory li .BlockContents li img{
  max-width:100%;
}

  /*年度*/
.MainContentsArea #post-detail{
  line-height:1.5em;
}
.MainContentsArea .SnsBlock{
  display:none;
}
.MainContentsArea .widget-area .widget ul {
  list-style:none;
}
.MainContentsArea .widget-area .widget ul li{
  display:inline;
  margin:2px 5px;
}


              /* + + + + + /レスポンシブ + + + + +  */
                body.rsbp-under-bp2 .ListCategory > li{
                  border:0px blue solid;
                  width: -webkit-calc(100% - 220px);
                  width:         calc(100% - 220px);
                  float:right;
                  font-size:110%;
                }
                body.rsbp-under-bp2 .ListCategory .Calendar{
                  float:left;
                  width:200px;
                  font-size:100%;
                }
                body.rsbp-under-bp2 .ListCategory .Calendar .calendar{
                  font-size: 16px;
                }
                body.rsbp-under-bp2 .ListCategory .Calendar .calendar a{
                  padding:0;
                }
                body.rsbp-under-bp2 .ListMonth li .ListMonthTitle{
                  float:none;
                  width:100%;
                }
                
                body.rsbp-under-bp3 .ListCategory > li{
                  border:0px blue solid;
                  width:100%;
                  float:none;
                  font-size:110%;
                }
                body.rsbp-under-bp3 .ListCategory .Calendar .calendar th,.ListCategory .Calendar .calendar td{
                  width:32px;
                  height:24px;
                  padding: 0;
                  border:1px solid #cccccc;
                }
                body.rsbp-under-bp3 .ListMonth li .ListMonthTitle{
                 /* float:left;
                  width:auto;*/
                }
                body.rsbp-under-bp3 .ListCategory .Calendar{
                 /* float:right;
                  width:200px;
                  font-size:100%;*/
                }
                body.rsbp-under-bp3 .ListCategory li .BlockContents .catclosed,
                body.rsbp-under-bp3 .ListCategory li .BlockContents .catfree,
                body.rsbp-under-bp3 .ListCategory li .BlockContents .cattalk{
                  font-size:80%;
                  line-height:1.1;
                  padding:0;
                }

