.main-box {
  position: relative;
}
.main-box .main-text {
  display: inline-block;
  position: absolute;
  top: 53px;
  right: 45px;
}
.main-box img {
  width: 100%;
}

.main-box .main-text .en-txt {
  letter-spacing: 0.1em;
}

.nav-link {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 9990;
}
.nav-link.nav-fix {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: 9990;
  transition: all 0.3s;
}
.nav-link.nav-fix.ex {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
}
.nav-link ul {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.nav-link ul li {
  width: 32.3%;
  cursor: pointer;
}
.nav-link ul li a {
  font-size: 13px;
  text-align: center;
  display: block;
  width: 100%;
  color: #333333;
  border: 1px solid #009faa;
  transition: all 0.3s;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
}
.nav-link ul li a:hover {
  background: #51b4b9;
  color: #fff;
}
.nav-link ul li.active a {
  background: #51b4b9;
  color: #fff;
}

.pic-caption {
  font-size: 11px;
  position: absolute;
  bottom: 1px;
  right: 4px;
  color: #333333;
  letter-spacing: 0em;
  /*text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
}
.pic-caption.wt {
  color: #fff;
}
.pic-caption.ex {
  bottom: 10px;
}
.pic-caption.ex2 {
  bottom: 50px;
}
.pic-caption.ex3 {
  bottom: 5px;
  right: 10px;
}

.pic-caption2 {
  font-size: 9px;
  position: absolute;
  bottom: 1px;
  right: 2px;
  color: #333333;
  letter-spacing: 0em;
}

@media screen and (max-width: 900px) {
  .main-box {
    position: relative;
  }
  .main-box .main-text {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 6vw;
    right: 0;
    left: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  .main-box .main-text .en-txt {
    width: 24%;
    text-align: right;
    padding-top: 2vw;
  }
  .main-box .main-text .jp-txt {
    width: 76%;
  }
  .main-box img {
    width: 100%;
  }
  .nav-link {
    padding-top: 6vw;
    padding-bottom: 3vw;
    position: relative;
  }
  .nav-link.nav-fix {
    position: fixed;
    top: -30vw;
    left: 0;
    width: 100%;
    z-index: 9990;
  }
  .nav-link.nav-fix.ex {
    position: fixed;
    top: 14vw;
    left: 0;
    width: 100%;
    z-index: 9990;
  }
  .nav-link ul {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 90%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-link ul li {
    width: 30.6%;
    margin-bottom: 2vw;
    line-height: 1.27;
  }
  .nav-link ul li a {
    font-size: 3vw;
    text-align: center;
    display: block;
    padding-top: 5.4vw;
    padding-bottom: 5.4vw;
    font-weight: 500;
  }
  .nav-link ul li:nth-child(2) a {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
  }
  .pic-caption {
    font-size: 2.3vw;
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
  .pic-caption.ex {
    bottom: 2vw;
  }
  .pic-caption.ex2 {
    bottom: 50px;
  }
  .pic-caption.ex3 {
    bottom: 5px;
    right: 10px;
  }
  .pic-caption2 {
    font-size: 2.3vw;
    position: absolute;
    bottom: 1px;
    right: 1px;
  }
  .con-bg {
    position: relative;
    padding-top: 16vw;
    padding-bottom: 16vw;
    margin-bottom: 10vw;
  }
  .con-bg .con-ttl {
    font-size: 5.4vw;
    text-align: right;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1;
  }
  .con-bg.ptn1 {
    background-image: url(../images/location/bg01-sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .con-bg.ptn2 {
    background-image: url(../images/location/bg02-sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .con-bg.ptn3 {
    background-image: url(../images/location/bg03-sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .con-bg .bg-caption {
    position: absolute;
    bottom: 2vw;
    left: 6vw;
    font-size: 2.3vw;
  }
  .con-bg .bg-caption.ex {
    color: #000;
  }
  .pic-caption {
    position: absolute;
    bottom: 1vw;
    right: 1vw;
    font-size: 2.3vw;
    font-weight: 500;
  }
}
.loc-contents {
  padding-top: 70px;
}

.big-img {
  margin-bottom: 45px;
  position: relative;
}
.big-img.mbno {
  margin-bottom: 0;
}

.loc-wrap {
  margin-bottom: 15px;
}

.loc-copy {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #049faa;
}

.loc-ttl {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: #049faa;
  background: #e7ebee;
}

.loc-name {
  font-size: 19px;
  line-height: 1.61;
  margin-bottom: 12px;
  color: #049faa;
  letter-spacing: 0;
}

.loc-text {
  font-size: 15px;
  line-height: 1.56;
  color: #333333;
}

.loc-notes {
  font-size: 12px;
  line-height: 1.92;
}

.sun-box {
  margin-bottom: 30px;
  background: #eeefe3;
  padding: 26px 26px;
  box-sizing: border-box;
}
.sun-box .m-text-box {
  margin-bottom: 15px;
}
.sun-box .loc-ttl {
  color: #0d7b8f;
}

.loc-list0 {
  display: flex;
  justify-content: space-between;
}
.loc-list0 li {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.loc-list0 li .pic-box {
  position: relative;
  width: 52%;
}
.loc-list0 li .text-box {
  width: 44.7%;
}

.loc-list1 {
  display: flex;
  flex-wrap: wrap;
}
.loc-list1 li {
  width: 23.1%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
.loc-list1 li:nth-child(4n) {
  margin-right: 0;
}
.loc-list1 li .pic-box {
  margin-bottom: 16px;
  position: relative;
}
.loc-list1.center {
  justify-content: center;
}
.loc-list1.center li:last-child {
  margin-right: 0;
}

.link-area {
  margin-top: -70px;
  padding-top: 70px;
}

@media screen and (max-width: 900px) {
  .loc-contents {
    padding-top: 8vw;
  }
  .big-img {
    margin-bottom: 9.6vw;
    position: relative;
    width: 115%;
    margin-left: -7.5%;
    margin-right: -7.5%;
  }
  .big-img.mbno {
    margin-bottom: 0;
  }
  .big-img .pic-caption {
    right: 4vw;
  }
  .loc-wrap {
    margin-bottom: 3.6vw;
  }
  .loc-copy {
    font-size: 5vw;
    text-align: center;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: 0.05em;
    margin-bottom: 10.6vw;
  }
  .loc-ttl {
    font-size: 5.3vw;
    letter-spacing: 0.05em;
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
    margin-bottom: 4.8vw;
    width: 115%;
    margin-left: -7.5%;
    margin-right: -7.5%;
  }
  .loc-name {
    font-size: 3.8vw;
    line-height: 1.61;
    margin-bottom: 2vw;
    letter-spacing: 0;
  }
  .loc-text {
    font-size: 3.3vw;
    line-height: 1.56;
  }
  .loc-notes {
    font-size: 2.8vw;
    line-height: 1.92;
  }
  .sun-box {
    width: 115%;
    margin-left: -7.5%;
    margin-right: -7.5%;
    margin-bottom: 8.6vw;
    box-sizing: border-box;
    padding: 6vw 6vw;
  }
  .sun-box .m-text-box {
    margin-bottom: 6.2vw;
  }
  .loc-list0 {
    display: flex;
    justify-content: space-between;
  }
  .loc-list0 li {
    width: 48%;
    display: block;
    margin-right: 4%;
  }
  .loc-list0 li:nth-child(2n) {
    margin-right: 0;
  }
  .loc-list0 li .pic-box {
    position: relative;
    width: 100%;
    margin-bottom: 3vw;
  }
  .loc-list0 li .text-box {
    width: 100%;
  }
  .loc-list1 {
    display: flex;
    flex-wrap: wrap;
  }
  .loc-list1 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4.8vw;
  }
  .loc-list1 li:nth-child(2n) {
    margin-right: 0;
  }
  .loc-list1 li:nth-child(4n) {
    margin-right: 0;
  }
  .loc-list1 li .pic-box {
    margin-bottom: 3vw;
    position: relative;
  }
  .loc-list1.center {
    justify-content: flex-start;
  }
  .loc-list1.center li:last-child {
    margin-right: 0;
  }
  .link-area {
    margin-top: -15vw;
    padding-top: 15vw;
  }
}
.loc-linettl {
  font-size: 23px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #049faa;
  margin-bottom: 54px;
  border-bottom: 1px solid #333333;
  padding-bottom: 12px;
  margin-top: 40px;
}

.loc-list2 {
  display: flex;
  flex-wrap: wrap;
}
.loc-list2 li {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
.loc-list2 li:nth-child(3n) {
  margin-right: 0;
}
.loc-list2 li .pic-box {
  margin-bottom: 16px;
  position: relative;
}
.loc-list2.center {
  justify-content: center;
}
.loc-list2.center li:last-child {
  margin-right: 0;
}

.loc-list3 {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.loc-list3 li {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}
.loc-list3 li .pic-box {
  position: relative;
  width: 52%;
}
.loc-list3 li .text-box {
  width: 44.7%;
}

.loc-text2 {
  font-size: 15px;
  line-height: 1.56;
  color: #333333;
  margin-bottom: 10px;
}

.loc-name2 {
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1;
  margin-top: 14px;
}

.loc-notes2 {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0;
}

.ex-imgbox {
  position: relative;
  margin-bottom: 12px;
}

.ex-textbox {
  margin-bottom: 50px;
}

.setsu-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.setsu-flex .txt-img {
  width: 45%;
  padding-top: 8px;
}
.setsu-flex .subtext-box {
  width: 51%;
}
.setsu-flex .subtext-box p {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0;
}

.int-wrap {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 25px 92px;
  background: #eef0f1;
  margin-bottom: 55px;
}
.int-wrap .img-box {
  width: 22%;
  position: relative;
}
.int-wrap .text-box {
  width: 73%;
}
.int-wrap .text-box .loc-name {
  color: #0d7b8f;
}
.int-wrap .text-box .ex-logo-img {
  max-width: 410px;
  margin-top: 10px;
}

.loc-list4 li {
  width: 48%;
  margin-bottom: 48px;
}

@media screen and (max-width: 900px) {
  .loc-linettl {
    font-size: 3.6vw;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 7vw;
    border-bottom: 1px solid #333333;
    padding-bottom: 2vw;
    margin-top: 5vw;
  }
  .loc-list2 {
    display: block;
  }
  .loc-list2 li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 8vw;
  }
  .loc-list2 li:nth-child(3n) {
    margin-right: 0;
  }
  .loc-list2 li .pic-box {
    margin-bottom: 3.3vw;
    position: relative;
  }
  .loc-list3 {
    display: flex;
    justify-content: space-between;
    margin-top: 7vw;
  }
  .loc-list3 li {
    width: 48%;
    display: block;
    margin-right: 4%;
  }
  .loc-list3 li:nth-child(2n) {
    margin-right: 0;
  }
  .loc-list3 li .pic-box {
    position: relative;
    width: 100%;
    margin-bottom: 3vw;
  }
  .loc-list3 li .text-box {
    width: 100%;
  }
  .loc-text2 {
    font-size: 3.3vw;
    line-height: 1.56;
    margin-bottom: 2vw;
  }
  .loc-name2 {
    font-size: 2.8vw;
    margin-bottom: 10px;
    line-height: 1;
    margin-top: 4vw;
  }
  .loc-notes2 {
    font-size: 2.3vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .ex-imgbox {
    position: relative;
    margin-bottom: 3.3vw;
  }
  .ex-imgbox .pic-caption {
    bottom: -1vw;
  }
  .ex-textbox {
    margin-bottom: 9.6vw;
  }
  .setsu-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .setsu-flex .txt-img {
    width: 49%;
    padding-top: 8px;
  }
  .setsu-flex .subtext-box {
    width: 46%;
  }
  .setsu-flex .subtext-box p {
    font-size: 2.3vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .int-wrap {
    display: block;
    padding: 4.8vw 4.8vw;
    margin-bottom: 12vw;
  }
  .int-wrap .img-box {
    width: 100%;
    position: relative;
    margin-bottom: 3.8vw;
  }
  .int-wrap .img-box .ex-logo-img {
    position: absolute;
    top: 7vw;
    width: 64%;
    right: 0;
  }
  .int-wrap .img-box .m-img {
    width: 48%;
    position: relative;
  }
  .int-wrap .text-box {
    width: 100%;
  }
  .loc-list4 li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.loc-list4 {
  display: flex;
  justify-content: space-between;
}
.loc-list4 li {
  width: 48%;
  margin-bottom: 48px;
}
.loc-list4 li .pic-box {
  margin-bottom: 16px;
  position: relative;
}

.loc-list5 {
  display: flex;
  flex-wrap: wrap;
}
.loc-list5 li {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
.loc-list5 li:nth-child(3n) {
  margin-right: 0;
}
.loc-list5 li .pic-box {
  margin-bottom: 16px;
  position: relative;
}

.bottomNotes {
  padding-top: 50px;
}

@media screen and (max-width: 900px) {
  .loc-list4 {
    display: block;
  }
  .loc-list4 li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 8vw;
  }
  .loc-list4 li:nth-child(2n) {
    margin-right: 0;
  }
  .loc-list4 li .pic-box {
    margin-bottom: 3.3vw;
    position: relative;
  }
  .loc-list5 {
    display: block;
  }
  .loc-list5 li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 8vw;
  }
  .loc-list5 li:nth-child(3n) {
    margin-right: 0;
  }
  .loc-list5 li .pic-box {
    margin-bottom: 3.3vw;
    position: relative;
  }
  .bottomNotes {
    padding-top: 8.2vw;
  }
}
/*# sourceMappingURL=style-quality.css.map */