@charset "UTF-8";
:root {
  --bg-color: #F8F8F5;
  --bg-color2: #F0EEE6;
}

.txt {
  margin-bottom: 30px;
}

.slide_pdleft {
  padding-left: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .slide_pdleft {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 40px;
  }
}

.slide_img {
  margin-bottom: 40px;
}

.icon_ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .icon_ttl {
    font-size: 18px;
  }
}
.icon_ttl span {
  position: relative;
  padding-left: 34px;
}
.icon_ttl span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
}
.icon_ttl.ttl_price span::before {
  background: url(../img/location/icon_yen.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
}
.icon_ttl.ttl_caution span::before {
  background: url(../img/location/icon_caution.svg) no-repeat center/contain;
  width: 31px;
  height: 27px;
}

.ttl_memo {
  text-align: center;
  font-size: 12px;
}

.caution_wrap {
  border: 1px solid #D8D8D8;
  background-color: #fff;
  padding: 20px 30px;
  height: 270px;
  overflow-y: scroll;
  margin: 10px 0 40px;
}

/*-----------------------------------------
	shooting
-----------------------------------------*/
#shooting .table_wrap {
  margin: 10px 0 40px;
}
#shooting .table_wrap .table_box {
  margin-bottom: 32px;
}
#shooting .table_wrap table {
  width: 100%;
  border-right: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}
#shooting .table_wrap table th {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #EFEFEF;
  padding: 8px;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
#shooting .table_wrap table td {
  text-align: center;
  padding: 16px 0;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
#shooting .table_wrap table td.detail {
  font-weight: 500;
}
#shooting .table_wrap table td .kome {
  color: #969696;
  font-size: 10px;
  vertical-align: top;
}
#shooting .table_wrap .kome_memo {
  color: #969696;
  font-size: 12px;
}
#shooting .btn::after {
  top: 42%;
  rotate: 135deg;
}

/*-----------------------------------------
	space
-----------------------------------------*/
.parallax {
  width: 100%;
  height: 100%;
  min-height: 188px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/location/bg_space.webp);
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .parallax {
    min-height: 250px;
    background-position: right 30% center;
  }
}

.ttl_underline {
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  margin-bottom: 30px;
}
.ttl_underline::before {
  content: "";
  position: absolute;
  background-color: #176052;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

#space .fountain {
  padding-bottom: 72px;
}
#space .fountain_img {
  margin-bottom: 20px;
}
#space .slide_space {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #space .slide_space {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 40px;
  }
}
#space .table_wrap {
  margin: 10px 0 40px;
}
#space .table_wrap table {
  width: 100%;
  border-right: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}
#space .table_wrap table td {
  padding: 16px;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
#space .table_wrap table td.detail {
  text-align: center;
  background-color: #EFEFEF;
  font-weight: 500;
  width: 7em;
}
#space .table_wrap table td .kome_td {
  color: #969696;
  font-size: 12px;
  margin-top: 6px;
}
#space .table_wrap table td .kome_detail {
  text-align: left;
  font-size: 12px;
  margin-top: 20px;
}
#space .map {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  #space .map {
    max-width: 650px;
    margin: 0 auto 20px;
  }
}
#space .btn_dl {
  display: block;
  text-align: center;
  font-size: 15px;
}
#space .btn_dl span {
  padding-right: 1rem;
  border-bottom: 1px solid #000;
  position: relative;
}
#space .btn_dl span::after {
  content: "";
  position: absolute;
  background: url(../img/location/icon_dl.svg) no-repeat center/contain;
  right: 0.4rem;
  top: 0.4rem;
  width: 11px;
  height: 10px;
}

/*-----------------------------------------
	flow
-----------------------------------------*/
.flow_wrap {
  counter-reset: listnum;
  list-style: none;
}
.flow_wrap li {
  padding-left: 2.5rem;
  position: relative;
}
.flow_wrap li::before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: 800;
  color: #176052;
  line-height: 1.4;
}
.flow_wrap li:not(:last-child) {
  padding-bottom: 38px;
}
@media screen and (min-width: 1025px) {
  .flow_wrap li:not(:last-child) {
    padding-bottom: 55px;
  }
}
.flow_wrap li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 12px;
  border-color: transparent transparent transparent #D5D1C3;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
  rotate: 90deg;
}
@media screen and (min-width: 1025px) {
  .flow_wrap li:not(:last-child)::after {
    border-width: 20px 0 20px 18px;
  }
}
.flow_wrap li .flow_ttl {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}
.flow_wrap li .flow_txt {
  line-height: 1.4;
}
.flow_wrap li .flow_txt a {
  color: #176052;
  text-decoration: underline;
}

/*-----------------------------------------
	location_contact
-----------------------------------------*/
#location_contact {
  background-color: #fff;
}

.contact_ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media screen and (min-width: 1025px) {
  .contact_ttl {
    font-size: 18px;
  }
}

.contact_wrap {
  margin-bottom: 28px;
  text-align: center;
}
.contact_wrap .company_name {
  margin-bottom: 6px;
}
.contact_wrap .mail a {
  color: #176052;
  font-size: 13px;
  text-decoration: underline;
  position: relative;
  padding-left: 34px;
}
@media screen and (min-width: 1025px) {
  .contact_wrap .mail a {
    font-size: 15px;
  }
}
.contact_wrap .mail a::before {
  content: "";
  position: absolute;
  background: url(../img/location/icon_mail.svg) no-repeat center/contain;
  width: 22px;
  height: 16px;
  top: 4px;
  left: 0;
}
.contact_wrap .dayoff {
  color: #969696;
  font-size: 12px;
}

.contact_memo {
  line-height: 1.4;
  font-size: 12px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1025px) {
  .contact_memo {
    font-size: 14px;
    text-align: center;
  }
}
.contact_memo a {
  color: #176052;
  text-decoration: underline;
}

#location_contact .btn {
  border: 1px solid #000;
}

/*-----------------------------------------
	パンくず
-----------------------------------------*/
.location .breadcrumb {
  background-color: #fff;
}