@charset "UTF-8";
/*第二階層*/
.second h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  padding: 150px 0 50px;
}
.second .inner {
  padding: 0 0 100px;
}
/*-------------------店舗-------------------*/
.second.location ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.second.location ul li {
  width: 45%;
}
.second.location ul li figure {
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.second.location ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second.location ul li .txt h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 1px;
  margin: 0 auto 10px;
}
.second.location ul li .txt h3 .jpn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.second.location ul li .address p a {
  color: #111;
}
.second.location ul li .address p span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.second.location ul li .new {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
}
/*-------------------プライバシーポリシー-------------------*/
.second.pp section {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 50px;
}
.second.pp section:last-child {
  margin-bottom: 0;
}
.second.pp section h4 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.second.pp section ol {
  padding: 0 0 0 20px;
}
.second.pp section ol li {
  margin-bottom: 5px;
}
.second.pp section ul {
  padding: 0 0 0 20px;
  list-style: disc;
}
.second.pp section ol.paren {
  padding: 0 0 0 15px;
}
.second.pp section ol.paren li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -1.7em;
}
.second.pp section ol.paren li:before {
  display: marker;
  content: ""counter(cnt) " ）";
}
.second.pp p a {
  color: #111;
}
.second.pp p span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
/*-------------------404-------------------*/
.second.not_found p {
  text-align: center;
}
@media screen and (max-width:1050px) {
  .second h2 {
    font-size: 34px;
    padding: 100px 0 20px;
  }
  .second .inner {
    padding: 0 0 50px;
  }
  /*-------------------店舗-------------------*/
  .second.location ul {
    display: block;
  }
  .second.location ul li {
    width: auto;
    margin-bottom: 50px;
  }
  .second.location ul li:last-child {
    margin-bottom: 0;
  }
  .second.location ul li figure {
    height: 300px;
    margin-bottom: 20px;
  }
  .second.location ul li .txt h3 {
    font-size: 28px;
    margin: 0 auto -5px;
  }
  .second.location ul li .txt h3 .jpn {
    font-size: 18px;
  }
  /*-------------------プライバシーポリシー-------------------*/
  .second.pp section {
    margin-bottom: 30px;
  }
  .second.pp section h4 {
    font-size: 18px;
    margin: 0 auto -5px;
  }
  .second.pp section ol {
    padding: 0 0 0 20px;
  }
  .second.pp section ul {
    padding: 0 0 0 25px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}