@charset "utf-8";


.page-title {
	border-bottom: 0;
}

.contents.bland {
	margin-top: 0;
}

.bland-list {
	max-width: none;
	margin-top: 0;
	padding: 100px 6vw;
	background-color: rgba(159, 32, 38, 1);
}

.bland-list__wrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.bland-list__item {
	max-width: calc((100% - 90px) / 4);
	flex-basis: calc((100% - 90px) / 4);
	margin-right: 30px;
	margin-top: 60px;
}

.bland-list__item:first-child,
.bland-list__item:nth-child(2),
.bland-list__item:nth-child(3),
.bland-list__item:nth-child(4) {
	margin-top: 0;
}

.bland-list__item:nth-child(4n) {
	margin-right: 0;
}

.bland-list__image {
	margin-bottom: 10px;
}

.bland-list__catch {
	font-size: 1.3rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 1);
}

.bland-list__name {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
	color: rgba(255, 255, 255, 1);
}

.bland-list__more {
	margin-top: 20px;
	position: relative;
	left: 30px;
}

.bland-list__more .more::before {
	background-color: rgba(255, 255, 255, 1);
}

.bland-list__more .more span {
	height: 20px;
	padding-left: 30px;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 1);
}

.bland-list__more .more span::before {
	width: 20px;
	height: 20px;
	border-color: rgba(255, 255, 255, 1);
	top: 0;
}

.bland-list__more .more span::after {
	border: 3px solid transparent;
	border-left: 5px solid rgba(255, 255, 255, 1);
	top: calc(50% - 3px);
	left: 9px;
}

.banner-project {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 6vw;
}


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

	.bland-list__item {
		max-width: calc((100% - 60px) / 3);
		flex-basis: calc((100% - 60px) / 3);
	}

	.bland-list__item:nth-child(4) {
		margin-top: 60px;
	}

	.bland-list__item:nth-child(3n) {
		margin-right: 0;
	}

	.bland-list__item:nth-child(4n) {
		margin-right: 30px;
	}

}


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

	.bland-list {
		padding: 80px 6vw;
	}

}


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

	.bland-list {
		padding: 60px 6vw;
	}

	.bland-list__item {
		max-width: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
		margin-top: 40px;
		margin-right: 20px;
	}

	.bland-list__item:nth-child(3),
	.bland-list__item:nth-child(4) {
		margin-top: 40px;
	}

	.bland-list__item:nth-child(3n) {
		margin-right: 20px;
	}

	.bland-list__item:nth-child(2n) {
		margin-right: 0;
	}

	.bland-list__catch {
		font-size: 1.2rem;
	}

	.bland-list__name {
		font-size: 1.8rem;
	}

	.bland-list__more {
		margin-top: 10px;
		left: 0;
	}

}


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

	.bland-list__item {
		margin-top: 30px;
	}

	.bland-list__item:nth-child(3),
	.bland-list__item:nth-child(4) {
		margin-top: 30px;
	}

	.bland-list__more {
		margin-top: 5px;
	}

}


/*------------------------------------*/


.bland-area__section {
	display: flex;
	border-top: 1px solid rgba(0, 0, 0, 1);
	justify-content: space-between;
}

.bland-area__section:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.bland-area__section__title {
	max-width: 150px;
	padding: 15px 0;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.bland-area__section__list {
	max-width: 900px;
	flex-basis: calc(100% - 150px - 40px);
}

.bland-area__section__item {
	padding: 15px 0;
	padding-right: 20px;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	justify-content: space-between;
	align-items: center;
}

.bland-area__section__item:last-child {
	border-bottom: 0;
}

.bland-area__section__name {
	max-width: 250px;
	flex-basis: 250px;
	font-size: 1.5rem;
	line-height: 1.6;
}

.bland-area__section__tel {
	max-width: 160px;
	flex-basis: 160px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.bland-area__section__tel a {
	color: rgba(0, 0, 0, 1);
}

.bland-area__section__more .more span {
	height: 20px;
	padding-left: 30px;
	font-size: 1.4rem;
}

.bland-area__section__more .more span::before {
	width: 20px;
	height: 20px;
	top: 0;
}

.bland-area__section__more .more span::after {
	border: 3px solid transparent;
	border-left: 5px solid rgba(159, 32, 38, 1);
	top: calc(50% - 3px);
	left: 9px;
}


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

	.bland-area__section {
		display: block;
		margin-top: 40px;
		border-top: 0;
	}

	.bland-area__section:last-child {
		border-bottom: 0;
	}

	.bland-area__section__title,
	.bland-area__section__list {
		max-width: none;
	}

	.bland-area__section__title {
		padding-left: 0;
	}

	.bland-area__section__item {
		padding-right: 0;
	}

	.bland-area__section__list {
		border-top: 1px solid rgba(0, 0, 0, 1);
		border-bottom: 1px solid rgba(0, 0, 0, 1);
	}

}


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

	.bland-area__section__item {
		flex-wrap: wrap;
	}

	.bland-area__section__name {
		width: 100%;
		flex-basis: 100%;
		max-width: none;
		margin-bottom: 5px;
	}

}


