.main-box {
  position: relative;
}
.main-box .main-text {
  display: inline-block;
  position: absolute;
  top: 53px;
  right: 135px;
}
.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: 19.4%;
}
.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;
}

.loc-contents {
  position: relative;
  z-index: 999;
  padding-bottom: 120px;
  color: #000000;
}

.con-bg {
  position: relative;
  padding-top: 166px;
  padding-bottom: 166px;
  margin-bottom: 170px;
}
.con-bg .con-ttl {
  font-size: 43px;
  color: #fff;
  text-align: right;
  letter-spacing: 0.05em;
  line-height: 1;
}
.con-bg.ptn1 {
  background-image: url(../images/location/bg01-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.con-bg.ptn2 {
  background-image: url(../images/location/bg02-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.con-bg.ptn3 {
  background-image: url(../images/location/bg03-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.con-bg .bg-caption {
  position: absolute;
  bottom: 15px;
  left: 50px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.con-bg .bg-caption.ex {
  color: #000;
}

.pic-caption {
  position: absolute;
  bottom: 1px;
  right: 1px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #000000;
}
.pic-caption.ex {
  color: #fff;
}

.loc-head {
  margin-bottom: 130px;
  position: relative;
}
.loc-head .head-copy {
  margin-bottom: 60px;
  font-size: 26px;
  color: #333333;
  line-height: 1.8;
}
.loc-head .sub-copy {
  letter-spacing: 0.05em;
  font-size: 17px;
  color: #333333;
  line-height: 2.6;
  width: 65%;
}
.loc-head .illust {
  position: absolute;
  width: 17.6%;
  top: 45px;
  right: 0;
}
.loc-head .illust.ptn2 {
  width: 25.4%;
  top: 80px;
}

.obi-txt span {
  display: inline-block;
  padding: 6px 7px;
  color: #fff;
  font-size: 16px;
  background: #c5808b;
  line-height: 1;
  margin-bottom: 5px;
}
.obi-txt span.ptn2 {
  background: #cfa43d;
}

.main-flex {
  display: flex;
  background: #d1acb2;
  margin-bottom: 80px;
}
.main-flex .flex-img {
  width: 56%;
  background-image: url(../images/location/pic-01-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-flex .flex-img img {
  width: 100%;
}
.main-flex .flex-txt {
  width: 44%;
  padding: 37px 0 30px;
  box-sizing: border-box;
}
.main-flex .flex-txt .obi-txt {
  margin-bottom: 25px;
}
.main-flex .flex-txt .sub-txt {
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
}
.main-flex .flex-txt .sub-txt .sub-txt-img {
  margin-bottom: 15px;
}
.main-flex .flex-txt .sub-txt .b-txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
}
.main-flex .flex-txt .sub-txt .s-txt {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.main-flex .flex-txt .sub-txt .s-txt span {
  font-size: 9px;
}
.main-flex .flex-txt .sub-txt .img-flex {
  display: flex;
  justify-content: space-between;
}
.main-flex .flex-txt .sub-txt .img-flex li {
  width: 48%;
  position: relative;
}
.main-flex .flex-txt .sub-txt .img-flex li img {
  width: 100%;
}

.sub-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sub-flex .flex-img {
  width: 52%;
  position: relative;
}
.sub-flex .flex-img .img {
  position: relative;
  z-index: 1;
}
.sub-flex .flex-img .obi-txt {
  position: absolute;
  z-index: 2;
}
.sub-flex .flex-txt {
  width: 42.3%;
}
.sub-flex .flex-txt .txt-img {
  margin-bottom: 20px;
}
.sub-flex .flex-txt .b-txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
.sub-flex .flex-txt .s-txt {
  font-size: 12px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  letter-spacing: 0;
}
.sub-flex .flex-txt .illust {
  width: 32%;
  margin-left: 68%;
  z-index: 1;
  position: relative;
  margin-bottom: -36px;
  bottom: 36px;
}
.sub-flex.odd {
  flex-direction: row-reverse;
}
.sub-flex.odd .flex-img .obi-txt {
  top: 28px;
  left: -28px;
}
.sub-flex.even .flex-img .obi-txt {
  top: 28px;
  right: -28px;
  text-align: right;
}

.loclist1 {
  display: flex;
  flex-wrap: wrap;
}
.loclist1 li {
  width: 31.5%;
  margin-right: 2.5%;
  margin-bottom: 40px;
}
.loclist1 li:nth-child(3n) {
  margin-right: 0;
}
.loclist1 li .img-box {
  width: 100%;
  position: relative;
}
.loclist1 li .name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0;
}

.loclist2 {
  display: flex;
}
.loclist2 li {
  width: 31.5%;
  margin-right: 2.5%;
  margin-bottom: 40px;
}
.loclist2 li:nth-child(3n) {
  margin-right: 0;
}
.loclist2 li .img-box {
  width: 100%;
  position: relative;
}
.loclist2 li .name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0;
}
.loclist2 li .info {
  min-height: 6em;
  font-size: 11px;
  line-height: 1.63;
  letter-spacing: 0;
}
.loclist2 li .time {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0;
}

.loclist3 {
  display: flex;
  flex-wrap: wrap;
}
.loclist3 li {
  width: 23.5%;
  margin-right: 1.5%;
  margin-bottom: 40px;
}
.loclist3 li:nth-of-type(4n) {
  margin-right: 0;
}
.loclist3 li .img-box {
  width: 100%;
  position: relative;
}
.loclist3 li .name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0;
}

.loclist4 {
  display: flex;
  flex-wrap: wrap;
}
.loclist4 li {
  width: 31.5%;
  margin-right: 2.5%;
  margin-bottom: 40px;
}
.loclist4 li:nth-of-type(3n) {
  margin-right: 0;
}
.loclist4 li .img-box {
  width: 100%;
  position: relative;
}
.loclist4 li .name {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.57;
  letter-spacing: 0;
}

.list-box {
  position: relative;
}
.list-box .illust {
  position: absolute;
  width: 23%;
  bottom: 0;
  right: 0;
}

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

@media screen and (max-width: 900px) {
  .main-box {
    position: relative;
  }
  .main-box .main-text {
    display: inline-block;
    position: absolute;
    top: 6vw;
    right: 8vw;
  }
  .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: 49%;
    margin-bottom: 2vw;
  }
  .nav-link ul li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .nav-link ul li a {
    font-size: 3vw;
    text-align: center;
    display: block;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-weight: 500;
  }
  .loc-contents {
    position: relative;
    z-index: 999;
    padding-bottom: 3vw;
  }
  .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: 0vw;
    right: 2vw;
    font-size: 2.3vw;
    font-weight: 500;
  }
  .loc-head {
    margin-bottom: 9vw;
    position: relative;
  }
  .loc-head .head-copy {
    margin-bottom: 9vw;
    font-size: 3.9vw;
    font-weight: 500;
    line-height: 1.8;
  }
  .loc-head .sub-copy {
    letter-spacing: 0.05em;
    font-size: 3.3vw;
    line-height: 1.9;
    width: 100%;
  }
  .loc-head .illust {
    position: absolute;
    width: 31%;
    top: -11vw;
    right: 0;
  }
  .loc-head .illust.ptn2 {
    width: 47%;
    top: -11vw;
  }
  .loc-head .illust.ptn2 .pic-caption {
    bottom: -1vw;
  }
  .loc-head .illust.ptn3 {
    width: 27%;
    top: -8vw;
    right: 3vw;
  }
  .loc-head .illust.ptn3 .pic-caption {
    bottom: -1vw;
  }
  .obi-txt span {
    display: inline-block;
    padding: 1vw 1vw;
    font-size: 3.8vw;
    line-height: 1;
    margin-bottom: 1vw;
  }
  .main-flex {
    display: block;
    margin-bottom: 9vw;
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }
  .main-flex .flex-img {
    width: 100%;
    background-image: url(../images/location/pic-01-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 78vw;
    padding-bottom: 8vw;
  }
  .main-flex .flex-img img {
    width: 100%;
  }
  .main-flex .flex-txt {
    width: 100%;
    padding: 5.5vw 0 8.9vw;
    box-sizing: border-box;
  }
  .main-flex .flex-txt .obi-txt {
    margin-bottom: 4vw;
  }
  .main-flex .flex-txt .sub-txt {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .main-flex .flex-txt .sub-txt .sub-txt-img {
    margin-bottom: 5vw;
  }
  .main-flex .flex-txt .sub-txt .b-txt {
    margin-bottom: 2vw;
    font-size: 3.3vw;
    line-height: 1.7;
  }
  .main-flex .flex-txt .sub-txt .s-txt {
    font-size: 2.3vw;
    line-height: 1.7;
    margin-bottom: 7vw;
  }
  .main-flex .flex-txt .sub-txt .s-txt span {
    font-size: 2.3vw;
  }
  .main-flex .flex-txt .sub-txt .img-flex {
    display: flex;
    justify-content: space-between;
  }
  .main-flex .flex-txt .sub-txt .img-flex li {
    width: 48%;
    position: relative;
  }
  .main-flex .flex-txt .sub-txt .img-flex li img {
    width: 100%;
  }
  .sub-flex {
    display: block;
    justify-content: space-between;
    margin-bottom: 7vw;
  }
  .sub-flex .flex-img {
    width: 100%;
    position: relative;
    margin-bottom: 7vw;
  }
  .sub-flex .flex-img .img {
    position: relative;
    z-index: 1;
  }
  .sub-flex .flex-img .obi-txt {
    position: absolute;
    z-index: 2;
  }
  .sub-flex .flex-txt {
    width: 100%;
  }
  .sub-flex .flex-txt .txt-img {
    margin-bottom: 5vw;
  }
  .sub-flex .flex-txt .b-txt {
    margin-bottom: 2vw;
    font-size: 3.3vw;
    line-height: 1.7;
  }
  .sub-flex .flex-txt .s-txt {
    font-size: 2.3vw;
    line-height: 1.7;
  }
  .sub-flex .flex-txt .illust {
    width: 32%;
    margin-left: 68%;
    z-index: 1;
    position: relative;
    margin-bottom: -13vw;
    bottom: 13vw;
  }
  .sub-flex.odd .flex-img {
    width: 106%;
    margin-right: -6%;
  }
  .sub-flex.odd .flex-img .obi-txt {
    top: 5vw;
    left: -5vw;
  }
  .sub-flex.even .flex-img {
    width: 106%;
    margin-left: -6%;
  }
  .sub-flex.even .flex-img .obi-txt {
    top: 5vw;
    right: -5vw;
  }
  .loclist1 {
    display: flex;
    flex-wrap: wrap;
  }
  .loclist1 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 7vw;
  }
  .loclist1 li:nth-child(3n) {
    margin-right: 4%;
  }
  .loclist1 li:nth-child(2n) {
    margin-right: 0;
  }
  .loclist1 li .img-box {
    width: 100%;
    position: relative;
  }
  .loclist1 li .name {
    margin-top: 2vw;
    font-size: 2.6vw;
    line-height: 1.57;
  }
  .loclist2 {
    display: block;
  }
  .loclist2 li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 7vw;
  }
  .loclist2 li:nth-child(3n) {
    margin-right: 0;
  }
  .loclist2 li .img-box {
    width: 100%;
    position: relative;
  }
  .loclist2 li .name {
    margin-top: 2vw;
    font-size: 3.8vw;
    line-height: 1.57;
    letter-spacing: 0;
  }
  .loclist2 li .info {
    min-height: 6em;
    font-size: 2.7vw;
    line-height: 1.63;
    letter-spacing: 0;
  }
  .loclist2 li .time {
    font-size: 2.3vw;
    line-height: 1.5;
  }
  .loclist3 {
    display: flex;
    flex-wrap: wrap;
  }
  .loclist3 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 7vw;
  }
  .loclist3 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .loclist3 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .loclist3 li .img-box {
    width: 100%;
    position: relative;
  }
  .loclist3 li .name {
    margin-top: 2vw;
    font-size: 2.6vw;
    line-height: 1.57;
  }
  .loclist4 {
    display: flex;
    flex-wrap: wrap;
  }
  .loclist4 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 7vw;
  }
  .loclist4 li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .loclist4 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .loclist4 li .img-box {
    width: 100%;
    position: relative;
  }
  .loclist4 li .name {
    margin-top: 2vw;
    font-size: 2.6vw;
    line-height: 1.57;
  }
  .list-box {
    position: relative;
  }
  .list-box .illust {
    position: absolute;
    width: 46%;
    bottom: 9vw;
    right: 0;
  }
}
.gr-obi {
  margin-bottom: 100px;
  background: #009faa;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
}
.gr-obi .en-text {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.gr-obi.ptn2 {
  text-align: center;
}
.gr-obi .wrap {
  display: flex;
  justify-content: space-between;
}
.gr-obi .wrap .en-text {
  width: 30%;
}
.gr-obi .wrap .jp-text {
  width: 65%;
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.01em;
}

.listsubbox {
  position: relative;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.listsubbox .listsubttl {
  color: #009faa;
  font-size: 30px;
  margin-bottom: 24px;
  font-weight: 500;
}
.listsubbox.omote {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #808080;
  position: relative;
}
.listsubbox.omote .illust {
  position: absolute;
  width: 22%;
  bottom: 90px;
  right: 4%;
}

@media screen and (max-width: 900px) {
  .gr-obi {
    margin-bottom: 10vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
    line-height: 1;
  }
  .gr-obi .en-text {
    font-size: 6.5vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .gr-obi.ptn2 {
    text-align: center;
  }
  .gr-obi .wrap {
    display: block;
  }
  .gr-obi .wrap .en-text {
    width: 100%;
  }
  .sp-copy {
    font-size: 4.3vw;
    line-height: 1.9;
    margin-bottom: 8vw;
  }
  .listsubbox {
    position: relative;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .listsubbox .listsubttl {
    font-size: 5vw;
    margin-bottom: 4vw;
    font-weight: 500;
  }
  .listsubbox.omote {
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    position: relative;
  }
  .listsubbox.omote .illust {
    position: absolute;
    width: 29vw;
    bottom: 12vw;
    right: 4%;
  }
  .link-area {
    margin-top: -20vw;
    padding-top: 20vw;
  }
}
.tab_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.tab_nav li {
  text-align: center;
  margin-bottom: 13px;
  border: 1px solid #009faa;
  padding: 15px 0;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
  width: 19%;
  margin-right: 1%;
  transition: all 0.3s;
  font-weight: 500;
  margin-bottom: 15px;
}
.tab_nav li:hover {
  background: #009faa;
  color: #fff;
}
.tab_nav li.active {
  background: #009faa;
  color: #fff;
}
.tab_nav li:nth-child(5n) {
  margin-right: 0;
}

.tab-box .chCont {
  display: none;
}
.tab-box .chCont .flex {
  display: flex;
  justify-content: space-between;
}
.tab-box .chCont .flex .map-img {
  width: 64%;
}
.tab-box .chCont .flex .map-text {
  width: 34%;
}
.tab-box .chCont .flex .map-text .ttl {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.tab-box .chCont .flex .map-text .spot-box {
  padding: 14px 28px;
  border: 2px solid #dbdbdb;
  height: 540px;
  overflow-y: auto;
}
.tab-box .chCont .flex .map-text .spot-box li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #231815;
}
.tab-box .chCont .flex .map-text .spot-box li .name {
  text-align: left;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0;
}
.tab-box .chCont .flex .map-text .spot-box li .time {
  text-align: right;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0;
}

@media screen and (max-width: 900px) {
  .tab_nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12vw;
  }
  .tab_nav li {
    text-align: center;
    margin-bottom: 2vw;
    padding: 3vw 0;
    font-size: 3vw;
    cursor: pointer;
    width: 48%;
    margin-right: 4%;
    transition: all 0.3s;
    font-weight: 500;
  }
  .tab_nav li:nth-child(5n) {
    margin-right: 4%;
  }
  .tab_nav li:nth-child(2n) {
    margin-right: 0;
  }
  .tab-box .chCont {
    display: none;
  }
  .tab-box .chCont .flex {
    display: block;
    justify-content: space-between;
  }
  .tab-box .chCont .flex .map-img {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 12vw;
  }
  .tab-box .chCont .flex .map-text {
    width: 100%;
  }
  .tab-box .chCont .flex .map-text .ttl {
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .tab-box .chCont .flex .map-text .spot-box {
    padding: 0;
    border: none;
    height: auto;
  }
  .tab-box .chCont .flex .map-text .spot-box li {
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #231815;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .tab-box .chCont .flex .map-text .spot-box li .name {
    text-align: left;
    font-size: 2.6vw;
    line-height: 1.42;
    width: 62%;
  }
  .tab-box .chCont .flex .map-text .spot-box li .time {
    text-align: right;
    font-size: 2.6vw;
    line-height: 1.42;
    width: 35%;
  }
}
/*# sourceMappingURL=style-location.css.map */