@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------- LIFEINFORMATION */
#lifeInfo {
  padding: 30px 0 0;
}
#lifeInfo h3 {
  background: #999;
  color: #ffffff;
  padding: 10px;
  font-size: 110%;
  text-align: left;
}
#lifeInfo .detail {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 30px;
  max-width: 1200px;
}
#lifeInfo dl {
  width: calc(100% / 2 - 40px);
  border-bottom: 1px dashed #999999;
  margin: 0 10px 5px;
  justify-content: space-between;
  padding: 0;
}
#lifeInfo dt {
  width: calc(100% - 180px);
  color: inherit;
  background: inherit;
  padding: 5px;
  font-size: 100%;
}
#lifeInfo dd {
  width: 180px;
  background: inherit;
  text-align: right;
  padding: 5px;
  font-size: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#S01 {
  padding: 0;
}
#S01 * {
  color: #fff;
}
#S01 h2 {
  background: #A18C6E;
  background: linear-gradient(90deg, rgba(161, 140, 110, 1) 0%, rgba(223, 199, 163, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 320%;
}
#S01 .contents:nth-child(1) .contentsDetail {
  max-width: inherit;
  margin: 0 auto;
  padding: 0;
}
#S01 .contents:nth-child(1) .contentsDetail img {
  width: 100%;
}
#S01 .contents:nth-child(2) {
  background-image: url("/wp-content/themes/original-child/assets/img/location/bg_001.png");
  background-size: cover;
}
#S01 .contents:nth-child(2) .contentsDetail {
  padding: 4em 1em 4em;
}
#S01 .flexBox {}
#S01 .flexBox ul {
  display: flex;
  justify-content: center;
  align-items: end;
}
#S01 .flexBox ul li {}
#S02 {
  padding: 0;
}
#S02 .contents:nth-child(1) .contentsDetail {
  max-width: inherit;
  margin: 0 auto;
  padding: 0;
}
#S02 .contents:nth-child(1) .contentsDetail img {
  width: 100%;
}
#S02 .contents:nth-child(2) {
  background-image: url("/wp-content/themes/original-child/assets/img/location/bg_002.png");
  background-size: cover;
}
#S02 .contents:nth-child(2) .contentsDetail {
  padding: 4em 0 4em;
}
#S02 .detail {
  padding: 2em 1em 2em;
  border-bottom: 1px dashed #666;
}
#S02 .detail h2 {
  color: #666;
  font-size: 200%;
  margin: 0 0 0.5em;
}
#S02 .detail:nth-last-child(1) {
  border-bottom: none;
}
#S03 {}
#S03 .area {
  padding: 2em 0 2em;
}
#S03 .area:nth-of-type(1) {
  border-bottom: 1px dashed #666;
}
#S03 .flexBox2 ul {
  justify-content: center;
}
#S03 #suginami {
  padding: 3em;
  border: 1px solid #999;
}
#S03 #suginami ul {
  gap: 20px;
}
#S03 #suginami ul li {}
#S03 #suginami ul li h3 {
  font-size: 120%;
  line-height: 1.4em;
  text-align: left;
  letter-spacing: 3px;
  padding: 0.5em 0 1em;
  margin: 0;
}
#S03 #suginami ul li p {
  text-align: left;
}
#S03 #suginami p.cap {
  text-align: right;
}
#S03 sup {
    font-size: 60%;
    display: inline-block;
}
#S04 .cap {
  text-align: right;
}
/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1280px) {}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {}
/*----------------------------------------------------------- 860px */
@media screen and (max-width: 860px) {
  #lifeInfo dl {
    width: 100%;
  }
}
/*----------------------------------------------------------- 640px */
@media screen and (max-width: 640px) {
  #lifeInfo h3 {
    padding: 8px;
    font-size: 100%;
  }
  #lifeInfo dt {
    width: auto;
    font-size: 90%;
  }
  #lifeInfo dd {
    width: auto;
  }
  #S01 h2 {
    font-size: 180%;
  }
  #S01 .flexBox ul {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #S01 .flexBox ul li:nth-child(2) {
    display: none;
  }
#S02 .detail h2 {
    font-size: 140%;
    letter-spacing: 4px;
    text-indent: -4px;
}
  #S03 #suginami {
    padding: 2em 1.5em;
  }
  #S03 #suginami ul li h3 {
    font-size: 90%;
}
#S03 #suginami p.cap {
    text-align: left;
}
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {}