/*
Theme Name: shitami
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
Tags: テーマの特徴を表すタグ（カンマ区切り）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

.template-single{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 1024px) {
  .template-single{
    width: 100%;
    max-width: 1200px;
    flex-wrap: initial;
    margin: 0 auto 5%;
  }
}

/* スライダー */
.post-img-area{
  width: 100%;
}
.slider-for{

}
.slider-nav{

}
/* スライダー */

/* テキスト */
.post-txt-area{
  width: 100%;
  margin: 10px 0 0;
}
@media screen and (min-width: 1024px) {
  .post-txt-area{
    margin: 0;
  }
}

.post-ttl{
  font-size: 20px;
}
.post-ttl ruby{

}

.post-link{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.post-cat{
  display: flex;
  align-items: center;
  width: 100%;
}
.post-cat a{
margin: 0 2% 0 0;
    background: #0073aa;
    color: #fff;
    padding: 0px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 2%;
}
.post-tag{
  display: flex;
  align-items: center;
  width: 100%;
}
.post-tag a{
  margin: 0 2% 0 0;
      background: #0073aa;
    color: #fff;
    padding: 0px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 2%;
}
.post-menu{

}
.post-menu-detail{
 margin: 0 0 0 17px;
}
.post-price{

}
.post-location a{
  text-decoration: underline;
  color: #0073aa;
}
.post-tel a{
  text-decoration: underline;
  color: #0073aa;
}
@media screen and (min-width: 1024px) {
  .post-tel a{
  text-decoration: none;
  color: inherit;
  }
}
/* テキスト */

@media screen and (min-width: 1024px) {
  .post-img-area{
    width: 50%;
    margin: 0 2%;
  }

  .post-txt-area{
    width: 50%;
    margin: 0 2%;
  }
}
