@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Pacifico");
html {
  height: 100%;
}

body {
  background-color: #f7f7ef;
  margin: 0;
  min-height: 100%;
  font-family: "ryo-text-plusn", serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8em;
  color: #333;
}

.container-t {
  background-color: #8abbad;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.container-t:after {
  content: '';
  position: absolute;
  bottom: 20px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  left: 50%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  z-index: 2;
}

.logo {
  width: 487px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 150px;
  max-width: 70%;
  z-index: 100;
}

@media all and (max-width: 767px) {
  .logo {
    height: 100px;
  }
}

.title {
  text-align: center;
  font-family: "Pacifico", serif;
  font-size: 2em;
  letter-spacing: .02em;
}

.title span {
  font-family: "ryo-text-plusn", serif;
  display: block;
  font-size: 12px;
  padding: 10px 0 0;
  color: #8abbad;
}

.txt {
  text-align: justify;
  max-width: 80%;
  margin: 0 auto;
}

.greeting {
  text-align: center;
  background: -moz-linear-gradient(top, #f7f7ef, #fff);
  background: -webkit-gradient(linear, center top, center bottom, from(#f7f7ef), to(#fff));
  background: -o-linear-gradient(top, #f7f7ef, #fff);
  background: linear-gradient(top, #f7f7ef, #fff);
}

.pr-card {
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #FFF;
  overflow: hidden;
  text-align: left;
}

.pr-txt {
  padding: 5px 20px 20px;
}

.pr-txt p {
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: justify;
}

.pr-txt span {
  display: block;
  font-size: 0.7em;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  letter-spacing: .05em;
  color: #999;
}

.pr-tag {
  font-size: 2.5em;
  font-family: "Pacifico", serif;
  margin-top: -.7em;
  margin-bottom: .7em;
  color: #8abbad;
  letter-spacing: .02em;
}

.pr-title {
  text-align: justify;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5em;
  padding-bottom: 15px;
}

.pr-link {
  padding-top: 15px;
}

.pr-link a {
  display: block;
  text-align: center;
  background-color: #ebf6f3;
  padding: 5px;
  border-radius: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 0.9em;
  color: #8abbad;
  text-decoration: underline;
}

#project {
  background: #ebf6f3 url("../img/stripe.png") repeat;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: bold;
}

.copy {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #FFF;
  font-size: 0.7em;
  background-color: #8abbad;
}