/*------------------------------------*/


.bland-map {
	height: 470px;
	margin: 60px 0;
	position: relative;
}

.bland-map__image {
	max-width: 355px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
	transform: translateX(-50%);
}

.bland-map__list {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.bland-map__list {
	padding-top: 20px;
}

.bland-map__item {
	width: 50%;
	margin-bottom: 30px;
	position: relative;
}

.bland-map__item::before,
.bland-map__item::after {
	content: "";
	display: block;
	position: absolute;
}

.bland-map__item::before {
	height: 1px;
	top: 50%;
	left: 160px;
	border-right: 1px solid rgba(0, 0, 0, 1);
}

.bland-map__item:nth-child(2n)::before {
	left: auto;
	right: 160px;
	border-right: 0;
	border-left: 1px solid rgba(0, 0, 0, 1);
}


.bland-map__item.fukuoka::before {
	width: calc(100% - 160px - 60px);
	height: 20px;
	border-top: 1px solid rgba(0, 0, 0, 1);
}

.bland-map__item.kitakyusyu::before {
	width: calc(100% - 160px - 10px);
	height: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	top: calc(50% - 15px);
}

.bland-map__item.chikushino::before {
	width: calc(100% - 188px - 10px);
	height: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	top: calc(50% - 32px);
}

.bland-map__item.saga::before {
	width: calc(100% - 160px - 100px);
	height: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	top: calc(50% - 60px);
}


.bland-map__item.sasebo::before {
    width: calc(100% - 160px - 140px);
    height: 190px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    top: calc(50% - 190px);
}


.bland-map__item.kurume::before {
	width: calc(100% - 165px + 20px);
	height: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	top: calc(50% - 0px);
}

.bland-map__item.nagasaki::before {
	width: calc(100% - 160px - 110px);
	height: 90px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	top: calc(50% - 90px);
}

.bland-map__item.oita::before {
	width: calc(100% - 160px - 130px);
	height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	top: calc(50% - 40px);
}

.bland-map__item.kumamoto::before {
	width: calc(100% - 160px - 10px);
	height: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	top: calc(50% - 60px);
}

.bland-map__item.miyazaki::before {
	width: calc(100% - 160px - 80px);
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 1);
}

.bland-map__item.kagoshima{
/* 	margin-top: 20px; */
}

.bland-map__item.kagoshima::before {
	width: calc(100% - 211px - 0px);
	height: 10px;
	border-top: 1px solid rgba(0, 0, 0, 1);
}

.bland-map__item::after {
	width: 5px;
	height: 5px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 50%;
}

.bland-map__item.fukuoka::after {
	right: calc(60px - 3px);
	bottom: -3px;
}

.bland-map__item.kitakyusyu::after {
	left: calc(10px - 3px);
	top: 3px;
}

.bland-map__item.chikushino::after {
	right: calc(38px - 3px);
	top: -16px;
}

.bland-map__item.saga::after {
	right: calc(100px - 3px);
	top: -44px;
}

.bland-map__item.sasebo::after {	
    right: calc(140px - 3px);
    top: -170px;
}

.bland-map__item.kurume::after {
	left: calc(-20px + 2px);
    top: calc(50% - 2px);
}

.bland-map__item.nagasaki::after {
	right: calc(110px - 3px);
	top: -70px;
}

.bland-map__item.oita::after {
	left: calc(130px - 3px);
	top: -22px;
}

