/* --------------------------------------------
key-color 
--------------------------------------------*/
/* --------------------------------------------
base 
--------------------------------------------*/
.drawer--right.drawer-open .drawer-hamburger {
  right: 0 !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #222;
}

a *:hover {
  /*	opacity:0.7;
  */
}

img {
  max-width: 100%;
}

button:hover {
  opacity: 0.7;
}

.fade-in {
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
}

.drawer-menu {
  padding-top: 20px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  color: #222;
}

#wrap {
  overflow: hidden;
  padding-top: 50px;
}

#header {
  width: 100%;
}
#header h1 {
  padding: 10px 0 20px;
}
#header .social {
  border-radius: 50%;
  opacity: 0.9;
  width: 45px;
  height: 45px;
  background-color: #fff;
  padding: 10px;
  position: fixed;
  right: 50px;
  top: 20px;
  text-align: center;
}
#header .social a {
  display: block;
  font-size: 2.6rem;
  z-index: 2;
}

@media (max-width: 767px) {
  #header {
    height: 60px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 2;
  }
  #header h1 {
    padding: 13px 15px 0;
  }
}
#main {
  max-width: 980px;
  margin: 0 auto;
}
#main p {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#main p a {
  border-bottom: 1px dashed #333;
}
#main p a img:only-child {
  border: none;
}

#footer {
  width: 100%;
  padding: 20px 0;
}

/* --------------------------------------------
class 
--------------------------------------------*/
.normal {
  font-weight: normal !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.page-title {
  font-size: 2rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  padding: 20px;
  text-align: center;
  margin: 20px auto 30px;
}
.page-title h2 {
  font-weight: normal;
  letter-spacing: 1px;
}
.page-title h2:after {
  content: '';
  display: block;
  width: 1.3em;
  border-bottom: solid 1px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
}

.pagelink {
  border-top: 1px solid #222;
  margin: 30px 0;
  padding-top: 20px;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.pagelink .prev {
  float: left;
}
.pagelink .next {
  float: right;
}

.pager {
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
}
.pager .page-numbers {
  padding: 8px;
}
.pager .page-numbers a {
  display: inline-block;
}
.pager .current {
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.pager .pref, .pager .next {
  font-size: 1.4rem;
}

/* --------------------------------------------
nav 
--------------------------------------------*/
@media (min-width: 1024px) {
  .sp-nav {
    display: none;
  }
}
@media (max-width: 1023px) {
  .pc-nav, .social.pc {
    display: none;
  }
}
.nav {
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.nav li {
  text-align: center;
  padding: 15px 50px 10px;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.nav span {
  display: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1;
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.pc-nav {
  padding-top: 15px;
  max-width: 960px;
  width: 960px;
  margin: 0 auto 10px;
}

.social.pc {
  float: right;
  margin-top: 10px;
}
.social.pc li {
  display: block;
  text-align: center;
  font-size: 20px;
}

.drawer-hamburger {
  font-size: 16px;
  width: 28px;
  padding-right: 10px;
}

.drawer-nav .drawer-menu {
  padding-top: 20px;
}
.drawer-nav .drawer-menu .drawer-menu-item {
  font-size: 1.6rem;
  padding: 10px 15px;
}
.drawer-nav .drawer-menu .drawer-menu-item:hover {
  text-decoration: none !important;
}
.drawer-nav .social {
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
}

/* --------------------------------------------
home 
--------------------------------------------*/
#home .section {
  padding: 0 15px 60px;
}
#home .section h2 {
  font-size: 2rem;
  letter-spacing: 1px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 20px 10px;
  border-bottom: 1px solid #333;
}
#home #main-visual {
  margin-top: 15px;
  padding: 0 0 40px;
}
#home #main-visual img {
  max-width: 960px;
  width: 100%;
}
#home #concept {
  position: relative;
  padding-bottom: 150px;
}
#home #concept #seed1 {
  position: absolute;
  right: 50px;
  top: 50px;
}
#home #concept #seed2 {
  position: absolute;
  width: 25px;
  right: 50px;
  top: 220px;
}
#home #concept #seed3 {
  position: absolute;
  right: 120px;
  top: 380px;
}
#home #concept #flower {
  position: absolute;
  width: 260px;
  left: 0;
  bottom: 160px;
}
#home #concept #flower2 {
  position: absolute;
  width: 230px;
  left: 90px;
  bottom: 0;
  z-index: 100;
}
#home #concept .text {
  z-index: 200;
  max-width: 600px;
  margin: 0 auto;
}
#home #concept .text h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 30px 0;
  letter-spacing: 2px;
  border: none;
}
#home #concept .text p {
  line-height: 2.5;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  margin-bottom: 20px;
}
@media (max-width: 940px) {
  #home #concept {
    padding-bottom: 50px;
  }
}
#home #works {
  /*		img{
  			border-radius: 50%;
  			-webkit-border-radius: 50%; 
  			-moz-border-radius: 50%;
  		}*/
  margin-bottom: 130px;
}
#home #works ul {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
#home #works ul li {
  width: 150px;
  height: 150px;
  position: relative;
  display: block;
  margin: 15px;
}
#home #works ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
#home #works ul li img.mask {
  z-index: 100;
}
#home #works ul li h3 {
  text-align: center;
  padding-top: 160px;
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal;
}
#home #works ul li h3 .number {
  font-family: serif;
  font-style: italic;
  font-size: 1.4rem;
  padding: 10px 0;
}
@media (max-width: 940px) {
  #home #works {
    margin-bottom: 0;
  }
  #home #works ul li {
    width: 120px;
    height: 120px;
    margin-bottom: 120px;
  }
  #home #works ul li h3 {
    padding-top: 130px;
  }
}
#home #blog {
  max-width: 600px;
  margin: 0 auto !important;
  text-align: center;
}
#home #blog li {
  border-bottom: 1px dashed #666;
  padding: 10px 0;
}
#home #blog li p.date {
  float: left;
  width: 100px;
  text-align: left;
  font-size: 1.3rem;
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#home #blog li h3 {
  text-align: left;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

