/* -----------------------------------------------------------------------   

   .block_access

   ----------------------------------------------------------------------- */

.block_access { padding: 130px 5% ; position: relative; z-index: 0;}

@media only screen and (max-width: 960px) {
.block_access {  padding: 100px 5% ;}
}
@media only screen and (max-width: 738px) {
.block_access {  padding: 80px 4%;}
}


/* .section_wrapper */
.block_access .section_wrapper { display: flex; gap: 0 7.5%; position: relative; z-index: 0; justify-content: space-between; }

@media only screen and (max-width: 960px) {
.block_access .section_wrapper {display: block; }
}

/* --- .side_info --- */
.block_access .logo_area { width: 25%;}
.block_access .logo_area .img_logo {background: #36312b; padding: 4vw;}

@media only screen and (max-width: 960px) {
.block_access .logo_area { display: none}
}

/* .section_content */
.block_access .section_content { width: 70%; position: relative; z-index: 0;}

@media only screen and (max-width: 960px) {
.block_access .section_content { width: 100%;} 
}

/* .map_area */
.block_access .map_area {border: #504539 1px solid;-webkit-border-radius:2px;border-radius:2px; overflow: hidden;background-color: #f0eeea;}
.block_access .map_area iframe { width: 100%; height: 42.5vw; border: none; filter:grayscale(100%);filter: grayscale(100%); mix-blend-mode: multiply;}

/* .info_area */
.block_access .info_area {margin-top: 70px;}

/* .list_access */
.block_access .list_access {font-size: 15px; line-height: 1.85;}
.block_access .list_access div { padding: 40px 0; border-top: #cac4be 1px solid; display: flex; flex-wrap: wrap; align-items: flex-start; }
.block_access .list_access div:last-child { border-bottom: #cac4be 1px solid; }
.block_access .txt_en {line-height: 1.6; margin-top: 5px;}

.block_access .list_access .img_area,
.block_access .list_access .img_area:last-child,
.block_access .list_access .img_item,
.block_access .list_access .img_item:last-child{border: none;padding: 0;}
.block_access .list_access .img_area { margin: 45px 0 5px;}
.block_access .list_access .img_area {gap:5%;}
.block_access .list_access .img_item {width: 47.5%;}

/* dt, dd */
.block_access .list_access dt { width: 140px; font-size: 0.95em; font-weight: 500; font-family: "Inter Tight", sans-serif; letter-spacing: 0.025em; padding-top: 1px}
.block_access .list_access dd { width: calc(100% - 140px); letter-spacing: 0.05em; -webkit-text-stroke: 0.1px currentColor;flex: 1; }
.block_access .list_access .btn_google {margin-top: 20px;}

/* .list_attention */
.list_attention { list-style: none; margin-top: 1em; }
.list_attention li { position: relative; padding-left: 1.25em;}
.list_attention li+li { margin-top: 8px; }
.list_attention li::before { content: "※"; position: absolute; left: 0; top: 0; font-weight: normal; color: inherit; }

/* .list_route */
.list_route { padding: 0; list-style: none; counter-reset: number; }
.list_route li { position: relative; padding-left: 1.25em;}
.list_route li+li { margin-top: 1em; }
.list_route li::before { counter-increment: number; content: counter(number) "."; position: absolute; left: 0; top: 0.05em; font-weight: 450; font-family: "Inter Tight", sans-serif; color: #504539; }

@media only screen and (max-width: 960px) {
.block_access .map_area iframe {  height: 60vw;}
.block_access .info_area {margin-top: 50px;}
.block_access .list_access {font-size: 15px; line-height: 1.85;}
.block_access .list_access div { paddingcopyright_area: 35px 0;}
.block_access .list_access .img_area { margin: 40px 0 0;}
.block_access .list_access .img_area {gap:2%;}
.block_access .list_access .img_item {width: 49%;}
}
@media only screen and (max-width: 738px) {
.block_access .list_access {font-size: 16px; line-height: 1.85;}
.block_access .list_access div { padding: 35px 0;display: block;}
.block_access .list_access dt { width: 100%; font-size: 0.9em; padding: 0; text-indent: 0.05em;}
.block_access .list_access dd { margin-top: 20px; width: 100%;}
.block_access .list_access .btn_google {margin-top: 20px;}
}
@media only screen and (max-width: 640px) {
.block_access .map_area iframe { height: 75vw;}
  .block_access .list_access {padding:0 2.5%;}
.block_access .list_access dt { text-align: center;font-size: 1em;text-indent: 0;}
.block_access .list_access .btn_google {margin: 20px auto 0;}
.block_access .list_access .img_area {gap:4%; display: flex;}
.block_access .list_access .img_item {width: 48%;}
}
