@charset "utf-8";

/********************************
* 
********************************/
.location-sec .caption {
  font-size: 10px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.location-sec .caption01 {
  font-size: 10px;
  text-align: left;
  margin-top: 15rem;
  padding: 0;
  letter-spacing: -1px;
}
.location-sec .caption02 {
  font-size: 10px;
  text-align: left;
  margin-top: 15rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
.location-sec .caption01 {
  margin-top: 0rem;
}
.location-sec .caption02 {
  margin-top: 0rem;
}
}
@media screen and (max-width: 768px) {
  .location-sec .image .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .location-sec .image .swipe-img img {
    max-width: inherit;
    width: 200%;
  }
  .location-sec .swipe {
    display: block;
    text-align: center;
  }
  .location-sec .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
}
.location-sec .mainttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.location-sec .mainttl .sup {
  margin-left: -40px;
}

@media screen and (max-width: 768px) {
  .location-sec .mainttl {
    font-size: 19px;
    margin-bottom: 3.91vw;
    text-align: center;
  }
  .location-sec .mainttl .sup {
    margin-left: -27px;
  }
}
.location-sec .mainlead {
  font-size: 19px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .location-sec .mainlead {
      font-size: 16px;
  }
}
.location-sec .ttl01 {
  font-size: 30px;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .location-sec .ttl01 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 4.56vw;
  }
}
.location-sec .ttl02 {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: normal;
}
.location-sec .ttl02 span {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .location-sec .ttl02 {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .location-sec .ttl02 span {
    font-size: 16px;
  }
}
.ttl03 {
  position: relative;
}
.ttl03 figure {}
.ttl03 figcaption {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  text-align: right;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.location-sec .ttl04 {
  font-family: adobe-garamond-pro;
  font-size: 48px;
  line-height: 1;
  border-bottom: 1px solid #37444C;
}
.location-sec .ttl04 .initial {
  font-size: 96px;
  vertical-align: bottom;
  line-height: 0.8;
}

@media screen and (max-width: 768px) {
  .location-sec .ttl04 {
    font-family: adobe-garamond-pro;
    font-size: 24px;
    line-height: 1;
    border-bottom: 1px solid #37444C;
  }
  .location-sec .ttl04 .initial {
    font-size: 48px;
    vertical-align: bottom;
    line-height: 0.8;
  }
}
.location-sec .ttl05 {
  font-size: 19px;
  margin-bottom: 1rem;
  line-height: 0.8;
}
.location-sec .ttl05 span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .location-sec .ttl02 {
    font-size: 19px;
    margin-bottom: 1.95vw;
  }
  .location-sec .ttl02 span {
    font-size: 14px;
  }
}

.lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 2.6vw;
  }
}

/* ページ内リンクナビ */
.cntnav {
  position: sticky;
  top: 0;
  z-index: 99;
  align-self: start;
  background-color: #fff;
}
.cntnav ul {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  align-items: flex-start;
}
.cntnav li {
  color: rgb(114 140 193);
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  border-bottom: 3px solid rgb(114 140 193);
  position: relative;
}
.cntnav li ::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid rgb(114 140 193);
  border-right: 2px solid rgb(114 140 193);
  right: 4%;
}
.cntnav li:hover {
  opacity: 0.6;
  border-bottom: 3px solid rgb(114 140 193 / 0.6);
}
@media screen and (max-width: 1060px) {
  .cntnav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .cntnav {
    margin-bottom: 9.11vw;
    position: relative;
  }
  .cntnav ul {
    display: block;
  }
  .cntnav li {
    font-size: 18px;
    letter-spacing: 0.15em;
    display: block;
    width: 100%;
    margin-bottom: 3%;
  }
  .cntnav li:last-of-type {
    margin-bottom: 0;
  }
  .cntnav li a:hover {
    color: #4D555A;
    opacity: 1;
    background: #DCDDDD;
    border: 2px solid #FFF;
  }
}

