/* --------------------------------------------------------------------------------------
	top page
--------------------------------------------------------------------------------------- */

/* topmovie */

.Pages_index {
    position: relative;
}
.Pages_index .header {
    background-size: cover;
    padding: 0;
}

.topmovie {
    width: 100%;
    /* max-width: 1300px; */
    max-height: 850px;
    margin: 0 auto!important;
    overflow: hidden;
}
.topmovie  img {
    width: 100%;
}
/*
 .slick-slide img {
  transform: scale(1.2);
  transition: .8s cubic-bezier(.645, .045, .355, 1);
}
.slick-current img {
  transform: scale(1);
}
*/

.Pages_index .header .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 10px;
}

/*
.Pages_index .search_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
*/


.kaiketsu_section {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.kaiketsu_section .h3_line {
    color: #ffffff; 
    margin: 50px auto 20px auto;
}
.kaiketsu_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.kaiketsu_each {
    flex: 0 1 auto;
    width: 24%;
    background: #FF6FB3;
    border-radius: 50px;
    text-align: center;
    padding: 18px 10px;
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 20px;
}
.kaiketsu_each a, .kaiketsu_each a:hover, .kaiketsu_each a:visited {
    color: #ffffff;
}

/* 2 5 7 8 */
.kaiketsu_each:nth-child(2) { background: #005433; }
.kaiketsu_each:nth-child(3) { background: #EC7A00; }
.kaiketsu_each:nth-child(4) { background: #ADDB00; }
.kaiketsu_each:nth-child(5) { background: #52005C; }
.kaiketsu_each:nth-child(6) { background: #2BA000; }
.kaiketsu_each:nth-child(7) { background: #942EFF; }
.kaiketsu_each:nth-child(8) { background: #547AFF; }
.kaiketsu_each:nth-child(9) { background: #007C92; }
.kaiketsu_each:nth-child(10) { background: #060056; }
.kaiketsu_each:nth-child(11) { background: #ADDB00;}


/* 3-2 article styles */

.article {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.article_each {
    width: 48%;
    flex: 0 1 auto;
    border: 4px solid #aaaaaa;
    border-radius: 4px;
    padding: 10px 10px 0 10px;
    margin-bottom: 30px;
}
.article_flex {
    display: flex;
    justify-content: space-between; 
}


.article_image {
    flex: 0 1 auto;
    width: 25%;
}
.article_image img {
    width: 100%;
}
.article_body {
    flex: 1 0 auto;
    width: 65%;
}


.article_title {
	background: #E7E5E7;
	border-radius: 6px;
	padding: 6px 12px;
	font-size: 1.9rem;
    font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
    width: 100;
}
.article_title a, .article_title a:visited {
    color: #000000;
}

.article_continue {
	margin: 3px 0 0 0;
	text-align: right;
	font-size: 1.5rem;
	padding: 0px 24px 5px 0;
	background-image: url(/img/images/common/icon_continue.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right top;
}

.article_body {
	line-height: 1.75;
	margin: 0 0 5px 15px;
    text-align: justify;
}




/* headline */
.headline_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    z-index: 50;
    margin-top: 30px;
}
.headline {
    flex: 0 1 auto;
    width: 48%;
    max-height: 250px;
    overflow: hidden;
    border: 4px solid #ff9999;
    border-radius: 4px;
    padding: 10px 10px 0 10px;
    background: rgba(255, 255, 255, 0.9);
}
.headline_title {
	background: #ee3333;
    color: #ffffff;
	border-radius: 6px;
	padding: 6px 12px 4px 12px;
	font-size: 1.9rem;
    font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
    width: 100;
}
.headline_title a, .headline_title a:visited {
    color: #ffffff;
}




/* 防災・気象情報 */
.h3_line_disaster {
	border-bottom: 3px solid #ffcc00!important;
}
.disaster {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.disaster_each {
    width: 48%;
    flex: 0 1 auto;
    border: 4px solid #ffee99;
    border-radius: 4px;
    padding: 10px 10px 0 10px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 1)!important;
}
.disaster_title {
	background: #ffcc00;
    color: #000000;
	border-radius: 6px;
	padding: 6px 12px 4px 12px;
	font-size: 1.9rem;
    font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
    width: 100;
}
.disaster_title a, .disaster_title a:visited {
    color: #000000;
}
.disaster_date {
    text-align: right;
    font-size: 1.3rem;
    font-weight: bold;
}
.disaster_body {
	line-height: 1.75;
	margin: 0 0 5px 15px;
    text-align: justify;
}
.topTopicSnsFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topTopic {
    flex: 0 1 auto;
    width: 65%;
    background: #ebebeb;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
}
.topTopic_index {
    width: 80%;
    margin: 0 auto;
}
.topTopic_title {
    background: #8ccbc2;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 0 10px 20px;
    margin-bottom: 10px;
}

.topTopic_each {
    overflow: hidden;
    padding-bottom: 4px;
    border-bottom: 1px dotted #888888;
    margin-bottom: 8px;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topTopic_each:last-child {
    margin-bottom: 15px;
}

.topTopic_date {
    flex: 0 1 auto;
    width: 18%;
    padding-top: 3px;
}
.topic_kind {
    flex: 0 1 auto;
    width: 10%;
    height: 20px;
    font-size: 1.2rem;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
    background: #999999;
    color: #ffffff;
    padding: 1px 6px;
    margin-right: 3px;
    width: 75px;
    text-align: center;
}
.topTopic_line {
    flex: 0 1 auto;
    width: 65%;
}

.topTopic > .btn {
    background: #ffffff;
    color: #018c79;
    border: none;
}

    .topic_kind_1 {}
    .topic_kind_2 { background: #33aa00; }
    .topic_kind_3 { background: #aa0000;}
    .topic_kind_4 { background: #ff9933;}
    .topic_kind_5 { background: #33ddff;}
    .topic_kind.topic_kind_5{ background: #33ddff;}



.topic_date {
    text-align: right;
}
.topic_body {
    margin-bottom: 50px;
}
.topic_body_image {
    text-align: center;
    width: 100%;
}
.topic_body_image img {
    width: 50%;
}

.topSns {
    flex: 0 1 auto;
    width: 30%;
    background: #ebebeb;
    border-radius: 4px;
    padding: 10px;
}



/* --------------------------------------------------------------------------------------
	get page
--------------------------------------------------------------------------------------- */

.gate_block {
     position: relative;
    /* max-height: 800px; */
}
.gate_stage {
    width: 100%;
    overflow: hidden;
}
.gate_tag {
    position: absolute;
    width: 22%;
    height: auto;
    background: rgba(255,255,255, 0.5);
    
    margin: 20px auto 0 auto;
    padding: 30px 10px 10px 10px;
    top: 0;
    left: 0;
    right: 0;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
    z-index: 100;
}
.gate_stage img {
    width: 100%;
}

.gate_menu {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gate_menu p {
    flex: 0 1 auto;
    width: 32%;
    padding: 10px 10px 20px 10px;
    background: rgba(255,255,255, 0.8);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
 	border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
    transition: 0.5s;
    text-align: center;
    line-height: 1.4;
}
.gate_menu p:hover {
    width: 35%;
    background: rgba(230,255,255, 1);
    transition: 0.5s;
}
.gate_menu a, .gate_menu a:visited {
    font-size: 2.2rem;
    font-weight: bold;
    color: #000000;
}
.gate_about {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 200;
    width: 15%;
}
.gate_wave {
    position: absolute;
    width: 100%;
    height: auto;
    
    bottom: 0;
    left: 0;
    right: 0;
}
