<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*.post_imageBox {
  width: 100px;
  height: auto;
  display: flex;
}
.post_imageBox img {
  width: 100%;
  height: auto;
}*/
.post_top {
  display: flex;
}
.post_top-image {
  width: 50%;
  height: auto;
  margin-right: 30px;
}
.post_top-image img {
  width: 100%;
}

.post_name_sub {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-align: center;
  color: #8d5ea4;
}

.post_imageBox {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.post_imageBox ul {
  display: flex;
  /* justify-content: space-around; */
  justify-content: space-between;
  /* column-gap: 20px; */
  position: relative;
}
.post_imageBox ul li{
  width: 32%;
}
.post_imageBox img {
  /* width: 200px; */
  
  height: auto;
}
@media screen and (min-width:768px) , print{ /* PC&amp;TB */
  .post_name{
    text-align: center;
  }
}
/************************************************************/
/*   Story Section   */
/************************************************************/
#storySection .post_listTitleFlex{
    border-color: #8d5ea4;
}
#storySection .post_listTitleKey{
    color: #8d5ea4;
}
#storySection .post_name{
    color: #8d5ea4;
}
#storySection .post_categoryListBox .IMI_link01::before{
    border-color: #8d5ae4;
}
#storySection .post_cate::before{
    background-color: #8d5ae4;
}
/*.post_imageBox img {
  width: 100%;
}*/
.post_Flex {
  display: flex;
  height: auto;
}

.textSpace {
  width: 70%;
  padding-right: 30px;
  text-align: justify;
}
.imgSpace {
  width: 30%;
  margin-top: 10px;
}
.imgSpace img {
  width: 100%;
  height: auto;
}
.imgSpace_R1 {  /*ラインメール　柴田監督img*/
  width: 30%;
  margin-top: 20px;
}
.imgSpace_R2 {  /*ラインメール　榊社長とGMimg*/
  width: 40%;
  /* margin-top: 60px; */
  margin-top: calc(1em * 1.8 + 2em);
}
.post_imageBox_last {  /*ラインメール　榊社長とGMimg*/
  width: 70%;
  /* margin-bottom: 50px; */
}
.post_Flex_A {  /*A-berry　flex*/
  display: flex;
  flex-direction:row-reverse;
}
.imgSpace_A1 {  /*A-berry　ワインimg*/
  width: 33%;
  margin: 60px 0;
}
.imgSpace_A2 {  /*A-berry　いちごimg*/
  margin: 5px 40px 20px 0;
  width: 30%;
}
.imgSpace_A3 {  /*A-berry　阿部さん*/
  width: 30%;
  margin: 5px 0 50px;
}
@media screen and (max-width: 767px){ /* SP */
  .imgSpace_R1,.imgSpace_R2,.imgSpace_A1,.imgSpace_A2,.imgSpace_A3 {
    width: 40%;
  }
    .post_name_sub {
      text-align: left;
      font-size: 1.0rem;
  }
}
@media screen and (max-width: 600px){ /* SP */
  .post_top {
    display: block;
    margin-top: 10px;
  }
  .post_top-image {
    width: 80%;
    margin: 0 auto 30px;
  }
  .imgSpace_A1 {
    margin: 0 auto 30px;
    width: 100%
  }
  .imgSpace_A2,.imgSpace_A3 {
    margin: 30px auto 0;
    width: 100%
  }
  .imgSpace_R1 {
    margin: 30px auto 0;
    width: 80%
  }
  .imgSpace_R2 {
    margin: 30px auto 0;
    width: 100%;
  }
  .post_Flex,.post_Flex_A {
    display: block;
  }
  .textSpace {
    width: 100%;
    padding-right: 0;
  }
  .post_imageBox ul {
    /* justify-content: space-between; */
    /* column-gap: 10px; */
    flex-direction: column;
    row-gap: 20px;
  }
  .post_imageBox ul li {
    width: 100%;
  }
  .post_imageBox img {
    /* width: 160px;
    height: auto; */
  }
  .post_imageBox_last {
    /* display: none; */
    width: 100%;
  }
}</pre></body></html>