<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;700;900&amp;display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*余白や線を幅や高さに含める*/
}

.serif {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body.fixed {
  position: fixed;
}

.smp-block {
  display: block;
}

@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pc-large-block {
  display: none;
}

@media screen and (min-width: 1280px) {
  .pc-large-block {
    display: block;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

a:hover img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  a.tel-link {
    pointer-events: none;
  }
}

span.sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

span.inline-block {
  display: inline-block;
}

/*********************/
header {
  background: none;
  /*heder-wrap{*/
}

@media screen and (min-width: 768px) {
  header {
    position: fixed;
  }
}

@media screen and (min-width: 768px) {
  header .heder-wrap {
    background: none;
    /*nav*/
  }
  header .heder-wrap .heder-logo a {
    fill: #FFF;
  }
  header .heder-wrap nav ul li {
    color: #FFF;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  header .heder-wrap nav ul li.li_before::before {
    background-color: #FFF;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  header .heder-wrap nav ul li a {
    color: #FFF;
  }
  header .heder-wrap nav ul li span.drop-btn {
    color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  header .heder-wrap nav.open ul li {
    line-height: 3em;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  header .heder-wrap nav.open ul li {
    line-height: 1.8em;
  }
}

@media screen and (min-width: 768px) {
  header .heder-wrap nav.open ul li a {
    font-size: 1.1em;
    font-weight: 500;
    color: #FFF;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  header .heder-wrap nav.open ul li a {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 600;
    color: #FFF;
  }
}

header.fixed {
  background: #FFF;
}

header.fixed div.heder-wrap div.heder-logo a {
  fill: #000;
}

@media screen and (min-width: 768px) {
  header.fixed div.heder-wrap nav ul li {
    color: #222;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  header.fixed div.heder-wrap nav ul li.li_before::before {
    background-color: #222;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  header.fixed div.heder-wrap nav ul li a {
    color: #222;
  }
  header.fixed div.heder-wrap nav ul li span.drop-btn {
    color: #222;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

/*********************/
/*********************/
div.page-main-img {
  position: relative;
  width: 100%;
}

div.page-main-img h1 {
  width: 76.8%;
  position: absolute;
  left: 45%;
  top: 12%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  div.page-main-img h1 {
    max-width: 400px;
    left: 50%;
    top: 35%;
    z-index: 5;
  }
}

p.main-coution {
  width: 96%;
  margin: 0 auto;
  font-size: 0.7em;
  line-height: 1.4em;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  p.main-coution {
    font-size: 13px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

/*********************/
h2.page-title {
  font-size: 1.4em;
  font-weight: 500;
  padding-top: 5%;
  padding-bottom: 3%;
  text-align: center;
  color: #FFF;
  position: relative;
}

h2.page-title::after {
  content: " ";
  display: block;
  width: 40%;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  h2.page-title {
    font-size: 40px;
    padding-top: 80px;
    padding-bottom: 25px;
    line-height: 1em;
  }
  h2.page-title::after {
    width: 150px;
    height: 2px;
  }
}

h3.page-sub-copy {
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 5%;
  margin-bottom: 10%;
  text-align: center;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  h3.page-sub-copy {
    font-size: 28px;
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

div.location-cont-wrap {
  background: #7cb96d;
  padding-bottom: 10%;
}

@media screen and (min-width: 768px) {
  div.location-cont-wrap {
    padding-bottom: 100px;
  }
}

div.location-cont-inner {
  width: 96%;
  max-width: 1000px;
  background: #FFF;
  margin: 0 auto;
  padding: 5% 0 5% 0;
}

div.location-cont-inner p.location-cont-txt01 {
  font-size: 1.2em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5%;
}

@media screen and (min-width: 768px) {
  div.location-cont-inner p.location-cont-txt01 {
    font-size: 25px;
  }
}

div.location-cont-inner figure.location-accessimg01 {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  div.location-cont-inner figure.location-accessimg02 {
    position: relative;
    max-width: 840px;
    margin: 0 auto;
    margin-top: 0;
  }
}

div.location-cont-inner figure.location-accessimg02 div.accessimg02-01 {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  div.location-cont-inner figure.location-accessimg02 div.accessimg02-01 {
    width: 36%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0%, -30%);
            transform: translate(0%, -30%);
  }
}

@media screen and (min-width: 1280px) {
  div.location-cont-inner figure.location-accessimg02 div.accessimg02-01 {
    width: 44%;
    -webkit-transform: translate(-12%, -30%);
            transform: translate(-12%, -30%);
  }
}

div.location-cont-inner figure.location-accessimg02 div.accessimg02-02 {
  width: 100%;
  margin-top: 5%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  div.location-cont-inner figure.location-accessimg02 div.accessimg02-02 {
    margin-top: 0;
  }
}

div.location-cont-inner figure.location-accessimg02 div.accessimg02-02 div {
  width: 154.8%;
}

@media screen and (min-width: 768px) {
  div.location-cont-inner figure.location-accessimg02 div.accessimg02-02 div {
    width: 100%;
  }
}

div.location-cont-inner p.location-access-txt {
  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.location-access-txt {
    font-size: 14px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 100px;
  }
}

div.location-cont-list-box h4 {
  width: 84%;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 15%;
  padding: 5px 0;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  color: #FFF;
  position: relative;
}

div.location-cont-list-box h4::after {
  content: " ";
  display: block;
  width: 12%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

@media screen and (min-width: 768px) {
  div.location-cont-list-box h4::after {
    width: 45px;
  }
}

@media screen and (min-width: 768px) {
  div.location-cont-list-box h4 {
    font-size: 22px;
    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: 120px;
  }
}

div.location-cont-list-box.shopping h4::after {
  background: #12658c;
}

div.location-cont-list-box.facilities h4::after {
  background: #867952;
}

div.location-cont-list-box.education h4::after {
  background: #8f5c8e;
}

div.location-cont-list-box.public h4::after {
  background: #008547;
}

div.location-cont-list-box.temples h4::after {
  background: #bc605b;
}

div.location-cont-list-box p.location-cont-list-box-txt01 {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-top: 5%;
  margin-bottom: 5%;
}

@media screen and (min-width: 768px) {
  div.location-cont-list-box p.location-cont-list-box-txt01 {
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1000px) {
  div.location-cont-list-box p.location-cont-list-box-txt01 {
    font-size: 24px;
  }
}

div.location-cont-list-box.shopping h4 {
  background: #31799a;
}

div.location-cont-list-box.facilities h4 {
  background: #98876d;
}

div.location-cont-list-box.education h4 {
  background: #9f759e;
}

div.location-cont-list-box.public h4 {
  background: #14a255;
}

div.location-cont-list-box.temples h4 {
  background: #c47672;
}

ul.location-access-list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: 842px;
  }
}

ul.location-access-list li {
  width: 46.5%;
  margin-bottom: 8%;
  margin-left: 7%;
}

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;
  -webkit-box-sizing: border-box;
          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: 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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: translate(0, -50%);
          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;
}

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 #c47672;
}

div.more-btn.vermilion span {
  color: #c47672;
  border-left: solid 1px #c47672;
}

div.more-btn.vermilion::after, div.more-btn.vermilion::before {
  background: #c47672;
}

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;
  }
}
/*# sourceMappingURL=location.css.map */</pre></body></html>