@charset "utf-8";
/* CSS Document */

#slider-area {
	
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100svh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
#slider {
	position: relative;
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100svh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.main-text {
		width: 75%;
	max-width: 670px;
	position: absolute;
  	top:50%;
  	left:50%;
  	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}
.main-text img {
	width: 100%;
	margin: 0;
	padding: 0;
}


.nami-blue {
	position: relative;
	background-image: url("../images/top/nami-blue.png");
    background-position: bottom; /* 中央に配置 */
    background-repeat: repeat-x; /* 繰り返しを防止 */
}
.newsBox {
	width: 96%;
	max-width: 1200px;
	margin: 5% auto 0 auto;
}
.w1200 {
	width: 96%;
	max-width: 1200px;
}
#topNews {
	display: flex;
	align-items: flex-start;
}

#topNews .title {
	width: 30%;
	margin: 0;
	padding: 0;
}
.newsConts {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: 0 auto 30px;
}

.newsConts dt {
	color: #666666;
	flex-basis: 15%;
	margin: 0px;
	padding: 15px 0 ;
	border-bottom:1px solid #ebebeb;
}
.newsConts dd {
	flex-basis: 85%;
	margin: 0px;
	padding: 15px 0 ;
	border-bottom:1px solid #ebebeb;
}

.newslink {
	color: #2E9F74;
	padding: 2% 50px 2% 0 ;
}
.ichiranBtn {
	position: relative;
	display: block;
	text-align: right;
}
.ichiranBtn a {
	font-weight: bold;
}

.topNewslist {
	width: 70%;
	margin: 0;
	padding: 0;
}
.newsConts {
	border-top: 1px solid #E3E3E3;
}

.newsillust {
	width: 25%;
	max-width: 278px;
	margin: -80px 0 0 20px;
	z-index: 2;
}

/*NEWS*/
#top-center {
	background-color: #D7ECF7;
	padding: 3% 0 13% 0;
	margin: 0;
	background-image: url("../images/top/nami-wt-bottom.png");
    background-position: calc(50% - 1px) calc(100% - -1px); /* 中央に配置 */
    background-repeat: repeat-x; /* 繰り返しを防止 */
}
.top-center-box {
	position: relative;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 0 0 0 ;
	text-align: center;
}
.kumo-01 {
	width: 20%;
	max-width: 260px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.kumo-02 {
	width: 20%;
	max-width: 339px;
	position: absolute;
	bottom: -500px;
	left: 0px;
	z-index: -1;
}

/*CENTER*/
.top-center-icon {
	display: flex;
	justify-content:space-between;
	width: 96%;
	max-width: 1200px;
	margin: 5% auto 0 auto;
	padding: 0;
}
.top-center-icon li {
	font-family: "Zen Maru Gothic", serif;
  	font-weight: 700;
  	font-style: normal;
  	font-size: 1.5rem;
	display:flex;
  	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 23%;
	height: 23%;
	padding: 4% 0;
	margin: 0 0 5% 0;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.top-center-icon li img {
	width: 80%;
	max-width: 185px;
	margin: 0 0 3% 0;
}

/*ABOUT US*/
#top-aboutus {
	position: relative;
	text-align: left;
	background-image: url("../images/top/honmachi_text.png");
    background-position: bottom; /* 中央に配置 */
    background-repeat: no-repeat; /* 繰り返しを防止 */
	background-size: 100% auto;
	margin: 0;
	padding: 5% 0;
}
.top-aboutus-flex {
	display: flex;
	flex-direction: row-reverse;
	justify-content:space-between;
	width: 96%;
	max-width: 1200px;
	margin: 5% auto 0 auto;
	padding: 0;
}
.top-aboutus-flex img {
	width: 48%;
}
.top-aboutus-text {
	width: 48%;
	text-align: left;
	padding: 0 0 5% 0;
}
.top-kyougikai-text {
	margin: 0 0 10% 0;
}
.bird {
	position: absolute;
	top: -10%;
	right: 10%;
}

/*HONMACHI*/
#top-honmachi {
	margin: 0px;
	padding: 5% 0 0 0;
}

