@charset "utf-8";

/********************************
* 
********************************/
.location-sec .ttl01 {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
    .location-sec .ttl01 {
        font-size: 19px;
        margin-bottom: 25px;
    }
}
.location-sec .ttl02 {
  font-size: 22px;
  margin-bottom: 45px;
}
.location-sec .ttl02 span {
  font-size: 16px;
}
@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: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.ttl04 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 1.25;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.ttl04::before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #37444C;
    margin-right: 50px;
}
.ttl04::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #37444C;
    margin-left: 50px;
}
.location-sec .ttl05 {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1.25;
}
.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;
  }
}

@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 20px;
    margin-bottom: 5.86vw;
  }
  .ttl04::before {
    margin-right: 6.51vw;
  }
  .ttl04::after {
    margin-left: 6.51vw;
  }
}

.lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 2.6vw;
  }
}

/* ページ内リンクナビ */
.cntnav {
  margin-bottom: 85px;
}
.cntnav ul {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.cntnav li {
  background: #DCDDDD;
  color: #4D555A;
  font-size: 20px;
  letter-spacing: 0.15em;
  padding: 5px;
  
  
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(33.33% - 10px);
  flex-grow: 1;
}
.cntnav li a {
  background: #DCDDDD;
  border: 2px solid #FFF;
  display: block;
  padding-top: 17px;
  padding-bottom: 26px;
  width: 100%;
  position: relative;
}
.cntnav li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 7px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 1px solid #4D555A;
  border-bottom: 1px solid #4D555A;
  width: 15px;
  height: 15px;
}
.cntnav li a.current ,
.cntnav li a:hover {
  background: #4D555A;
  color: #FFF;
  border: 2px solid #4D555A;
}
.cntnav li a.current::after ,
.cntnav li a:hover::after {
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.cntnav li a:hover {
  opacity: 1
}
@media screen and (max-width: 768px) {
  .cntnav {
    margin-bottom: 9.11vw;
  }
  .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;
  }
}
/********************************
* コンテンツ > 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: 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 .left {
  width: 62.5%;
  margin-right: 2%;
}
.location-sec--1-cntbox01 .column02 .right {
  width: 34.5%;
}
.location-sec--1-cntbox01 .column02 .right .image:first-of-type {
  margin-bottom: 24px;
}
.location-sec--1-cntbox01 .column02 .image figcaption {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.1em;
  margin-top: 5px;
}
.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 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--1-cntbox01 .column02 .right {
    width: 100%;
  }
  .location-sec--1-cntbox01 .column02 .right .image:first-of-type {
    margin-bottom: 3.91vw;
  }
  .location-sec--1-cntbox01 .column02 .image figcaption {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.1em;
    margin-top: .65vw;
  }
  .location-sec--1-cntbox01 .column02 .image figcaption span {
      font-size: 12px;
  }
}


/* コンテンツ > 01 > cntbox02
********************************/
.location-sec--1-cntbox02 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox02 {
    margin-top: 9.11vw;
  }
}
.location-sec--1-cntbox02 .column02 .left ,
.location-sec--1-cntbox02 .column02 .right {
  width: 50%;
  flex: 1;
}
.location-sec--1-cntbox02 .column02 .left {
  margin-right: 2%;
}
.location-sec--1-cntbox02 .column02 .left .ttl02 {
  text-align: left;
  margin-top: 22px;
}
.location-sec--1-cntbox02 .column02 .left .ttl02 span {
  display: block;
}
.location-sec--1-cntbox02 .column02 .left .lead {
  margin-right: 20px;
}
.location-sec--1-cntbox02 .column02 .right {}
.location-sec--1-cntbox02 .column02 .image figcaption {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.1em;
  margin-top: 5px;
  margin-left: 47px;
}
.location-sec--1-cntbox02 .column02 .image figcaption span {
    font-size: 14px;
}
.location-sec--1-cntbox02 .column02 .right p {
  margin-left: 47px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox02 .column02 .left .lead {
    margin-right: 0;
  }
  .location-sec--1-cntbox02 .column02 .image figcaption ,
  .location-sec--1-cntbox02 .column02 .right p {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .location-sec--1-cntbox02 .column02 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--1-cntbox02 .column02 .right {
    width: 100%;
  }
  .location-sec--1-cntbox02 .column02 .right figure.imgsp {
    margin-top: 3.91vw;
  }
  .location-sec--1-cntbox02 .column02 .image figcaption {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.1em;
    margin-top: 5px;
  }
  .location-sec--1-cntbox02 .column02 .image figcaption span {
      font-size: 14px;
  }
}



/* コンテンツ > 01 > cntbox03
********************************/
.location-sec--1-cntbox03 {
  background-image: linear-gradient(179deg, rgba(224, 231, 244, 1), rgba(255, 255, 255, 1));
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox03 {
    margin-top: 13.02vw;
  padding-top: 6.51vw;
  padding-bottom: 6.51vw;
  }
}

.location-sec--1-cntbox03 .column02 .left ,
.location-sec--1-cntbox03 .column02 .right {
  width: 50%;
  flex: 1;
}
.location-sec--1-cntbox03 .column02 .left {
  margin-right: 4%;
}
.location-sec--1-cntbox03 .column02 .column02 .left {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox03 .column02 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--1-cntbox03 .column02 .right {
    width: 100%;
  }
  .location-sec--1-cntbox03 .column02 .image figcaption {
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: -0.1em;
    margin-top: 5px;
  }
  .location-sec--1-cntbox03 .column02 .image figcaption span {
      font-size: 14px;
  }
}

p.bracket {
  font-size: 12px;
}
p.shop {
  font-size: 20px;
  letter-spacing: -0.08em;
  border-bottom: 1px solid #37444C;
  margin-bottom: 6px;
}
p.shop span {
  font-size: 14px;
}
p.info {
  font-size: 17px;
  margin-bottom: 10px;
}
.location-sec--1-cntbox03 figure {
  position: relative;
}
.location-sec--1-cntbox03 figcaption {
  color: #fff;
  text-align: right;
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  right: 5px;
}
.location-sec--1-cntbox03 .column02:first-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  p.bracket {
    margin-top: 3.91vw;
  }
  p.shop {
    letter-spacing:inherit;
    margin-bottom: 2.6vw;
    padding-bottom: .78vw;
  }
  p.shop span {}
  p.info {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .location-sec--1-cntbox03 figure {
    position: relative;
  }
  .location-sec--1-cntbox03 figcaption {
    color: #fff;
    text-align: right;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .location-sec--1-cntbox03 .column02:first-of-type {
    margin-bottom: 7.81vw;
  }
}

/* コンテンツ > 01 > cntbox04
********************************/
.location-sec--1-cntbox04 {
  background: #EAEAEA;
  margin-top: 75px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox04 {
    margin-top: 9.11vw;
    padding-top: 6.51vw;
    padding-bottom: 6.51vw;
  }
}

.location-sec--1-cntbox04 .column02 .left ,
.location-sec--1-cntbox04 .column02 .right {}
.location-sec--1-cntbox04 .column02 .left {
  width: 40%;
  margin-right: 4%;
}
.location-sec--1-cntbox04 .column02 .right {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox04 .column02 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--1-cntbox04 .column02 .right {
    width: 100%;
  }
  .location-sec--1-cntbox04 .column02 .image figcaption {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.1em;
    margin-top: 5px;
  }
  .location-sec--1-cntbox04 .column02 .image figcaption span {
      font-size: 14px;
  }
}

.location-sec--1-cntbox04 .column02 .left p {
  font-size: 17px;
}
.facilitybox {
  margin-top: 54px;
}
.facilitybox dt {
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-top: 1px solid #37444C;
  border-bottom: 1px solid #37444C;
}
.facilitybox dd {}
.facilitybox dd p {
  font-size: 16px !important;
  display: inline-block;
  width: 48%;
  margin-bottom: 5px;
}
.facilitybox dd p:nth-of-type(odd) {
  margin-right: 2%;
}
.location-sec--1-cntbox04 .column02 figcaption {
  font-size: 18px;
  text-align: right;
  margin-top: 16px;
}
.location-sec--1-cntbox04 .column02 figcaption span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox04 .column02 .left p {}
  .facilitybox {
    margin-top: 7.03vw;
  }
  .facilitybox dt {
    padding-top: .78vw;
    padding-bottom: .78vw;
    margin-bottom: 3.91vw;
  }
  .facilitybox dd {}
  .facilitybox dd p {
    font-size: 16px !important;
    display: block;
    width: 100%;
    margin-bottom: .65vw;
  }
  .facilitybox dd p:nth-of-type(odd) {
    margin-right: 0;
  }
  .location-sec--1-cntbox04 .column02 figcaption {
    font-size: 18px;
    text-align: right;
    margin-top: 16px;
  }
  .location-sec--1-cntbox04 .column02 figcaption span {
    font-size: 14px;
  }
}

/********************************
* コンテンツ > 02
********************************/
.location-sec--2 {
  width: 100%;
  margin-top: 90px;
  padding-top:22px;
  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: 70px;
}
@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: 70px;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox02 {
    margin-top: 9.11vw;
  }
}
.location-sec--2-cntbox02 figcaption {
  font-size: 14px;
  text-align: right;
  margin-top: 16px;
}

