@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
body {
/*  background: #151515 url('../images/bg.jpg') no-repeat fixed left bottom; */
/*  background: url("../images/bg.jpg") no-repeat fixed center bottom; */
/*  background-size: cover; */
/*  width: 1080px; */
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  text-align: center;
  font-size: 1.4rem;
/*  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo, sans-serif; */
/*  font-family: "ŸàƒSƒVƒbƒN","arial unicode ms",sans-serif; */
  font-family: "Hiragino Kaku Gothic ProN",  Meiryo, sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}


/* --------------------------------
 * parts
 * -------------------------------- */
.heading {
  position: relative;
  display: inline-block;
  margin: 20px 0 10px;
  padding-bottom: 15px;
  letter-spacing: 10px;
  font-size: 2.6rem;
}
.heading::before,
.heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #999;
}
.heading::before {
  bottom: 5px;
}
.button {
  display: inline-block;
  width: 240px;
  padding: 20px;
  border-radius: 4px;
/*  background-color: #afa58d; */
  background-color: #faf8cf;
/*  color: #fff; */
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.8rem;
  font-weight: bold;
}
.button:hover {
  opacity: 0.9;
}
.button-showy {
/*  background-color: #D29E04; */
  background-color: #9bbb89;
}
.button-ghost {
/*  border: 1px solid #fff; */
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.15);
}


/* --------------------------------
 * header
 * -------------------------------- */
.header {
/*  padding: 170px 30px 80px; */
    padding: 10px 30px 10px;
}

.site-title-sub {
  margin: 0 0 10px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}
.site-title-sub::before,
.site-title-sub::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  margin: 0 10px;
  background-color: #fff;
  vertical-align: middle;
}
.site-title {
/*  margin: 50px 0 40px; */
  margin: 0;
  padding: 0;
/*  font-size: 4.5rem; */
  font-size: 4.0rem;
  color: #336633;
}
.site-description {
  margin-bottom: 10px;
  color: #888;
  font-size: 1.6rem;
}
.buttons .button {
  margin: 10px;
}


/* --------------------------------
 * about
 * -------------------------------- */
.about {
/*  padding: 80px 30px; */
  background-color: #fff;
  color: #333;
}
.about-text {
  margin: 30px 0;
  line-height: 2.5;
  font-size: 2.0rem;
  font-weight: bold;
}

/* .slider li { */
/*  width: 960px; */
/*  height: 540px; */
/*  position: relative; */
/* } */

/* .slider li img { */
/*  position: absolute; */
/*  top: 0; */
/*  right: 0; */
/*  bottom: 0; */
/*  left: 0; */
/*  max-width: 100%; */
/*  max-height: 100%; */
/*  margin: auto; */
/* } */


/* --------------------------------
 * works
 * -------------------------------- */
.works {
  padding: 10px 0;
/*  background-color: #383634; */
/*  background-color: #21d3f1; */
}
.works-wrapper {
  display: table;
  width: 100%;
  margin-top: 20px;
  table-layout: fixed;
}
.work-box {
  position: relative;
  display: table-cell;
}
.work-image {
  display: block;
  width: 100%;
  margin: 0 0 60%;
}
.work-description {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  overflow-y: auto;
}
.work-description-inner {
  display: table;
  width: 100%;
  height: 100%;
/*  padding: 20px; */
  padding: 10px;
}
.work-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
.work-text .button {
  width: 80%;
/*  margin-top: 20px; */
  margin-top: 0px;
/*  padding: 0px; */
  padding: 3px;
}
.work-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: no-repeat;
  background-size: 100% 100%;
  opacity: 0.2;
  transform: scaleY(-1);
}
.work-box.tree::after {
  background-image: url('../images/dining.jpg');
}
.work-box.building::after {
  background-image: url('../images/meal.jpg');
}
.work-box.lake::after {
  background-image: url('../images/room.jpg');
}
.work-box.sky::after {
  background-image: url('../images/road.jpg');
}
.work-box.sky2::after {
  background-image: url('../images/surround.jpg');
}
.work-box:nth-child(odd) .work-image {
  margin: 60% 0 0;
}
.work-box:nth-child(odd) .work-description,
.work-box:nth-child(odd)::after {
  top: 0;
}


/* --------------------------------
 * skills
 * -------------------------------- */
.skills {
  padding: 40px 0;
  background-color: #fff;
  color: #333;
}
.skills-wrapper {
  display: table;
  width: 80%;
  margin: 20px auto 0;
  table-layout: fixed;
}
.skill-box {
  display: table-cell;
}
.skill-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  border: 4px solid;
  border-radius: 50%;
  color: #f1b400;
  font-size: 4rem;
  line-height: 72px;
}
.skill-iconx {
/*  width: 120px; */
/*  height: 120px; */
/*  margin-bottom: 30px; */
/*  border: 4px solid; */
/*  border-radius: 50%; */
/*  color: #f1b400; */
  font-size: 5.5rem;
/*  line-height: 112px; */
}
.skill-title {
  margin: 0 20px 20px;
  font-size: 2rem;
  font-weight: bold;
}
.skill-text {
  margin: 0 20px;
  line-height: 2;
}


/* --------------------------------
 * contact
 * -------------------------------- */
.contact {
/*  padding: 80px 0 150px; */
    padding: 40px 0 10px;
/*    background: url("../images/bg_pale.jpg") no-repeat fixed center bottom; / */
    background: url("../images/bg_pale-800x450.jpg") no-repeat fixed center bottom;
}
.contact-form {
  width: 50%;
  margin: 10px auto 0;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea {
  display: block;
  width: 100%;
/*  margin-bottom: 10px; */
  margin-bottom: 6px;
/*  padding: 10px; */
  padding: 6px;
  outline: none;
  border: 1px solid rgba(102, 102, 102, 0.9);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.05);
/*  color: #fff; */
  color: #333;
}
.contact-form input[type=text]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5) inset;
}
.contact-form textarea {
  height: 100px;
}
.contact-form input[type=submit] {
  display: block;
  width: 200px;
  margin: 10px auto 0;
  padding: 10px;
  border: 1px solid rgba(102, 102, 102, 0.9);
  border-radius: 5px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.contact-form input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}


/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  padding: 20px 0;
  font-size: 1.8rem;
}

.footer p {
  display: inline-block;
  vertical-align: middle;
}


/* --------------------------------
 * special notice
 * -------------------------------- */
.notice {
  background-color:#336633;
  color: #ffffff;
}

.blink {
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
