/* CSS Document */


/* --------------------------------------------------
attractions
-------------------------------------------------- */

img {
	width: 100%;
}


.ttl-7attractions-bg {
	position: relative;
	max-height: 456px;
	overflow: hidden;
}

.ttl-7attractions-bg img {
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%,-50%);
	object-fit: cover;
}

.ttl-7attractions {
	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-7attractions {
		font-size: 2.4rem;
	}
}


/* ttl-main-area */

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

.ttl-main span {
	color:#E93240;
}


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



/* ttl-main-area */

.ttl-main-area {
	margin-bottom:4rem;
}


.img-main img {
	margin-bottom:2rem;
}

.ttl-main {
	font-size:1.5rem;
}

}



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


/* ttl-main-area */

.ttl-main-area {
	margin-bottom:3rem;
}


.img-main img {
	margin-bottom:1.5rem;
}

.ttl-main {
	font-size:1.3rem;
	text-align:left;
	width:90%;
	margin:0 auto;
}

.ttl-main br {
	display:none;
}
}


.nav-area {
	padding: 1em;
}

.nav-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 3px 13px -5px #777777;
	border-radius: 10px;
}

.nav-area ul li {
	width: 25%;
	background: #ffffff;
	border-right: 1px solid #c4c4c4;
	position: relative;
}
.nav-area ul li:last-child{
	border-right: none;
	border-bottom: none;
	border-radius: 0 10px 10px 0;
}
.nav-area ul li:first-child{
	border-radius: 10px 0 0 10px;
}
.nav-area ul li::after {
	position: absolute;
	content: '';
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 15px 0 15px;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-color: #DF0404 transparent transparent transparent;
  }
.nav-area ul li a {
	padding: 0.5em 0.5em;
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	color: #000000;
}

.nav-area ul li:hover{
	background: #DF0404;
}

.nav-area ul li a:hover{
	color: #ffffff;
}
.nav-area ul li:hover::after {
	display: block;
  }


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

.attractions .post-content p {
	padding: 1rem 0;
    max-width: none;
}

.attractions section .spot-ttl {
	font-size: 2.0rem;
}

.attractions section .spot-txt {
	margin-top: 0.5em;
	margin-bottom: 2em;
}

 .img-block .pht {
	width: 75%;
	margin: 0 auto;
}

.attractions section .block-3col {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
	justify-content: space-between;
	width: 100%;
}

.attractions section .block-3col .pht {
	width: 32%;
	margin-right: 0;
}

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

@media screen and (max-width: 767px) {
	.nav-area ul {
		display: block;
	}
	.nav-area ul li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #c4c4c4;
	}
	.nav-area ul li a {
		font-size: 1.5rem;
	}
	.nav-area ul li:last-child{
		border-radius: 0 0 10px 10px;
	}
	.nav-area ul li:first-child{
		border-radius: 10px 10px 0 0;
	}
	.nav-area ul li:hover::after {
		display: none;
	}
	.attractions section .spot-txt .spot-ttl {
		font-size: 150%;
	}
	.attractions section .spot-txt p {
		font-size: 120%;
	}
	.attractions section .col3 {
		margin-top: 0.5em;
	}

	.img-block .pht {
		width: 100%;
	}
}





