@charset "utf-8";

/*
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
*/
.slide-img img {
  display: block;
}
h2.news {
  font-size: 26px;
  text-align: center;
  line-height: 1.6;
  margin-top: 80px;
  letter-spacing: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic; 
  
}
h3 {
  max-width: 320.25px;
  margin: 20px auto;
}
.img528 {
  max-width: 528px;
  margin: 0 auto;
}
.newslist {
  max-width: 562px;
  margin: 30px auto;
}
.newslist dl dt,.newslist dl dd {
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
.newslist dl dd a{
  display: block;
  color: #fff;
  text-decoration: none;
}
.newslist dl dd a:hover{
  transition-duration: 0.3s;
  opacity: 0.7;
}
.newslist dl dd a span{
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.bt_more {
  display: block;
  font-family: 'Roboto', sans-serif;
  max-width: 140px;
  padding: 5px;
  border: 1px solid #fff;
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
.bt_more:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
  color: #fff;
  text-decoration: none;
}
.linkcontents {
  max-width: 768px;
  margin: 80px auto;
  position: relative;
  display: block;
  width: 100%;
  transition-duration: 0.3s;
  color: #fff;
}
.linkcontents h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  font-size: 4.1rem;
  letter-spacing: 2px;
  text-align: center;
}
.linkcontents h2 span{
  display: block;
  font-size: 1.8rem;
  letter-spacing: initial;
}
.linkcontents:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
  color: #fff;
  text-decoration: none;
}
div.w768 {
  max-width: 768px;
  margin: auto;
}
.linkcontents02 a{
  position: relative;
  display: block;
  width: 100%;
  transition-duration: 0.3s;
  color: #fff;
}
.linkcontents02 a h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  font-size: 3.0rem;
  letter-spacing: 2px;
  text-align: center;
}
.linkcontents02 a h2 span{
  display: block;
  font-size: 1.5rem;
  letter-spacing: initial;
}
.linkcontents02 a:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
  color: #fff;
  text-decoration: none;
}
.ab_01 {
 font-size: 2.3rem;
  text-align: center;
  margin: 20px 0;
}
.ab_02 {
  font-size: 1.6rem;
}
.ab_02 span{
  display: block;
  text-align: center;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}
.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /*background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);*/
  margin-bottom: 0;
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  /*bottom: 20px;*/
  bottom: -60px;
  left: 50%;
  width: 170px;
  content: url(../img/open_ver2.png);
  vertical-align: middle;
  transform: translate(-50%, 0);
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 170px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
  padding: 10px;
}
.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
  content: url(../img/close.png);
  vertical-align: middle;
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 20px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .newslist dl dt {
    padding-bottom: 5px;
  }
  .newslist dl dd {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .linkcontents h2 {
    font-size: 2.6rem;
  }
  .linkcontents h2 span{
    font-size: 1.4rem;
  }
  .linkcontents02 a h2 {
    font-size: 2.2rem;
  }
  .linkcontents02 a h2 span{
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 495px) {
  .mailtxt {
    font-size: 20px;
  }
  .ab_01 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 414px) {
}