@charset "UTF-8";

.life-section {
  background: #BE9772;
}

.life-section .inner {
  max-width: 1200px;
}

.location-info .primary-heading{
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 801px) {
	.location-info .primary-heading{
		font-size: 16px;
	}
}


.location .location-info-tab {
	margin: 40px auto 46px;
	font-size: 1.4rem;
  }
  @media screen and (max-width: 1100px) {
	.location .location-info-tab {
	  position: relative;
	}
  }
  @media screen and (max-width: 801px) {
	.location .location-info-tab {
	  margin-bottom: 16px;
	  font-size: 1.2rem;
	  margin: 5% auto 16px auto;
	}
  }
  .location .location-info-tab li {
	width: calc(100% / 6);
	height: 60px;
	cursor: pointer;
	color: #FFFFFF;
	transition: 0.2s;
	padding: 5px;
	border: 1px solid #FFFFFF;
	font-size: 1.6rem;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 100;
	/* background: #fff; */
  }
  @media screen and (max-width: 1100px) {
	.location .location-info-tab li {
	  width: calc(100% / 3);
	  min-height: 60px;
	}
  }
  @media screen and (max-width: 801px) {
	.location .location-info-tab li {
	  width: calc(100% / 3);
	  font-size: 3vw;
	  min-height: 50px;
	  border-bottom: 1px solid #fff;
	}
  }
  .location .location-info-tab li.active, .location .location-info-tab li:hover {
	background: #fff;
	color: #BE9772;
  }
  .location .location-info-tab li:not(:last-child) {
	border-right: none;
  }
  @media screen and (max-width: 1100px) {
	.location .location-info-tab li:nth-of-type(5), .location .location-info-tab li:nth-of-type(6), .location .location-info-tab li:nth-of-type(4) {
	  border-top: none;
	}
  }
  @media screen and (max-width: 1100px) {
	.location .location-info-tab li:nth-of-type(3) {
	  border-right: 1px solid #fff;
	}
  }

	.location .location-info-group {
	  display: block;
	  position: relative;
    background: #fff;
	}


  @media screen and (max-width: 801px) {
	.location .location-info-group {
	  display: block;
	  position: relative;
	}
  }
  .location .location-info-group:after {
	height: 0;
	display: block;
	content: "";
	clear: both;
  }
  .location .location-info-group > .img-wrapper {
 	width: calc((1200% - 320%) / 12);
	float: left;
	position: relative;
	border: 1px solid #2C0000;
	overflow: hidden;
  }
  @media screen and (max-width: 801px) {
	.location .location-info-group > .img-wrapper {
	  width: 100%;
	}
  }
  .location .location-info .prott {
	position: absolute;
	left: 0;
	top: 0;
  }
  .location .location-info .is-active .shake {
	animation: shake-horizontal 0.6s linear;
  }
  .location .location-info .prott-pin .is-hover {
	animation: bounce-top 0.6s linear infinite;
	filter: hue-rotate(-21deg) contrast(1.5);
	z-index: 3;
  }
  .location .location-info-list {
	margin: 0;
	width: calc(320% / 12);
	height: 676px;
	min-height: 500px;
	float: right;
	display: block;
	border-top: 1px solid #2C0000;
	overflow-y: auto;
  }
  @media screen and (max-width: 801px) {
	.location .location-info-list {
	  width: 100%;
	  height: auto;
	  max-height: 330px;
	  min-height: 0;
	  border-left: 1px solid #2C0000;
	}
  }
  @media screen and (max-width: 801px) {
	.location .location-info-list:after {
	  width: 100%;
	  height: 40px;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  content: "";
	  background: linear-gradient(0, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	}
  }
  .location .location-info-item {
	padding: 8px 8px 12px;
	display: flex;
	align-items: flex-start;
	width: auto;
	margin-bottom: 0;
	counter-increment: life-num;
	border: 1px solid #2C0000;
	border-top: none;
	border-left: none;
	position: relative;
	background: #fff;
  }
  @media screen and (max-width: 1100px) {
	.location .location-info-item {
	  margin-bottom: 0;
	}
  }
  @media screen and (max-width: 801px) {
	.location .location-info-item {
	  width: 100%;
	}
  }
  .location .location-info-item:hover {
	background-color: rgba(22, 71, 82, 0.1);
  }
  .location .location-info-item .text-wrapper {
	width: auto;
  }
  .location .location-info-number {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 2.2rem;
	color: #fff;
	background: #2C0000;
	margin-right: 20px;
  }
  @media screen and (max-width: 1100px) {
	.location .location-info-number {
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  font-size: 2rem;
	}
  }
  .location .location-info-note {
	font-size: 1.4rem;
	line-height: 1.3;
	color: #2C0000;
	font-feature-settings: "palt";
	margin-right: auto;
	display: flex;
	align-items: flex-start;
  }
  @media screen and (max-width: 1100px) {
	.location .location-info-note {
	  font-size: 1.4rem;
	}
  }
  .location .location-info-note:before {
	margin-right: 16px;
	width: 31px;
	height: 50px;
	flex-shrink: 0;
	background: url(../images/location/lifeinfo/pin.webp) no-repeat;
	background-size: contain;
	content: counter(life-num);
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	text-indent: -0.1em;
	letter-spacing: -0.1em;
	padding-top: 3px;
  }
  @media screen and (max-width: 1100px) {
	.location .location-info-note:before {
	  width: 23px;
	  height: 44px;
	  padding-top: 1px;
		font-size: 1.4rem;
	}
  }
  .location .location-info-note.nopin:before {
	background: none;
  }
  .location .location-info-height {
	align-items: flex-start;
  }
  .location .location-info-caption {
	margin: 0;
	position: absolute;
	right: 8px;
	bottom: 12px;
	font-size: 1.2rem;
	color: #000;
	font-feature-settings: "palt";
  }
  @media screen and (max-width: 1100px) {
	.location .location-info-caption {
	  font-size: 1rem;
	}
  }
  
  @keyframes shake-horizontal {
	0% {
	  transform: translateY(-22px);
	  animation-timing-function: ease-in;
	  opacity: 1;
	}
	24% {
	  opacity: 1;
	}
	40% {
	  transform: translateY(-12px);
	  animation-timing-function: ease-in;
	}
	65% {
	  transform: translateY(-6px);
	  animation-timing-function: ease-in;
	}
	82% {
	  transform: translateY(-3px);
	  animation-timing-function: ease-in;
	}
	93% {
	  transform: translateY(-2px);
	  animation-timing-function: ease-in;
	}
	25%, 55%, 75%, 87% {
	  transform: translateY(0);
	  animation-timing-function: ease-out;
	}
	100% {
	  transform: translateY(0);
	  animation-timing-function: ease-out;
	  opacity: 1;
	}
  }
  @keyframes bounce-top {
	0% {
	  transform: translateY(-12px);
	  animation-timing-function: ease-in;
	  opacity: 1;
	}
	24% {
	  opacity: 1;
	}
	40% {
	  transform: translateY(-8px);
	  animation-timing-function: ease-in;
	}
	65% {
	  transform: translateY(-4px);
	  animation-timing-function: ease-in;
	}
	82% {
	  transform: translateY(-2px);
	  animation-timing-function: ease-in;
	}
	93% {
	  transform: translateY(-1px);
	  animation-timing-function: ease-in;
	}
	25%, 55%, 75%, 87% {
	  transform: translateY(0);
	  animation-timing-function: ease-out;
	}
	100% {
	  transform: translateY(0);
	  animation-timing-function: ease-out;
	  opacity: 1;
	}
  }
  @media screen and (max-width: 767px) {
	.location-info-group:nth-child(7) .location-info-list::after {
	  display: none;
	}
}