@charset "utf-8";
/* CSS Document */
.top-mv-wrap-sp{
	position: relative;
  aspect-ratio: 1;
	margin: -20px auto -40px;
}
.top-mv-movie-sp{
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  overflow: hidden;
	z-index: -1;
}
.top-mv-movie-sp video {
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
.top-mv-wrap{
	display: none;
}
.top-slider-box{
	margin-top: -20px;
	z-index: 3;
}
.top-slider-box h2{
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
    background: url("../../../../img/top/pickup_bk_sp.png")no-repeat bottom left;
    border: none;
    padding: 50px 0 0 20px;
    font-size: 1.6rem;
}
.top-slider-box img{
    height: 18px;
    margin-left: 20px;
    vertical-align: middle;
}
.top-slider{
	background-color: #fff;
	padding: 10px 0;
}
.swiper-pagination {
  position:inherit;
}
.swiper-pagination-bullet {
  margin: 0 5px;
}
.top-adaptation-menu{
	background-color: #92c9d6;
	padding-top: 0;
}
.top-adaptation-menu i{
	font-style: normal;
}
.top-adaptation-menu a:hover{
	opacity: 0.5;
}
.adaptation-mv{
	color: #000;
	width: 100%;
	line-height: 1;
 background-image:linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),url("../../../../img/adapt-mv.png") ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
	position: relative;
	z-index: 0;
}
.adaptation-mv::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
background-repeat: no-repeat;
/* 最背面へ */
z-index: -1;
}
.inner{

}
.cca-title h2{
	margin: 0;
	padding: 0;
}
.cca-title h2:after{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../../../../img/earth-icon.png") no-repeat;
  background-size: contain;
  transform: translate(20px, 5px);
}
.cca-title a{
    color: #000;
}
.adapt-temp-col{
	padding-bottom: 30px;
}
.adaptation-temperature .adapt-temp-col:first-child p{
	border-bottom: 3px solid #000;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}



.adaptation-title{
	display: flex;
	padding: 50px;
	line-height: 1;
	justify-content: space-between;
	align-items: center;
}
.adaptation-title p{
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.adaptation-title h2{
	font-size: 3rem;
	background: none;
	padding-bottom: 5px;
	color: #fff;
	border: none;
}
.adaptation-title h2 i{
	font-size: 3.2rem;
}
.adaptation-title h3 i{
	font-size: 3.2rem;
}
.adaptation-temperature{
	font-size: 2.2rem;
	line-height: 1.2;
}
.adapt-temp-col{
	text-align: center;
}
.adapt-temp-col img{
	height: 200px;
}
.adapt-temp{
	font-size: 5.2rem;
	font-weight: bold;
}
.adapt-up{
	font-size: 3.2rem;	
}
.adapt-year{
	font-size: 2rem;
	margin-left: 10px;
}
.adapt-note{
	color: #fff;
	background-color: #6F7A7A;
	text-align: center;
	padding: 10px 0;
}
.menu-adaptation{
	color: #fff;
}
.menu-adaptation h3{
	border: none;
	margin-bottom: 0;
}
.menu-adaptation .col-menu{
	display:flex;
	align-items: center;
	padding: 10px 20px;
}

.menu-adapt-title{
	font-size: 2.4rem;
	color: #fff;
	line-height: 1;
}
.menu-adapt-title i{
	display: block;
	font-size: 1.6rem;
	border-top: 2px solid #fff;
	margin-top: 5px;
	color: #fff;
}
.menu-adapt-no{
	font-size: 7.2rem;
	padding-right: 10px;
}
.menu-adaptation .col-menu a{
	color: #fff;
	text-decoration: none;
}

/* 各トップ紹介 */
.top-main-menu{
    background-color: #fff;
    padding: 30px;
}
.main-menu-col{
	margin-bottom: 30px;
}
.main-menu-col a{
    display: block;
    display: flex;
    flex-direction: column;
	color: #000;
}
.main-menu-img{
    align-self: center;
}
.main-menu-col a h2{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  border: none;
  text-align: center;
  font-size: 2.8rem;
}
.main-menu-col a h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.main-menu-col a p{
	margin: 0 auto;
}

/*****************************/
/*サイト内検索
/*****************************/
.top_search_box{
}
.top_search_box h2{
	border: none;
	font-size: 3.2rem;
	margin-bottom: 20px;
}
.se
.top_search_box h3{
	border: none;
	font-size: 2.6rem;
}
.search-col2-wrap{
	width: 90%;
	max-width: 1400px;
	background-color: #fff;
	border-radius: 30px;
	margin: 50px auto;
	padding: 50px;
}
.top_keywords ul{
	margin: 0;
}
.search_form{
	margin-bottom: 30px;
}
.keywords li a{
    color: #333;
    background-color: #fff;
}
.keywords li a:hover{
	color: #fff;
}
.icon_search::before{
	margin-right: 5px;
	color: #aaa;
}
#SS_searchForm{
  box-sizing: border-box;
  position: relative;
  padding: 3px 10px 3px 20px;
  border-radius: 20px;
  width: 300px;
	max-width: 100%;
  overflow: hidden;
	border: 3px solid #000;
}
#SS_searchForm input[type="text"]{
  border: none;
  height: 2.0em;
}
#SS_searchForm input[type="text"]:focus {
  outline: 0;
}
#SS_searchForm input[type="submit"]{
  cursor: pointer;
  position: absolute;
  outline : none;
  background: url("../../../../img/icon_search.png")no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 5px;
  border: none;
}

