@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_position a {
  background-color: rgba(0, 0, 0, .1);
}

.lower_mv_title_area {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
  opacity: 1;
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.4) 100%);
	transition: position 0.3s, opacity 1s, bottom 0.3s;
}

.map_area {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
  width: 100%;
}
.map_area .inner {
  width: calc(100% - 60px);
  margin-inline: auto;
  max-width: 1230px;
}

.map_contents {
  border-top: 1px solid #121212;
}
.map_contents + .map_contents {
  margin-top: 126px;
}
.map_title_wrap {
  margin-top: 30px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  column-gap: 20px;
}
.map_label_wrap {
  flex-shrink: 0;
}
.label {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 6px 14px 8px;
}
.address {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.map_img {
  margin-top: 30px;
}
.map_img2 {
  padding: 90px 130px;
  border: 1px solid rgba(0, 0, 0, .1);
}
.map_btn_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.map_btn {
  position: relative;
  width: 50%;
  display: block;
  background: linear-gradient(145deg, rgba(66, 66, 66, 1) 0%, rgba(18, 18, 18, 1) 100%);
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  padding: 60px 10px;
  border-width: 4px 30px 4px 4px;
  border-style: solid;
  border-color: #000;
  transition: all .5s;
}
.map_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  background: url(../images/map_arrow.svg) no-repeat center center / contain;
  width: 9px;
  height: 21px;
}
.e_btn {
  border-radius: 5px;
}
.g_btn {
  border-radius: 5px 0 0 5px;
}
.s_btn {
  border-radius: 0 5px 5px 0;
}
.map_btn:hover {
  box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 20px;
}

@media only screen and (max-width:768px) {
  .map_contents + .map_contents {
    margin-top: 52px;
  }
  .map_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .map_title_wrap {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 10px;
  }
  .label {
    display: inline-block;
    padding: 6px 14px 8px;
  }
  .address {
    font-size: 17px;
  }
  .map_img {
    margin-top: 20px;
  }
  .map_img2 {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
  }
  .map_btn_wrap {
    margin-top: 30px;
  }
  .map_btn {
    font-size: 15px;
    padding: 27px 10px;
    border-width: 3px 20px 3px 3px;
  }
  .map_btn span {
    display: none;
  }
  .map_btn::after {
    right: -14px;
    width: 6px;
    height: 12px;
  }
  .g_btn {
    border-radius: 5px 0 0 5px;
  }
  .s_btn {
    border-radius: 0 5px 5px 0;
  }
  .map_btn:hover {
    box-shadow: rgba(0, 0, 0, 0.7) 3px 3px 20px;
  }
}

/*************************************************

access-search

*************************************************/
.access_area {
  margin-top: 60px;
}
.head_title {
	font-size: 25px;
	letter-spacing: 0.05em;
	font-family: "EB Garamond", serif;
	display: flex;
	align-items: center;
}
.head_title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #121212;
}
.head_title:after {
	margin-left: 2rem;
}
@media only screen and (max-width:768px) {
  .access_area {
    margin-top: 30px;
  }
  .head_title {
    font-size: 16px;
  }
}

.access-search {
  margin-top: 20px;
  padding: 100px 20px;
  background-color: #E3E3E3;
}
@media screen and (max-width: 767px) {
  .access-search {
    padding: 40px 20px;
  }
}

.access-search-inputs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .access-search-inputs {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}

.access-search-inputs__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .access-search-inputs__block {
    width: 100%;
  }
}

.access-search-inputs__block-text {
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .access-search-inputs__block-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .access-search-inputs__block-el {
    width: calc(100% - 85px);
  }
}
.access-search-inputs__block-el input {
  box-sizing: border-box;
  display: block;
  height: 60px;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #121212;
  font-size: 20px;
  background: #fff;
  text-align: center;
  border: none;
  border-bottom: #d3d8af solid 1px;
  border-radius: 0;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .access-search-inputs__block-el input {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
}
.access-search-inputs__block-el ::placeholder {
  color: rgba(18, 18, 18, .6);
  font-family: "Noto Serif JP", "EB Garamond", "Yu Mincho", YuMincho, "Hiragino Mincho ProN",  serif;
}
.access-search-btn {
  position: relative;
  width: min(320px, 100%);
  margin-inline: auto;
}
.search-btn {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: min(320px, 100%);
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  background: #121212;
  text-align: left;
  border-radius: 5px;
  padding-block: 20px;
  padding-left: 40px;
  cursor: pointer;
  font-family: "Noto Serif JP", "EB Garamond", "Yu Mincho", YuMincho, "Hiragino Mincho ProN",  serif;
  overflow: visible; 
  z-index: 0;
}
.search-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  width: 63px;
  height: 65px;
  background: url(../images/icon_btn.png) no-repeat center center / contain;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .search-btn {
    padding-block: 14px;
    font-size: 18px;
  }
  .search-btn::before {
    width: 50px;
    height: 52px;
  }
}

.access-search__cap {
  margin-top: 40px;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .access-search__cap {
    margin-top: 30px;
    text-align: left;
    font-size: 13px;
  }
}