@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.headline {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.headline h1 {
  height: 400px;
  /*color: #FFF;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/main_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 480px) {
  .headline h1 {
    height: 300px !important;
    margin-top: -100px !important;
    position: inherit !important;
  }
}
.headline h1::after {
  bottom: 40% !important;
  /*background: #FFF !important;*/
}
@media all and (max-width: 480px) {
  .headline h1::after {
    display: none;
  }
}
.headline h1 span {
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.5);
  /*filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, .5));*/
}

.news .inner h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.news .inner ul {
  width: 100%;
  max-width: 900px;
  margin: 60px auto;
}
@media all and (max-width: 480px) {
  .news .inner ul {
    margin: 30px auto;
  }
}
.news .inner ul li {
  margin: 0 0 40px;
  padding-left: 125px;
  text-indent: -125px;
  letter-spacing: 0.22em;
}
@media all and (max-width: 480px) {
  .news .inner ul li {
    margin: 0 0 30px;
  }
}
.news .inner ul li span {
  color: #808080;
  margin-right: 10px;
}
.news .btn {
  background: #FFF;
}

.detail h3 {
  margin: 40px 0 0;
  font-size: 2rem;
  letter-spacing: 0.22em;
}
@media all and (max-width: 480px) {
  .detail h3 {
    margin: 30px 0 0;
    font-size: 1.8rem;
  }
}
.detail h3 span {
  color: #808080;
  margin-right: 10px;
}
.detail .box .txt {
  margin: 40px 0 0;
}
@media all and (max-width: 480px) {
  .detail .box .txt {
    margin: 30px 0 0;
  }
}
.detail .box .img {
  padding: 40px;
  margin: 40px 0 0;
  text-align: center;
  background: #EDECE5;
}
@media all and (max-width: 480px) {
  .detail .box .img {
    padding: 20px;
    margin: 30px 0 0;
  }
}
.detail .box .img img {
  width: auto;
  height: 400px;
}