#top-honmachi p {
	width: 50%;
	margin: 0 auto ;
	padding: 0;
}
.honmachi-illust {
	position: relative;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 ;
}
.honmachi-01 {
	width: 20%;
	max-width: 180px;
	position: absolute;
	top: -50px;
	left: 20px;
}
.honmachi-02 {
	width: 20%;
	max-width: 260px;
	position: absolute;
	top: -40px;
	right: 20px;
}
.people-01 {
	width: 20%;
	max-width: 180px;
	position: absolute;
	bottom: -150px;
	left: 20px;
}
.people-02 {
	width: 20%;
	width: 168px;
	position: absolute;
	bottom: -100px;
	right: 20px;
}

/*SLIDE*/
.slider {
	margin: 3% 0;
}
.slider div {
	margin: 0 2px;
	padding: 0;
}

.scroll-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
	margin: 5% 0;
}

.scroll-content {
    display: flex;
    animation: scroll 50s linear infinite;
}

.item {
    flex: 0 0 auto;
    width: 750px;/*お好みの幅に調整*/
    height: 500px;/*お好みの高さに調整*/
    margin: 0 ;/*左右の余白はここを調整*/
    text-align: center;
    line-height: 500px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:20px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-30px;
	top: -25px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

@media screen and (max-width:1000px) {
#slider-area {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100svh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
#slider {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100svh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*NEWS*/
#topNews{
	display: block;
	width: 90%;
	margin: 0 auto ;
}
#topNews .title {
	width: 100%;
	margin: 0;
	padding: 0;
}

.newsConts {
	flex-flow: column;
	margin: 5% 0 0 0;
}
.newsConts dt {
	color: #666666;
	margin: 0px;
	padding:  10px 0 0 0 ;
	border-bottom:none;
}
.newsConts dd {
	margin: 0px;
	padding: 0 0 15px 0 ;
	border-bottom:1px solid #ebebeb;
}
	
	
.topNewslist {
	width: 100%;
	margin: 0;
	padding: 0;
}
	
.newsillust {
	width: 30%;
	margin: 0 0 -30px 0;
	left: 20px;
}
	
/*CENTER*/
.top-center-box {
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.top-center-box p {
	text-align: left;
	margin: 0;
	padding: 0;
}
	
.top-center-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width: 80%;
	margin: 5% auto 5% auto;
	padding: 0;
}
.top-center-icon li {
  	font-size: 1rem;
	display:flex;
  	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 48%;
	height: 48%;
	padding: 7% 0;
	margin: 0 0 5% 0;
}
	
/*ABOUT US*/
#top-aboutus {
	text-align: center;
}
.top-aboutus-flex {
	display: block;
	margin: 5% auto 0 auto;
	padding: 0;
}
.top-aboutus-flex img {
	width: 75%;
	margin: 0 auto;
}
.top-aboutus-text {
	width: 100%;
	text-align: left;
	margin: 0 auto 5% auto;
}
.top-kyougikai-text {
	width: 80%;
	margin: 0 auto 5% auto;
	padding: 0;
}
.bird {
	position: absolute;
	width: 20%;
	top: -7%;
	right: 5%;
}

/*HONMACHI*/
#top-honmachi p {
	width: 80%;
	margin: 0 auto ;
	padding: 0;
}
.honmachi-01 {
	width: 18%;
	position: absolute;
	top: -50px;
	left: 5%;
}
	
.honmachi-02 {
	width: 20%;
	position: absolute;
	top: -30px;
	right: 3%;
}

.people-01 {
	width: 18%;
	position: absolute;
	bottom: -5vh;
	left: 20px;
}
.people-02 {
	width: 18%;
	position: absolute;
	bottom: -5vh;
	right: 20px;
}

/*SLIDE*/
.slider {
	margin: 5% 0;
}

.item {
    flex: 0 0 auto;
    width: 450px;/*お好みの幅に調整*/
    height: 300px;/*お好みの高さに調整*/
    margin: 0 ;/*左右の余白はここを調整*/
    text-align: center;
    line-height: 300px;
}

	
}