@charset "UTF-8";
/*リセット
--------------------------------------------*/

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
/*フォント
---------------------------------------------*/
.font p {
  font-family: 'garamond-premier-pro', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 15px!important;
}
.en {
  font-family: 'garamond-premier-pro', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}
#news_riv {
  font-size: 12px;
}

#news_riv p {
  font-size: 12px;
  line-height: 2;
}

#news_riv img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 970px) {
#news_riv {
    max-width: 710px;
    width: 100%;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 970px) {
#news_riv {
    width: 100%;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 970px) {
#news_riv .sp_none {
    display: none;
  }
}

@media screen and (min-width: 970px) {
#news_riv .pc_none {
    display: none;
  }
}

#news_riv img {
  display: block;
}

#news_riv li {
  list-style-type: none;
}

#news_riv .main_read {
  width: 90%;
  margin: 30px auto 60px;
  text-align: center;
}


#news_riv .box_outer {
  background: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 60px;
}
 
#news_riv .box {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 970px) {
#news_riv .box {
  width: 90%;
}
}
#news_riv .flex {
  display: flex;
  align-items: center;
}
#news_riv .flex .right_box {
  width: 60%;
}
@media screen and (min-width: 970px) {
#news_riv .flex .right_box {
    width: 136%;
  }
}

@media screen and (min-width: 970px) {
#news_riv .box {
    font-size: 13px;
  }
}

#news_riv .box:not(:last-of-type) {
  margin-bottom: 50px;
}

@media screen and (min-width: 970px) {
#news_riv .box:not(:last-of-type) {
    margin-bottom: 100px;
  }
}

#news_riv a {
  transition: .2s all;
}

#news_riv a:hover {
  opacity: .8;
}

#news_riv .top_wrap .other {
  transition: .2s all;
}

#news_riv .top_wrap .other:hover {
  opacity: .8;
}

#news_riv .staff_img {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 970px) {
#news_riv .staff_img {
    width: 80%;
  }
}

#news_riv .box .top_wrap .img_text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 40px auto;
}

#news_riv .box .top_wrap .item_text {
  margin-bottom: 50px;
}

#news_riv .box .top_wrap .img_text .text {
  text-align: left;
  margin-left: 10px;
}

#news_riv .box .top_wrap .item_img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 970px){
#news_riv .box .top_wrap {
  margin-top: 50px;
  /* margin-bottom: 70px; */
  }
}

#news_riv .box .info {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 970px) {
#news_riv .box .info {
    margin-top: 30px;
  }
}

#news_riv .box .btn {
  display: inline-block;
  background: #666;
  color: #fff;
  text-decoration: none;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 970px) {
#news_riv .box .btn {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

#news_riv .box .info p:nth-of-type(1) {
  margin-bottom: 6px;
}

.position {
  position: relative;
}

#news_riv .fade_box {
  width: 50%;
}
@media screen and (min-width: 970px) {
#news_riv .fade_box {
  width: 42%;
}
}

#news_riv .flex-control-nav {
  display: none;
}

#news_riv .point_box {
  position: relative;
  /* border: 1px solid; */
  width: 80%;
  margin: auto;
}

#news_riv .point_img {
  position: absolute;
  width: 75%;
  top: -30px;
  left: -7%;
}

#news_riv .inner_text {
  font-size: 11px;
  text-align: left;
  padding: 5%;
}

.arrow_box{
    position:relative;
    background:#f2f2f2;
    padding:10px;
    text-align:left;
    border:1px solid #000;
    color:#000;
    font-size:15px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:99.9%;
    top:26%;
}


.arrow_box:after {
    border-color: rgba(238, 238, 238, 0);
    border-top-width:0px;
    border-bottom-width:14px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-right-color:#EEEEEE;
}
.arrow_box:before{
    border-color: rgba(0, 0, 0, 0);
    border-top-width:0px;
    border-bottom-width:16px;
    border-left-width:22px;
    border-right-width:22px;
    margin-top: -11px;
    margin-right: 1px;
    border-right-color:#000000;
}


@media screen and (min-width: 970px) {
#news_riv .point_img {
    position: absolute;
    width: 44%;
    top: -30px;
    left: -7%;
  }
#news_riv .fade_box {
    width: 100%;
  }
}
#news_riv .top_img_wrap a img:hover {
  opacity: .6;
}


#news_riv .top_img_wrap .top_img {
  width: 100%;
}



#news_riv .ttl_box {
  text-align: center;
}

#news_riv .item_box {
  padding: 70px 0;
}

@media screen and (max-width: 970px) {
  #news_riv .item_box {
    margin: 70px 0;
    padding: 0px;
  }
}

#news_riv .item_box .title {
  border-bottom: solid 1px #000;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
  display: inline;
}

#news_riv .item_box .item {
  font-family: 'Lato';
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 18px;
}

#news_riv .slick-arrow {
  z-index: 999;
}

#news_riv .slick-prev {
  left: 0 !important;
}

#news_riv .slick-next {
  right: 0 !important;
}

#news_riv .double-slider {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 970px) {
#news_riv .double-slider {
    width: 95%;
  }
}

#news_riv .double-slider > img {
  width: 100%;
}

#news_riv .text-slider {
  width: 80%;
  margin: 0 auto;
}

#news_riv .text-slider .txt {
  margin: 35px 0;
}

#news_riv .text-slider .staff {
  display: block !important;
  text-align: center;
  text-decoration: underline;
}

#news_riv .text-slider .txt2 {
  text-align: start;
  text-decoration: none !important;
}

#news_riv .slick-slide {
  margin-left: 0.5vw !important;
  margin-right: 0.5vw !important;
}

#news_riv .slick-prev:before, #news_riv .slick-next:before {
  font-size: 30px;
  opacity: 1;
  color: darkgray;
}

@media screen and (max-width: 970px) {
#news_riv .slick-prev:before, #news_riv .slick-next:before {
    font-size: 20px;
  }
}

#news_riv .slick-prev, #news_riv .slick-next {
  width: 60px;
}


#news_riv .bottom_linkbtn a {
width:65%;
display: block;
background-color: #ada295;
margin: 20px auto;
padding: 12px;
color: #FFFFFF;
text-decoration: none;
text-align: center;
line-height: 200%;
font-size:16px;
border-radius: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

#news_riv .bottom_linkbtn a:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}


@media screen and (max-width: 970px) {
#news_riv .bottom_linkbtn a {
width:73.5%;
display: block;
background-color: #ada295;
margin: 20px auto;
padding: 15px;
color: #FFFFFF;
text-decoration: none;
text-align: center;
line-height: 200%;
font-size:16px;
border-radius: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

#news_riv .bottom_linkbtn a:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
}

#news_riv .staff_snsinfo {
width:90%;
height: auto;
margin: 0 auto;
display: flex;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#news_riv .staff_snsinfo_box {
width:33%;
height: auto;
margin-bottom: 30px;
}

#news_riv p.snsinfo_snap  {
width:90%;
display: block;
background-color: #ffffff;
border: 1px solid #000000;
margin: 5px auto;
padding: 2px;
color: #FFFFFF;
text-decoration: none;
text-align: center;
line-height: 200%;
font-size:11px;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

#news_riv p.snsinfo_insta {
width:90%;
display: block;
background-color: #ffffff;
border: 1px solid #000000;
margin: 5px auto;
padding: 2px;
color: #FFFFFF;
text-decoration: none;
text-align: center;
line-height: 200%;
font-size:11px;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

/* ANIMATION
--------------------------------------*/