@charset "UTF-8";

html {
  scroll-padding-top: 280px;
}

.body-wrapper {
  overflow-x: clip; /* stickyさせるために必要*/
}

.white {
  color: #fff !important;
}

.alignCenter {
  text-align: center;
}

.alignRightPcOnly {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .alignRightPcOnly {
    text-align: left;
  }
}

.sp {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .life-info .change-buttons.pc {
    display: none !important;
  }
  .life-info .change-buttons.sp {
    display: grid !important;  /* SP用ボタンをグリッド表示に */
    grid-template-columns: 1fr 1fr;
    column-gap: 0.8rem;
  }
}

main {
  font-family: 'RyuminPro';
}

.location-link {
  display: flex;
  flex-wrap: wrap;
  font-family: "RyuminPro", serif;
}

.location-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
  padding: 10px 2.5vw;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-left: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}

.location-link a.current {
  color: #fff;
  background-color: #878076;
}

.location-link--2 a {
  width: 50%;
}

.location-link--3 a {
  width: 33.33%;
}

.location-link--4 a {
  width: 25%;
}

.location-link--5 a {
  width: 20%;
}

.location-link a::before {
  content: "\f105";
  position: absolute;
  left: calc(2.5vw - 15px);
  top: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #808081;
  transform: translateY(-50%);
}

.location-link a.current::before {
  color: #fff;
}

.location-link a:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  left: calc(2.5vw - 19px);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 3px solid #808081;
  border-bottom: 3px solid #808081;
  width: 8px;
  height: 8px;
}

.location-link a.current:after {
  border-color: #fff;
}

.location-link a::before {
  display: none;
}

.caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  .location-link a {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .location-link a {
    padding: 10px 25px;
    font-size: 1.75vw;
  }
  .location-link--4 a {
    width: 50%;
  }
  .location-link--5 a {
    width: 33.33%;
  }
  .location-link a::before {
    left: 10px;
  }
}
@media screen and (max-width: 639px) {
  .location-link a {
    width: 100% !important;
    height: 13.33vw;
    font-size: 4vw;
  }
  .location-link a::before {
    left: 6vw;
  }
  .location-link a:after {
    left: 6vw;
  }
  .caption {
    max-width: 100%;
  }
}

.breadcrumb {
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
  background: #fff;
  color: #000;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #888;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
}

.top-mv {
  background: #fff;
  position: relative;
}

.top-mv figure figcaption {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 5px;
  bottom: -15px;
}

