@charset "UTF-8";


/****************
	市議会議委員のしごと
		Top

****************/
/* #region Top */
#s_council_hero .top {
    display: grid;
    grid-template-columns: 1fr;

}

#s_council_hero .top .top_header1 {
    height: 550px;
    overflow: hidden; 
	background-color: #E3D1BD;

}
#s_council_hero .top .top_header1 .image {
    position: relative;
    width: 100%; /* ビューポートの幅いっぱい */
    height: 300px; /* ビューポートの高さいっぱい */
    overflow: hidden; /* コンテナの外に出た部分を非表示にする */

    /*border-top-left-radius: 15px;*/
	/*border-top-right-radius: 15px;*/
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;

}
#s_council_hero .top .top_header1 .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%; /* 幅がコンテナの幅以上になるまで拡大 */
    min-height: 100%; /* 高さがコンテナの高さ以上になるまで拡大 */

}

#s_council_hero .top .top_header1 .pagename {
    position: absolute;
    top: 360px;
    left: 30px;
    margin: 0;
    pointer-events: none;
    text-align: center;
    height: 95px;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.4);

    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
#s_council_hero .top .top_header1 .pagename p.en{
    display: block;
    margin: 0;
    /* height: 32px; */
    color: black;
    position: relative;
    top: 0px;
    font-family: 'Arial Black', 'MS Gothic', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    transform: translate(0%, 30%);

    font-size: 36px;

}
#s_council_hero .top .top_header1 .pagename p.jp{
    display: block;
    margin: 0 0 0 0;
    /* height: 30px; */
    font-size: 15px;
    color: black;
    transform: translate(0%, 48%);

}


#s_council_hero .top .top_header1 .msg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;

    height: 250px;

}

#s_council_hero .top .top_header1 .msg p.title {
    font-weight: bold;
    font-size: 30px;
    color: black;

    height: 60px;
    width: 390px;
    background-color: rgba(255, 255, 255, 1);

    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;


    position: absolute;
    top: 30%;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    margin: 0;
    pointer-events: none;
    text-align: center;
    padding: 6px 0px 0px 0;
   
}
#s_council_hero .top .top_header1 .msg p.honbun {
    pointer-events: none;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: black;
    

    position: absolute;
    top: 65%;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/

}



#s_council_hero .top .top_header2 {
    width: 100%; 
    overflow: hidden; 
	background-color: #E3D1BD;

	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;

}

#s_council_hero .top .top_header2 svg { 
	/*position: relative; */
    /*display: block; */
    /*width: calc(112% + 1px);*/
    /*height: 210px; */
    /*transform: rotateY(0deg); */
	transform: rotateX(180deg); 

	/*margin: 0 0 0 0;*/
} 

#s_council_hero .top .top_header2 .image { 
	position: absolute;
	top: 84%;
	left: 17%;
	transform: translate(-50%, -100%);
	margin: 0;
    
}
#s_council_hero .top .top_header2 .image img{ 
    height: 220px;
   
}

/* #endregion Top */
