@charset "UTF-8";

/* ---news unique--- */
.linked-logo {
  width: 222px;
  position: fixed;
  top: 20px;
  left: 20px;
}

.wrapper-body {
  padding-top: 103px;
}

#wrapper-news {
  width: 1000px;
  background-image: none;
  margin: 0 auto;
}

.wrapper-link {
  text-align: right;
}

.wrapper-readmore {
  margin-top: 15px;
  position: relative;
}

.news-border {
  margin-right: 200px;
}

.news-return, 
.read-more {
  background-color: #F7B2A1;
  border: 1px solid #562418;
  color: #562418;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 39px 3px 35px;
  font-weight: bold;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.news-return::after,
.read-more::after {
  content: "";
  background-image: url(../images/news/img_news_readmore.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 25%;
  right: 1.4%;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.news-return:hover,
.read-more:hover {
  background-color: #562418;
  color: #ffffff;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.news-return:hover::after,
.read-more:hover::after {
  content: "";
  background-image: url(../images/news/img_news_readmore_hover.png);
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 25%;
  right: 1.4%;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

a {
  font-weight: bold;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

a:hover {
  color: #F7B2A1;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

/* .wrapper-body #wrapper-news .footprints.left.fadeIn { transition-delay: 0s; }
.wrapper-body #wrapper-news .footprints.inner-left.fadeIn { transition-delay: 0s; }
.wrapper-body #wrapper-news .footprints.inner-right.fadeIn { transition-delay: 0s; }
.wrapper-body #wrapper-news .footprints.right.fadeIn { transition-delay: 0s; } */

/* ----------------------------
共通スタイル
------------------------------- */
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "小塚ゴシック Pr6N", osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}

p,
span,
a,
dd {
  text-decoration: none;
  line-height: 1.7;
  font-size: 16px;
  color: #562418;
}

table {
  table-layout: fixed;
}

a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img {
  border: 0;
  vertical-align: bottom;
}

img {
  width: 100%;
}

/* contentWrap -------------- */
.contentWrap {
  margin: 0 auto 0 auto;
  width: 90%;
}

/* clearfix -------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* PC/SP ------------- */
.only_sp {
  display: none;
}

.only_pc {
  display: block;
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

/*  BODY ------------- */
.wrapper-body {
  background-image: url(../images/img_body_bg_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
}


#wrapper-news .sec-ttl {
width: 151px;
}

.wrapper-ttl {
  position: relative;
}

.sec-ttl {
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 50px;
}

@media screen and (min-width: 767px){
	.sp-br { display: none; }
	.spout { display: none; }
}

@media screen and (max-width: 767px) {

  .pcout { display: none; }
  .sp-br { display: inline; }
  .pc-br { display: none; }

  p,
  span,
  a,
  dd { font-size: 4vw; }

  .linked-logo {
    width: 34.48vw;
    position: fixed;
    top: 2.67vw;
    left: 2.67vw;
  }

  .wrapper-body {
    background-image: url(../images/SP/img_body_bg.png);
    padding: 0;
  }
  
  .sec-ttl {
    padding-top: 12.11vw;
    padding-bottom: 10.64vw;
  }

  #wrapper-news .sec-ttl {
    width: 24.39vw;
  }

  .news-border {
    margin-right: 0;
  }

  #wrapper-news {
    width: 89.33vw;
    min-height: auto;
    /* border-radius: 15px; */
    margin: 0 auto;
    margin-top: 0;
    padding-top: 15.73vw;
  }
      
  .wrapper-news-content {
    text-align: center;
    padding-bottom: 14.37vw;
  }
  
  .news-cont {
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    display: block;
    width: 83.73vw;
    margin: 0 auto;
    /* padding: 2.67vw 3.73vw; */
    text-align: left;
  }
  
  .news-cont {
    margin-bottom: 5.33vw;
  }
  
  .news-date {
    background-color: #FAD6E2;
    border: 1px solid #707070;
    border-radius: 15px;
    display: inline-block;
    padding: 0.5555vw 2.67vw 0 2.67vw;
    font-weight: bold;
    margin-bottom: 1.33vw;
  }
  
  .news-txt {
    font-weight: bold;
  }
  
  .news-more {
    padding: 1.6666vw 16vw;
    margin-top: 10.67vw;
  }
  
  .wrapper-news-content { padding-bottom: 10.67vw; }
  .wrapper-newsmore { margin-top: 0; }
  
  .news-more::after {
    content: "";
    background-image: url(../images/SP/news/img_news_readmore.png);
    width: 4.8vw;
    height: 4.8vw;
    top: 63.5555%;
    right: 25%;
  }


  .news-return,
  .read-more {
    font-size: 3.73vw;
    padding: 1.45vw 10.4vw 1vw 9.33vw;
  }      
    
  .news-return::after,
  .read-more::after {
    content: "";
    background-image: url(../images/news/img_news_readmore.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 3.39vw;
    height: 3.39vw;
    display: block;
    position: absolute;
    top: 32%;
    right: 4.5%;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  }
    
  .news-return:hover::after,
  .read-more:hover::after {
    content: "";
    background-image: url(../images/news/img_news_readmore_hover.png);
    width: 3.39vw;
    height: 3.39vw;
    display: block;
    position: absolute;
    top: 32%;
    right: 4.5%;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  }

  .wrapper-news-return,
  .wrapper-readmore {
      margin-top: 4vw;
  }

  /* .wrapper-ttl .footprints {
    transform: translateY(0);
    opacity: 1;
  } */


      
}