@charset "UTF-8";
span.sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/*********************/
section.sec-access div.sec-access-inner {
  width: 90%;
  margin: auto;
  padding: 15vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-access div.sec-access-inner {
    max-width: 840px;
    padding: 150px 0;
  }
}
section.sec-access h2 {
  text-align: center;
  background-color: #595959;
  color: #fff;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0.8em 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-access h2 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-access h2 {
    font-size: 22px;
  }
}
section.sec-access h3 {
  position: relative;
  text-align: center;
  line-height: 1.4em;
  padding: 0.6em 0;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-access h3 {
    font-size: 17px;
    max-width: 711px;
    margin: auto;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-access h3 {
    font-size: 19px;
  }
}
section.sec-access h3::after, section.sec-access h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-image: linear-gradient(90deg, rgba(208, 186, 148, 0), rgb(212, 187, 144) 10%, rgb(214, 189, 134) 33%, rgb(232, 228, 202) 57%, rgb(209, 188, 140) 75%, rgb(208, 186, 148) 92%, rgba(209, 188, 140, 0));
}
section.sec-access h3::after {
  top: 0;
}
section.sec-access h3::before {
  bottom: 0;
}
section.sec-access div.access-cont01 {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont01 {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont01 div.access-cont01-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 711px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont01 div.access-cont01-inner div.access-img01 {
    width: 54.2%;
  }
}
section.sec-access div.access-cont01 div.access-cont01-inner p {
  margin-top: 5vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont01 div.access-cont01-inner p {
    text-align: left;
    width: 40%;
    margin-top: 0;
  }
}
section.sec-access div.access-cont01 div.access-cont01-inner p .txt01 {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont01 div.access-cont01-inner p .txt01 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-access div.access-cont01 div.access-cont01-inner p .txt01 {
    font-size: 24px;
  }
}
section.sec-access div.access-cont01 div.access-cont01-inner p .txt02 {
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont01 div.access-cont01-inner p .txt02 {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont02 div.access-cont02-inner {
    position: relative;
  }
}
section.sec-access div.access-cont02 p {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont02 p {
    margin: 0;
    position: absolute;
    width: 22%;
    top: 0;
    right: 0;
  }
}
section.sec-access div.access-cont02 div.access-img02 {
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont02 div.access-img02 {
    overflow: revert;
  }
}
section.sec-access div.access-cont02 div.access-img02 picture {
  display: block;
  width: 180%;
}
@media screen and (min-width: 768px) {
  section.sec-access div.access-cont02 div.access-img02 picture {
    width: 100%;
  }
}
section.sec-access p.access-note {
  line-height: 1.4em;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0;
  margin-top: 3em;
  font-size: 0.72em;
}
@media screen and (min-width: 768px) {
  section.sec-access p.access-note {
    font-size: 12px;
  }
}

section.sec-location h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-location h2 {
    font-size: 30px;
    margin-bottom: 3em;
  }
}
section.sec-location div.location-cont-wrap {
  padding-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-location div.location-cont-wrap {
    padding-bottom: 50px;
  }
}

div.location-map-wrap {
  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: 16%;
}
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;
  font-size: 2.6vw;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  div.location-map-wrap ul.map-tab-btn li button {
    font-size: clamp(12px, 1.6vw, 19px);
    min-height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  div.location-map-wrap ul.map-tab-btn li button {
    min-height: 65px;
  }
}
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--medical.active {
  background: #0d7f53;
}
div.location-map-wrap ul.map-tab-btn li button.category-btn--education.active {
  background: #7c3e5e;
}
div.location-map-wrap ul.map-tab-btn li button.category-btn--transport.active {
  background: #a8905c;
}
div.location-map-wrap ul.map-tab-btn li button.category-btn--park.active {
  background: #7d3f21;
}
div.location-map-wrap ul.map-tab-btn li button.category-btn--temple.active {
  background: #c7726f;
}
div.location-map-wrap div.map-tab-content {
  display: none;
  border: solid 2px #c9caca;
  /*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;
  /*&.kotsu{
  		border: solid 1px #b9a43b;
  }
  &.shopping{
  		border: solid 1px #003e5e;
  }
  &.education{
  		border: solid 1px #7b3f5f;
  }
  &.medical{
  		border: solid 1px #207751;
  }
  &.other{
  		border: solid 1px #7f4020;
  }*/
}
@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-list-box {
  max-height: 300px;
  overflow-y: scroll;
  pointer-events: auto;
  overscroll-behavior: contain;
  z-index: 2;
  /*&.kotsu{
  	border: solid 1px #b9a43b;
  	border-top: none;
  }
  &.shopping{
  	border: solid 1px #003e5e;
  	border-top: none;
  }
  &.education{
  	border: solid 1px #7b3f5f;
  	border-top: none;
  }
  &.medical{
  	border: solid 1px #207751;
  	border-top: none;
  }
  &.other{
  	border: solid 1px #7f4020;
  	border-top: none;
  }*/
  /*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 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: 1.1em;
  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.park li div {
  background: #7d3f21;
}
div.location-map-wrap div.map-tab-content div.map-list-box ul.temple li div {
  background: #c7726f;
}

/*location-map-wrap*/
/*********************/
div.location-cont-inner {
  width: 90%;
  max-width: 1100px;
  background: #FFF;
  margin: 0 auto;
  /*location-map-wrap*/
}
div.location-cont-inner div.location-map-wrap {
  margin: 0 auto;
}
div.location-cont-inner div.location-map-wrap h2.page-title01 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  color: #FFF;
  background: rgb(239, 130, 58);
  background: linear-gradient(139deg, rgb(239, 130, 58) 65%, rgb(161, 227, 0) 100%);
}
@media screen and (min-width: 768px) {
  div.location-cont-inner div.location-map-wrap h2.page-title01 {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  div.location-cont-inner div.location-map-wrap h2.page-title01 {
    font-size: 20px;
  }
}
div.location-cont-inner div.location-map-wrap h2 span.page-title-inner {
  display: block;
  box-sizing: border-box;
  padding: 3%;
  background: #006757;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner div.location-map-wrap h2 span.page-title-inner {
    padding: 14px 0;
  }
}
div.location-cont-inner div.location-map-wrap h2 span.small01 {
  display: inline-block;
  font-size: 0.7em;
}
div.location-cont-inner div.location-map-wrap h3 {
  text-align: center;
  position: relative;
  padding: 1em 0;
  margin: 15% auto 5%;
  line-height: 1.6em;
  width: 90%;
  font-size: 0.94em;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner div.location-map-wrap h3 {
    max-width: 780px;
    font-size: 17px;
    padding: 1.4em 0;
    margin: 100px auto 0px;
  }
}
div.location-cont-inner div.location-map-wrap h3::after, div.location-cont-inner div.location-map-wrap h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2em;
  background: linear-gradient(90deg, rgba(208, 186, 148, 0), rgb(212, 187, 144) 10%, rgb(214, 189, 134) 33%, rgb(232, 228, 202) 57%, rgb(209, 188, 140) 75%, rgb(208, 186, 148) 93%, rgba(35, 102, 247, 0));
  position: absolute;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner div.location-map-wrap h3::after, div.location-cont-inner div.location-map-wrap h3::before {
    height: 0.16em;
  }
}
div.location-cont-inner div.location-map-wrap h3::after {
  top: 0;
}
div.location-cont-inner div.location-map-wrap h3::before {
  bottom: 0;
}
div.location-cont-inner div.location-map-wrap figure.location-accessimg01 {
  width: 98%;
  margin: 0 auto;
  margin-top: 5%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner div.location-map-wrap figure.location-accessimg01 {
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
    margin-top: 40px;
    overflow: revert;
  }
}
div.location-cont-inner div.location-map-wrap figure.location-accessimg01 picture {
  display: block;
  width: 200%;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner div.location-map-wrap figure.location-accessimg01 picture {
    width: 100%;
  }
}
div.location-cont-inner div.location-map-wrap .location-accessimg02 {
  margin-top: 10%;
}
div.location-cont-inner div.location-map-wrap .location-accessimg03 {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner div.location-map-wrap .location-accessimg03 {
    margin: 50px auto;
    max-width: 780px;
  }
}
div.location-cont-inner figure.location-accessimg04 {
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
div.location-cont-inner figure.location-accessimg04 div.accessimg02-01 {
  width: 150%;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner figure.location-accessimg04 div.accessimg02-01 {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }
}
div.location-cont-inner p.location-access-txt {
  width: 98%;
  text-align: justify;
  word-break: break-all;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 8%;
  font-size: 0.7em;
  line-height: 1.7em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner p.location-access-txt {
    width: 96%;
    font-size: 12px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 45px;
  }
}
div.location-cont-inner p.location-access-txt.txt02 {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner p.location-access-txt.txt02 {
    margin-bottom: 110px;
  }
}
div.location-cont-inner p.caution {
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 8%;
  font-size: 0.72em;
  line-height: 1.4em;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  div.location-cont-inner p.caution {
    max-width: 780px;
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
    margin-top: 75px;
    margin-bottom: 0;
  }
}

div.location-cont-list-box h4 {
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 5%;
  padding: 5px 0;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  color: #FFF;
  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;
  }
}
div.location-cont-list-box.shopping { /**/ }
div.location-cont-list-box.shopping h4 {
  background: #003e5e;
}
div.location-cont-list-box.shopping span.number {
  background: #003e5e;
}
div.location-cont-list-box.shopping div.more-btn {
  border: solid 1px #003e5e;
}
div.location-cont-list-box.shopping div.more-btn span {
  color: #003e5e;
  border-left: solid 1px #003e5e;
}
div.location-cont-list-box.shopping div.more-btn::after, div.location-cont-list-box.shopping div.more-btn::before {
  background: #003e5e;
}
div.location-cont-list-box.medical { /**/ }
div.location-cont-list-box.medical h4 {
  background: #0d7f53;
}
div.location-cont-list-box.medical span.number {
  background: #0d7f53;
}
div.location-cont-list-box.medical div.more-btn {
  border: solid 1px #0d7f53;
}
div.location-cont-list-box.medical div.more-btn span {
  color: #0d7f53;
  border-left: solid 1px #0d7f53;
}
div.location-cont-list-box.medical div.more-btn::after, div.location-cont-list-box.medical div.more-btn::before {
  background: #0d7f53;
}
div.location-cont-list-box.education { /**/ }
div.location-cont-list-box.education h4 {
  background: #7c3e5e;
}
div.location-cont-list-box.education span.number {
  background: #7c3e5e;
}
div.location-cont-list-box.education div.more-btn {
  border: solid 1px #7c3e5e;
}
div.location-cont-list-box.education div.more-btn span {
  color: #7c3e5e;
  border-left: solid 1px #7c3e5e;
}
div.location-cont-list-box.education div.more-btn::after, div.location-cont-list-box.education div.more-btn::before {
  background: #7c3e5e;
}
div.location-cont-list-box.transport { /**/ }
div.location-cont-list-box.transport h4 {
  background: #a8905c;
}
div.location-cont-list-box.transport span.number {
  background: #a8905c;
}
div.location-cont-list-box.transport div.more-btn {
  border: solid 1px #a8905c;
}
div.location-cont-list-box.transport div.more-btn span {
  color: #a8905c;
  border-left: solid 1px #a8905c;
}
div.location-cont-list-box.transport div.more-btn::after, div.location-cont-list-box.transport div.more-btn::before {
  background: #a8905c;
}
div.location-cont-list-box.park h4 {
  background: #7d3f21;
}
div.location-cont-list-box.park span.number {
  background: #7d3f21;
}
div.location-cont-list-box.park div.more-btn {
  border: solid 1px #7d3f21;
}
div.location-cont-list-box.park div.more-btn span {
  color: #7d3f21;
  border-left: solid 1px #7d3f21;
}
div.location-cont-list-box.park div.more-btn::after, div.location-cont-list-box.park div.more-btn::before {
  background: #7d3f21;
}
div.location-cont-list-box.temple h4 {
  background: #c7726f;
}
div.location-cont-list-box.temple span.number {
  background: #c7726f;
}
div.location-cont-list-box.temple div.more-btn {
  border: solid 1px #c7726f;
}
div.location-cont-list-box.temple div.more-btn span {
  color: #c7726f;
  border-left: solid 1px #c7726f;
}
div.location-cont-list-box.temple div.more-btn::after, div.location-cont-list-box.temple div.more-btn::before {
  background: #c7726f;
}

