﻿

/* スライダー */
.slider{
  margin: 0 auto 30px;
  width: 1094px;
/*  height: 436px;*/
  display: block;
}
.slider img{
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}
.slider li a img:hover {
  opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 640px) {
  .slider{
    margin: 0 auto 1rem;
    width: 100%;
    height: auto;
  }
}

/* グロナビ */
.gronavi {
  margin-bottom: 60px;
}
.gronavi li a {
  display: block;
  width: 222px;
  height: 60px;
  background: url('../image/top_menu_bg.gif') no-repeat;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.9rem;
  color: #fff;
  text-decoration: none;
}

img.preload{
  width: 0px;
  height: 0px;
  display:none;
}

.gronavi li a:hover {
  background: url('../image/top_menu_50bg.gif') no-repeat;
  transition: all 0.3s ease-out;
}

.gronavi li.new a:before {
  content: url(../image/new.gif);
  display: inline-block;
  color: yellow;
  font-size: 0.75rem;
  letter-spacing: normal;
  margin-right: 0.2rem;
}

@media only screen and (max-width: 640px) {
  .gronavi {
    margin-bottom: 30px;
  }
  .gronavi li a {
    width: 100%;
    background-size: cover;
    font-size: 1.2rem;
  }
  .gronavi li a:hover {
    background-size: cover;
  }

  .gronavi li.new a:before {
    font-size: 0.9rem;
  }
}

/* トップinfo */
.top_info01 {
  color:#00abe7;
  font-size:15px;
  line-height:1;
  text-align:center;
  width:790px;
  margin:0 auto 40px;
  padding:0.7em 0 0.5em;
  border-bottom:1px #00abe7 solid;
  border-top:1px #00abe7 solid;
  line-height: 1.4;
}
.top_info01.winter {
  color:#d24c60;
  border-bottom:1px #d24c60 solid;
  border-top:1px #d24c60 solid;
  background-color: #fff0f0;
}
.top_info02 {
  text-align: center;
  padding:0.8em 0.8em 0.6em;
  border:2px #d24c60 solid;
  border-radius: 0.3rem;
  text-align: center;
  box-sizing: border-box;
}
.top_info02 li {
  display: inline-block;
  margin-top: 0.5rem;
  margin-right: 2rem;
}
.top_info02 li:last-child {
  margin-right: 0;
}
.top_info02 li a {
  color: #d24c60;
}
@media only screen and (max-width: 640px) {
  .top_info01 {
    width:inherit;
    margin:0 0 30px; 
  }
  .top_info02 li {
    width: 100%;
    margin:0 0 10px; 
  }
}

/* ニュース */
.news {
  margin-bottom: 2rem;
}
.news h2 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}
.news dl{
  width: 960px;
  height: 132px;
  padding-top: 0.5rem;
/*  border-top: 2px solid #ccc;*/
  overflow-y: scroll;
}
.news dt{
/*  border-bottom:1px dotted #ccc;*/
  float:left;
  padding:0 5px 8px;
}
.news dd{
/*  border-bottom:1px dotted #ccc;*/
  margin-left:100px;
  padding:3px 5px 13px;
  margin-bottom: 10px;
}
.news span{
  border-radius:3px;
  width: 13em;
  font-size: 0.76rem;
  font-weight: bold;
  color:#fff;
  margin:0 20px;
  padding:5px 15px;
  text-decoration:none;
  text-align: center;
  display: inline-block;
}
.news span.seminar {
  background-color:#ff7f7f;
}
.news span.products {
  background-color:#ffbf7f;
}
.news span.other {
  background-color:#c8c8c8;
}
.news span.a1 {
  background-color:#7fbfff;
}
.news span.a2 {
  background-color:#bf7fff;
}
.news span.a3 {
  background-color:#6495ed;
}

@media only screen and (max-width: 640px) {
  .news dl{
    width: 100%;
    height: 10rem;
  }
  .news dt{
    float:none;
    padding:0 5px 8px;
/*    border: none;*/
  }
  .news dd{
    margin-left:0;
    padding:0 5px 13px;
    display: block;
  }
  .news span{
    margin:0 20px;
    padding:5px 15px;
  }
}


/* 下段の大きなバナー */
.large-bnr {
  text-align: center;
  margin-top: 30px !important;
}
@media only screen and (max-width: 640px) {
  .large-bnr {
    margin-top: 15px !important;
  }
}

/* バナーが3列の場合 */
.top-banner {
  margin-left: 124px;
}
@media only screen and (max-width: 640px) {
  .top-banner {
    margin-left: 0;
  }
}

/* 過去のNEWS一覧 */
.news-archive {
  margin-top: 1em;
  font-size: 0.9em;
  position: relative;
}
.news-archive a {
  text-decoration: none;
  padding: 0.8em 2.2em 0.8em 1.6em;
  display: inline-block;
  float: right;
  background-color: #efefef;
  border-radius: 5px;
}
.news-archive a::after {
  background: url(../image/arrow_black.png) no-repeat top center;
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media only screen and (max-width: 640px) {
  .news-archive a {
    text-align: center;
    display: none;
    display: block;
    float: none;
  }
}