@charset "UTF-8";
/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* common_label  */
.common_label {
  background-color: #EFEFEF;
  padding: 36px 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common_label {
    padding: 27px 35px;
  }
}
.common_label_container {
  max-width: 710px;
  width: 100%;
  margin-inline: auto;
}
.common_label_btnLists {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .common_label_btnLists {
    flex-direction: column;
  }
}
.common_label_btnList {
  width: 280px;
  height: 46px;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList {
    width: 360px;
    margin-inline: auto;
  }
}
.common_label_btnList:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList:last-child {
    margin-top: 25px;
    margin-left: 0;
    margin-inline: auto;
  }
}
.common_label_btnLabel {
  width: 90px;
  max-width: 100%;
  margin-left: 25%;
  height: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 90/28;
  transition: all 0.3s ease 0s;
}
.common_label_btnLabel img {
  height: auto;
}
.common_label_btnLink {
  color: #0E9352;
  font-weight: 700;
  margin-top: -18px;
  background-color: #FFF;
  padding: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}
.common_label_btnLink:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.common_label_btnLink:hover + .common_label_btnLabel {
  transform: translateY(2px);
}
.common_label_btnLink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  right: 23px;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  top: 47%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::before {
    right: 18px;
  }
}
.common_label_btnLink::after {
  content: "";
  position: absolute;
  background: #0E9352;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  right: 15px;
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::after {
    right: 10px;
  }
}

/*----------------------------------------------------------

店舗案内

----------------------------------------------------------*/
/* 見出し */
/* ============================================ */
.access_kv {
  background-color: #EFF7F2;
}
.access_kv_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .access_kv_container {
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.access_kv_img {
  width: min(20vw, 280px);
  height: 100%;
  max-width: 100%;
  flex-shrink: 0;
  margin-right: min(6.0714285714vw, 85px);
}
@media only screen and (max-width: 768px) {
  .access_kv_img {
    margin-right: 29px;
    width: 102px;
    margin-left: auto;
    margin-top: -7px;
  }
}
.access_kv_img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .access_kv_img img {
    display: flex;
  }
}

/* accessInfo */
.accessInfo {
  padding-top: 70px;
  padding-bottom: 80px;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .accessInfo {
    font-size: 16px;
    padding-top: 50px;
  }
}
.accessInfo_title {
  font-weight: 700;
  font-size: min(2vw, 28px);
}
@media only screen and (max-width: 768px) {
  .accessInfo_title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.accessInfo_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .accessInfo_flex {
    flex-direction: column;
    margin-top: 30px;
  }
}
.accessInfo_img {
  width: 53.3333333333%;
  max-width: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .accessInfo_img {
    width: 100%;
    text-align: center;
  }
}
.accessInfo_photo_wrap {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
}
.accessInfo_table {
  width: 42.5%;
  margin-left: 4.1666666667%;
}
@media only screen and (max-width: 768px) {
  .accessInfo_table {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.accessInfo_tablePrint {
  width: 100%;
  margin-left: 0;
}
.accessInfo_cmp_table {
  width: 100%;
}
.accessInfo_cmp_table dl {
  border-top: 1px solid #CCCCCC;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .accessInfo_cmp_table dl {
    flex-direction: column;
    padding-block: 22px;
    padding-left: 10px;
  }
}
.accessInfo_cmp_table dl:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.accessInfo_cmp_table dt {
  width: 70px;
  padding: 13px 0;
  font-weight: 700;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .accessInfo_cmp_table dt {
    color: #0E9352;
    width: 100%;
    padding: 0;
  }
}
.accessInfo_cmp_table dd {
  padding: 13px 0;
  letter-spacing: 0.025em;
  margin-left: min(3.2142857143vw, 45px);
}
@media only screen and (max-width: 768px) {
  .accessInfo_cmp_table dd {
    margin-left: 0;
    padding: 0;
    padding-top: 10px;
    width: inherit;
  }
}
.accessInfo_car {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .accessInfo_car {
    margin-top: 50px;
  }
}
.accessInfo_car_ttl {
  border-top: 2px solid #0E9352;
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .accessInfo_car_ttl {
    padding-left: 10px;
  }
}
.accessInfo_car_table {
  width: 100%;
}
.accessInfo_car_table dt {
  width: 100%;
  padding-top: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .accessInfo_car_table dt {
    padding: 0;
  }
}
.accessInfo_car_table dl {
  border-bottom: 1px dashed #CCCCCC;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .accessInfo_car_table dl {
    padding-block: 20px;
    padding-left: 10px;
  }
}
.accessInfo_car_table dd {
  padding: 13px 0;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .accessInfo_car_table dd {
    padding: 0;
    padding-top: 10px;
  }
}
.accessInfo_car p {
  padding-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .accessInfo_car p {
    font-size: 13px;
  }
}

