/* CSS Document */


/* --------------------------------------------------
manners
-------------------------------------------------- */

img {
	width: 100%;
}

.ttl-manners-bg {
	position: relative;
}

.ttl-manners {
	background: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: block;
	width: 100%;
	font-size: 5.4rem;
}
@media screen and (max-width: 767px) {
	.ttl-manners {
		font-size: 2.4rem;
	}
}

/* ttl-main-area */

.ttl-main-area {
	width: 90%;
	margin: 0 auto;
	margin-top:3rem;
	margin-bottom:3rem;
}

.ttl-main {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","メイリオ",Meiryo,Osaka,sans-serif;
	/* text-align:center; */
	font-size:2.08rem;
	line-height:1.4;
}


@media screen and (max-width: 767px) {

	/* ttl-main-area */
	.ttl-main-area {
		margin-bottom:2rem;
	}
	.ttl-main {
		font-size:1.5rem;
	}
}


.nav-area {
	padding: 1em;
}

.nav-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.nav-area ul li {
	width: 24.5%;
}

.nav-area ul li a {
	color: #ffffff;
	padding: 0.5em 0.5em;
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1em;
	height: 100%;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	background: #3F549A;
	border-radius: 100px;
}

.nav-area ul li a:hover{
	background: #475da7;
}

.manners section {
	margin-top: 2em;
	margin-bottom: 5em;
}

.manners section .spot-txt {
	margin-bottom: 2em;
}

.manners section .spot-txt .spot-ttl {
	font-size: 1.8rem;
	width: 90%;
	margin: 0 auto;
}

.manners .movie-block {
    position: relative;
    width: 90%;
    aspect-ratio: 16 / 9;
    -o-object-fit: contain;
    object-fit: contain;
	margin: 0 auto;
    margin-bottom: 1.6rem;
}

.manners .movie-block iframe {
	filter: saturate(1.2);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.manners .bnr-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.manners .bnr-area .bnr-block {
	width: 48%;
}

.manners .bnr-area .bnr-block a {
	font-size: 2.0rem;
    color: #FFF;
    padding: 45px 0 45px 0;
    text-align: center;
    position: relative;
    font-weight: bold;
    letter-spacing: .2rem;
    text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
	display: block;
	margin-bottom: 2em;
}

.manners .bnr-area .bnr-block .kumamotojou {
    background: url(../img/bnr_01.jpg) no-repeat center center;
    background-size: cover;
}
.manners .bnr-area .bnr-block .kyuusuiinfo {
    background: url(../img/bnr_02.jpg) no-repeat center center;
    background-size: cover;
}
.manners .bnr-area .bnr-block .suizenji {
    background: url(../img/bnr_03.jpg) no-repeat center center;
    background-size: cover;
}
.manners .bnr-area .bnr-block .jousaien {
    background: url(../img/bnr_04.jpg) no-repeat center center;
    background-size: cover;
}
.manners .bnr-area .bnr-block a span {
	display: block;
}


.btm-space {
	margin-bottom: 6em;
}

.sp-br {
	display: none;
}

@media screen and (max-width: 767px) {
	
	.nav-area ul {
		justify-content: space-between;
	}
	.nav-area ul li {
		width: 100%;
	}
	
	.nav-area ul li a {
		margin: 5px 0 5px 0;
		padding: 0.5em 1em;
		min-height: 50px;
		font-size: 130%;
	}
	
	.sp-none {
		display: none;
	}
	.sp-br {
		display: block;
	}
	.manners section .spot-txt .spot-ttl {
		font-size: 130%;
	}
	.manners .bnr-area .bnr-block {
		width: 100%;
	}

	.manners .bnr-area .bnr-block a {
		margin-bottom: 1em;
		padding: 1.5em 0;
	}
}





