@charset "UTF-8";

#location_P #Gnav_List li:nth-of-type(1)::after {
  background-image: none;
  background-color: #ffff;
}

#location_P .sub_01 a {
  color: #fff;
}

p {
  letter-spacing: 2px;
}

.en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.small {
  font-size: 12px;
}

.big {
  font-size: 1.8em;
}

/* kobetsu */
main {
  background-image: url(../img/loc01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 32% 0;
  position: relative;
  z-index: 10;
}

.main-copy {
  width: 90%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.main-ttl {
  font-size: 24px;
  color: #306275;
  text-shadow: 0 0 5px #fff;
  text-align: left;
}

.main-name {
  width: 90%;
  max-width: 460px;
  margin: 20px auto 0 0;
}

[class$="-box"] {
  padding: 100px 0;
}

.box-ttl {
  font-size: 26px;
  color: #096181;
  line-height: 1.8;
  text-align: center;
}

.box-en-ttl {
  font-size: 22px;
  color: #096181;
  text-align: center;
  margin-bottom: 20px;
}

/* shopping-box */
.shopping-box {
  position: relative;
  z-index: 5;
}

.shopping-box::before {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../img/loc-ashirai.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60% 0;
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: -1;
}

.shop-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.shop-flex:nth-of-type(n + 2) {
  margin-top: 100px;
}

.shop-flex:nth-of-type(1) {
  margin-top: 60px;
}

.shop-flex:nth-of-type(3) {
  margin-bottom: 60px;
}

.shop-flex .image-area {
  width: 52%;
}

.faci-name {
  font-size: 18px;
  color: #096181;
  text-align: center;
  margin-top: 10px;
}

.min {
  font-size: 14px;
  color: #096181;
  text-align: center;
}

.shop-flex .text-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 20px 20px;
  margin-top: 6.5vw;
}

.shop-flex .text-area .text {
  font-size: 16px;
  line-height: 2.6;
}

.faci-inner {
  margin: 100px auto 0;
}

.faci-ttl02 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.faci-ttl02 span {
  display: inline-block;
  font-size: 0.7em;
  padding-left: 15px;
}

.faci03-flex,
.faci05-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.faci03-flex li {
  width: 31%;
}

.faci05-flex li {
  width: 18%;
}

.faci-ttl {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

/* loc-map-box  */
.loc-map-box {
  background: #f6f6f6;
  position: relative;
  z-index: 10;
}

.loc-map {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

/* neighbor-box */
.neighbor-box .faci05-flex {
  margin-top: 60px;
}

/* access-box */
.access-box {
  background: #f6f6f6;
}

.access-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
  margin: 60px auto 0;
}

.access-flex li:nth-of-type(1) {
  width: 100%;
  margin-bottom: 30px;
}

.access-flex li:nth-of-type(2),
.access-flex li:nth-of-type(3) {
  width: 48%;
}

.station-ttl {
  font-size: 16px;
  margin-top: 10px;
}

.station-ttl .shikaku {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  color: #fff;
  background: #231815;
  margin-right: 10px;
}

.life_info_Area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 0;
}

.col_1 {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}

.col_1>article,
.col_2>article {
  padding-bottom: 50px;
}

.col_1 h5,
.col_2 h5 {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #306275;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  box-sizing: border-box;
  text-align: center;
}

.col_1 h5 span,
.col_2 h5 span {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 10px;
  vertical-align: bottom;
}

.life_List {
  width: 100%;
}

.life_List li:first-child {
  padding-top: 0;
}

.life_List li {
  padding: 8px 10px;
  border-bottom: 1px dotted #ddd;
  box-sizing: border-box;
}

.life_List dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.life_List dt {
  width: 62%;
  transform: rotate(0.28deg);
}

.life_List dd {
  width: 38%;
  text-align: right;
  transform: rotate(0.28deg);
}

.col_2 {
  width: calc((100% - 30px) / 2);
}

.tab_sp {
  display: none;
}

/*=======================================
TAB_横
=======================================*/
@media (max-width: 1180px) {
  .tab_sp {
    display: block;
  }

  .main-ttl {
    font-size: 20px;
  }

  .main-name {
    max-width: 330px;
  }

  .shop-flex .text-area .text {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .life_List dt {
    width: 57%;
    font-size: 13px;
    line-height: 1.5;
  }

  .life_List dd {
    width: 43%;
  }
}

/*=======================================
TAB_縦~SP
=======================================*/
@media (max-width: 820px) {
  main {
    background-image: url(../img/loc01_sp.png);
    padding: 68% 0;
  }

  .main-copy {
    top: 14%;
  }

  .main-ttl {
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    text-align: center;
  }

  .main-name {
    max-width: 220px;
    margin: 20px auto 0;
  }

  [class$="-box"] {
    padding: 60px 0;
  }

  .box-ttl {
    font-size: 16px;
  }

  .box-en-ttl {
    font-size: 16px;
  }

  .shopping-box::before {
    padding: 80% 0;
    bottom: 3%;
  }

  .shop-flex .image-area {
    width: 100%;
    order: 1;
  }

  .shop-flex .text-area {
    display: block;
    width: 100%;
    padding: 0;
    order: 2;
  }

  .shop-flex:nth-of-type(1) {
    margin-top: 20px;
  }

  .shop-flex:nth-of-type(n + 2) {
    margin-top: 60px;
  }

  .shop-flex .text-area .text {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-top: 12px;
  }

  .faci-name {
    font-size: 14px;
  }

  .faci-inner {
    margin: 60px auto 0;
  }

  .faci-ttl02 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .faci03-flex li {
    width: 100%;
  }

  .faci03-flex li:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .faci05-flex li:nth-of-type(n + 3) {
    margin-top: 40px;
  }

  .faci05-flex li {
    width: 48%;
  }

  .faci05-flex li:nth-of-type(n + 3) {
    margin-top: 40px;
  }

  .faci-ttl {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .neighbor-box .faci05-flex {
    margin-top: 20px;
  }

  .access-flex {
    margin-top: 20px;
  }

  .access-flex li:nth-of-type(2),
  .access-flex li:nth-of-type(3) {
    width: 100%;
  }

  .access-flex li:nth-of-type(2) {
    margin-bottom: 30px;
  }

  .station-ttl {
    font-size: 14px;
  }

  .col_1 {
    width: 100%;
    margin: 0 0 30px;
  }

  .col_1>article,
  .col_2>article {
    padding-bottom: 30px;
  }

  .life_List {
    width: 100%;
  }

  .life_List li {
    padding: 5px 0;
  }

  .life_List dt {
    width: 50%;
  }

  .life_List dd {
    width: 48%;
    font-size: 13px;
  }

  .col_2 {
    width: 100%;
  }

  .col_2>article:last-of-type {
    padding-bottom: 0;
  }
}