/*印刷用*/
.access_img {
  width: 50%;
  padding-right: 1.25%;
}

.access_table {
  width: 50%;
  padding-left: 1.25%;
}

/*map*/
.map {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .map {
    padding-bottom: 80px;
    margin-top: 30px;
  }
}
.map_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.map_btn {
  cursor: pointer;
  border: 1px solid #0E9352;
  border-radius: 5px;
  color: #0E9352;
  padding: 7px 24px;
  margin-left: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 0 #0E9352;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .map_btn {
    font-size: 16px;
  }
}
.map_btn:hover {
  box-shadow: 0 2px 0 #0E9352;
  transform: translateY(2px);
}
@media only screen and (max-width: 768px) {
  .map_btn:hover {
    box-shadow: 0 4px 0 #0E9352;
    transform: translateY(0);
  }
}
.map_btn img {
  display: inline-block;
  width: min(1.4285714286vw, 20px);
  height: auto;
  margin-top: -2px;
  margin-right: 8px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .map_btn img {
    margin-right: 5px;
  }
}
.map_scale {
  padding: 0;
}
.map_scale a {
  display: inline-block;
  color: #0e9352;
  text-decoration: none;
  padding: 7px 24px;
}
.map_scale img {
  width: min(1.0714285714vw, 15px);
}
@media only screen and (max-width: 768px) {
  .map_scale img {
    width: 14px;
  }
}

.google_map {
  margin-top: 20px;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .google_map {
    max-width: 100%;
  }
}

.google_map iframe {
  aspect-ratio: 1200/410;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .google_map iframe {
    aspect-ratio: 355/375;
  }
}

@media screen and (max-width: 768px) {
  .map .flex_col2 {
    display: flex;
    justify-content: space-between;
  }
  .map .flex_col2 > div {
    width: 49%;
  }
  .map .map_btn {
    border-radius: 5px;
    padding: 10px;
    color: #0e9352;
    margin-left: 0;
  }
  .map .map_btn.map_share img {
    width: 4vw;
  }
  .map .map_btn.map_scale {
    padding: 0;
  }
  .map .map_btn.map_scale a {
    padding: 10px;
  }
  .map iframe {
    margin-top: 1%;
  }
}
/* 印刷用 */
.header_for_print {
  display: none;
}

.header_for_print .header_logo {
  margin-top: 60px;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.header_for_print .header_logo img {
  display: inline-block;
  width: 210px;
  margin-right: 5px;
}

.guide_for_print {
  display: none;
  margin-top: 40px;
}

@media print {
  header,
footer,
.print_none {
    display: none;
  }
  .map {
    margin: 0;
  }
  .header_for_print {
    display: block;
  }
  .guide_for_print {
    -webkit-print-color-adjust: exact;
    display: block;
    width: 100%;
  }
}
/* モーダル */
.modal_share {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
}

.modal_share_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.modal_share_content {
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 3% 0 5% 0;
}

.modal_share ul {
  padding-left: 0;
}

.modal_share ul li {
  list-style-type: none;
}

.modal_share p {
  margin-bottom: 0;
}

.modal_share .lead_txt {
  padding: 0 5% 5% 5%;
  text-align: center;
  font-size: 4vw;
}

.modal_share_content .btn_wrap {
  text-align: right;
  font-size: 24px;
  padding: 0% 5%;
}

.modal_share .sns_share_wrap li {
  padding: 0 5%;
}

.modal_share .sns_share_wrap li + li {
  margin-top: 3%;
}

.modal_share .sns_share_wrap li p {
  position: relative;
}

.modal_share .btn_sns_share {
  display: block;
  text-align: center;
  box-shadow: 2px 2px #b5b5b5;
  border-radius: 4px;
  color: #ffffff;
  padding: 3% 0% 3% 18%;
  font-size: 4vw;
}

.modal_share .btn_sns_share.line {
  background: #00b900;
}

.modal_share .btn_sns_share.fb {
  background: #1877f2;
}

.modal_share .btn_sns_share.twitter {
  background: #0F1419;
}

.modal_share .btn_sns_share.mail {
  background: #0e9352;
}

.modal_share .item_wrap {
  display: flex;
  align-items: center;
}

.modal_share .item_wrap .img_box {
  margin-right: 40px;
}

.btn_sns_share.twitter .img_box {
  width: 40px;
}

.access_bnr {
  margin-bottom: 140px;
}

@media only screen and (max-width: 768px) {
  .access_bnr {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=access.css.map */