@charset "UTF-8";
/* ================================================== *
 *    Web Fonts
 * ================================================== */
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400);
@import url(http://fonts.googleapis.com/css?family=Quattrocento&subset=latin,latin-ext);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/* ================================================== *
 *    common
 * ================================================== */
/*  body ------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  color: #aaa;
  background: #fcf6f1;
  font-family: "Quattrocento", "Cormorant Garamond", "A1明朝", "A1 Mincho", "游明朝", "YuMincho", serif;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*  clearfix ------------------------------------------ */
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* ================================================== *
 *    header
 * ================================================== */
header.second__header {
  margin: 0;
  padding: 5px 30px;
  background: #fcf6f1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
}

@media (min-width: 769px) {
  header.second__header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 20px 50px;
    height: 120px;
  }
}

header.second__header h1 {
  text-align: center;
}

@media (min-width: 769px) {
  header.second__header h1 {
    float: left;
  }
}

header.second__header h1 img {
  height: 70px;
}

@media (min-width: 769px) {
  header.second__header h1 img {
    height: 80px;
  }
}

header.second__header ul {
  display: none;
}

@media (min-width: 769px) {
  header.second__header ul {
    display: inherit;
    float: right;
    list-style: none;
  }
  header.second__header ul li {
    float: left;
    margin-right: 20px;
  }
  header.second__header ul li img {
    height: 80px;
  }
}

/* ================================================== *
 *    footer
 * ================================================== */
/*   ------------------------------------------ */
footer.second__footer {
  margin: 0;
  padding: 20px;
  position: relative;
}

@media (min-width: 769px) {
  footer.second__footer {
    padding: 0 30px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background: #fcf6f1;
    padding: 20px 50px;
    height: 120px;
  }
}

footer.second__footer h1 {
  text-align: center;
}

@media (min-width: 769px) {
  footer.second__footer h1 {
    float: left;
  }
}

footer.second__footer h1 img {
  height: 120px;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  footer.second__footer h1 img {
    height: 80px;
    margin-bottom: 0;
  }
}

footer.second__footer p {
  text-align: center;
}

@media (min-width: 769px) {
  footer.second__footer p {
    float: right;
  }
}

footer.second__footer p img {
  height: 50px;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  footer.second__footer p img {
    height: 80px;
    margin-bottom: 0;
  }
}

footer.second__footer address {
  font-weight: 100 !important;
  font-size: 65%;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.2em;
  font-style: normal;
}

@media (min-width: 769px) {
  footer.second__footer address {
    padding: 20px 0 0 0;
  }
}

/* ================================================== *
 *    header
 * ================================================== */
header.index__header {
  margin: 0 50px 50px 50px;
  padding: 50px 0;
  text-align: center;
}

@media (min-width: 769px) {
  header.index__header {
    padding: 100px 0;
  }
}

header.index__header h1 img {
  width: 100%;
}

@media (min-width: 769px) {
  header.index__header h1 img {
    width: 500px;
  }
}

/* ================================================== *
 *    contents
 * ================================================== */
/*  index nav ------------------------------------------ */
.index__container {
  text-align: center;
}

@media (min-width: 769px) {
  .index__container {
    padding: 0 100px;
  }
}

ul.index__nav li {
  text-align: center;
}

ul.index__nav li a {
  margin-bottom: 50px;
  display: block;
  position: relative;
}

ul.index__nav li img {
  width: 100%;
}

ul.index__nav span img {
  width: 40%;
  max-width: 180px;
}

@media (min-width: 769px) {
  ul.index__nav {
    margin-left: -50px;
  }
  ul.index__nav li {
    width: 33.33%;
    float: left;
    min-width: 250px;
  }
  ul.index__nav li a {
    margin-left: 50px;
  }
}

/* ================================================== *
 *    footer
 * ================================================== */
/*   ------------------------------------------ */
footer.index__footer {
  clear: both;
  padding: 50px 0;
}

@media (min-width: 769px) {
  footer.index__footer {
    padding: 100px 0;
  }
}

footer.index__footer p {
  margin: 50px;
  text-align: center;
}

footer.index__footer p img {
  width: 50%;
  max-width: 200px;
}

footer.index__footer address {
  font-weight: 100 !important;
  font-size: 65%;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.2em;
  font-style: normal;
}

/* ================================================== *
 *    second
 * ================================================== */
/*   ------------------------------------------ */
.second__container {
  padding-bottom: 80px;
}

@media (min-width: 769px) {
  .second__container {
    padding-bottom: 500px;
  }
}

@media (min-width: 1280px) {
  .second__container {
    padding-bottom: 80px;
  }
}

.second__container section {
  position: relative;
  top: 80px;
}

@media (min-width: 769px) {
  .second__container section {
    top: 0;
    padding: 120px 0;
  }
}

.second__container h2 {
  font-weight: 100 !important;
  font-size: 90%;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.5em;
  line-height: 1.5;
  padding: 12px 20px 10px 20px;
  background: #fff;
  text-align: center;
}

@media (min-width: 769px) {
  .second__container h2 {
    font-weight: 100 !important;
    font-size: 90%;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.5em;
    line-height: 1.5;
    margin: 0;
    padding: 10px 50px 8px 50px;
    position: absolute;
    top: 200px;
    left: 0px;
  }
}

.second__container p {
  text-align: center;
}

.second__container p img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .second__container p img {
    width: 100%;
    max-width: 1280px;
  }
}

@media (min-width: 1280px) {
  .second__container p img {
    max-width: 1600px;
  }
}
