@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap");
/*
div.header-wrap div.header-inner01 a.head-logo{
	background: url(../img/common/head-logo-black_sp.png) no-repeat center center;
	background-size: contain;
	@include mq(pc) {
		background: url(../img/common/head-logo-black_pc.png) no-repeat center center;
		background-size: contain;
	}
}

nav.pc-block ul li::before,
nav.pc-block ul li a{
	color: #333;
}
div.header-wrap div.header-inner01 button.toggle{
	div{
		span.border{
			background: #333;
		}
	}
}
header{
	&.bg-black{
		nav.pc-block ul li::before,
		nav.pc-block ul li a{
			color: #CCC;
		}
		div.header-wrap div.header-inner01 button.toggle{
			div{
				span.border{
					background: #FFF;
				}
			}
		}
		div.header-wrap div.header-inner01 a.head-logo{
			@include mq(pc) {
				background: url(../img/common/head-logo_pc.png) no-repeat center center;
				background-size: contain;
			}
		}
	}
}
	*/
/*********************/
div.page-title-area {
  position: relative;
}
div.page-title-area div.page-head-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.page-title-area div.page-head-img {
    height: min(40vh, 515px);
  }
}
div.page-title-area div.page-head-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
div.page-title-area h1 {
  width: 86%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 768px) {
  div.page-title-area h1 {
    width: 58.2%;
  }
}