.bland-map__item.kumamoto::after {
	left: calc(10px - 3px);
	top: -40px;
}

.bland-map__item.miyazaki::after {
	left: calc(80px - 3px);
    top: calc(50% - 2px);
}

.bland-map__item.kagoshima::after {
    right: 48px;
	bottom: 5px;
}

.bland-map__btn {
	width: 160px;
}

.bland-map__item:nth-child(2n) .bland-map__btn {
	margin-left: auto;
}

.bland-map__item a {
	width: 100%;
	height: 40px;
	padding: 0 40px 0 10px;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	border: 2px solid rgba(0, 0, 0, 1);
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
	align-items: center;
}

.bland-map__item a:hover {
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}

.bland-map__item a::before,
.bland-map__item a::after {
	content: "";
	display: block;
	position: absolute;
}

.bland-map__item a::before {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 1);
	border-radius: 50%;
	box-sizing: border-box;
	top: calc(50% - 10px);
	right: 10px;
}

.bland-map__item a::after {
	width: 5px;
	height: 5px;
	border-right: 2px solid rgba(0, 0, 0, 1);
	border-bottom: 2px solid rgba(0, 0, 0, 1);
	top: calc(50% - 3px);
	right: 17px;
	transform: rotate3d(0, 0, 1, -45deg);
}

.bland-map__item a:hover::before,
.bland-map__item a:hover::after {
	border-color: rgba(255, 255, 255, 1);
}

