@charset "utf-8";

/*冒頭テキスト*/
.gallery-list-text {
  text-align: left;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

/*各ギャラリーボックス*/
.gallery-box {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  margin: 3rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*写真*/
.gallery-image-small {
  width: 40%;
  border-radius: 8px;
  border: 2px solid rgb(145, 129, 111);
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: rgb(145, 129, 111);
}

/*写真以外の要素*/
.gallery-zhouhou {
  width: 50%;
  margin-left: 2rem;
}

/*ギャラリー名*/
.gallery-name {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid rgb(145, 129, 111);
  margin-bottom: 1rem;
}

/*説明文*/
.gallery-introduction {
  line-height: 26px;
}

.gallery-introduction + .gallery-introduction {
  margin-top: 1em;
}

.gallery-introduction > span {
  font-size: 10px;
  color: rgb(175, 175, 175);
  line-height: 20px;
}

/*タグの塊*/
.gallery-tag {
  margin: 1rem 0;
}

/*「週単位レンタル」とかタグ*/
.event-tag {
  margin: 0 1rem 0 0;
  padding: .2rem .4rem;
  display: inline-block;
  line-height: 1.4;
}

.event-tag:last-child {
  margin-right: 0;
}

/*ボタン*/
.btn a {
  font-size: 12px;
}

@media screen and (max-width: 786px) {
  .gallery-image-small {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }
  
  .gallery-zhouhou {
    width: 100%;
    margin-left: 0;
  }
}