/* コンテンツ > 02 > cntbox03
********************************/
.location-sec--2-cntbox03 {
  background: #EAEAEA;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox03 {
    margin-top: 9.11vw;
    margin-top: 5.21vw;
    padding-top: 6.51vw;
    padding-bottom: 6.51vw;
  }
}
.location-sec--2-cntbox03 .column02 .left ,
.location-sec--2-cntbox03 .column02 .right {
}
/*スライダー用*/
/*
.slider01 .name span.num {
  background: #00808F;
  color: #FFF;;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-radius: 50%;
  position: relative;
  
  font-size: 18px;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 7px;
  margin-left: auto;
  display: inline-block;
  vertical-align: bottom;
}

.slider01 .name span.num span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/
.slick-dots {
  margin-bottom: 67px;
}
.slider01 .name {
  padding-left: 30px;
}
.slider01 .name span.num {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    background-color: #00808F;
    border-radius: 50%;
    color: #FFF;
    margin-top: 6px;
    margin-right: 10px;
    margin-left: -30px;
    padding-right: 3px;
}
@media screen and (max-width: 916px) {
.slick-dots {
  margin-bottom: 97px;
}
}
@media screen and (max-width: 768px) {
  .slider01 .name {
    padding-left: 38px;
  }
  .slider01 .name span.num {
    margin-left: -38px;
  }
}

/* コンテンツ > 02 > cntbox04
********************************/
.location-sec--2-cntbox04 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox04 {
    margin-top: 9.11vw;
  }
}
.location-sec--2-cntbox04 .column02 .left ,
.location-sec--2-cntbox04 .column02 .right {}
.location-sec--2-cntbox04 .column02 .left {
  width: 39%;
  margin-right: 2%;
}
.location-sec--2-cntbox04 .column02 .right {
  width: 59%;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox04 .column02 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--2-cntbox04 .column02 .right {
    width: 100%;
  }
}
.location-sec--2-cntbox04 .column02 .lead {
  margin-bottom: 15px;
}
.location-sec--2-cntbox04 .column02:first-of-type {
    margin-bottom: 60px;
}

