@charset "UTF-8";

/* ==========================================================
 contents-main
========================================================== */
.contents-main.news { margin-top: 48px; margin-bottom: 100px;}
@media screen and (max-width: 750px) {
 .contents-main.news { margin-top: 20px; margin-bottom: 50px;}
}

/* ==========================================================
 ttl-cmn-01 news
========================================================== */
.contents-main .main{
  margin-bottom: 30px; 
}
.contents-main.news h3{
  text-align: center;
  font-size: 20px;
  margin: 20px;
}
@media screen and (max-width: 750px) {
  .contents-main.news h3{
    font-size: 12px;
  }
}
.txt-news-01 {
  font-size: 18px;
  line-height: 2.0em;
  font-weight: 300;
  padding:0 50px;
  margin-top: 20px;
	text-align: center;
}
.txt-news-release{
    font-size: 24px;
    line-height: 2.0em;
    font-weight: 500;
    padding: 20px 0 0 0;
    text-align: center;
    color: #ea2c78;
}
.box-news-01 {
  overflow: hidden;
  padding:0 50px;
  margin: 0 0 80px 0;
}
.box-news-01 h3{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #002290;
}
.box-news-01 .item{
  float: left;
  width: 260px;
  margin-right: 20px;
  margin-top: 30px;
}
.box-news-01 .item:nth-child(4n){
  margin-right: 0px;
}
.box-news-01 .item a{
  color: #002290;
}
.box-news-01 .item img{
  width: 260px;
}
.box-news-01 .item a:hover{
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
.contents-main {
  width: 100%;
}
.contents-main .main{
  width: 100%;
}
.txt-news-01 {
  width: 100%;
  font-size: 14px;
  padding:0 10px;
  margin-top: 20px;
  line-height: 1.5em;
}
.txt-news-release{
    font-size: 20px;
    line-height: 125%;
}
.box-news-01 {
  overflow: hidden;
  padding:0 10px;
  margin: 0 0 80px 0;
}
.box-news-01 .item{
  width: 48%;
  margin-bottom: 0px;
  margin-right: 4%;
}
.box-news-01 .item:nth-child(2n){
  margin-right: 0px;
}
.box-news-01 .item img{
  width: 100%;
}
.box-news-01 h3{
  font-size: 12px;
  margin-bottom: 10px;
}
/*20180827_キャンペーン用CSS-start*/
.box-news-01 .item2{
  width: 100%;
  margin-bottom: 0px;
  margin-right: 4%;
}
.box-news-01 .item2 img{
  width: 100%;
}
.pc {
	display: none;
}
.sp {
	display: block;	
}
/*20180827_キャンペーン用CSS-end*/
}

/*201900422_キャンペーン用CSS*/
.btn-cmn-01 span {
    clear: both;
    padding: 20px;
    font-size: 0.9rem;
}
.btn-cmn-01 {
    margin: 20px auto 80px auto;
    width: 350px;
    display: block;
}
.clear-element {
  clear: both;
}


/*店舗情報を見るボタン*/
.btn-item-tab-contant a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding: 10px 20px 10px 16px;
  margin: 10px 0px;
  background-color: #0c7bde;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}


.btn-item-tab-contant a:hover {
  opacity: .8;
}

.btn-item-tab-contant a::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 750px) {
  .btn-item-tab-contant a {
      font-size: 11px;
      padding: 10px 6px 10px 0px;
  }
}

.contents-main .news img{
  margin: 50px auto;
}







