@charset "UTF-8";

figure {
	position: relative;
}
sup {
	font-size: 10px;
}
.mvCap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 5;
}
.print_item {
	display: none;
}
@media print {
	.print_item {
		display: block;
	}
}
.main_bg {
	position: relative;
	background: rgb(11, 62, 39);
	background: linear-gradient(90deg, rgba(11, 62, 39, 1) 0%, rgba(25, 113, 73, 1) 100%);
}


/*MVパノラマ
======================================*/
.mv_pc {
	position: relative;
	background-image: url(../images/map/mv.jpg);
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.panorama_content {
	display: none;
	position: relative;
}

.mv_cap {
	position: absolute;
	font-size: 28px;
	color: #fff;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	background: rgb(115,102,41);
	background: linear-gradient(90deg, rgba(115,102,41,1) 020%, rgba(160,151,109,1) 68%, rgba(160,151,109,0.26094187675070024) 100%);
}

.mv_cap2 {
	position: absolute;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 6px 4px;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 980px) {
	.mv_pc {
		display: none;
	}

	.mv_cap {
		font-size: 16px;
		padding: 10px 10px;
	}

	.mv_cap2 {
		font-size: 12px;
		padding: 6px 4px;
	}

	.panorama_content {
		display: block;
	}
.containerbox {
	overflow: hidden;
	position: relative;
	height: 240px;
	cursor: move;
}

.panoramixImg {
	width: auto;
	max-width: none !important;
	height: 100% !important;
	position: absolute;
	margin: auto;
}

.pano {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.pano .controls {
	position: static;
}

	.pano .controls a {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 50%;
		margin-top: -47px;
		padding: 0;
		background: url(../images/map/arw.png) no-repeat center center/contain;
		left: 0px;
	}
	.pano .controls .right {
		right: 0;
		left: auto;
		transform: rotate(180deg);
	}
}

/* top_area
======================================= */
.top_area {
	padding-top: 100px;
	padding-bottom: 80px;
	width: 100%;
	position: relative;
}
.top_area .title {
	position: relative;
	font-size: 50px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.top_area .map_inner {
	position: relative;
	max-width: 1260px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	z-index: 3;
}
.top_area .map {
	margin-top: 60px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 30px;
}
.top_area dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.top_area dt {
	width: 170px;
	background: #e8e3db;
	padding: 26px 10px;
	box-sizing: border-box;
	font-size: 23px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #000;
}
.top_area dd {
	width: calc(100% - 170px);
	text-align: center;
	font-size: 23px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 26px;
	background-color: #fff;
}
@media only screen and (max-width:980px) {
	.top_area {
		padding-top: 70px;
		padding-bottom: 30px;
		width: 100%;
		position: relative;
	}
 .top_area .title {
  font-size: 30px;
 }
 .top_area .map {
  margin-top: 30px;
 }
	.top_area dl {
		display: block;
		margin-top: 20px;
	}
	.top_area dt {
		width: 100%;
		padding: 10px 0;
		font-size: 20px;
	}
	.top_area dd {
		width: 100%;
		text-align: center;
		padding: 20px 0;
		letter-spacing: normal;
		font-size: 20px;
		line-height: 1.8;
	}
}

/* salon_area
======================================= */
.salon_area {
	margin-top: 60px;
	padding-bottom: 70px;
}
.salon_inner {
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}
.salon_title {
 font-size: 45px;
 color: #fff;
 letter-spacing: 0.1em;
	text-align: center;
}
.salon_map {
	margin-top: 60px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 30px;
}
.salon_area dl {
	margin-top: 40px;
}
.salon_area dt {
	background: #e8e3db;
	padding: 20px 10px;
	box-sizing: border-box;
	font-size: 23px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #000;
}
.salon_area dd {
	text-align: center;
	font-size: 23px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 26px;
	background-color: #fff;
}
@media only screen and (max-width:980px) {
 .salon_area {
  margin-top: 40px;
  padding-bottom: 10px;
 }
 .salon_title {
  font-size: 24px;
 }
 .salon_map {
  margin-top: 30px;
 }
	.salon_area dl {
		margin-top: 20px;
	}
	.salon_area dt {
		padding: 10px 0;
		font-size: 20px;
		line-height: 1.4;
	}
	.salon_area dd {
		padding: 20px 0;
		letter-spacing: normal;
		font-size: 20px;
		line-height: 1.8;
	}
}

/* ----- ボタン ----- */
.mapBtnbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}
.map_btn_g-map {
	position: relative;
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	background: rgb(209, 227, 219);
	background: linear-gradient(45deg, rgba(209, 227, 219, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(209, 227, 219, 1) 100%);
	border-radius: 50px;
}
.map_btn_g-map a {
	font-size: 24px;
	color: #0b3e27;
	display: block;
	padding: 23px 20px;
}
.map_btn_g-map .icon_arrow_green {
	position: absolute;
	background: url(../images/common/icon_arrow_green.svg) no-repeat;
	background-size: contain;
	padding: 10px;
	background-position: center center;
	right: 5%;
}
.map_btn_g-map:hover {
	opacity: .7;
}
.map_btn_print {
	position: relative;
	max-width: 450px;
	width: 100%;
	margin-top: 40px;
	text-align: center;
	background: rgb(217, 213, 197);
	background: linear-gradient(45deg, rgba(217, 213, 197, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(217, 213, 197, 1) 100%);
	border-radius: 50px;
}
.map_btn_print a {
	font-size: 24px;
	color: #736629;
	display: block;
	padding: 23px 40px;
}
.map_btn_print .icon_brown {
	position: absolute;
	background: url(../images/common/icon_brown.svg) no-repeat;
	background-size: contain;
	padding: 10px;
	background-position: center center;
	right: 5%;
}
.map_btn_print:hover {
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.mapBtnbox {
  flex-direction: column;
  row-gap: 16px;
  margin-top: 40px;
	}
 .map_btn_g-map {
  margin: auto;
 }
 .map_btn_g-map a {
  font-size: 17px;
  padding: 23px 20px;
 }
 .map_btn_print a {
  font-size: 17px;
  padding: 23px 40px;
 }
 .map_btn_print {
  margin: auto;
 }
}