.top-mv figure figcaption.annotation {
  color: #000;
  font-size: 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.locationContainer {
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .locationContainer {
    width: 90%;
    margin-inline: auto;
  }
}

section.introduction {
  background-image: url(../images/location01/bg01.webp);
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.introduction {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.introduction {
  padding-top: 80px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  section.introduction {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.introduction .locationContainer .introductionFlex {
  display: flex;
  margin-top: 90px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .introductionFlex {
    flex-direction: column;
    align-items: normal;
  }
}

section.introduction .locationContainer .introductionFlexLead {
  display: flex;
  flex-direction: column;
}

section.introduction .locationContainer .introductionFlexLead figure {
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .introductionFlexLead figure {
    margin-top: 30px;
  }
}

section.introduction .locationContainer figure.location {
  width: 10%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer figure.location {
    width: 25%;
  }
}

section.introduction .locationContainer .introductionImage {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .introductionImage {
    margin-top: 60px;
  }
}

section.introduction .locationContainer h2,
section.history .locationContainer h2,
section.street .locationContainer h2,
section.gourmet .locationContainer h2,
section.learning .locationContainer h2,
section.festival .locationContainer h2 {
  text-align: center;
  font-size: clamp(38px, 2.625vw, 42px);
  letter-spacing: 0.2em;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer h2,
  section.history .locationContainer h2,
  section.street .locationContainer h2,
  section.gourmet .locationContainer h2,
  section.learning .locationContainer h2,
  section.festival .locationContainer h2  {
    font-size: clamp(20px, 3.5000000000000004vw, 21px);
    margin-top: 40px;
  }
}

section.learning .locationContainer h2 {
  margin-top: 0;
}

section.introduction .locationContainer p {
  font-size: clamp(18px, 1.5vw, 24px);
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer p {
    font-size: clamp(14px, 2.666666666666667vw, 16px);
  }
}

section.introduction .locationContainer p,
section.history .locationContainer p,
section.gourmet .locationContainer p,
section.learning .locationContainer p,
section.festival .locationContainer p {
  text-align: center;
  font-size: clamp(16px, 1.5vw, 24px);
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  section.gourmet .locationContainer p {
    text-align: left;
    letter-spacing: 0.1em;
  }
  section.introduction .locationContainer p,
  section.history .locationContainer p {
    text-align: left;
    font-size: clamp(15px, 3vw, 18px);
    margin-top: 20px;
  }
  section.festival .locationContainer p {
    text-align: left;
    font-size: clamp(15px, 3vw, 18px);
    margin-top: 20px;
  }
}

section.introduction .locationContainer p,
section.learning .locationContainer p {
  text-align: left;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer p {
    letter-spacing: 0.1em;
  }
}

section.history {
  background-image: url(../images/location01/bg02.webp);
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.history {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.history .locationContainer .historyMapBox {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  section.history .locationContainer .historyMapBox {
    margin-top: 40px;
  }
}

section.history .locationContainer .historyFlex {
  display: flex;
  align-items: center;
  margin-top: 120px;
}

section.history .locationContainer .historyFlex:first-of-type {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  section.history .locationContainer .historyFlex:first-of-type {
    margin-top: 60px;
  }
}

section.history .locationContainer .historyFlexReverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  section.history .locationContainer .historyFlex,
  section.history .locationContainer .historyFlexReverse {
    flex-direction: column;
    margin-top: 30px;
  }
}

section.history .locationContainer .historyFlex .historyFlexLead {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

section.history .locationContainer .historyFlexReverse .historyFlexLead {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

section.history .locationContainer .historyFlex .historyFlexImage,
section.history .locationContainer .historyFlexReverse .historyFlexImage {
  max-width: 772px;
  display: flex;
  gap: 55px;
}

section.history .locationContainer .historyFlexReverse .historyFlexImage {
  flex-direction: row-reverse;
}

section.history .locationContainer .historyFlex .historyFlexLead,
section.history .locationContainer .historyFlexReverse .historyFlexLead {
  flex: 1;
}

section.history .locationContainer .historyFlex .historyFlexLead figure,
section.history .locationContainer .historyFlexReverse .historyFlexLead figure {
  max-width: 181px;
}

section.history .locationContainer .historyFlex .historyFlexLead p,
section.history .locationContainer .historyFlexReverse .historyFlexLead p,
section.festival .festivalFlex .festivalLead p,
section.festival .festivalFlexReverse .festivalLead p {
  text-align: center;
  font-size: clamp(18px, 1.5vw, 24px);
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-top: 0;
}
section.festival .festivalFlex .festivalLead p,
section.festival .festivalFlexReverse .festivalLead p {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  section.history .locationContainer .historyFlex .historyFlexLead p,
  section.history .locationContainer .historyFlexReverse .historyFlexLead p
  {
    font-size: clamp(15px, 3vw, 18px);
    text-align: left;
    margin-top: 20px;
    letter-spacing: 0;
  }
  section.festival  .festivalFlex .festivalLead p,
  section.festival  .festivalFlexReverse .festivalLead p {
    margin-top: 0;
    font-size: clamp(15px, 3vw, 18px);
    letter-spacing: 0;
  }
}

section.festival .festivalFlex .festivalLead p,
section.festival .festivalMapFlex p.festivalMapLead,
section.festival .festivalFlexReverse .festivalLead p {
  text-align: left;
}

section.festival .festivalMapFlex p.festivalMapLead {
  margin-top: 0;
}

section.street {
  background-image: url(../images/location01/bg03.webp);
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.street {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.street .locationContainer .streetFlex {
  display: flex;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  section.street .locationContainer .streetFlex {
    flex-direction: column;
    margin-top: 60px;
  }
}

section.street .locationContainer .streetFlex .streetFlexImage {
  flex: 1;
}

section.street .locationContainer .streetFlex .streetFlexLead {
  flex: 1;
}
@media screen and (max-width: 768px) {
  section.street .locationContainer .streetFlex .streetFlexLead {
    margin-top: 30px;
  }
}

section.street .locationContainer .streetFlex .streetFlexLead p {
  font-size: clamp(16px, 1.5vw, 24px);
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-top: 0;
}

section.street .locationContainer .streetFlex .streetFlexLead .streetLeadBox {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.street .locationContainer .streetFlex .streetFlexLead .streetLeadBox {
    flex-direction: column;
    align-items: normal;
  }
}

section.street .locationContainer .streetFlex .streetFlexLead .streetLeadBox:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.street .locationContainer .streetFlex .streetFlexLead .streetLeadBox:first-of-type {
    margin-top: 30px;
  }
}

section.street .locationContainer .streetFlex .streetFlexLead .streetLeadBox > div {
  flex: 1;
}

.reverse {
  flex-direction: row-reverse;
}

section.street .locationContainer .streetFlex .streetFlexLead .streetLeadBox p {
  font-size: clamp(16px, 1.5vw, 24px);
}


section.introduction .locationContainer .storeFlex .shopDistance {
  font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .storeFlex .shopDistance {
    font-size: clamp(12px, 2.3333333333333335vw, 14px);
    text-align: center;
  }
}

section.street .locationContainer .streetFlex .streetFlexImage p.shopDistance,
section.street .locationContainer .streetFlex .streetLeadBox p.shopDistance,
section.learning .locationContainer .learningFlex .learningFlexImage p.shopDistance {
  font-size: clamp(12px, 1vw, 16px);
  text-align: left;
  letter-spacing: 0;
  line-height: 0;
  margin-top: 15px;
}

section.gourmet {
  background-image: url(../images/location01/bg04.webp);
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.gourmet {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.gourmet .locationContainer .gourmetBox {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  section.gourmet .locationContainer .gourmetBox {
    margin-top: 60px;
  }
}

section.learning {
  background-image: url(../images/location01/bg05.webp);
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.learning {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.learning .locationContainer .learningFlex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.learning .locationContainer .learningFlex {
    flex-direction: column;
    align-items: normal;
  }
}

section.learning .locationContainer .learningFlex .learningFlexImage {
  flex: 1;
}

section.learning .locationContainer .learningFlex .learningFlexLead {
  flex: 1.2;
}
@media screen and (max-width: 768px) {
  section.learning .locationContainer .learningFlex .learningFlexLead {
    margin-top: 30px;
  }
}

section.learning .locationContainer .storeFlex p.shopName,
section.learning .locationContainer .storeFlex p.shopDistance {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

section.festival {
  background-image: url(../images/location01/bg06.webp);
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  section.festival {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.festival .locationContainer .festivalMapFlex {
  display: flex;
  gap: 0;
  margin-block: 120px;
}
@media screen and (max-width: 768px) {
  section.festival .locationContainer .festivalMapFlex {
    flex-direction: column;
    margin-block: 60px;
    gap: 30px;
  }
}

section.festival .locationContainer .festivalMapFlex .festivalMapFlexContainer {
  display: flex;
  gap: 60px;
  flex: 1.2;
  align-items: center;
}
section.festival .locationContainer .festivalMapFlex .festivalMapFlexContainer figure {
  max-width: 55px;
  flex-shrink: 0;
}
section.festival .locationContainer .festivalMapFlex .festivalMapFlexContainer p.festivalMapLead {
  flex: 1;
}
section.festival .locationContainer .festivalMapFlex figure {
  flex: 1;
}
@media screen and (max-width: 768px) {
  section.festival .locationContainer .festivalMapFlex .festivalMapFlexContainer {
    gap: 25px;
    flex: 1;
    width: 100%;
  }

  section.festival .locationContainer .festivalMapFlex .festivalMapFlexContainer figure {
    max-width: 40px;
  }
}

section.festival .festivalFlexContainer {
  max-width: 98%;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  section.festival .festivalFlexContainer {
    max-width: 100%;
    /* width: 90%; */
    margin-inline: auto;
    margin-top: 60px;
  }
}

section.festival .festivalFlex {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  section.festival .festivalFlex {
    flex-direction: column;
    gap: 30px;
  }
}

section.festival .festivalFlexReverse {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  section.festival .festivalFlexReverse {
    flex-direction: column;
    gap: 30px;
  }
}

section.festival .festivalFlexReverse .festivalLead {
  justify-content: right;
}

section.festival .festivalImage {
  max-width: 43%;
}
@media screen and (max-width: 768px) {
  section.festival .festivalImage {
    max-width: 100%;
    width: 100%;
  }
}

section.festival .festivalLead {
  max-width: 50%;
  display: flex;
  flex: 1;
  gap: 55px;
  align-items: center;
  
}
@media screen and (max-width: 768px) {
  section.festival .festivalLead {
    max-width: 100%;
    width: 100%;
    gap: 15px;
  }
}

section.festival .festivalLead figure {
  max-width: 57px;
}
@media screen and (max-width: 768px) {
  section.festival .festivalLead figure {
    max-width: 40px;
  }
}







section.festival .festivalMapcontainer {
  margin-block: 120px;
}
@media screen and (max-width: 768px) {
  section.festival .festivalMapcontainer {
    margin-block: 60px;
  }
}

section.festival .festivalcontainer01 {
  padding-right: 20%;
  margin-top: 130px;
}
section.festival .festivalcontainer02 {
  margin-left: auto;
  padding-left: 20%;
  margin-top: 130px
}
section.festival .festivalcontainer03 {
  padding-right: 13%;
  margin-top: 130px
}
@media screen and (max-width: 768px) {
  section.festival .festivalcontainer01 {
    width: 90%;
    margin-right: 0;
    margin-inline: auto;
    padding-right: 0;
  }
  section.festival .festivalcontainer02 {
    width: 90%;
    margin-left: 0;
    margin-inline: auto;
    padding-left: 0;
  }
  section.festival .festivalcontainer03 {
    width: 90%;
    margin-right: 0;
    margin-inline: auto;
    padding-right: 0;
  }
}






section.introduction .locationContainer .shoppingConteiner {
  margin-top: 40px;
}
section.learning .locationContainer .shoppingConteiner {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .shoppingConteiner,
  section.learning .locationContainer .shoppingConteiner {
    margin-top: 40px;
  }
}

section.introduction .locationContainer .shoppingConteiner:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .shoppingConteiner:first-of-type {
    margin-top: 30px;
  }
}


section.introduction .locationContainer .storeLead {
  text-align: left;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

section.introduction .locationContainer .storeFlex,
section.learning .locationContainer .storeFlex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .storeFlex,
  section.learning .locationContainer .storeFlex  {
    flex-direction: column;
  }
}

section.introduction .locationContainer .storeFlex02 {
  display: flex;
  gap: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .storeFlex02 {
    flex-direction: column;
    gap: 0;
  }
}

section.introduction .locationContainer .storeFlex .shopName {
  margin-top: 10px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .storeFlex .shopName {
    font-size: clamp(12px, 2.3333333333333335vw, 14px);
    text-align: center;
  }
}

section.introduction .locationContainer .storeFlex .shopDistance,
section.introduction .locationContainer .introductionFlex .introductionFlexImage .shopDistance {
  font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .storeFlex .shopDistance {
    font-size: clamp(12px, 2.3333333333333335vw, 14px);
    text-align: left;
    margin-top: 0;
  }
}

section.introduction .locationContainer .introductionFlex .introductionFlexImage  p.shopDistance,
section.introduction .locationContainer .introductionFlex .introductionFlexLead  p.shopDistance,
section.introduction .locationContainer .storeFlex  p.shopDistance,
section.street .locationContainer .streetFlexFlex p.shopDistance,
section.history .locationContainer .historyFlex p.shopDistance,
section.history .locationContainer .historyFlexReverse p.shopDistance,
section.festival .locationContainer .festivalImage p.shopDistance
{
  font-size: clamp(12px, 1vw, 16px);
  text-align: left;
  letter-spacing: 0;
  line-height: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  section.introduction .locationContainer .introductionFlex .introductionFlexImage  p.shopDistance,
  section.introduction .locationContainer .introductionFlex .introductionFlexLead  p.shopDistance,
  section.introduction .locationContainer .storeFlex  p.shopDistance,
  section.street .locationContainer .streetFlexFlex p.shopDistance,
  section.history .locationContainer .historyFlex p.shopDistance,
  section.history .locationContainer .historyFlexReverse p.shopDistance,
  section.festival .locationContainer .festivalImage p.shopDistance
  {
    line-height: 1;
    margin-top: 5px;
  }
}

section.history .locationContainer .historyFlexReverse p.shopDistance02 {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 15px;
}

.life-info {
  background-color: #534d44;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 65px;
}

.life-info .locationContainer figure.location {
  width: 20%;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .life-info {
    padding-block: 60px;
  }
  .life-info > div > div[style*="aspect-ratio"] {
    aspect-ratio: auto !important;
    flex-direction: column !important;
  }
  .life-info .locationContainer figure.location {
    width: 35%;
    margin-bottom: 20px;
  }
}


.accessCaptionContainer {
  background-color: #534d44;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 65px;
}

.accessCaptionContainer .accessCaption {
  max-width: 1310px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.8rem;
  text-align: left;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .accessCaptionContainer {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
  }

  .accessCaptionContainer .accessCaption {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .swipe-img {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: inherit;
    width: 300%;
  }
  .swipe {
    display: block;
    text-align: center;
  }
  .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .access-sec--1 .image .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .access-sec--1 .image .swipe-img img {
    max-width: inherit;
    width: 200%;
  }
  .access-sec--1 .swipe {
    display: block;
    text-align: center;
  }
  .access-sec--1 .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
}

.sec {
  max-width: 1310px;
  margin-inline: auto;
  padding-inline: 0;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .sec {
    margin-top: 15px;
  }
}

.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: 0 auto 32px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.life-info .change-buttons.sp {
  display: none;
}
.life-info .change-buttons.pc {
  display: flex;
}
@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(12.5% - 10px);
  flex-grow: 1;
  margin-right: 10px;
}
.life-info .change-buttons li:last-of-type {
  margin-right: 0;
}
.life-info .change-buttons li:hover {
  cursor: pointer;
}
.life-info .change-buttons .button {
  position: relative;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 12px 0 15px;
  background: #423c34;
  color: #898989;
  box-sizing: border-box;
  border: 1px solid #898989;
}
.life-info .change-buttons .button span {
  font-size: 10px;
  display: block;
  margin-top: 2px;
}


.life-info .change-buttons .button:hover ,
.life-info .change-buttons .button.current {
  background: #FFF;
  /*color: #EF7E00;*/
  border: 1px solid #898989;
}
.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: #fff;
  background: #944652;
}

/*ボタン02*/
.life-info .change-buttons .button02:hover ,
.life-info .change-buttons .button02.current {
  color: #fff;
  background: #ab8900;
}

/*ボタン03*/
.life-info .change-buttons .button03:hover ,
.life-info .change-buttons .button03.current {
  color: #fff;
  background: #37725e;
}

/*ボタン04*/
.life-info .change-buttons .button04:hover ,
.life-info .change-buttons .button04.current {
  color: #fff;
  background: #2f5c76;
}

/*ボタン05*/
.life-info .change-buttons .button05:hover ,
.life-info .change-buttons .button05.current {
  color: #fff;
  background: #b66232;
}

/*ボタン06*/
.life-info .change-buttons .button06:hover ,
.life-info .change-buttons .button06.current {
  color: #fff;
  background: #7a4865;
}

/* tab毎のスクロールバー色 */
.pc:has(.cond01.current) {
  scrollbar-color: rgba(148, 70, 82, 0.4) #f1f1f1;  /*ボタン01*/
}
.pc:has(.cond02.current) {
  scrollbar-color: rgba(171, 137, 0, 0.4) #f1f1f1;  /*ボタン02*/
}
.pc:has(.cond03.current) {
  scrollbar-color: rgba(55, 114, 94, 0.4) #f1f1f1;  /*ボタン03*/
}
.pc:has(.cond04.current) {
  scrollbar-color: rgba(47, 92, 118, 0.4) #f1f1f1;  /*ボタン04*/
}
.pc:has(.cond05.current) {
  scrollbar-color: rgba(182, 98, 50, 0.4) #f1f1f1;  /*ボタン05*/
}
.pc:has(.cond06.current) {
  scrollbar-color: rgba(122, 72, 101, 0.4) #f1f1f1;  /*ボタン06*/
}

/* .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%;
  }
}

@media screen and (max-width: 768px) {
  .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;
  }
  .life-info > div > div[style*="aspect-ratio"] {
    aspect-ratio: auto !important;
    flex-direction: column !important;
  }
  .life-info .change-buttons.pc {
    display: none !important;
  }
  .life-info .change-buttons.sp {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.8rem;
  }
}