@charset "UTF-8";

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.area_top_title {
  background: #0b4685;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.5px;
}

.buileding {
  position: absolute;
  width: 8%;
  left: 5%;
  top: 0%;
  bottom: 0%;
  margin: auto;
}

.area_title {
  background: #fff;
}

.detaile_area + div {
  border-left: 3px solid #0b4685;
}

.detaile_area {
  background: #f6f6f6;
  padding-left: 55px !important;
  position: relative;
}

.detaile_area::after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 100px;
  background: #000;
  position: absolute;
  top: 49%;
  left: 34px;
  transition: all 0.1s ease-out;
}

.detaile_area.arrow-open::after {
  /* transform: rotate(90deg); */
  background: #ac9a49;
}

.arrow {
  position: relative;
  cursor: pointer;
  transition: max-height 1s ease-out; /* アニメーションを追加 */
}

.arrow::before {
  position: absolute;
  transition: transform 0.3s ease-out; /* アニメーションを追加 */
}

.arrow::before {
  content: "";
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.area_top_title.arrow::before {
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

.arrow.arrow-open::before {
  transform: rotate(315deg);
}

.arrow + div {
  opacity: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.1s linear, visibility 0.1s linear, height 0.3s ease-out;
}

.arrow + div.open {
  opacity: 1 !important;
  height: auto;
  visibility: visible;
  pointer-events: auto;
  transition: height 0.1s ease-out, opacity 0.1s linear 0.1s,
    visibility 0.1s linear 0.1s;
}

.border_box {
  /* border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9; */
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}

.open > div > .border_box,
.open > .border_box {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}

.detaile_area_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out,
    padding-bottom 0.3s ease-out;
}

.open > .detaile_area_content {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  transition: height 0.3s ease-out, padding-top 0.3s ease-out,
  padding-bottom 0.3s ease-out;
}

.detaile_area_content.hidden {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  border: none;
  pointer-events: none;
}

.hidden {
  opacity: 0;
  height: 0;
  padding: 0 !important;
}

.detaile_area_content > div:first-of-type {
  width: 22%;
  height: 70px;
}
.detaile_area_content > div:first-of-type img {
  object-fit: cover;
  height: 100%;
}
.detaile_area_content > div:nth-of-type(2) {
  width: 43%;
}
.detaile_area_content > div:last-of-type {
  width: 32%;
}

.detaile_area_content div > .store_name {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

span.address {
  display: block;
  color: #8c8c8c;
}
span.from_station {
  display: block;
  color: #e5738e;
}

.accodion p {
  line-height: 1.5;
  margin: 3px 0 0;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
}

.fls {
  letter-spacing: 0.5px;
}

.detaile_area_content div > a {
  width: 100%;
  padding: 15px 0px;
  display: inline-block;
  background: #f87b07;
  box-shadow: 0px 3px 0px 0px #b53900;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  margin-bottom: 3px;
}

.detaile_area_content a img {
  width: 10px;
  margin-left: 6px;
}

.map {
  width: 10px;
  padding: 0;
  margin: 0;
}

.map-button {
  position: relative;
}
.map-button::before {
  content: url(/wp-content/uploads/store-img/map-2.png);
  position: absolute;
  top: -4px;
  bottom: 0;
  left: -21px;
  margin: auto 0;
  transform: scale(0.3);
}
.map_text {
  border-bottom: 1px solid #000;
  font-size: 10px;
  font-weight: medium;
  display: inline-block;
  margin-left: 11px;
  cursor: pointer;
}

.detaile_area_hidden {
  font-size: 14px;
  padding: 7px 20px 10px;
  color: #478fde;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  /* font-weight: bold; */
}

.detaile_area_hidden > span {
  padding-right: 15px;
  position: relative;
}

.detaile_area_hidden > span::before {
  position: absolute;
	top: 0;
	bottom: 3px;
	margin: auto;
	content: "";
	vertical-align: middle;
  left: 0px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media screen and (max-width: 331px) {
  .detaile_area_content > div:last-of-type {
    width: 31%;
  }
  .map_text {
    font-size: 9px;
  }
}

@media screen and (min-width: 400px) {
  .detaile_area_content > div:first-of-type {
    width: 75px;
  }
  .detaile_area_content > div:nth-of-type(2) {
    width: 50%;
  }
  .detaile_area_content > div:last-of-type {
    width: 100px;
  }
  .area_top_title {
    padding: 3.5%;
    font-size: 20px;
  }
}

@media screen and (min-width: 700px) {
  .detaile_area_content > div:first-of-type {
    width: 12%;
  }
  .detaile_area_content > div:nth-of-type(2) {
    width: 66%;
  }
  .detaile_area_content > div:last-of-type {
    width: 18%;
  }
  .map_text {
    font-size: 11px;
    margin-left: 15px;
  }
  .detaile_area_content div > .store_name {
    font-size: 20px;
  }
  .accodion p {
    font-size: 12px;
  }
  .detaile_area_hidden {
    padding: 10px 20px 10px;
  }
}