/********************************
* コンテンツ > 01
********************************/
.location-sec--1 {}
.mainimg figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mainimg figure {
    margin-bottom: 1.95vw;
  }
}
.location-sec .lead {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location-sec--1 .lead {
      font-size: 16px;
  }
}
/********************************
* コンテンツ > column03
********************************/
/*column03*/
.column03 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.column02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .column02 {
    flex-wrap: wrap;
  }
}
/* コンテンツ > 01 > cntbox01
********************************/
.location-sec--1-cntbox01 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox01 {
    margin-top: 9.11vw;
  }
}
.location-sec--1-cntbox01 .column02 .image figcaption {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 7px;
}
.location-sec--1-cntbox01 .column02 .image figcaption span {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
  .column02 {
    display: block;
  }
  .location-sec--1-cntbox01 .column02 .image figcaption {
    color: #fff;
    text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
    font-size: 10px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 7px;
  }
  .location-sec--1-cntbox01 .column02 .image figcaption span {
      font-size: 14px;
  }
}


/* コンテンツ > 01 > cntbox02
********************************/
.location-sec--1-cntbox02 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox02 {
    margin-top: 9.11vw;
  }
}
.location-sec--1-cntbox02 .inner {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #edf2f7;
}
.location-sec--1-cntbox02 .column02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  align-items: stretch;
  padding: 4rem 3rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox02 .column02 {
    display: flex;
    gap: 2rem;
  }
}
.location-sec--1-cntbox02 .column02 .content-text {
  display: flex;
  flex-direction: column;
}
.location-sec--1-cntbox02 .column02 img {
  position: relative;
}

.location-sec--1-cntbox02 .column02-reverse {
  display: grid;
  grid-template-columns: 2.5fr minmax(295px, 1.57fr);
  gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 3rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox02 .column02-reverse {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }
}
.location-sec--1-cntbox02 .column02-reverse .left-grid {
  order: 2;
}
.location-sec--1-cntbox02 .column02-reverse .right-grid {
  padding: 0;
}
.location-sec--1-cntbox02 .column02-reverse .image {
  order: 1;
}
.location-sec--1-cntbox02 .column02-reverse p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox02 .column02-reverse p {
      font-size: 14px;
  }
  .location-sec--1-cntbox02 .column02-reverse .left-grid {
  padding: 0 3rem 3rem 3rem;
}
}
.location-sec--1-cntbox02 figure {
  position: relative;
}
.location-sec--1-cntbox02 figcaption {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 7px;
}
.location-sec--1-cntbox02 .store-info {
  color: #aa8657;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  height: 100%;
}
.location-sec--1-cntbox02 .store-info .ttl02 {
  border-bottom: 1px solid #aa8657;
  line-height: 1.8;
  margin-top: 2rem;
}


/* コンテンツ > 01 > cntbox03
********************************/
.location-sec--1-cntbox03 .column03 li {
  flex-grow: 1;
}
.location-sec--1-cntbox03 .column03 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox03 .column03 {
    flex-wrap: wrap;
  }
}
.location-sec--1-cntbox03 .column03 {
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox03 .column03 {
    align-items: stretch;
    gap: 0;
  }
  .location-sec--1-cntbox03 .column03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--1-cntbox03 .column03 li:last-of-type {
    margin-bottom: 0;
  }
}
.location-sec--1-cntbox03 .column03 p {
  font-size: 16px;
  text-align: right;
}
.location-sec--1-cntbox03 .column03 .mini-right {
  font-size: 14px;
  text-align: right;
  padding-bottom: 1rem;
}
.location-sec--1-cntbox03 {
  margin-top: 6rem;
}

/* コンテンツ > 01 > cntbox04
********************************/
.location-sec--1-cntbox04 .inner-beige {
  width: 84%;
  background-color: #F3F0EF;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 3rem;
}

