@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  color: #000;
  /* RGB */
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  background-color: #FFF;
}

section h2 {
  font-size: 2.4rem;
}

a:hover {
  opacity: 0.8;
}

a{
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}



.wf-cardo {
  font-family: 'Cardo', serif;
  /* r:400 b:700 */
}

.wf-shippori{
  font-family: 'Shippori Mincho', serif;
   /* m:500 b:700 */
}

.wf-zen{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  /* m:500 b:700 bl:900 */
}

.wf-lato{
  font-family: 'Lato', sans-serif;
}

.c-g{
  color: #094F35;
}

.bg-white{
  background-color: #FFF;
}



*,
*:before,
*:after {
  box-sizing: border-box;
}