.location-sec--2-cntbox04 .column02:nth-of-type(2) .left ,
.location-sec--2-cntbox04 .column02:nth-of-type(2) .right {}
.location-sec--2-cntbox04 .column02:nth-of-type(2) .left {
  width: 59%;
  margin-right: 2%;
}
.location-sec--2-cntbox04 .column02:nth-of-type(2) .right {
  width: 39%;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox04 .column02:first-of-type {
      margin-bottom: 7.81vw;
  }
  .location-sec--2-cntbox04 .column02:nth-of-type(2) .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--2-cntbox04 .column02:nth-of-type(2) .right {
    width: 100%;
  }
}


/********************************
* コンテンツ > 03
********************************/
.location-sec--3 {
  width: 100%;
  margin-top: 90px;
  padding-top:22px;
  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;
  }
}
.location-sec--3-cntbox01 .column03 {
  align-items: stretch;
  gap: 20px 10px;
}
.location-sec--3-cntbox01 .column03 li {
  width: calc(33.33% - 10px);
  flex-grow: 1;
}
.location-sec--3-cntbox01 .column03 li figcaption {
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  margin: 10px 0 0 0;
}
.location-sec--3-cntbox01 .column03 li figcaption span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .location-sec--3-cntbox01 .column03 {
    display: inherit;
  }
  .location-sec--3-cntbox01 .column03 li {
    width: 100%;
    margin-bottom: 3.91vw;
  }
  .location-sec--3-cntbox01 .column03 li:last-of-type {
    margin-bottom: 0;
  }
  
}


/* コンテンツ > 03 > cntbox02
********************************/
.location-sec--3-cntbox02 {
  background-image: linear-gradient(179deg, rgba(224, 231, 244, 1), rgba(255, 255, 255, 1));
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .location-sec--3-cntbox02 {
    margin-top: 13.02vw;
    padding-top: 6.51vw;
    padding-bottom: 6.51vw;
  }
}

.location-sec--3-cntbox02 .column02 .left ,
.location-sec--3-cntbox02 .column02 .right {
  width: 50%;
  flex: 1;
}
.location-sec--3-cntbox02 .column02 .left {
  margin-right: 2%;
}
.location-sec--3-cntbox02 .column02 .column02 .left {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .location-sec--3-cntbox02 .column02 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .location-sec--3-cntbox02 .column02 .right {
    width: 100%;
  }
}
.location-sec--3-cntbox02 .column02 .ttl02 ,
.location-sec--3-cntbox02 .column02 .lead {
  margin-bottom: 10px;
}
.location-sec--3-cntbox02 figure {
  position: relative;
}
.location-sec--3-cntbox02 figcaption {
    color: #fff;
    text-align: right;
    font-size: 14px;
    position: absolute;
    bottom: 12px;
    right: 5px;
}
.location-sec--3-cntbox02 .column02:first-of-type {
    margin-bottom: 60px;
}
.caps01 figcaption {
  color: #37444C;
}
.caps02 figcaption {
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}


@media screen and (max-width: 768px) {
  .location-sec--3-cntbox02 .column02:first-of-type {
      margin-bottom: 7.81vw;
  }
}

/********************************
* コンテンツ > 04 タブ
********************************/
.ttl06 {
  background: #3E3A39;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  margin-bottom: 38px;
  padding: 6px 0;
}
@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;
}
.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;
  }
}

@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;
    }*/
}

/* ---------------------------------------
   footer recommend slider reset for location01
   location.css の汎用 .slick-* 影響をフッターだけ打ち消す
---------------------------------------- */
.footer-recommend .slick-dotted.slick-slider {
  display: block;
  margin-bottom: 40px;
}

.footer-recommend .slick-list.draggable {
  padding: 0 !important;
  order: initial;
}

.footer-recommend .slick-slide {
  margin-left: 0;
}

.footer-recommend .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 0;
  order: initial;
  text-align: center;
}

.footer-recommend .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}