@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,700&display=swap");
@media only screen and (max-width: 767px) {
  .site-main {
    padding-top: 50px;
  }
}

.section-hero {
  background-color: #fafafa;
  height: 90vh;
  position: relative;
  max-height: 800px;
  background-image: url(../../img/about/hero-img.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .section-hero .section-content {
    position: relative;
    height: 100%;
  }
  .section-hero .headline {
    position: relative;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero {
    height: 240px;
  }
}

.section-hero .panel {
  position: absolute;
  bottom: -130px;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .section-hero .panel {
    bottom: -60px;
    left: 40px;
  }
}

.section-hero .headline .panel.vertical {
  position: absolute;
}

.section-hero .headline .panel.vertical:before {
  background-color: none;
}

.section-store {
  padding-top: 200px;
}

@media only screen and (max-width: 767px) {
  .section-store {
    padding-top: 80px;
  }
}

.section-store .panel {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .section-store .panel {
    width: 300px;
    margin: 0 auto;
  }
}

.section-store .panel dl {
  text-align: center;
}

.section-store .panel dt {
  margin: 1.25em 0;
}

.section-store .panel dt .small {
  font-size: 1.8rem;
  margin-right: 1em;
}

@media only screen and (max-width: 767px) {
  .section-store .panel dt .small {
    font-size: 1.2rem;
  }
}

.section-store .panel dt .large {
  font-size: 3.0rem;
}

@media only screen and (max-width: 767px) {
  .section-store .panel dt .large {
    font-size: 2.2rem;
  }
}

.section-store .panel dd .phone {
  font-size: 1.8rem;
}

.section-store .panel dd .info {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .section-store .panel dd .info {
    font-size: 1.2rem;
  }
}

.section-map {
  margin: 70px 0 0;
}

.section-map .gmap {
  position: relative;
  height: 400px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .section-map .gmap {
    height: 300px;
  }
}

.section-map .gmap iframe,
.section-map .gmap object,
.section-map .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-history,
.section-result {
  padding: 150px 0 0;
}

@media only screen and (max-width: 767px) {
  .section-history,
  .section-result {
    padding: 120px 0 0;
  }
}

.section-history .headline,
.section-result .headline {
  display: table;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
  background-color: rgba(255, 255, 255, 0.6);
}

.section-history .headline > *,
.section-result .headline > * {
  display: table-cell;
  padding: 0.75em 1em;
  border: 1px solid #111;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .section-history .headline > *,
  .section-result .headline > * {
    padding: 0.75em 0.5em;
  }
}

.section-history .headline__ja,
.section-result .headline__ja {
  font-size: 3.6rem;
  width: 8em;
}

@media only screen and (max-width: 767px) {
  .section-history .headline__ja,
  .section-result .headline__ja {
    width: 4em;
    font-size: 2.8rem;
  }
}

.section-history .headline__en,
.section-result .headline__en {
  width: 12em;
  font-size: 1.4rem;
  border-left: none;
}

@media only screen and (max-width: 767px) {
  .section-history .headline__en,
  .section-result .headline__en {
    font-size: 1.0rem;
    width: 10em;
  }
}

.section-history .content,
.section-result .content {
  margin-left: auto;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

@media only screen and (min-width: 768px) {
  .section-history .content,
  .section-result .content {
    line-height: 2;
  }
}

.section-history .content .txt + .txt,
.section-result .content .txt + .txt {
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .section-history .content,
  .section-result .content {
    padding: 40px 1em 0;
    font-size: 1.3rem;
  }
}

.section-history .txt dt,
.section-result .txt dt {
  font-weight: bold;
}

.section-history {
  background-image: url(../../img/about/history-img.png);
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section-history {
    background-size: 500px auto;
    background-position: -100px 0px;
  }
}

.section-history .headline {
  margin-left: 30%;
}

.section-result {
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-result {
    padding-top: 65vw;
  }
  .section-result .img {
    position: absolute;
    width: 76%;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .section-result .headline {
    margin-left: auto;
    margin-right: -50px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-result .headline {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .section-result .content {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-result .content {
    padding-top: 20px;
  }
}

.section-result .content .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-result .content .name dt {
  margin-right: 1em;
}

.section-result .content .name dd {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .section-result .content .name dd {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-result .content .name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-result .content .result {
  padding: 1.5em;
  margin-bottom: 1em;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .section-result .content .result {
    padding: 1em 0;
  }
}

.section-result .content .result table th {
  font-weight: normal;
  width: 5em;
  vertical-align: top;
}

.section-result .content .result table th, .section-result .content .result table td {
  padding: 0.25em 0;
}

.section-result .content .meister {
  border-top: 1px solid #ccc;
  padding-top: 1em;
}

.section-result .content .meister .txt {
  margin-top: 1em;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .section-result .content .meister dd {
    text-align: center;
  }
}

.section-result .content .school, .section-result .content .meister {
  margin-top: 2em;
}

.section-result .content .school dt, .section-result .content .meister dt {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .section-result .content .school dt, .section-result .content .meister dt {
    text-align: center;
  }
}

.section-result .l-txt {
  position: relative;
}

.section-result .l-img {
  margin-top: -50px;
}

.section-result .content .exhibition li span {
  padding-left: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .section-result .content .exhibition li span {
    padding-left: 3.8rem;
  }
}
