@charset "UTF-8";

.content .map:hover,
.btn_wrap a:hover {
	opacity: .7;
}

.global>li a {
	color: #000;
}

.lang_nav>li {
	border-color: #009944;
}

.lang_nav>li>a {
	color: #009944;
}

.lang_nav>li>a:hover {
	background-color: #009944 !important;
	color: #ffffff;
}

.lang_nav>li.current>a {
	color: #fff;
}

.breadcrumbs {
	margin-top: 115px;
}

.breadcrumbs {
	width: 100%;
	padding-left: 15px;
}

.breadcrumbs ul {
	display: flex;
	font-size: 1.2rem;
}

.breadcrumbs a {
	color: #a5a5a5;
}

.breadcrumbs a:hover {
	color: #000;
}

.breadcrumbs ul li+li:before {
	content: ">";
	display: inline-block;
	margin: 0 4px;
	font-size: 1.2rem;
}

@media only screen and (max-width:767px) {
	.navbar {
		background: #fff;
		padding: 0;
	}

	.navbar-header {
		background: #000;
		height: 53px;
	}

	.navbar-dark .navbar-toggler {
		border: none;
		padding: 18px 13px 0;
	}

	.navbar-dark .navbar-toggler-icon {
		background: #009944;
	}

	body>.container-fluid {
		margin-top: 70px;
	}
}

.content {
	width: 100%;
	max-width: 1160px;
	margin: 65px auto 200px;
}

.content h2 {
	line-height: 4rem;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.content {
		width: 92%;
		margin: 0 auto 38px;
		font-size: 14px;
		line-height: 24px;
	}

	.content h2 {
		text-align: left;
		font-size: 32px;
		line-height: 6rem;
	}

	.content h2 span {
		font-size: 11px;
	}
}

.content h3 {
	background: #009944;
	color: #fff;
	font-size: 2.4rem;
	padding: 13px 16px;
	font-weight: normal;
	margin-top: 46px;
}

.content h3:first-of-type {
	margin-top: 92px;
}

.content p {
	line-height: 32px;
}

.content h3:first-of-type+p,
.content h3:nth-of-type(2)+p {
	margin-top: 26px;
}

.content .map {
	display: block;
	background: #000;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 40px;
	width: 144px;
	position: relative;
	margin-top: 15px;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 24px;
}

.content .floor_wrap {
	display: flex;
	border-bottom: solid #b9b9b9 1px;
	padding: 26px 0 18px;
}

.content .floor_wrap:first-of-type {
	margin-top: 30px;
	border-top: solid #b9b9b9 1px;
}

.content .floor {
	width: 8.6%;
	font-size: 26px;
	font-weight: bold;
}

.content .room {
	width: 91.4%;
	display: flex;
}

.content .room_wrap {
	width: 91.4%;
}

.content .room_wrap .room {
	width: 100%;
	padding: 26px 0 20px;
	border-bottom: solid #b9b9b9 1px;
	justify-content: space-between;
	align-items: flex-start;
}

.content .room_wrap .room:first-of-type {
	padding: 0 0 16px;
}

.content .room_wrap .room:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.content .room dl {
	width: 28%;
}
.content .room dl.width_150per {
	width: 42%;
}
@media only screen and (max-width: 767px) {
	.content .room dl.width_150per {
		width: 100%;
	}
}

.content .room dt {
	font-weight: bold;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 4px;
}

.content .room dd {
	line-height: 32px;
}

.content .btn_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 43%;
}

.content .btn_wrap a {
	display: block;
	background: #000;
	color: #fff;
	width: 45%;
	line-height: 40px;
	margin: 0 2% 9px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	position: relative;
	font-size: 14px;
}

/* .content .btn_wrap a:nth-of-type(3n) {
	margin-right: 0;
} */

.content .map:before,
.content .btn_wrap a:before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 9%;
	top: 50%;
}