.location-sec--1-cntbox04 {
  margin-top: 6rem;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox04 {
    margin-top: 6rem;
    padding-bottom: 0;
  }
}
.location-sec--1-cntbox04 .ttl03 {
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  color: #aa8657;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox04 .ttl03 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.location-sec--1-cntbox04 .column02 {
  display: grid;
  grid-template-columns: 2.5fr minmax(295px, 1.5fr);
  gap: 3rem;
  justify-content: center;
  align-items: stretch;
  padding: 2rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox04 .column02 {
    display: flex;
    gap: 1rem;
    padding: 0;
  }
}
.location-sec--1-cntbox04 figure {
  position: relative;
}
.location-sec--1-cntbox04 figcaption {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 7px;
}
.location-sec--1-cntbox04 p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 3.7rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox04 p {
      font-size: 14px;
  }
}
/********************************
* コンテンツ > 02
********************************/
.location-sec--2 {
  width: 100%;
  margin-top: 6rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .location-sec--2 {
      margin-top: 11.72vw;
      padding-top:2.86vw;
      padding-bottom: 2.6vw;
  }
}

/* コンテンツ > 02 > cntbox01
********************************/
.location-sec--2-cntbox01 {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox01 {
    margin-top: 9.11vw;
  }
}
.location-sec--2-cntbox01 .column02 .left ,
.location-sec--2-cntbox01 .column02 .right {
  width: 50%;
  flex: 1;
}
.location-sec--2-cntbox01 .column02 .left {
  margin-right: 2%;
}
.location-sec--2-cntbox01 .column02 .left .ttl02 {
  margin-bottom: 15px;
}
.location-sec--2-cntbox01 .column02 .right {}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox01 .column02 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--2-cntbox01 .column02 .right {
    width: 100%;
  }
}
.location-sec--2-cntbox01 .lead {
  margin-bottom: 0;
}

/* コンテンツ > 02 > cntbox02
********************************/
.location-sec--2-cntbox02 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox02 {
    margin-top: 9.11vw;
  }
}
.location-sec--2-cntbox02 .column02 .left ,
.location-sec--2-cntbox02 .column02 .right {}
.location-sec--2-cntbox02 .column02 .left {
  width: 66%;
  margin-right: 2%;
}
.location-sec--2-cntbox02 .column02 .right {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox02 .column02 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--2-cntbox02 .column02 .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

  }
}
.location-sec--2-cntbox02 .column02 .lead {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox02 .column02 .ttl05 {
    order: 2;
    margin-top: 1rem;
  }
  .location-sec--2-cntbox02 .column02 .lead {
    order: 3;
    margin-bottom: 2rem;
  }
  .location-sec--2-cntbox02 .column02 .img {
    order: 1;
  }
}
.location-sec--2-cntbox02 .column02:first-of-type {
    margin-bottom: 3rem;
}

.location-sec--2-cntbox02 .column02:nth-of-type(2) .left ,
.location-sec--2-cntbox02 .column02:nth-of-type(2) .right {}
.location-sec--2-cntbox02 .column02:nth-of-type(2) .left {
  width: 59%;
  margin-right: 2%;
}
.location-sec--2-cntbox02 .column02:nth-of-type(2) .right {
  width: 39%;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox02 .column02:first-of-type {
      margin-bottom: 7.81vw;
  }
  .location-sec--2-cntbox02 .column02:nth-of-type(2) .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--2-cntbox02 .column02:nth-of-type(2) .right {
    width: 100%;
  }
}
.location-sec--2-cntbox02 .column03 li {
  flex-grow: 1;
}
.location-sec--2-cntbox02 .column03 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox02 .column03 {
    flex-wrap: wrap;
  }
}
.location-sec--2-cntbox02 .column03 {
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox02 .column03 {
    align-items: stretch;
    gap: 0;
  }
  .location-sec--2-cntbox02 .column03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--2-cntbox02 .column03 li:last-of-type {
    margin-bottom: 0;
  }
}
.location-sec--2-cntbox02 .column03 p {
  font-size: 14px;
  text-align: right;
}

/* コンテンツ > 02 > cntbox03
********************************/
.location-sec--2-cntbox03 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox03 {
    margin-top: 9.11vw;
  }
}

