.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}
.col-item{
     display: flex;
     padding: 0;
     margin-right: .5em;
     margin-left: .5em;
     margin-bottom: .4em;
     justify-content: space-around;
     align-items: center;
     text-align:center;
     font-family: 'Montserrat', sans-serif;
     color: #9b531a;
     font-size: 1rem;
     letter-spacing: 0.2em;
 　 　text-decoration: none;
}
.row-3 .col-item.item-1{
     background-color: #fff;
}
.row-3 .col-item.item-2{
     background-color: #fff;
}
.row-3 .col-item.item-3{
     background-color: #fff;
}
.row-3 .col-item__img{
       width: 100%;
} 
.contents01 {
   margin: 3em -50%;
   padding: 3em 50%;
   padding-bottom: 5em;
   margin-top: .1em;
   background: #f7f2ed;
   text-align: center;
}
.contents01 span{
  font-size: 1rem; 
  letter-spacing: 0.1em;
}
.contents02 {
   margin: 1em -50%;
   padding: 1em 50%;
   padding-bottom: 1em;
   margin-top: .1em;
   background: #ffffff;
   text-align: center;
}
.contents02 span{
  font-size: .8rem; 
  letter-spacing: 0.1em;
}
.absolute {
     position: relative;
}
.absolute p{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align:	center;
  margin:0;
  padding:0;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color:#fff;
  white-space: nowrap;
  /*文字の装飾は省略*/
}
@media screen and (min-width : 480px) { /* デスクトップ */
  section{
       display: flex;
       justify-content:center;
       align-items: center;
  }
  .col-item p{
    font-size: 0.5rem;
    color: #9b531a;
  }
 .contents01 span{
    font-size: 0.5rem;
}
 .contents02 span{
    font-size: 0.5rem;
}
  .absolute p{
     font-size: 0.5rem;
  }
}
@media screen and (min-width:600px) and ( max-width:960px) {
    /*　画面サイズが600pxから960pxまではここを読み込む　*/
  .col-item p{
    font-size: 1rem;
  }
 .contents01 span{
    font-size: 1rem;
}
 .contents02 span{
    font-size: 1rem;
}
.absolute p{
  font-size: 0.5rem;
  }
}

@media screen and (min-width:960px) and ( max-width:1280px) {
    /*　画面サイズが960pxから1280pxまではここを読み込む　*/
  .col-item p{
    font-size:1rem;
  }
   .contents01 span{
    font-size: 1rem;
}
   .contents02 span{
    font-size: 1rem;
}
.absolute p{
  font-size: 1.5rem;
  }
}

@media screen and (min-width:1280px) {
    /*　画面サイズが1280pxからはここを読み込む　*/
 .col-item p{
    font-size:1rem;
  }
  .contents01 span{
    font-size: 1rem;
}
  .contents02 span{
    font-size: 1rem;
}
.absolute p{
  font-size: 1.5rem;
  }
}
view raw