@media only screen and (max-width: 767px) {
	.content h3 {
		font-size: 16px;
		line-height: 25px;
		padding: 6px 10px;
		margin-top: 8px;
	}

	.content h3:first-of-type {
		margin-top: 17px;
	}

	.content p {
		line-height: 24px;
	}

	.content h3:first-of-type+p,
	.content h3:nth-of-type(2)+p {
		margin-top: 13px;
	}

	.content .map {
		margin-top: 11px;
		width: 165px;
		padding-left: 44px;
	}

	.content .floor_wrap {
		padding: 17px 0 4px;
	}

	.content .floor_wrap:first-of-type {
		margin-top: 20px;
	}

	.content .floor_wrap:nth-of-type(3) {
		border-bottom: none;
	}

	.content .floor {
		width: 15.6%;
		font-size: 24px;
	}

	.content .room {
		flex-direction: column;
	}

	.content .room_wrap .room {
		padding: 20px 0 6px;
	}

	.content .room dl {
		width: 100%;
		margin-bottom: 10px;
	}

	.content .room dt {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.content .room dd {
		line-height: 24px;
	}

	.content .btn_wrap {
		width: 100%;
		flex-direction: column;

	}

	
	.content .btn_wrap a {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.content .btn_wrap a:nth-of-type(odd) {
		margin-right: 2%;
	}

	.content .room_wrap .room:nth-of-type(3) .btn_wrap a:last-of-type {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.content .room_wrap .room:nth-of-type(3) .btn_wrap a:last-of-type:before {
		right: 3%;
	}
}

.content .box_wrap+h3 {
	margin-top: 27px;
}

.content h3+p {
	margin-top: 18px;
}

.content .box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 32px;
}

.content .box {
	background: #ebedf2;
	width: 49%;
	position: relative;
	margin-bottom: 22px;
	padding: 17px 17px;
	box-sizing: border-box;
}

.content .box h4 {
	font-size: 22px;
	margin-bottom: 8px;
}

.content .box .map {
	color: #000;
	background: none;
	position: absolute;
	right: -1%;
	bottom: 4%;
}

.content .box .map:before {
	background: #000;
	right: 18%;
}

@media only screen and (max-width: 767px) {
	.content .box_wrap+h3 {
		margin-top: 12px;
	}

	.content h3+p {
		margin-top: 12px;
	}

	.content .box_wrap {
		margin-top: 22px;
	}

	.content .box {
		width: 100%;
		padding: 13px 17px 40px;
		margin-bottom: 18px;
	}

	.content .box h4 {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.content .box .map {
		right: -4%;
		bottom: -1%;
	}

	.content h3:last-of-type {
		margin-top: 30px;
	}
}

.content .contact {

	display: flex;
	justify-content: space-around;
	margin-top: 40px;
	border: solid 1px #009a44;
	padding: 50px 0;
}

.content .contact h2::first-letter {

	color: black;
}

.content .contact h2 {

	font-size: 56px;
}

.content .contact .number {

	font-size: 36px;
	color: #009a44;
	margin: 0;
	padding-top: 10px;

}

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

	.content {
		width: 92%;
		margin: 0 auto 38px;
		font-size: 14px;
		line-height: 24px;
	}

	.content .contact h2 {
		text-align: left;
		font-size: 32px;
		line-height: 4rem;
		text-align: center;
		letter-spacing: -1px;
	}

	.content h2 span {
		font-size: 11px;
	}


	/* .content {
		width: 100%;
		max-width: 1160px;
		margin: 65px auto 0px;
	} */

	.content .contact {

		display: flex;
		margin-top: 40px;
		border: solid 1px #009a44;
		padding: 30px 0;
	}

	.content .contact h2::first-letter {

		color: black;
	}

	.content .contact h2 {

		margin-bottom: 20px;
	}

	.content .contact {

		flex-direction: column;
		justify-content: center;

	}

	.content .contact .number {

		background: #000;
		color: #fff;
		/* width: 45%; */
		line-height: 40px;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: center;
		position: relative;
		font-size: 14px;
		margin: 0 auto;
		padding: 0 40px;
	}

	.content .contact .number:before {
		content: "";
		display: block;
		width: 10px;
		height: 1px;
		background: #fff;
		position: absolute;
		right: 9%;
		top: 50%;


	}
}