.location-sec--2-cntbox03 .inner-beige {
  width: 84%;
  background-color: #F3F0EF;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 3rem;
}
.location-sec--2-cntbox03 .column02 {
  display: grid;
  grid-template-columns: 2.3fr minmax(295px, 1.4fr);
  gap: 3rem;
  justify-content: center;
  align-items: stretch;
  padding: 2rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox03 .column02 {
    display: flex;
    gap: 1rem;
    padding: 0;
  }
}
.location-sec--2-cntbox03 .ttl03 {
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  color: #aa8657;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox03 .ttl03 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.location-sec--2-cntbox03 figure {
  position: relative;
}
.location-sec--2-cntbox03 figcaption {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 7px;
}
.location-sec--2-cntbox03 p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 3.2rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox03 p {
      font-size: 14px;
  }
}

/* コンテンツ > 02 > cntbox04
********************************/
.location-sec--2-cntbox04 {
  background-color: #f1f5fb;
  margin-top: 8rem;
  padding: 3rem 0;
}
.location-sec--2-cntbox04 .ttl01 {
  font-size: 30px;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox04 .ttl01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.location-sec--2-cntbox04 figure {
  position: relative;
}
.location-sec--2-cntbox04 figcaption {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 7px;
}
.location-sec--2-cntbox04 .attention {
  font-size: 14px;
}
.location-sec--2-cntbox04 .column04 {
  display: grid;
  grid-template-columns: 1fr 0.65fr 1fr 0.8fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox04 .column04 {
    grid-template-columns: 1fr;
  }
  .location-sec--2-cntbox04-content {
    margin-bottom: 5rem;
  }
}
.location-sec--2-cntbox04 .ttl02 {
  color: #aa8657;
  margin-bottom: 2rem;
}
.location-sec--2-cntbox04-content p {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}



/********************************
* コンテンツ > 03
********************************/
.location-sec--3 {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .location-sec--3 {
      margin-top: 11.72vw;
      padding-top:2.86vw;
      padding-bottom: 2.6vw;
  }
}

/* コンテンツ > 03 > cntbox01
********************************/
.location-sec--3-cntbox01 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .location-sec--3-cntbox01 {
    margin-top: 9.11vw;
  }
}

/* コンテンツ > 03 > cntbox02
********************************/
.location-sec--3-cntbox02 .column02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .location-sec--3-cntbox02 .column02 {
    flex-wrap: wrap;
  }
}
.location-sec--3-cntbox02 .column02 p {
  font-size: 14px;
  text-align: right;
}


/* コンテンツ > 03 > cntbox03
********************************/
.location-sec--3-cntbox03 .column03 {
  align-items: stretch;
  gap: 10px;
  margin-bottom: 1rem;
}
.location-sec--3-cntbox03 .column03 li {
  width: calc(33.33% - 10px);
  flex-grow: 1;
}
.location-sec--3-cntbox03 .column03 li figcaption {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 7px;
}
.location-sec--3-cntbox03 .column03 li figcaption span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .location-sec--3-cntbox03 .column03 {
    display: inherit;
  }
  .location-sec--3-cntbox03 .column03 li {
    width: 100%;
    margin-bottom: 3.91vw;
  }
  .location-sec--3-cntbox03 .column03 li:last-of-type {
    margin-bottom: 0;
  }
}
.location-sec--3-cntbox03 .column03 p {
  font-size: 14px;
  text-align: right;
}