/*ADD 2019.10.30 kishida*/
/*固定用お知らせ・更新情報*/
/*--------------------*/
/*PG制御用基本設定
/*--------------------*/
/*絞込み用*/
.is-hide {
    display: none;
}
.is-hidden {
    display: none;
}

/*エラーメッセージ*/
#dbmessage {margin: 0;}

/*出力用外枠*/
#dataout {}

/*出力データ*/
#dblist {}
/*--------------------*/
/*更新情報
/*--------------------*/
.newsitem {
  display: none;
}
#newsbox{
	background-color: #fff;
	padding: 20px;
}
#newsbox h3{
  background-image: url("../../../../img/h2_aqua.png");
  background-repeat: no-repeat;
background-position: 0 50%;
background-size: 20px auto;
	font-size: 2rem;
	padding-bottom: 10px;
	padding-left: 30px;
}
#newsbox .more{
	text-align: right;
	margin-top: 30px;
}
#newsbox .more a{
	background-color: #999;
	color: #fff;
	padding: 10px 40px;
}
.info-update {
  padding: 0 10px 10px 10px;
}

/*出力データ*/
.info-update #dblist {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.info-update #dblist li {
  width: 100%;
  margin:0;
  line-height: 140%;
border-bottom: 1px #ddd solid;
padding:10px 0;
overflow: hidden;
}
.mk-news{
	display: none;
}
/*写真非表示*/
.info-update #dblist li img {
  display: none;	
}
.info-update #dblist li .mk-report {
  display: none;
}

/*掲載日*/
.info-update #dblist li .update{
}
/*コメント*/
.info-update #dblist li p {
  margin: 0;
}

.bnr-col4-wrap{
	max-width: 1400px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}
.bnr-col{
    width: 48%;
}

.archives-post {width:100%; margin:0 auto; text-align:left;}
.swiper-wrapper {
	list-style:none; padding:0;
	display:flex;
	align-items:stretch;
}
.swiper-slide {
	flex:1 0 auto;
	flex-grow:1;
	flex-shrink:0;
	flex-basis:auto;
	height:auto !important;
	margin:0; padding:20px 0; min-width:300px; max-width:400px;
}
.swiper-slide img{
	height: 300px;
}
.xo-slider .slide-content {
    display:block;
    opacity:1;
    text-align: center;
}
/*.swiper-pagination {
  color: #ccc;
  bottom: 0;
  left: 50%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  margin-right: 5px;
}*/
#page-top{
  display: none;
}	


.closed{
	color: #000;
}
.closed .menu-adapt-title{
	color: #000;
}
.closed .menu-adapt-title i{
	border-top: 2px solid #000;
	color: #000;
}
/*******************************/
/*固定ニュース*/
/*******************************/
.news-important {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
  font-size: 1.4rem;
  line-height: 1.5;
}

.news-important li {
    margin: 10px 0;
}
/*
.news-important li span {
	font-size: 0.9em;
	font-weight: bold;
    margin-left: 10px;
    display: inline-block;
    width: 20%;
    max-width: 100px;
}
*/