/* --------------------------------------------
blog
--------------------------------------------*/
#main.blog {
  max-width: 800px;
  padding: 50px 20px;
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#main.blog .date {
  font-size: 1.3rem;
  color: #555;
}
#main.blog h2 {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 2rem;
  margin: 10px 0 45px;
  font-weight: normal;
  letter-spacing: 1px;
}
#main.blog h3 {
  font-size: 1.7rem;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid #333;
  margin-bottom: 15px;
  background: url(../images/icon-living.png) no-repeat left center;
  background-size: 40px;
  padding: 10px 0 10px 46px;
}
#main.blog p {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
#main.blog p a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px dashed #333;
}
#main.blog .aligncenter {
  text-align: center;
  margin: 0 auto;
}
#main.blog img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #main.blog h2 {
    font-size: 2rem;
  }
}
#main.blog.single {
  position: relative;
  max-width: 680px;
}
#main.blog.single h2 {
  text-align: center;
}
#main.blog.single .date {
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  #main.blog.single {
    position: relative;
  }
  #main.blog.single .title {
    position: absolute;
    left: 40px;
    top: 30px;
    max-width: 240px;
    background-color: #fff;
    padding: 25px 50px 0;
  }
}
#main.blog.archive .mainbar h2 {
  margin-bottom: 30px;
}
#main.blog.archive .mainbar .entry {
  padding-right: 20px;
  margin-bottom: 70px;
}
#main.blog.archive .sidebar {
  padding-top: 50px;
  padding-left: 10px;
  padding-bottom: 20px;
}
#main.blog.archive .sidebar li {
  list-style: none;
  margin-left: 20px;
}

@media (max-width: 767px) {
  #main.blog.archive .sidebar {
    text-align: center;
    padding-top: 50px;
  }
  #main.blog.archive .sidebar li {
    margin: 0;
    list-style: none;
  }
}
/* --------------------------------------------
works archive
--------------------------------------------*/
#main.works.archive ul {
  margin: 50px auto;
  display: flex;
  max-width: 900px;
  flex-wrap: wrap;
}
#main.works.archive ul li {
  width: 150px;
  height: 230px;
  position: relative;
  display: block;
  margin: 15px;
}
#main.works.archive ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
#main.works.archive ul li img.mask {
  z-index: 1;
}
#main.works.archive ul li h2 {
  text-align: center;
  padding-top: 160px;
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal;
}
#main.works.archive ul li h2 .number {
  font-family: serif;
  font-style: italic;
  font-size: 1.4rem;
  padding: 10px 0 5px;
}