ul.location-access-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7%;
  /*li*/
}
@media screen and (min-width: 768px) {
  ul.location-access-list {
    gap: 2.6%;
  }
}
ul.location-access-list.off-list {
  padding-top: 10%;
}
@media screen and (min-width: 768px) {
  ul.location-access-list.off-list {
    padding-top: 0;
  }
}
ul.location-access-list li {
  width: 46.5%;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  ul.location-access-list li {
    width: 23%;
    margin-bottom: 25px;
  }
}
ul.location-access-list li div.location-access-box {
  position: relative;
  margin-top: 3%;
}
ul.location-access-list li div.location-access-box dl {
  color: #000;
  box-sizing: border-box;
}
ul.location-access-list li div.location-access-box dl:nth-of-type(2) {
  margin-top: 5%;
}
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 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*/
div.more-btn {
  width: 50%;
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #CCC;
  font-size: 15px;
}
div.more-btn::after, div.more-btn::before {
  display: block;
  content: "";
  width: 14px;
  padding-top: 2px;
  background: #CCC;
  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: #3f9198;
  display: block;
  width: 140px;
  margin-left: 33px;
  border-left: solid 1px #CCC;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.more-btn span {
    width: 193px;
  }
}
div.more-btn.active::after {
  display: none;
}

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: 1000px;
    margin-top: 30px;
  }
}

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: 1000px;
    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: 1000px;
  }
}
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*//*# sourceMappingURL=location.css.map */