@charset "UTF-8";
/*全体*/
h2 {
  color: #E0C430;
  letter-spacing: 0.1rem;
}
.bg-wood {
 background-image: url(../images/index/back.jpg);
}

/*カルーセル*/
.slide {
  position: relative;
}
.carousel-item {
  position: relative;
  width: 100%;
  height: 427px;
  display: inline-block;
  overflow: hidden;
}
.carousel-item img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  bottom:0;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
.carousel-item img {
  position: static;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
}
/*Topics*/
a:hover {
  text-decoration: none;
}
a .index-list:hover {
   background-color: rgba(233,236,239,0.3);
}
.topic-day {
  color: #A39E9E;
}
.topic-title {
  line-height:1.4;
  color:#343A40;
}
.btn-success {
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  background: #E0C430;
  border:none;
}
.btn-success:hover {
  opacity:0.9;
  background: #E0C430;
}
/*コンテンツ*/

.cont-img:hover,
.cont-name:hover {
  opacity: 0.9;
}
.cont-img {
  position: relative;
  float: left;
  width:30%;
  height: 95px;
  box-sizing: border-box;
}
.cont-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cont-name {
  float: left;
  width: 70%;
  height: 95px;
  box-sizing: border-box;
}
.cont-name-top {
  padding: 0.5rem;
  display: block;
  background: #343a40;
  font-size: 0.8rem;
  color: #fff;
}
.cont-name-bottom {
  padding: 0.3rem 0.5rem;
  display: block;
  height: 48px;
  font-size: 0.75rem; 
  line-height: 1.3;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
a.cont-name-bottom {
  color: rgba(0,0,0,.7);
}
.carousel-caption {
  top: 25% !important;
  height:50%;
  background-color: rgba(255,255,255,0.8);
  color:#000;
}
.is-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*最新の投稿*/
.toukou-wrap {
  height: 500px;
  overflow-x: hidden;
  overflow-y:scroll;
}
.toukou {
  width:100%;
}
a .toukou {
  color:#343A40;
}
a .toukou:hover {
   background-color: rgba(233,236,239,0.3);
}
.toukou-item {
  margin: 0;
}
.toukou-day {
  float:left;
  width: 30%;
  color: #A39E9E;
  font-size: 0.8rem;
}
.toukou-con {
  float:left;
  font-size: 0.7rem;
  border: 1px solid #E0C430;
  background: #E0C430;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 50%;
  line-height: 2;
}
.toukou-title {
  clear: both;
  width: 100%;
  padding: 0.5rem 0;
}
.toukou-title a {
    color:#343A40;
}
.toukou-cate {
  width: 100%;
  color: #A39E9E;
  font-size: 0.8rem;
}
.carousel-title {
  font-size: 1.5rem; 
  color: #987212;
  padding-bottom: 1rem;
}
p.carousel-txt {
  font-size: 1rem; 
  color: #987212; 
}


/*各幅対応
-----------------------------------------------------768以上*/
@media (min-width: 768px) {
  /*カルーセル*/
.carousel-item {
  position: relative;
  width: 100%;
  height: 587px;
  display: inline-block;
  overflow: hidden;
}
.carousel-item img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
.carousel-item img {
  position: static;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
}
.carousel-caption {
  top: 15% !important;
  height:70%;
  background-color: rgba(255,255,255,0.8);
  color:#000;
}
/*コンテンツ*/
.cont-box {
 border: 0.1px solid #ccc;
}
.cont-name-top {
  font-size: 0.8rem;
}
.cont-img {
  float: left;
  width:100%;
  height: 95px;
  border-bottom: 0;
  box-sizing: border-box;
}
.cont-name {
  float: left;
  width: 100%;
  height: 95px;
  border-top:0;
  box-sizing: border-box;
}
.cont-name-bottom {
  padding: 0.5rem;
  display: block;
  height: auto;
  font-size: 0.6rem; 
  line-height: 1.3;
}
}


-----------------------------------------------------992以上*/
@media (min-width: 992px) {
  /*カルーセル*/
.carousel-caption {
  top: 15% !important;
  height:70%;
  background-color: rgba(255,255,255,0.8);
  color:#000;
}
.carousel-item {
  position: relative;
  width: 100%;
  height: 587px;
  display: inline-block;
  overflow: hidden;
}
.carousel-item img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
.carousel-item img {
  position: static;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
}
/*コンテンツ*/
.cont-box {
  border: 0.1px solid #ccc;
}
.cont-name-top {
  font-size: 1rem;
}
.cont-img {
  float: none;
  width:100%;
  height: 115px;
}
.cont-name-bottom {
  padding: 0.5rem;
  display: block;
  height: auto;
  font-size: 0.7rem; 
  line-height: 1.3;
}
}

/*各幅対応
-----------------------------------------------------1200以上*/
@media (min-width: 1200px) {
/*カルーセル*/
.carousel-caption {
  top: 30% !important;
  left: 20%;
  right: 20%;
  height:35%;
  background-color: rgba(255,255,255,0.8);
  color:#000;
  padding-top: 30px;
}
.carousel-item {
  position: relative;
  width: 100%;
  height: 568px;
  display: inline-block;
  overflow: hidden;
}
.carousel-item img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
.carousel-item img {
  position: static;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
}
.carousel-title {
  font-size: 2rem; 
  color: #987212;
  padding-bottom: 1rem;
}
p.carousel-txt {
  font-size: 1.2rem; 
  color: #987212; 
}
/*コンテンツ*/
.cont-box {
  border: 0.1px solid #ccc;
}
.cont-img {
  float: none;
  width:100%;
  height: 148px;
  border-bottom: 0;
}
.cont-name {
  float: none;
  width: 100%;
  height: auto;
  border-top: 0;
}
.cont-name-top {
  font-size: 1rem;
}
.cont-name-bottom {
  padding: 0.5rem;
  display: block;
  height: auto;
  font-size: 0.9rem; 
  line-height: 1.6;
}
.is-text-overflow {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*最新の投稿*/
.toukou-wrap {
　height: 300px;
　overflow-y:scroll;
　overflow-x: hidden;
}
.toukou {
  display: flex;
}
.toukou-item {
  margin: 0 1%;
}
.toukou-day,
.toukou-cate {
  color: #A39E9E;
  font-size: 0.8rem;
}
.toukou-day {
  width: 8%;
}
.toukou-cate {
  width: 15%;
}
.toukou-con {
  font-size: 0.7rem;
  border: 1px solid #E0C430;
  background: #E0C430;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  width: 18%;
  line-height: 2.3;
}
.toukou-title {
  width: 50%;
  padding: 0;
}
.toukou-title a {
    color:#343A40;
}
}
.toukou-item.toukou-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}