@charset "UTF-8";

/* header top only
-------------------------------------------------------------*/
#top #header .top_only{display:block;}
#top #header .inp_only{display:none;}

#top #header .nav .top_inv{display:block;}

/* mv
-------------------------------------------------------------*/
#top .mv-wrap {
  position: relative;
}
#top .mv-wrap>div{
  height: 100% !important;
}

#top .mv-wrap .bg-slider {
  height: auto;
  padding: 2vh 0 3vh;
}

#mv {
  width: 100%;
  min-height: 480px;
  position: relative;
}

#top #mv .ttl {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
line-height:1.6;
text-align:center;
}

#top #mv .ttl_text {
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#top #mv .ttl span {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

#top #mv .btn_area { width: 100%; }

#top #mv .btn_type02 {
  line-height: 1.1;
  text-align: left;
  padding: 22px 40px 22px 24px;
  background: #b5b5b5;
  position: relative;
}

#top #mv .btn_type02:hover { background: #8a8a8a; }

#top #mv .btn_type02 i {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  right: 15px;
  position: absolute;
}


#top #mv .btn_type02 i img {
  width: 18px;
  height: 14px;
}

#top #mv .btn_type02 span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}

.bg-slider {
	width: 100vw;
	height: 100vh;

	background-position:74% center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top #kinkyu {
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 5px solid #fff;
  width: 100%;
  background: #FCEE94;
  margin-top: 20px;
}
#top #kinkyu span {
  color: #ff0000;
  margin: 10px 0 15px;
  display: block;
}
#top #kinkyu a p{
  border: #ff0000 2px solid;
  background: #fff;
  margin: 10px;
    padding: 8px;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
}
#top #kinkyu a p::after{
  content:"";
	display:block;
  background:url(../../../img/common/icon_link03.png) no-repeat;
  width: 8px;
  height: 16px;
  right: 20px;
  position: absolute;
  background-size: contain;
  top: 35%;
}
#top #kinkyu a:hover p{
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}
#top #kinkyu a p small{
  display: block;
  font-size: 12px;
}
/*#top #kinkyu {
  border-radius: 10px;
  font-size:18px;
  font-weight: bold;
  text-align: center;
  border: 5px solid #fff;
  width: 100%;
}

#top #kinkyu span {
  color: #ff0000;
  margin-bottom: 10px;
  display: block;
}

#top #kinkyu a {
  display: block;padding:10px;
  background: #fff949;
}*/

#top #kinkyu.pre-check{
  padding: 10px;
}
#top #kinkyu.pre-check span{
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
}
#top #kinkyu .pre-check_date{
  font-size: 12px;
  text-align: right;
}
#top #kinkyu .pre-check_box{
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
#top #kinkyu.pre-check a{
  width: 50%;
}
#top #kinkyu.pre-check a p{
  margin: 4px;
  font-size: 16px;
  line-height: 1.3;
}
#top #kinkyu.pre-check a p:after{
  right: 6px;
}


/* top_news
-------------------------------------------------------------*/
#top_news { margin: 40px 0; }
#top_news .news_list li { padding: 15px 0; }
#top_news .news_list li:last-child { border: none; }
#top_news .st { font-family: 'Noto Sans JP', sans-serif; }
#top_news .st span { font-family: "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }

#top_news .news_wrap .more_btn a {
  width: 90px;
}
