@charset "euc-jp";
#container {
    margin-top: 55px;
}
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}
.free_space_block {
  margin-top: 3em;
}

/*slick*/
ul.slide_area{
    margin: 0 -8px !important;
}
.slick-slide {
    padding: 0 8px !important;
    text-align: center;
}
.prev_btn{
  position:absolute;
  top:45px;
  left:15px;
  z-index:1000;
  cursor: pointer;
}
.next_btn{
  position:absolute;
  top:45px;
  right:15px;
  z-index:1000;
  cursor: pointer;
}

/*CONTENTS*/
.itemList--contents{

}
.itemList--contents .itemList__unit {
  width: 144px;
  height: 144px;
  float: left;
  position: relative;
  background: #ccc;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}
.itemList--contents .itemList__unit:nth-of-type(5n+1){
 clear: both;
}
a.instaLink {
    height: 100%;
    display: block;
}
.itemList--contents .itemList__unit > a.instaLink > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 143px;
    object-fit: cover;
}

/*お知らせ*/
.info {
    border: 1px solid #000;
    padding: 30px 55px;
}
.info__inner {
    height: 100px;
    overflow: auto;
    line-height: 2;
}
.info__inner dt,.info__inner dd{
  margin-bottom:10px;
}
.info__inner dt{
  float:left;
  font-weight:bold;
  width:15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner dd{
  float:left;
  padding-left:5px;
  width:85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bgSection__bg--info{
  padding-top:50px;
  padding-bottom:80px;
}

/*シロネコって？*/
.Concept {
    border: 1px solid #000;
    padding: 30px 55px;
    margin-bottom: 35px;
}
h2.Concept__title {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: "Times New Roman", 游明朝, "Yu mincho", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS P Mincho", "MS 明朝", serif;
}
p.Concept__text {
    font-size: 13px;
    line-height: 1.8;
}

/*PickUp*/
.pickUp__box:nth-of-type(n+2){
  margin-top: 20px;
}
.PickUp__title{
  text-align: left;
  margin: 10px 0 5px;
}
.PickUp__text{
  text-align: left;
}

/*ブログ*/
.blog__img {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
    background: #f2f2f2;
}
p.blog__img > a {
    width: 100%;
    height: 100%;
    display: block;
}
.blog__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: auto;
    height: 100%;
}
p.blog__text {
    text-align: left;
    margin-bottom: 5px;
}
p.blog__admin {
    text-align: left;
}
.CaBnArea {}
.CaBnArea ul {}
.CaBnArea ul li {
    margin-bottom: 20px;
}
.CaBnArea ul li a {
    display: block;
    border:1px solid #EFEFEF;
}
.CaBnArea ul li a img {
    display: block;
    width: 100%;
}


ul#blog{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
    ul#blog li{
        display: flex;
    }
        ul#blog li a{
            display: flex;
            padding: 5px;
        }
            ul#blog li a .blog-date{
                margin-right: 10px;
            }
.TeikiLinkArea {
    background: #1d0b03;
    display: flex;
    padding: 10px;
    justify-content: space-around;
    align-items: stretch;
}
.TeikiLinkArea a {
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: calc((100% - 70px) / 2);
    font-size: 1.5em;

}