.bland-map__item a:hover::after {
	transform: translateX(3px) rotate3d(0, 0, 1, -45deg);
}


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

	.bland-map {
		height: 331px;
		margin: 40px auto;
	}

	.bland-map__image {
		width: 250px;
		top: 20px;
	}

	.bland-map__item {
		position: absolute;
		left: 0;
	}

	.bland-map__item:nth-child(2n) {
		left: auto;
		right: 0;
	}

	.bland-map__item.fukuoka {
		top: 0;
	}

	.bland-map__item.kitakyusyu {
		top: 0;
	}

	.bland-map__item.chikushino {
		top: 40px;
	}

	.bland-map__item.saga {
		top: 80px;
	}

	.bland-map__item.kurume {
		top: 90px;
	}

	.bland-map__item.nagasaki {
	    top: 160px;
	}

	.bland-map__item.sasebo {
	    top: 200px;
	}

	.bland-map__item.oita {
		top: 150px;
	}

	.bland-map__item.kumamoto {
		top: 190px;
	}

	.bland-map__item.miyazaki {
		top: 240px;
	}

	.bland-map__item.kagoshima {
		top: 280px;
	}

	.bland-map__item::before {
		left: 90px;
	}

	.bland-map__item:nth-child(2n)::before {
		left: auto;
		right: 90px;
	}

	.bland-map__item.fukuoka::before {
		width: calc(100% - 90px - 35px);
		height: 50px;
		border-top: 1px solid rgba(0, 0, 0, 1);
	}

	.bland-map__item.kitakyusyu::before {
		width: calc(100% - 90px - 0px);
		height: 25px;
		border-top: 1px solid rgba(0, 0, 0, 1);
		border-bottom: 0;
		top: 50%;
		bottom: auto;
	}

	.bland-map__item.chikushino::before {
		width: calc(100% - 74px - 35px);
		height: 16px;
		border-top: 1px solid rgba(0, 0, 0, 1);
		border-bottom: none;
		top: 50%;
	}

	.bland-map__item.saga::before {
		width: calc(100% - 90px - 50px);
		height: 0;
		border-top: 1px solid rgba(0, 0, 0, 1);
		border-bottom: 0;
		top: 50%;
		bottom: auto;
	}

	.bland-map__item.kurume::before {
		width: calc(100% - 100px + 25px);
		height: 0;
		border-top: 1px solid rgba(0, 0, 0, 1);
		border-bottom: 0;
		top: 50%;
		bottom: auto;
	}

	.bland-map__item.nagasaki::before {
		width: calc(100% - 90px - 90px);
		height: 25px;
		border-bottom: 1px solid rgba(0, 0, 0, 1);
		top: calc(50% - 25px);
	}

	.bland-map__item.sasebo::before {
		width: calc(100% - 90px - 100px);
		height: 105px;
		border-bottom: 1px solid rgba(0, 0, 0, 1);
		top: calc(50% - 105px);
	}

	.bland-map__item.oita::before {
		width: calc(100% - 90px - 90px);
		height: 40px;
	}

	.bland-map__item.kumamoto::before {
		width: calc(100% - 90px - 10px);
		height: 40px;
		border-bottom: 1px solid rgba(0, 0, 0, 1);
		top: calc(50% - 40px);
	}

	.bland-map__item.miyazaki::before {
		width: calc(100% - 90px - 50px);
		height: 0;
		border-top: 1px solid rgba(0, 0, 0, 1);
	}

	.bland-map__item.kagoshima::before {
		width: calc(100% - 130px);
		height: 16px;
		border-top: 1px solid rgba(0, 0, 0, 1);
	}


	.bland-map__item.fukuoka::after {
		right: calc(35px - 3px);
		top: 65px;
	}

	.bland-map__item.kitakyusyu::after {
		left: -3px;
		top: 40px;
	}

	.bland-map__item.chikushino::after {
		right: 16px;
		top: 30px;
	}

	.bland-map__item.saga::after {
		right: calc(50px - 3px);
		top: calc(50% - 2px);
	}

	.bland-map__item.kurume::after {
		left: calc(-20px + 2px);
		top: calc(50% - 2px);
	}

	.bland-map__item.nagasaki::after {
		right: calc(90px - 3px);
        top: -10px;
	}

	.bland-map__item.sasebo::after {
    right: calc(100px - 3px);
        top: -95px;
	}
    
	.bland-map__item.oita::after {
		left: calc(90px - 3px);
		top: -25px;
	}

	.bland-map__item.kumamoto::after {
		right: calc(10px - 3px);
		top: -30px;
	}

	.bland-map__item.miyazaki::after {
		left: calc(50px - 3px);
/* 		top: 65px; */
	}

	.bland-map__item.kagoshima::after {
		right: calc(40px - 3px);
		top: 30px;
	}

	.bland-map__btn {
		width: 90px;
	}

	.bland-map__item a {
		height: 30px;
		padding: 0 25px 0 6px;
		font-size: 1.1rem;
	}

	.bland-map__item a::before {
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
		right: 5px;
	}

	.bland-map__item a::after {
		width: 4px;
		height: 4px;
		top: calc(50% - 3px);
		right: 11px;
	}

}


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

	.bland-map__item.nagasaki::before,
	.bland-map__item.oita::before {
		width: 1px;
		height: 60px;
		border: 0;
		background-color: rgba(0, 0, 0, 1);
	}

	.bland-map__item.nagasaki::before {
		right: 89px;
		left: auto;
	}
	.bland-map__item.nagasaki::before {
		width: 5px;
		height: 25px;
		top: calc(50% - 25px);
		border-bottom: 1px solid rgba(0, 0, 0, 1);
		border-right: 1px solid rgba(0, 0, 0, 1);
        background:none;
		left: 89px;
		right: auto;
	}

	.bland-map__item.sasebo::before {
		   width: 10px ;
    height: 90px;
    top: calc(50% - 90px);
		left: 89px;
		right: auto;
	}


	.bland-map__item.oita::before {
		left: 90px;
		right: auto;
	}
    .bland-map__item.sasebo::after {
        right: calc(100px - 20px);
        top: -80px;
	}
	.bland-map__item.nagasaki::after {
		right: calc(90px - 6px);
	}
}


@media screen and ( max-width: 400px ) {
    
	.bland-map__item.nagasaki::before,
	.bland-map__item.oita::before,
	.bland-map__item.sasebo::before{
		width: 1px;
		height: 10px;
		border: 0;
		background-color: rgba(0, 0, 0, 1);
	}
    
    
    .bland-map__item.oita::before{
		height: 60px;
    }
    .bland-map__item.nagasaki{z-index:50;}
	.bland-map__item.nagasaki::before {
		background-color: rgba(0, 0, 0, 1);
		right: 89px;
		left: auto;
	}
    
	.bland-map__item.nagasaki::after {
		right: calc(90px - 3px);
	}

	.bland-map__item.sasebo::before {
    height: 90px;
    top: calc(50% - 92px);
		right: 82px;
		left: auto;
	}

	.bland-map__item.oita::before {
		left: 89px;
		right: auto;
	}



}