@media (max-width: 900px) {
  #main.works.archive ul {
    justify-content: center;
    padding: 1rem;
  }
  #main.works.archive ul li {
    width: 140px !important;
  }
}
/* --------------------------------------------
works single
--------------------------------------------*/
#main.works.single {
  max-width: 680px;
  padding: 50px 20px;
}
#main.works.single .title p {
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  font-style: italic;
  font-size: 1.8rem;
  padding-top: 20px;
}
#main.works.single .title p:after {
  content: '';
  display: block;
  width: 1.3em;
  border-bottom: solid 1px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
}
#main.works.single .title h2 {
  text-align: center;
  font-size: 2rem;
  margin: 25px 0;
  font-weight: normal;
  letter-spacing: 1px;
}
#main.works.single p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2;
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#main.works.single p a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px dashed #333;
}
#main.works.single .aligncenter {
  text-align: center;
  margin: 0 auto;
}
#main.works.single img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  #main.works.single {
    position: relative;
  }
  #main.works.single .title {
    position: absolute;
    left: 40px;
    top: 30px;
    max-width: 240px;
    background-color: #fff;
    padding: 25px 50px;
  }
}
@media (max-width: 767px) {
  #main.works.single .title p {
    padding-top: 0;
    margin-bottom: 0;
  }
  #main.works.single h2 {
    font-size: 2rem;
    margin-bottom: 40px !important;
  }
}
/* --------------------------------------------
page 
--------------------------------------------*/
#main.page {
  max-width: 800px;
  padding: 20px 1rem;
}
#main.page .sectoin {
  margin-bottom: 60px;
}
#main.page h3 {
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
}
#main.page p {
  margin-bottom: 1em;
}
#main.page table {
  margin: 2rem 0;
}
#main.page table th {
  width: 5em;
  padding: 1rem 2rem 1rem 0;
  text-align: right;
  vertical-align: top;
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#main.page table td {
  padding: 1rem 0 1rem 2rem;
}

/* --------------------------------------------
main 
--------------------------------------------*/
#profile {
  max-width: 600px;
  margin: 0 auto;
}
#profile .message {
  margin-top: 50px;
  line-height: 2.4;
}
#profile .message h3 {
  margin: 60px 0 25px;
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 1px;
}
#profile .message p {
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  margin-bottom: 25px;
  line-height: 2;
}
#profile .message .img {
  text-align: center;
}
#profile .message .img img {
  margin: 0 auto;
}
#profile .about {
  margin-top: 60px;
}
#profile .about .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
}
#profile .about .img img {
  border-radius: 50%;
}
#profile .about .txt h3 {
  text-align: center;
}
#profile .about .txt p {
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  #profile .message h3 {
    letter-spacing: 0 !important;
    font-size: 2rem !important;
  }
}
/* --------------------------------------------
flow 
--------------------------------------------*/
#flow .section {
  text-align: center;
  margin: 40px 0 80px;
}
#flow .section h3 {
  letter-spacing: 1px;
  margin-bottom: 30px;
  min-height: 10px;
  height: auto;
  display: inline-block;
  padding-left: 40px;
  padding-top: 15px;
}
#flow .section .img {
  margin: 20px auto;
}
#flow .section p {
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#flow #flow-1 h3 {
  background: url(/images/flow/no-1.png) no-repeat 0 0;
  background-size: 20px auto;
  padding-left: 30px;
}
#flow #flow-2 h3 {
  background: url(/images/flow/no-2.png) no-repeat 0 0;
  background-size: 35px auto;
}
#flow #flow-3 h3 {
  background: url(/images/flow/no-3.png) no-repeat 0 0;
  background-size: 30px auto;
}
#flow #flow-4 h3 {
  background: url(/images/flow/no-4.png) no-repeat 0 0;
  background-size: 40px auto;
  padding-left: 45px;
}
#flow #flow-5 h3 {
  background: url(/images/flow/no-5.png) no-repeat 0 0;
  background-size: 35px auto;
}
#flow #flow-6 h3 {
  background: url(/images/flow/no-6.png) no-repeat 0 0;
  background-size: 30px auto;
}

/* --------------------------------------------
contact 
--------------------------------------------*/
#contact #main {
  max-width: 500px;
}
#contact #main p {
  margin: 30px auto;
  font-family: trebuchet MS, YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#contact #main .wpcf7 label {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: normal;
}
#contact #main .wpcf7 input, #contact #main .wpcf7 textarea {
  width: 100%;
  max-width: 500px;
  padding: .5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
#contact #main input.wpcf7-submit {
  display: block;
  width: auto;
  text-align: center;
  border: 2px solid #333 !important;
  padding: 8px 20px;
  margin: 30px auto;
  background-color: #fafafa;
  letter-spacing: 2px;
}
#contact #main .sent .form {
  display: none;
}

@media (max-width: 767px) {
  #contact #main .wpcf7 input, #contact #main .wpcf7 textarea {
    width: 95%;
  }
  #contact #main .wpcf7 input.wpcf7-submit {
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map */