/* コンテンツ > 03 > cntbox04
********************************/
.location-sec--3-cntbox04 {
  background-color: #f1f5fb;
  margin-top: 8rem;
  padding: 3rem 0;
}
.location-sec--3-cntbox04 .column03 {
  gap: 1rem;
}
.location-sec--3-cntbox04 .column03 .adjustment {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .location-sec--3-cntbox04 .column03 .adjustment {
    padding-top: 0;
  }
}
.location-sec--3-cntbox04 .column03 li {
  width: calc(33.33% - 10px);
  flex-grow: 1;
}
.location-sec--3-cntbox03 .column03 li figcaption {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 7px;
}
.location-sec--3-cntbox04 .column03 li figcaption span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .location-sec--3-cntbox04 .column03 {
    display: inherit;
  }
  .location-sec--3-cntbox04 .column03 li {
    width: 100%;
    margin-bottom: 3.91vw;
  }
  .location-sec--3-cntbox04 .column03 li:last-of-type {
    margin-bottom: 0;
  }
}
.location-sec--3-cntbox04 .ttl01 {
  font-size: 30px;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .location-sec--3-cntbox04 .ttl01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.location-sec--3-cntbox04 .column03 p {
  font-size: 14px;
  text-align: right;
}
.location-sec--3-cntbox04 .column03 .mini-left {
  font-size: 14px;
  text-align: left;
}

/********************************
* コンテンツ > 04
********************************/
.location-sec--4-cntbox01 .column02 {
  display : grid ;
  grid-template-areas:
    "a a b c"
    "a a d e";
  row-gap: 2.5rem;
  column-gap: 1.5rem;
  margin-top: 3rem;
}
.grid1 { grid-area: a; }
.grid2 { grid-area: b; }
.grid3 { grid-area: c; }
.grid4 { grid-area: d; }
.grid5 { grid-area: e; }

@media screen and (max-width: 768px) {
  .location-sec--4-cntbox01 .column02 {
    display: flex;
    gap: 1rem;
    padding: 0;
  }
}
.location-sec--4-cntbox01 .column02 p {
  font-size: 14px;
  text-align: right;
}

/********************************
* コンテンツ > 05
********************************/
.location-sec--5-cntbox01 {
  background-color: #718bad;
  margin-top: 8rem;
  padding: 2rem 0;
}
.location-sec--5-cntbox02 {
  background-color: #f1f5fb;
  padding: 5rem 0;
}
.location-sec--5-cntbox01 .ttl05 {
  font-family: adobe-garamond-pro;
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}
.location-sec--5-cntbox02 .column02 {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  gap: 3rem;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .location-sec--5-cntbox02 .column02 {
    display: flex;
    gap: 2rem;
  }
}
.location-sec--5-cntbox02 .inner .ttl02 {
  color: #aa8657;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.location-sec--5-cntbox02 .inner .ttl03 {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.location-sec--5-cntbox02 .inner .mini-right {
  font-size: 14px;
  text-align: right;
}
.location-sec--5-cntbox02 .column02-reverse {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  gap: 3rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .location-sec--5-cntbox02 .column02-reverse {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.location-sec--5-cntbox02 .column02-reverse .left-grid {
  order: 2;
}
.location-sec--5-cntbox02 .column02-reverse .img {
  order: 1;
}
@media screen and (max-width: 768px) {
  .location-sec--5-cntbox02 .column02-reverse .left-grid {
    order: 1;
  }
  .location-sec--5-cntbox02 .column02-reverse .img {
    order: 2;
  }
}
/********************************
* コンテンツ > 06 タブ
********************************/
.ttl06 {
  color: #595757;
  font-size: 30px;
  border-bottom: 1px solid #595757;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
.ttl06 {
  font-size: 3.13vw;
  margin-bottom: 4.95vw;
  padding: .78vw 0;
}
}
.mini {
  display: none;
}


.life-info {
  position: relative;
  z-index: 1;
}
.life-info .tab-inner {
  display: none;
}
.life-info .tab-inner.current {
  display: inherit;
}
.life-info .change-buttons {
  text-align: center;
  margin: 50px auto 32px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .life-info .change-buttons {
    text-align: center;
    margin: 50px auto 32px;
    color: #000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.8rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.life-info .change-buttons li {
  vertical-align: top;
  text-align: center;
  width: calc(19.3% - 10px);
  flex-grow: 1;
  margin-right: 10px;
}
.life-info .change-buttons li:last-of-type {
  margin-right: 0;
}
.life-info .change-buttons .button {
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 12px 0 15px;
  background: #3E3A39;
  color: #FFF;
  box-sizing: border-box;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.life-info .change-buttons .button span {
  font-size: 10px;
  display: block;
  margin-top: 2px;
}
.life-info .change-buttons .button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 190px;
  border-top: 1px solid #FFF;
/*  border-bottom: 5px solid #EF7E00;*/
}

.life-info .change-buttons .button:hover ,
.life-info .change-buttons .button.current {
  background: #FFF;
  /*color: #EF7E00;*/
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.life-info .change-buttons .button:hover::after ,
.life-info .change-buttons .button.current::after {
  left: 5px;
  right: 5px;
  width: 180px
}

.life-info .change-buttons li.current .button {
  pointer-events: none;
/*  color: #EF7E00;
  border-bottom: 5px solid #EF7E00;*/
  box-sizing: border-box;
}
/*ボタン01*/
.life-info .change-buttons .button01:hover ,
.life-info .change-buttons .button01.current {
  color: #EF7E00;
}
.life-info .change-buttons .button01::after {
  border-bottom: 5px solid #EF7E00;
}
/*ボタン02*/
.life-info .change-buttons .button02:hover ,
.life-info .change-buttons .button02.current {
  color: #004D36;
}
.life-info .change-buttons .button02::after {
  border-bottom: 5px solid #004D36;
}
/*ボタン03*/
.life-info .change-buttons .button03:hover ,
.life-info .change-buttons .button03.current {
  color: #601886;
}
.life-info .change-buttons .button03::after {
  border-bottom: 5px solid #601886;
}
/*ボタン04*/
.life-info .change-buttons .button04:hover ,
.life-info .change-buttons .button04.current {
  color: #877921;
}
.life-info .change-buttons .button04::after {
  border-bottom: 5px solid #877921;
}
/*ボタン05*/
.life-info .change-buttons .button05:hover ,
.life-info .change-buttons .button05.current {
  color: #3F499B;
}
.life-info .change-buttons .button05::after {
  border-bottom: 5px solid #3F499B;
}

.life-info .img-txt {
  margin: 20px auto 0;
}
.life-info .mini {
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .life-info .change-buttons {
    text-align: center;
    margin: 20px auto;
    border: none;
  }
  .life-info .change-buttons li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    margin-right: 1%;
  }
  .life-info .change-buttons li:nth-last-of-type(2n) {
    margin-right: 0;
  }
  .life-info .change-buttons li:last-child {
    width: 99%;
  }
  .life-info .change-buttons .button {
    border-bottom: 5px solid #EF7E00;
  }
  .life-info .change-buttons .button::after {
    border-bottom: none;
    border-top: none;
  }
  /*ボタン02*/
  .life-info .change-buttons .button02 {
    border-bottom: 5px solid #004D36;
  }
  /*ボタン03*/
  .life-info .change-buttons .button03 {
    border-bottom: 5px solid #601886;
  }
  /*ボタン04*/
  .life-info .change-buttons .button04 {
    border-bottom: 5px solid #877921;
  }
  /*ボタン05*/
  .life-info .change-buttons .button05 {
    border-bottom: 5px solid #3F499B;
  }
}

@media screen and (max-width: 768px) {
 .life-info {
    margin-bottom: 60px;
  }
  .life-info .change-buttons li {
    width: 100%;
  }
  .life-info .change-buttons li:last-child {
    width: 100%;
  }
  .life-info .tab-inner.current .column03 li {
    width: 100%;
  }
  .life-info .img-txt {
    margin: 10px auto 20px;
  }
  .life-info .img-txt img {
    width: 100%;
  }
  .life-info .image figure.sp {
    display: block !important;
  }
  .life-info .image figure.sp img {
    display: block !important;
  }
}

.annotation-area p {
  font-size: 10px;
  line-height: 1.8;
}










































@media screen and (max-width: 768px) {

}

@media screen and (max-width: 639px) {
/*    .location-sec {
        margin-top: 16vw;
        font-size: 1.4rem;
    }
    .location-sec-ttl {
        margin-bottom: 30px;
    }*/
}
