@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	- base
	- main visual
	- sec_photo
	- sec_information
	- sec_facility
-----------------------------------------*/
/*-----------------------------------------
	base
-----------------------------------------*/
p,
span,
figcaption,
dd,
li {
  font-weight: 500;
}

h3,
h4,
dt {
  font-weight: 600;
}

.nowrap {
  white-space: nowrap;
}

/*-----------------------------------------
	main visual
-----------------------------------------*/
.und_mv {
  background: center/cover url(../img/location/main.jpg) no-repeat;
}

h3 {
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 108px;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 54px;
  }
}

/*-----------------------------------------
	sec_photo
-----------------------------------------*/
.sec_photo {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_photo {
    margin-bottom: 42px;
  }
}
.sec_photo h4 {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .sec_photo h4 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 18px;
  }
}
.sec_photo .photo_list .list_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-bottom: 4px;
}
.sec_photo .photo_list .list_top .photo_item:first-of-type {
  grid-column: 1/-1;
}
.sec_photo .photo_list .list_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .sec_photo .photo_list .list_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec_photo .photo_list .list_bottom .bottom_left {
  width: calc(35.5% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .sec_photo .photo_list .list_bottom .bottom_left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec_photo .photo_list .list_bottom .last-item {
  width: 64.5%;
}
@media screen and (max-width: 768px) {
  .sec_photo .photo_list .list_bottom .last-item {
    width: 100%;
  }
}
.sec_photo .photo_list figure {
  position: relative;
}
.sec_photo .photo_list figure img {
  width: 100%;
}
.sec_photo .photo_list figure figcaption {
  color: #FFF;
  font-size: 16px;
  text-align: right;
  position: absolute;
  right: 4px;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec_photo .photo_list figure figcaption {
    font-size: 10px;
    bottom: 4px;
  }
}

/*-----------------------------------------
	sec_information
-----------------------------------------*/
.sec_information {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_information {
    margin-bottom: 48px;
  }
}
.sec_information h4 {
  font-size: 32px;
  color: #93804b;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .sec_information h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 27px;
  }
}
.sec_information .map {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .sec_information .map {
    margin-bottom: 27px;
  }
}
.sec_information .info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.5%;
}
@media screen and (max-width: 768px) {
  .sec_information .info_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_information .info_list .item-wrap:not(:last-of-type) {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .sec_information .info_list .item-wrap {
    margin-bottom: 36px;
  }
}
.sec_information .info_list dl {
  width: 47.25%;
}
@media screen and (max-width: 768px) {
  .sec_information .info_list dl {
    width: 100%;
  }
}
.sec_information .info_list dt {
  font-size: 20px;
  color: #2a1600;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec_information .info_list dt {
    font-size: 18px;
  }
}
.sec_information .info_list dd {
  font-size: clamp(12px, 1vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .sec_information .info_list dd {
    font-size: clamp(12px, 0.875vw, 14px);
  }
}
.sec_information .info_list dd .name {
  background: #FFF;
  line-height: 1.5;
  padding-right: 2px;
}
.sec_information .info_list dd .distance {
  background: #FFF;
  width: min(36.5%, 162px);
  line-height: 1.5;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.sec_information .info_list dd .distance::before {
  content: "";
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  height: 2px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: -2000px;
  left: -2000px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec_information .info_list dd .distance {
    width: 125px;
  }
}
.sec_information .info_list dd .distance .time {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_information .info_list dd .distance .meter {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_information .info_list dd .sp425 {
  display: none;
}
@media screen and (max-width: 425px) {
  .sec_information .info_list dd .sp425 {
    display: block;
  }
}
.sec_information .info_list .list_left,
.sec_information .info_list .list_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*-----------------------------------------
	sec_facility
-----------------------------------------*/
.sec_facility {
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .sec_facility {
    margin-bottom: 34px;
  }
}
.sec_facility h4 {
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec_facility h4 {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 27px;
  }
}
.sec_facility .fac_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px 4.08%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_facility .fac_list {
    gap: 16px 2.04%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec_facility .fac_list .fac_item:nth-of-type(2) figcaption {
    font-size: 9px;
  }
  .sec_facility .fac_list .fac_item:nth-of-type(2) figcaption span {
    font-size: 10px;
  }
}
.sec_facility .fac_list img {
  margin-bottom: 5px;
}
.sec_facility .fac_list figcaption {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_facility .fac_list figcaption {
    font-size: 10px;
  }
}
.sec_facility .caption {
  width: 100%;
}/*# sourceMappingURL=location.css.map */