@charset "utf-8";
@import url("root.css");

/***************************************
---------------- ACCESS ----------------
***************************************/

.ad_number {
  display: block;
  text-align: center !important;
  padding: 20px 0px 0;
  font-weight: 600;
  font-size: 1.125rem !important;
}

@media screen and (max-width: 768px) {
  .ad_number {
    font-size: 1rem !important;
  }
}

#access {
  background: var(--base-color03);
}

.home #access {
  background: var(--base-color03);
}

.access_area {
  width: 100%;
  display: block;
  margin: 0px 0;
  border: 5px solid;
  border-color: var(--base-color01);
  background: var(--base-color03);
}

.access_area h3 {
  display: block;
  width: 100%;
  max-width: 900px;
  height: 60px;
  background-image: url("../img/logo_contact.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto 2%;
}

.access_area h3 img {
  display: none;
}
@media screen and (max-width: 899px) {
  .access_area h3 {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .access_area h3 {
    margin-bottom: 10px;
  }
  .access_area h3 {
    background: none !important;
    height: auto !important;
  }
  .access_area h3 img {
    display: block;
    width: 100%;
    max-width: 490px;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 479px) {
  .access_area h3 img {
    display: block;
    width: 100%;
  }
}

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

.access_area ul.img_area {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.access_area ul.img_area li {
  width: 25%;
}
.access_area ul.img_area li img {
  display: block;
  width: 100%;
  height: auto;
}
/*----------------*/
.access_wrap {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start !important;
  margin: 0px auto 0px;
  padding: 2% 0 3%;
  border-top: 3px solid var(--base-color01);
}

.access_wrap .store_info {
  display: block;
  width: 50%;
  padding-top: 1%;
}
.page .access_wrap .store_info {
  display: block;
  width: 50%;
  padding-top: 1%;
}

.access_wrap .store_contact {
  width: 46%;
}

/*----------------*/
.access_wrap .store_info ul {
  width: 100%;
  margin: 0 auto 0;
}
.access_wrap .store_info ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem !important;
  font-weight: 500;
}

.access_wrap .store_info ul li:not(:first-child) {
  margin-top: 15px;
}

.access_wrap .store_info ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--base-color03);
  background-color: var(--base-color02);
  border-radius: 3px;
  width: 100%;
  max-width: 80px;
  min-width: 80px;
  height: 30px;
  font-size: inherit;
  margin-top: -5px;
  margin-right: 10px;
}

/*----------------*/
.access_wrap .store_contact article {
  width: 100%;
  margin: 0 auto 0;
}
.access_wrap .store_contact article:first-child {
  margin-bottom: 20px;
}
.access_wrap .store_contact .tel_number {
  margin-bottom: 5px;
}
.access_wrap .store_contact .tel_number a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: var(--base-color02);
  margin: 0 auto 0;
  /*text-shadow    : 
       1px  1px 1px #401a02,
      -1px  1px 1px #401a02,
       1px -1px 1px #401a02,
      -1px -1px 1px #401a02,
       1px  0px 1px #401a02,
       0px  1px 1px #401a02,
      -1px  0px 1px #401a02,
       0px -1px 1px #401a02;*/
}

.access_wrap .store_contact .tel_number img {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
  margin: 0 auto 0;
}

.access_wrap .store_contact .tel_number a::before {
  content: "";
  display: none;
  background-image: url("../img/icon_phone.webp");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.access_wrap .store_contact article:first-child p {
  text-align: center;
  font-weight: 600;
  font-size: 108% !important;
}
/*
.access_wrap .store_contact article:first-child p::before {
	content: "※";
	color: var(--sub-color01); 
}
*/

@media screen and (min-width: 1025px) {
  .access_wrap .store_contact .tel_number a {
    font-size: 2.625rem;
  }
  .access_wrap .store_contact .tel_number a::before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .access_wrap .store_info ul li {
    font-size: 1.125rem !important;
  }
}

@media screen and (max-width: 767px) {
  .access_wrap .store_contact .tel_number a {
    font-size: min(10vw, 2.5rem);
  }
  .access_wrap .store_contact .tel_number a::before {
    width: 10vw;
    height: 7vw;
    margin-right: min(1vw, 10px);
  }
  .access_area ul.img_area li {
    width: 50%;
  }
  .access_wrap .store_info {
    display: block;
    width: 100%;
    padding-top: 1%;
  }

  .access_wrap .store_info ul li span {
    max-width: 70px;
    height: 24px;
    font-size: 1rem !important;
    margin-top: 0;
  }
  .access_wrap .store_contact {
    width: 100%;
    margin-top: 3%;
    padding-top: 3%;
    border-top: 1px solid var(--base-color01);
  }
}

@media screen and (max-width: 599px) {
  .access_wrap .store_info ul li {
    display: flex;
    flex-direction: column;
  }

  .access_wrap .store_info ul li span {
    margin-bottom: 5px;
  }

  .access_wrap .store_info ul li {
    font-size: 17px !important;
  }
  .access_wrap .store_contact article:first-child p {
    text-align: center;
    font-weight: 600;
    font-size: 17px !important;
  }
}

#map_area {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 5px solid var(--base-color01);
}
#map_area iframe {
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 0;
  padding-bottom: 0;
}
