main#main {
    max-width: 100%;
    margin: auto;

}
.top_bk {
    top: 0!important;
    right: 0!important;
    height: 130%;
}
.overlay_text {
    position: relative;
    /*min-height: 760px;*/
    min-height: 39.583vw;
    height: 100%;
    width: 100%;
    display: flex
;
    align-items: center;
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 5s ease, background-size 5s ease;
  overflow: hidden;
}
.overlay_text::after {
    
  background: linear-gradient(179.76deg, #F0F9EC 3.37%, rgba(240, 249, 236, 0) 54.99%);
  position: absolute;
  inset: 0;
  content: '';
  z-index: 1;
  pointer-events: none;
}

/* hover 時背景放大 */
.overlay_text:hover {
  background-size: 110%; /* 可依需求調整放大比例 */
}
.overlay_text::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 8s ease;
  z-index: 0;
}

.overlay_text:hover::before {
  transform: scale(1.1);
}
.branch_content {
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*   max-width: 1220px;*/
    max-width: 53.333vw;
    /*    padding: 20px;*/
    padding: 1.042vw;
    align-items: center;
    margin: auto;
    height: 100%;
}
.branch_box ,.accordion{
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 50px 0px #00000033;
     border-radius: 40px;
   /* border-radius: 2.083vw;*/
    /*padding: 30px 50px 50px 50px;*/
    padding: 1.563vw 2.604vw 2.604vw 2.604vw;
}
.branch_box h2,.accordion-header h2{
font-weight: 500;
/*font-size: 26px;*/
font-size: 1.354vw;
line-height: 140%;
letter-spacing: 0%;
color: #00321D;
}
hr.style_line_01 {
    background-color: #C5DDD3;
    border: 0;
    height: 1px;
    border-radius: 2px;
    /*margin: 20px 0;*/
    margin: 1.042vw 0;
    position: relative;
}
hr.style_line_01:after {
    width: 133%;
    position: absolute;
    content: '';
    top: 0;

    height: 1px;
    z-index: 1;
    background-color: #C5DDD3;
}
.branch_box li a ,.branch_box p,.accordion p{
    /*font-size: 18px;*/
    font-size: 0.938vw;
    line-height: 180%;
    margin-bottom: 0px;
}
.branch_box p{
    text-align: justify;
}
.branch_box ul {
    /* margin-bottom: 24px;*/
    margin-bottom: 1.250vw;
}

@media screen and (max-width:1024px) {
.branch_content {
    grid-template-columns: repeat(1, 1fr);
    padding: 68px 20px 75px 20px;
    max-width: 100%;
}
.branch_box ,.accordion{
    border-radius: 16px;
    padding: 20px;
}
.branch_box h2,.accordion-header h2 {
    font-size: 20px;
}
hr.style_line_01 {
    margin: 10px 0;
}
.branch_box li a ,.branch_box p,.accordion p{
    font-size: 14px;
    line-height: 140%;
}
.overlay_text {
    min-height: auto;
            padding: 68px 0 75px 0;
}
.overlay_text::after {
    height: 149px;
}
}

/*section_01*/
section#section_01 hr.style_line_01:after{
    right: 0;
}
.branch_box li {
    display: grid;
/* grid-template-columns: 26px auto;*/
    grid-template-columns: 1.354vw auto;
    align-items: center;
     margin-bottom: 8px;
       /* margin-bottom: 0.417vw;*/
        grid-column-gap: 10px; 
         /* grid-column-gap: 0.521vw; */
}
section#section_01 a.booking_location {
    /*padding: 20px 0px!important;*/
   padding: 1.042vw 0px!important;
    justify-content: center!important;
}
@media screen and (max-width:1024px) {
    
section#section_01 .branch_box li {
    margin-bottom: 5px;
    grid-template-columns: 20px auto;
}
.branch_box ul {
    margin-bottom: 20px;
}
section#section_01 a.booking_location {
    padding: 10px 0px !important;
    font-size: 16px!important;
}
section#section_01 a ,section#section_01 p,section#section_01 p{
    font-size: 16px!important;
    line-height: 160%!important;
}
}
/*section_02-04*/
section#section_02,section#section_03,section#section_04{
  
    display: flex;
}
section#section_02 hr.style_line_01:after{
    left: 0;
}
section#section_03 hr.style_line_01:after{
    right: 0;
}
section#section_04 hr.style_line_01:after{
    left: 0;
}

@media screen and (max-width:1024px) {
    section#section_02,section#section_03,section#section_04{
    display: none;
}
}
/*section_02-04_MB*/
section#section_02_mb,section#section_04_mb{
    display: none;
       grid-template-columns: 3fr 2fr;
}
section#section_03_mb{
    display: none;
     grid-template-columns: 2fr 3fr;
}
section#section_03_mb hr.style_line_01:after{
    right: 0;
}
section#section_02_mb,section#section_03_mb,section#section_04_mb{
   padding: 48px 20px 49px 20px;
      /* padding: 2.500vw 1.042vw 2.500vw 1.042vw;*/
    min-height: 760px;
    align-items: flex-start;
}
.accordion hr.style_line_01 {
    display: none;
}
.accordion.open hr.style_line_01{
  display: block;
}


.accordion {
  overflow: initial;
  z-index: 2;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.3s;
}
.accordion-icon img {
    width: 24px;
  /* width: 1.250vw;*/
  height: 24px;
 /* height: 1.250vw;*/
  transition: transform 0.3s ease;
}

.accordion.open .accordion-icon img {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.accordion-content.open {
    overflow:hidden;
}
@media screen and (max-width:1024px) {
    section#section_02_mb,section#section_03_mb,section#section_04_mb{
    display: grid;
    min-height: 400px;
}
.accordion{
  padding: 16px!important;
}
}


