@charset "utf-8";

.ts-icon {
  position: relative;
  display: inline-block;
  line-height: 1.1
}

.ts-icon.ts-icon--arrow {
  margin-left: 5px;
  top: -2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg)
}

.ts-header {
  margin: 26px 0 0 0;
  padding-bottom: 10px;
  font-family: "Noto Serif JP","游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 26px;
  text-align: center;
  border-bottom: 2px solid #000;
  font-weight: bold
}

#container {
  margin: 0 auto;
  width: 940px
}

#container img {
  max-width: 100%
}

.ts-list {
  background: #f8f8f8;
  font-family: "Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ",sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px
}

.ts-list__item {
  background: #FFF;
  width: 31%;
  border: 1px solid #d2d2d2;
  margin-right: 2.5%;
  margin-bottom: 25px
}

.ts-list__item:nth-child(3n) {
  margin-right: 0
}

.ts-list__item a {
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.ts-list__item a:hover {
  opacity: 0.6;
  text-decoration: none
}

.ts-list__item a:hover .ts-list__more {
  text-decoration: underline
}

.ts-list__item figure img {
  width: 100%
}

.ts-list__item .ts-list__ttl {
  margin-bottom: 20px
}

.ts-list__item .ts-list__ttl p {
  font-size: 14px;
  font-weight: bold
}

.ts-list__item .ts-list__ttl small,.ts-list__item .ts-list__ttl .sm {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  font-family: "Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ",sans-serif
}

.ts-list__item .ts-list__ttl .ts-list__name {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.2
}

.ts-list__item .ts-list__ttl .end {
  color: #555555;
  font-size: 12px;
  font-weight: normal
}

.ts-list__item .ts-list__text {
  padding: 12px;
  font-family: "Noto Serif JP","游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif
}

.ts-list__item .ts-list__icons {
  float: left
}

.ts-list__item .ts-list__more,.ts-list__item .ts-list__soon {
  float: right;
  padding-top: 3px;
  font-size: 12px
}

.ts-list__item .ts-list__soon {
  color: #b9003d
}

.ts-list__item .ts-list__icons .ts-icon {
  font-family: "Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ",sans-serif;
  background: #d9ecdd;
  margin-right: 10px;
  padding: 5px 5px;
  color: #3c3c3c;
  font-size: 10px;
  width: 60px;
  text-align: center
}

.ts-list__item .ts-list__icons .ts-icon.ts-icon-kayanoya {
  background: #eee8e0
}

.ts-list__item .ts-list__icons .ts-icon.ts-icon-kubara {
  background: #f5dbdb
}

.ts-list__item .ts-list__icons .ts-icon.ts-icon-recipe {
  background: #e6e6fa
}

.ts-list__item .ts-list__icons .ts-icon.ts-icon-shobouan {
  background: #dbdbff
}

.ts-list__item .ts-list__icons .ts-icon.ts-icon-amakoji {
  background: #fffafa
}

/* .ts-list__item .ts-list__icons .ts-icon.ts-icon-tokituge {
  background: #dbedff;
} */

.ts-wrap-btn {
  margin: 80px 0 0 0
}

.ts-wrap-btn a {
  position: relative;
  display: block;
  width: 660px;
  background: #FFF;
  margin: 0 auto;
  padding: 25px;
  border: 2px solid #000;
  text-align: center;
  font-family: "Noto Serif JP","游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 26px;
  font-weight: bold
}

.ts-wrap-btn a .ts-icon {
  position: absolute;
  transform: rotate(-45deg);
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px
}

.ts-banner {
  margin: 70px 0 140px 0;
  font-family: "Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ",sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between
}

.ts-banner div {
  width: 48%
}

.ts-banner div a:hover {
  opacity: .8
}

.title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 40px 0px 20px 0px;
  padding: 0;
  position: relative;
  text-align: center;
}
.index_txt {
  margin: 40px 0 70px;
  padding: 0px 170px;
  font-size: 18px;
}
.index_txt p {
  margin-bottom: 20px;
}