/*********************/
section.location-sec01 h2 {
  line-height: 2.2em;
  text-align: center;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.location-sec01 h2 {
    font-size: 30px;
    line-height: 2em;
    margin-top: 150px;
  }
}
section.location-sec01 p.location-access-txt {
  width: 80%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  section.location-sec01 p.location-access-txt {
    max-width: 990px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
section.location-sec01 p.location-access-txt span {
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 1.3em;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  section.location-sec01 p.location-access-txt span {
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
  }
}

div.location-cont-wrap h3 {
  text-align: center;
  margin-bottom: 6%;
}
@media screen and (min-width: 768px) {
  div.location-cont-wrap h3 {
    font-size: 30px;
    margin-bottom: 100px;
  }
}

div.location-map-wrap {
  width: 94%;
  margin: 0 auto;
  font-size: clamp(12px, 3vw, 15px);
  min-height: 0;
  /*ul.map-tab-btn{*/
  /*map-tab-content*/
}
@media screen and (min-width: 768px) {
  div.location-map-wrap {
    max-width: 1100px;
  }
}
div.location-map-wrap ul.map-tab-btn {
  display: flex;
  justify-content: space-between;
}
div.location-map-wrap ul.map-tab-btn li {
  width: 19%;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap ul.map-tab-btn li {
    width: 19.6%;
  }
}
div.location-map-wrap ul.map-tab-btn li button {
  all: unset; /* 完全リセット（後述） */
  box-sizing: border-box;
  font-size: clamp(11px, 2vw, 13px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  border-radius: 4px 4px 0 0;
  background: #b2b2b2;
  line-height: 1.2em;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap ul.map-tab-btn li button {
    font-size: clamp(16px, 2vw, 22px);
    min-height: 45px;
  }
}
@media screen and (min-width: 1000px) {
  div.location-map-wrap ul.map-tab-btn li button {
    min-height: 60px;
  }
}
div.location-map-wrap ul.map-tab-btn li button.category-btn--transport.active {
  background: #b9a43b;
}
div.location-map-wrap ul.map-tab-btn li button.category-btn--shopping.active {
  background: #003e5e;
}
div.location-map-wrap ul.map-tab-btn li button.category-btn--education.active {
  background: #7b3f5f;
}
div.location-map-wrap ul.map-tab-btn li button.category-btn--medical.active {
  background: #207751;
}
div.location-map-wrap ul.map-tab-btn li button.category-btn--other.active {
  background: #7f4020;
}
div.location-map-wrap div.map-tab-content {
  display: none;
  /*map*/
  /*div.map-list-box{*/
}
div.location-map-wrap div.map-tab-content.active {
  display: block;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap div.map-tab-content.active {
    display: flex;
    align-items: stretch;
    min-height: 0;
  }
}
div.location-map-wrap div.map-tab-content div.map {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap div.map-tab-content div.map {
    width: 68%;
    flex: 0 0 auto; /* map は高さ・幅を固定 */
  }
}
div.location-map-wrap div.map-tab-content div.map span.map-zoom {
  display: block;
  width: 35%;
  position: absolute;
  right: 6%;
  top: -3%;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap div.map-tab-content div.map span.map-zoom {
    width: 34%;
    right: 9%;
    top: -2%;
  }
}
div.location-map-wrap div.map-tab-content div.map.kotsu {
  border: solid 1px #b9a43b;
}
div.location-map-wrap div.map-tab-content div.map.shopping {
  border: solid 1px #003e5e;
}
div.location-map-wrap div.map-tab-content div.map.education {
  border: solid 1px #7b3f5f;
}
div.location-map-wrap div.map-tab-content div.map.medical {
  border: solid 1px #207751;
}
div.location-map-wrap div.map-tab-content div.map.other {
  border: solid 1px #7f4020;
}
div.location-map-wrap div.map-tab-content div.map-list-box {
  max-height: 300px;
  overflow-y: scroll;
  pointer-events: auto;
  overscroll-behavior: contain;
  z-index: 2;
  /*ul{*/
}
@media screen and (min-width: 768px) {
  div.location-map-wrap div.map-tab-content div.map-list-box {
    min-width: 0;
    width: 32%;
    max-height: none;
    min-height: 0;
    scrollbar-gutter: stable both-edges; /* スクロールバーの幅を常に確保して幅ブレ防止 */
    /*				flex: 1;*/
    box-sizing: border-box;
    overflow-y: auto;
  }
}
div.location-map-wrap div.map-tab-content div.map-list-box.kotsu {
  border: solid 1px #b9a43b;
  border-top: none;
}
div.location-map-wrap div.map-tab-content div.map-list-box.shopping {
  border: solid 1px #003e5e;
  border-top: none;
}
div.location-map-wrap div.map-tab-content div.map-list-box.education {
  border: solid 1px #7b3f5f;
  border-top: none;
}
div.location-map-wrap div.map-tab-content div.map-list-box.medical {
  border: solid 1px #207751;
  border-top: none;
}
div.location-map-wrap div.map-tab-content div.map-list-box.other {
  border: solid 1px #7f4020;
  border-top: none;
}
div.location-map-wrap div.map-tab-content div.map-list-box ul {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5%;
}
div.location-map-wrap div.map-tab-content div.map-list-box ul li {
  position: relative;
  margin-bottom: 5%;
}
div.location-map-wrap div.map-tab-content div.map-list-box ul li div.number {
  display: block;
  width: 8.2%;
  max-width: 36px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10vw;
  background: #CCC;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap div.map-tab-content div.map-list-box ul li div.number {
    width: 35px;
    top: 2%;
  }
}
div.location-map-wrap div.map-tab-content div.map-list-box ul li dl {
  color: #000;
  box-sizing: border-box;
  padding-left: 12%;
}
@media screen and (min-width: 560px) {
  div.location-map-wrap div.map-tab-content div.map-list-box ul li dl {
    padding-left: 48px;
  }
}
div.location-map-wrap div.map-tab-content div.map-list-box ul li dl dt {
  font-size: 0.9em;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap div.map-tab-content div.map-list-box ul li dl dt span.word-keep-all {
    display: inline-block;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  div.location-map-wrap div.map-tab-content div.map-list-box ul li dl dt {
    font-size: 18px;
  }
}
div.location-map-wrap div.map-tab-content div.map-list-box ul li dl dt.ir01 {
  width: 110%;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap div.map-tab-content div.map-list-box ul li dl dt.ir01 {
    width: 100%;
  }
}
div.location-map-wrap div.map-tab-content div.map-list-box ul li dl dd {
  font-size: 0.7em;
  letter-spacing: -0.02em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap div.map-tab-content div.map-list-box ul li dl dd {
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-top: 5px;
  }
}
div.location-map-wrap div.map-tab-content div.map-list-box ul.kotsu li div {
  background: #b9a43b;
}
div.location-map-wrap div.map-tab-content div.map-list-box ul.shopping li div {
  background: #003e5e;
}
div.location-map-wrap div.map-tab-content div.map-list-box ul.education li div {
  background: #7b3f5f;
}
div.location-map-wrap div.map-tab-content div.map-list-box ul.medical li div {
  background: #207751;
}
div.location-map-wrap div.map-tab-content div.map-list-box ul.other li div {
  background: #7f4020;
}

/*location-map-wrap*/
/*********************/
div.location-cont-inner {
  padding: 5% 0 5% 0;
  /*
  border-radius: 30px;
  background: #e4e4e4;
  */
  margin: 0 auto;
  padding: 10% 0 5% 0;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner {
    padding: 5% 0 5% 0;
    width: 100%;
    /*		width: calc(100% - 120px);*/
  }
}
div.location-cont-inner p.caution {
  width: 90%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 8%;
  font-size: 0.7em;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner p.caution {
    max-width: 1100px;
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
  }
}

div.location-cont-list-box {
  /*
  	&.transportation{
  		h4{ background:#003e5e; }
  	}
  	&.shopping{
  		h4{ background:#82805c; }
  	}
  	&.education{
  		h4{ background:#0d7f53; }
  	}
  	&.facility{
  		h4{ background:#7D3F21; }
  	}
  	&.public{
  		h4{ background:#7c3e5e; }
  	}
  	&.others{
  		h4{ background:#7d3f21; }
  	}
  		*/
}
div.location-cont-list-box h4 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 5%;
  padding: 5px 0;
  border-radius: 60px;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  color: #FFF;
  background: #222;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.location-cont-list-box h4 {
    font-size: 22px;
    margin-top: 60px;
    margin-bottom: 45px;
    padding: 6px 0;
    line-height: 1.6em;
    text-align: center;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  div.location-cont-list-box h4 {
    margin-top: 80px;
  }
}

ul.location-access-list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*li*/
}
ul.location-access-list.off-list {
  padding-top: 10%;
}
@media screen and (min-width: 768px) {
  ul.location-access-list.off-list {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  ul.location-access-list {
    max-width: 1100px;
  }
}
ul.location-access-list li {
  width: 46.5%;
  margin-bottom: 8%;
  margin-left: 7%;
  /*div.location-access-box*/
  /*no-number*/
}
ul.location-access-list li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  ul.location-access-list li {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 25px;
  }
  ul.location-access-list li:nth-child(2n+1) {
    margin-left: 5%;
  }
  ul.location-access-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  ul.location-access-list li.pc-left-none {
    margin-left: 0;
  }
  ul.location-access-list li.pc-left-do {
    margin-left: 5%;
  }
}
ul.location-access-list li div.location-access-box {
  position: relative;
  margin-top: 3%;
}
ul.location-access-list li div.location-access-box span.number {
  display: block;
  width: 20.2%;
  position: absolute;
  left: 0;
  top: 0;
}
ul.location-access-list li div.location-access-box dl {
  color: #000;
  box-sizing: border-box;
  padding-left: 24%;
}
ul.location-access-list li div.location-access-box dl dt {
  font-size: 0.9em;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  ul.location-access-list li div.location-access-box dl dt {
    min-height: 1.4em;
  }
  ul.location-access-list li div.location-access-box dl dt span.word-keep-all {
    display: inline-block;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  ul.location-access-list li div.location-access-box dl dt {
    font-size: 18px;
  }
}
ul.location-access-list li div.location-access-box dl dd {
  font-size: 0.7em;
  letter-spacing: -0.02em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  ul.location-access-list li div.location-access-box dl dd {
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-top: 5px;
  }
}
ul.location-access-list li div.location-access-box.no-number dl {
  padding-left: 0;
}
ul.location-access-list li div.location-access-box.no-number dl.mb10 {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  ul.location-access-list li div.location-access-box.no-number dl.mb10 {
    margin-bottom: 10px;
  }
}
ul.location-access-list li.no-number { /*番号がないセンター揃え*/ }
/*ul*/
div.more-btn {
  width: 50%;
  max-width: 240px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 20px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #333;
  font-size: 15px;
}
div.more-btn::after, div.more-btn::before {
  display: block;
  content: "";
  width: 14px;
  padding-top: 2px;
  background: #333;
  border: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
div.more-btn::after {
  width: 2px;
  padding-top: 14px;
  left: 16px;
}
@media screen and (min-width: 768px) {
  div.more-btn {
    cursor: pointer;
  }
}
div.more-btn span {
  color: #333;
  display: block;
  width: 140px;
  margin-left: 35px;
  border-left: solid 1px #333;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.more-btn span {
    width: 193px;
  }
}
div.more-btn.active::after {
  display: none;
}
div.more-btn.blue {
  border: solid 1px #31799a;
}
div.more-btn.blue span {
  color: #31799a;
  border-left: solid 1px #31799a;
}
div.more-btn.blue::after, div.more-btn.blue::before {
  background: #31799a;
}
div.more-btn.brown {
  border: solid 1px #98876d;
}
div.more-btn.brown span {
  color: #98876d;
  border-left: solid 1px #98876d;
}
div.more-btn.brown::after, div.more-btn.brown::before {
  background: #98876d;
}
div.more-btn.purple {
  border: solid 1px #9f759e;
}
div.more-btn.purple span {
  color: #9f759e;
  border-left: solid 1px #9f759e;
}
div.more-btn.purple::after, div.more-btn.purple::before {
  background: #9f759e;
}
div.more-btn.green {
  border: solid 1px #14a255;
}
div.more-btn.green span {
  color: #14a255;
  border-left: solid 1px #14a255;
}
div.more-btn.green::after, div.more-btn.green::before {
  background: #14a255;
}
div.more-btn.vermilion {
  border: solid 1px #C7726F;
}
div.more-btn.vermilion span {
  color: #C7726F;
  border-left: solid 1px #C7726F;
}
div.more-btn.vermilion::after, div.more-btn.vermilion::before {
  background: #C7726F;
}
div.more-btn.brown {
  border: solid 1px #7D3F21;
}
div.more-btn.brown span {
  color: #7D3F21;
  border-left: solid 1px #7D3F21;
}
div.more-btn.brown::after, div.more-btn.brown::before {
  background: #7D3F21;
}

p.coution {
  width: 94%;
  margin: 0 auto;
  margin-top: 5%;
  text-align: justify;
  font-size: 0.8em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  p.coution {
    max-width: 1100px;
    margin-top: 30px;
  }
}

a.document-btn {
  display: block;
  background: #463a00;
  text-align: center;
  padding: 4% 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  a.document-btn {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1000px) {
  a.document-btn {
    padding: 35px 0;
  }
}
a.document-btn div.document-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  a.document-btn div.document-btn-inner {
    display: block;
    justify-content: baseline;
    align-items: flex-start;
    max-width: 1360px;
    margin: auto;
  }
}
a.document-btn div.document-btn-inner span {
  display: inline-block;
}
a.document-btn div.document-btn-inner span:nth-of-type(1) {
  margin-left: -13%;
  margin-right: 3%;
  text-align: left;
  font-size: 1.2em;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  a.document-btn div.document-btn-inner span:nth-of-type(1) {
    font-size: 24px;
    margin-left: -6%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  a.document-btn div.document-btn-inner span:nth-of-type(1) {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  a.document-btn div.document-btn-inner span:nth-of-type(1) {
    font-size: 34px;
  }
}
a.document-btn div.document-btn-inner span:nth-of-type(2) {
  background: #fff;
  color: #000;
  padding: 1% 3.6%;
  position: relative;
  margin-left: 0%;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  a.document-btn div.document-btn-inner span:nth-of-type(2) {
    font-size: 20px;
    line-height: 1em;
    padding: 5px 20px 6px 20px;
    margin-left: 1.4%;
  }
}
@media screen and (min-width: 1000px) {
  a.document-btn div.document-btn-inner span:nth-of-type(2) {
    font-size: 25px;
  }
}
a.document-btn div.document-btn-inner span:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 0.8em;
  background: url("../img/arrow02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -42%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  a.document-btn div.document-btn-inner span:nth-of-type(2)::after {
    width: 1.6em;
    height: 0.8em;
    right: -48%;
  }
}

/*a.document-btn*/
div.bottom-area {
  background: #fff;
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  div.bottom-area {
    padding: 90px 0 66px;
  }
}
div.bottom-area div.kukaku-bnr {
  width: 88%;
  margin: 0 auto;
  margin-bottom: 10%;
}
div.bottom-area div.kukaku-bnr a {
  display: block;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  div.bottom-area div.kukaku-bnr {
    width: 90%;
    max-width: 1100px;
    margin-bottom: 4%;
  }
}
div.bottom-area ul {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.bottom-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1100px;
  }
}
div.bottom-area ul li {
  margin-bottom: 10%;
}
div.bottom-area ul li:nth-last-of-type(1) {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  div.bottom-area ul li:nth-last-of-type(1) {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 768px) {
  div.bottom-area ul li {
    width: 48%;
    margin-bottom: 4%;
  }
}

/*div.bottom-area*/
h3.page-sub-copy-technology {
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  margin-top: 20%;
  margin-bottom: 5%;
  position: relative;
}
h3.page-sub-copy-technology.top-none {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  h3.page-sub-copy-technology.top-none {
    margin-top: 60px;
  }
}
h3.page-sub-copy-technology span.technology-title-txt {
  display: inline-block;
  position: relative;
  padding-bottom: 3%;
}
h3.page-sub-copy-technology span.technology-title-txt::after {
  content: " ";
  display: block;
  width: 79%;
  height: 3px;
  border-radius: 10px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
h3.page-sub-copy-technology span.small-txt {
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  h3.page-sub-copy-technology {
    font-size: 25px;
    line-height: 1.5em;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  h3.page-sub-copy-technology span.technology-title-txt {
    padding-bottom: 20px;
  }
  h3.page-sub-copy-technology span.technology-title-txt::after {
    content: " ";
    display: block;
    width: 298px;
    height: 5px;
    border-radius: 0px;
    background: #333;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  h3.page-sub-copy-technology span.small-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  h3.page-sub-copy-technology {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  h3.page-sub-copy-technology {
    margin-top: 150px;
  }
}

/*h3.page-sub-copy-technology*/
footer {
  color: #FFF;
}

div.location-page-link-wrap {
  width: 100%;
  position: relative;
}
div.location-page-link-wrap::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  div.location-page-link-wrap {
    display: flex;
  }
  div.location-page-link-wrap::after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: auto;
    transform: translate(-50%, 0);
  }
}
div.location-page-link-wrap div.page-link {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.location-page-link-wrap div.page-link {
    width: 50%;
  }
}
div.location-page-link-wrap div.page-link div {
  width: 76%;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  div.location-page-link-wrap div.page-link div {
    width: 52%;
    top: 35%;
  }
}
@media screen and (min-width: 1000px) {
  div.location-page-link-wrap div.page-link div {
    width: 48%;
    top: 35%;
  }
}
@media screen and (min-width: 1280px) {
  div.location-page-link-wrap div.page-link div {
    top: 40%;
  }
}
div.location-page-link-wrap div.page-link p {
  font-size: 20px;
  line-height: 1.7em;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  div.location-page-link-wrap div.page-link p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  div.location-page-link-wrap div.page-link p {
    font-size: 25px;
  }
}
div.location-page-link-wrap div.page-link a {
  display: block;
  width: 76%;
  margin: 0 auto;
  padding: 3% 0 3% 0;
  border: solid 1px #FFF;
  color: #FFF;
  border-radius: 60px;
  line-height: 1em;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  div.location-page-link-wrap div.page-link a {
    width: 62%;
  }
  div.location-page-link-wrap div.page-link a:hover {
    opacity: 1;
    color: #222;
    background: #FFF;
  }
  div.location-page-link-wrap div.page-link a:hover span.arrow {
    background: url(../img/common/arrow-01-bl.svg) no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1280px) {
  div.location-page-link-wrap div.page-link a {
    width: 62%;
    bottom: 25%;
  }
}
div.location-page-link-wrap div.page-link a span.txt {
  display: inline-block;
  padding-left: 9%;
}
div.location-page-link-wrap div.page-link a span.arrow {
  display: block;
  width: 18px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(0, -50%);
}/*# sourceMappingURL=location.css.map */