.news-important .update {
    /*display: inline;*/
    background: url("../../../../img/icon_bell.png") no-repeat left center;
    background-size: 16px;
    padding-left: 24px;
    width: auto;
    display: block;
    float:none;
}
.news-important li p {
    line-height: 140%;
    margin: 5px 0 20px;
}

.news-important li p　a {
  color: #000;
  text-decoration: underline;
}



/*******************************/
/*イベント*/
/*******************************/
/*外枠*/
#event {}

/*エラーメッセージ*/
#dbmessage-event {}

/*出力用外枠*/
#dataout-event {}

/*出力データ*/
#dbevent {}



#event #dbevent {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
  font-size: 1.4rem;
  line-height: 1.5;
}

#event #dbevent li {
    margin: 0 0 20px;
}


/*開催日*/
.event-date {
    display: inline-block;
    background: url("../../../../img/icon_calendar.png") no-repeat left center;
    background-size: 16px;
    padding-left: 25px;
    margin-bottom: 5px;
}

/*開催地*/
.even-venue {
    display: inline;
    margin-left: 20px;
}
/*テーマ*/

.even-title a {
  text-decoration: underline;
}

/*メモ*/
.memo {
    font-size:0.8em;
}
@media (min-width : 768px){
.top-slider-box h2{
    font-size: 2.4rem;
    padding: 20px 100px 0 20px;
    background: url("../../../../img/top/pickup_bk.png")no-repeat bottom left;
}
.top-slider-box h2 img{
    height: 24px;
    margin-left: 20px;
}
.top-slider{
	padding: 20px 0;
}
.inner{
	max-width: 1400px;
	margin: 0 auto;
}
.header-top-box{
	display: flex;
	align-items: center;
	width: 100%;
}	
.adaptation-title{
	padding: 50px 0;
}
.cca-title{
	padding-left: 20px;
}
.cca-title h2:after{
  width: 60px;
  height: 60px;
}
.adaptation-title h2{
	font-size: 6rem;
}
.adaptation-title p{
	font-size: 2.8rem;
	margin-bottom: 0;
}
.cca-title{
	width: 60%;
}
.adaptation-temperature{
	display: flex;
	font-size: 3.2rem;
}
.adapt-temp-col{
	width: 50%;
	padding-bottom: 0;
}
.adaptation-temperature .adapt-temp-col:first-child p{
	border-right: 3px solid #000;
	border-bottom: none;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
}
.adapt-temp{
	font-size: 7.2rem;
}
.adapt-up{
	font-size: 5.2rem;	
}
.menu-adaptation{
	display: flex;
	flex-wrap: wrap;
}
.menu-adapt-title{
	font-size: 3.2rem;
}
.menu-adaptation .col-menu{
	width: 33%;
	padding: 20px;
}
.top-main-menu{
    padding: 80px;
}
.main-menu-col2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	row-gap:  80px;
}
.main-menu-col{
    width: 48%;
}
.main-menu-col a h2{
  font-size: 4.8rem;
}    
    
/* トップ動画 */
.header-navi{
	border: none;
}
.top-mv-wrap-sp{
	display: none;
}
.top-mv-wrap{
	display: block;
	position: relative;
	width: 100%;
  aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 1400px;
	max-height: 560px;
}
.top-mv-movie{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
  overflow: hidden;
	z-index: -1;
}
.top-mv-movie video {
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
.top-mv-tab img{
  display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	max-width: 1400px;
	min-height: 68px;
	z-index: 2;
}
.top-main .keni-main_inner{
	padding-top: 0;
}	
.main-menu-col a p{
	width: 60%;
}
.bnr-col4-wrap{
	max-width: 1400px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
    flex-wrap: nowrap;
    gap: 0;
}
.bnr-col{
    width: 100%;
}    
    
/*掲載日*/
.info-update #dblist li .update{
	width: 15%;
	float: left;
}
/*コメント*/
.info-update #dblist li p {
	width: 85%;
	float: right;
}  
#newsbox{
	padding: 50px;
}
/*Pageトップへ*/
#page-top{
  display: block;
	background: none;
}	
 /*リンクの形状*/
#page-top a{
  display: flex;

  transition:all 0.3s;
}
#page-top a::before{
	display: none;	
}
#page-top a:hover{
	opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}  
@media (min-width : 920px){
.search-col2-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.search_form{
	width: 40%;
}
.top_keywords{
	width: 58%;	
}
}
@media (min-width: 0px) {
.keni-main_wrap{
	margin: 0!important;
}
}