/* contact */
.contact_area {
  position: relative;
  padding: 70px 0 64px;
  background: url("../images/common/bk_inquiry.jpg") left center/auto 100% no-repeat;
  background-color: #f8f9fa
}
.contact_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}
.contact_title {
  text-align: center;
  font-family: var(--gothic);
  font-size: 16px;
  margin: 0 0 20px
}
.contact_title_tel {
  margin-bottom: 40px
}
.tel_box {
  text-align: center;
  font-family: var(--gothic)
}
.tel_label {
  font-size: 15px;
  color: #555;
  line-height: 1.4
}
.tel_label span {
  color: var(--green);
  font-weight: 500
}
.tel_number {
  font-family: var(--roboto);
  font-size: 36px;
  line-height: 1.15;
  color: #242424;
  font-weight: 500;
  letter-spacing: .01em
}
.tel_number::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 27px;
  margin-right: 9px;
  vertical-align: -4px;
  background: url("../images/ico/ico_freedial.svg") center/contain no-repeat
}
.tel_sub {
  font-size: 16px;
	margin-top:5px; 

}
.contact_btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}
.contact_btn {
  height: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #eef1ef;
  border-radius: 10px;
  box-shadow: 0 3px 70px rgba(0, 0, 0, .03);
  font-family: var(--gothic);
  font-size: 15px;
  color: #333;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease
  font-weight: 500
}
.contact_btn:hover {
  border-color: #bfe5dd;
  box-shadow: 0 10px 34px rgba(0, 143, 123, .14);
  color: var(--green);
  text-decoration: none;
}
.contact_btn img {
  height: 42px;
  width: auto
}
/* footer */
footer {
  position: relative;
  border-top: 3px solid var(--green);
  cursor: default
}
.page_top {
  position: absolute;
  right: calc((100% - clamp(var(--wrap-min), calc(100% - 40px), var(--wrap))) / 2);
  top: -17px;
  z-index: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/common/arrow_up.svg") center/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: background-image .2s ease, transform .2s ease
}
.page_top:hover {
  background-image: url("../images/common/arrow_up-hover.svg");
  transform: translateY(-1px)
}
.footer_nav {
  padding: 38px 0 42px;
  background: #fff;
  border-bottom: 1px solid #e1e6e3;
  cursor: default
}
.footer_columns {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  justify-content: space-between;
  column-gap: 28px;
  row-gap: 24px;
  font-family: var(--gothic);
  font-size: 15px;
  line-height: 1.9
}
.footer_columns h3 {
  margin: 0 0 10px;
  font-size: 15px;
  color: #333;
  font-weight: 500
}
.footer_columns h3 a {
  color: #333
}
.footer_columns a {
  color: #555
}
.footer_columns li {
  margin-bottom: 4px
}
.footer_columns li:last-child {
  margin-bottom: 0
}
.footer_columns a:hover {
  color: var(--green)
}
.footer_columns .footer_strong_links a {
  font-weight: 500;
  color: #333
}
.footer_columns .footer_strong_links a:hover {
  color: var(--green)
}
.footer_bottom p{
	font-size: 14px;
}
.footer_bottom {
  background: var(--green);
  color: #fff;
  font-family: var(--gothic);
  font-size: 14px
}
.footer_bottom .wrap {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}
.footer_bottom ul {
  display: flex;
  gap: 50px
}
.footer_bottom a:hover {
  text-decoration: underline;
  text-underline-offset: 3px
}
.sp_fixed_nav {
  display: none;
  cursor: default
}
@media (max-width:520px) {
	
	.footer_nav{
		padding: 20px 0 30px;
	}	
  .contact_area {
    padding: 48px 0 60px;
    background-image: none
  }
  .page_top {
    right: 12px
  }
  .contact_grid, .footer_columns {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .contact_btns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px
  }
  .contact_title {
    display: none
  }
  .contact_btn {
    height: 106px;
    font-size: 14px
  }
  .contact_btn img {
    height: 37px
  }
  .footer_bottom .wrap {
    min-height: 92px;
    height: auto;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px
  }
  .footer_bottom ul {
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 10px 18px
  }
  .sp_fixed_nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: block;
    padding-bottom: env(safe-area-inset-bottom);
    background: #bae6db;
    border-top: 1px solid rgba(0, 143, 123, .2);
    box-shadow: 0 -4px 18px rgba(0, 90, 74, .12);
    font-family: var(--gothic)
  }
  .sp_fixed_nav ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    padding: 2px 4px 3px
  }
  .sp_fixed_nav li {
    display: flex;
    justify-content: center
  }
  .sp_fixed_nav a {
    display: inline-flex;
    min-width: 60px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    border-radius: 8px;

	  color: var(--green-dark);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease
  }
  .sp_fixed_nav a::before {
    content: "";
    display: block;
    width: 44px;
    height: 38px;
    background: var(--icon) center/contain no-repeat;
    transition: filter .2s ease, transform .2s ease
  }
  .sp_fixed_nav a:hover, .sp_fixed_nav a:focus-visible {
/*    background: #009f88;
    color: #fff;*/
    outline: none;
	  text-decoration: none;
		
  }
  .sp_fixed_nav a:hover::before, .sp_fixed_nav a:focus-visible::before {
    background-image: var(--icon-hover);
    transform: translateY(-1px)
  }  .sp_fixed_nav .nav_freedial {
    --icon: url("../images/sp_footer/ico_footer_freedial.svg");
    --icon-hover: url("../images/sp_footer/ico_footer_freedial.svg")
  }
  .sp_fixed_nav .nav_inq {
    --icon: url("../images/sp_footer/ico_footer_inquiry.svg");
    --icon-hover: url("../images/sp_footer/ico_footer_inquiry.svg")
  }
  .sp_fixed_nav .nav_pamph {
    --icon: url("../images/sp_footer/ico_footer_pamphlet.svg");
    --icon-hover: url("../images/sp_footer/ico_footer_pamphlet.svg")
  }
  .sp_fixed_nav .nav_visit {
    --icon: url("../images/sp_footer/ico_footer_visit.svg");
    --icon-hover: url("../images/sp_footer/ico_footer_visit.svg")
  }
  .sp_fixed_nav .nav_access {
    --icon: url("../images/sp_footer/ico_footer_access.svg");
    --icon-hover: url("../images/sp_footer/ico_footer_access.svg")
  }
}
