@charset "UTF-8";
/* CSS Document */
/*====================================================================

common.css

=====================================================================*/


/*--------------------------------------------------------------------/
	ol
  /--------------------------------------------------------------------*/
  ol {
    list-style: none;
  }
  ol.normal {
    margin-left: 1rem;
    line-height: 1.5;
  }
  ol.normal li {
    list-style: decimal outside;
    margin-left: 15px;
    margin-bottom: .5rem;
  }

/*--------------------------------------------------------------------/
	ul
  /--------------------------------------------------------------------*/
  ul {
    list-style: none;
  }
  ul.normal li {
    text-align: left;
    line-height: 1.5;
    margin-bottom: .5rem;
    position: relative;
    padding-left: 1.5rem;
  }
  ul.normal li::before {
    content: "●";
    position: absolute;
    left: 0px;;
    top: -1px;
    line-height: 1.5;
  }

  ul.normal2 li {
    text-align: left;
    line-height: 1.5;
    margin-bottom: .5rem;
    position: relative;
    padding-left: 1.5rem;
  }
  ul.normal2 li::before {
    content: "・";
    position: absolute;
    left: 0px;;
    top: 0px;
    line-height: 1.5;
  }
   /*--------------------------------------------------------------------/
  dl
  /--------------------------------------------------------------------*/
  dl.normal {
    margin-bottom:1.5rem;
  }
  dl.normal dt {
    line-height: 1.5;
    padding-left:1.5rem;
    margin-bottom:1rem;
    font-weight: 700;
    font-size: 1.1em;
    position:relative;
  }
  dl.normal dt::before {
    content:"■";
    position:absolute;
    top: 0px;
    left:0px;
  }
  dl.normal dd:not(:last-child) {
    margin-bottom: 1.5rem;
  }

/*--------------------------------------------------------------------/
	breadcrumb__list
  /--------------------------------------------------------------------*/
  .breadcrumb__list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 2rem;
    font-size: 0.9em;
  }
  .breadcrumb__list .icom-home {
    font-size: 1.2em;
  }
  .breadcrumb__list a {
    color: #202020;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .breadcrumb__list a:hover {
    color: #1066cf;
  }

  .cont__inner .breadcrumb__list a,
  .works .breadcrumb__list a {
    color: #fff;
  }
  .cont__inner .breadcrumb__list a:hover,
  .works .breadcrumb__list a:hover {
    color: #1066cf;
  }

/*--------------------------------------------------------------------/
	404
  /--------------------------------------------------------------------*/
  .not-found {
    color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
  }

  .not-found .l-cont {
    position: relative;
  }

/*--------------------------------------------------------------------/
	works
  /--------------------------------------------------------------------*/
/* category-list */
.category-list {
  margin-bottom: 1.5rem;
  font-size: 0.9em;
}

.category-list p {
  display: inline-block;
}
.category-list ul {
  display: inline-block;
  font-size:0;
}
.category-list ul li {
  display: inline-block;
  margin-bottom: .3rem;
  line-height: 1.2;
  font-size:1.4rem;
}
.category-list ul li:not(:last-child) {
  margin-right:.5rem;
}
.category-list ul li a {
  padding: .6rem 1.5rem .4rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none !important;
}



/* works */
  .works {
    color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .works .l-cont {
    position: relative;
  }

  .works-detail {
    margin-bottom: 3rem;
  }

  .works-detail__tit {
    font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
    font-weight: 400;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5rem;
  }

  .works-detail__cont {
    margin-bottom: 1.5rem;
    font-weight: 200;
  }

  .works-detail__slider {
    margin: 0 auto;
    text-align: left;
  }

  .gallery-top {
    width: 100%;
    max-width: 800px;
    text-align: left;
    position: relative;
    overflow-x: hidden;
    margin:0 auto;
  }

  .gallery-top ul {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
  }
  .gallery-top ul li {
    width: 100%;
    float: left;
    display: inline;
    overflow-x: hidden;
  }
  .gallery-top img {
    width: 100%;
    margin: 0 auto 1rem;
    display: block;
  }
  .gallery-top figcaption {
    max-height: 6rem;
    overflow-y: auto;
  }

  .gallery-thumbs {
    max-width: 800px;
    overflow: hidden;
    margin:0 auto 1rem;
  }
  .gallery-thumbs ul {
    width: 100%;
  }
  .gallery-thumbs ul li {
    float: left;
    cursor: pointer;
    display: inline;
    width: 15.625%;
    max-width: 125px;
    margin-bottom: 1rem;
  }
  .gallery-thumbs ul li:not(:nth-of-type(6n)) {
    margin-right: 1.25%;
  }
  .gallery-thumbs ul li img {
    width: 100%;
  }
  .gallery-thumbs ul li a {
   opacity:0.6;
 }
 .gallery-thumbs ul li a.active {
  opacity: 1 !important;
}

.works-detail .txt {
  margin-bottom: 4rem;
}

.works-detail__pro-tit {
  font-size: calc(1.6rem + 2 * (100vw - 320px) / 680);
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
}

.works-detail__table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
}
.works-detail__table th, .works-detail__table td {
  padding: 1rem 1.5rem;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  display: block;
  width: auto;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.works-detail__table th {
  font-weight: 600;
}

/*--------------------------------------------------------------------/
	contact
  /--------------------------------------------------------------------*/
  /* contact  */
  .contact {
    color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .contact .l-cont {
    position: relative;
  }
  .contact .c-box__tit {
    padding-bottom: .8rem;
    border-bottom: solid #fff 1px;
    margin: 0 auto 1.5rem;
  }
  .contact__tel {
    margin-bottom: 2rem;
    font-size: calc(2rem + 16 * (100vw - 320px) / 680);
  }
  .contact__tel a {
    color: #fff !important;
  }

  .contact
  .privacy-box {
    padding: 1.5rem;
    height: 150px;
    margin: 0 auto 2rem;
    overflow-y: auto;
    border: 1px solid #ddd;
  }

/*	contact_form
---------------------------------------------------------------------*/
.contact__table {
  margin: 0 auto 2rem;
  width: 100%;
  line-height: 1.5;
}
.contact__table th, .contact__table td {
  font-size: 1.4rem;
  font-weight: normal;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.contact__table th {
  text-align: left;
  color: #fff;
  padding-bottom: .5rem;
}
.contact__table th span {
  color: #ff3434;
  padding: 0 .2rem;
  margin-left: .5rem;
}
.contact__table td {
  padding-bottom: 1.5rem;
}
.contact__table textarea {
  height: 10em;
}

/* form-parts
----------------------------------------------------------------*/
input, textarea, select {
  background-color: #f6f7f8;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin: 3px 0;
  padding: .5em;
  border: 1px solid #ddd;
  border-radius: 2px;
}

textarea {
  font-family: sans-serif;
}

input:focus, textarea:focus {
  background-color: #fff;
  /* box-shadow */
  box-shadow: rgba(58, 134, 232, 0.25) 0 0 4px 1px;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

input[type="submit"] {
   -webkit-appearance: none;
}

input[class="sub-btn"], input[class="back-btn"] {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 3px;
}

input[class="back-btn"] {
  margin-top: 1rem;
}



input[type=radio], input[type=checkbox] {
  display: inline;
  width: 20px;
  vertical-align: top;
}

.radio, .checkbox {
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 3px;
  background-color: #ddddff;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover, .checkbox:hover {
  background-color: #a8a8f4;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #47d08c;
}

.radio:after, .checkbox:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #1066cf;
  border-radius: 6px;
  content: "";
}

.radio:before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddddff;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.checkbox:before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #47d08c;
  border-bottom: 3px solid #47d08c;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.no-csstransforms input[type=radio], .no-csstransforms input[type=checkbox] {
  display: inline;
}

.no-csstransforms .radio, .no-csstransforms .checkbox {
  display: none;
}

.no-csstransforms .checkbox:before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #47d08c;
  border-bottom: 3px solid #47d08c;
  content: "";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .no-csstransforms .checkbox:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input[class*="middle"] {
  margin-right: 8px !important;
  margin-right: .5rem !important;
}

textarea {
  height: 10em;
}

select {
  width: 40%;
}

.form-short {
  width: 60%;
  margin-right: .5rem;
}

/*--------------------------------------------------------------------/
	blog
  /--------------------------------------------------------------------*/
  .blog__wrap {
    margin-bottom: 4rem;
  }
  .blog__wrap::after {
    display: block;
    content: "";
    clear: both;
  }

  aside {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ddd;
    padding: 1.5rem;
  }

/* blog
----------------------------------------------------------*/
.blog-list__tit {
  font-size: calc(1.4rem + 2 * (100vw - 320px) / 680);
  font-weight: 200;
  margin-bottom: 1rem;
}

.blog-list {
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.blog-list:not(:last-child) {
  margin-bottom: 2rem;
}

.blog-list p {
  margin-bottom: 1.5rem;
}

.blog-list .date {
  text-align: right;
}

.blog-single__meta {
  margin: -5px auto 10px;
  padding: 5px 0 0 !important;
  width: 100%;
  overflow: hidden;
}

.blog-single__meta:after {
  display: block;
  content: "";
  clear: both;
}

.blog-single__meta .twitter, .blog-single__meta .fb-like.fb_iframe_widget {
  float: right;
  display: inline-block;
  position: relative;
}

.blog-single__meta .twitter {
  z-index: 1;
  margin-left: .3rem;
}

.blog-single__meta iframe {
  padding: 0 !important;
  border: none !important;
  vertical-align: bottom;
}

.blog-single__meta .fb-like.fb_iframe_widget {
  width: 140px !important;
  overflow: hidden;
}

.blog-single__meta .data {
  text-align: right;
}

.blog-single__post-thumbnail, .blog-single .txt {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.blog-cat__btn-wrap {
  margin-top: 2rem;
}

/*-----------------------------------/
	widget
  ------------------------------------*/
  .widget-blog-aside:not(:last-child) {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }

  .widget-blog-aside li {
    list-style-type: none;
  }
  .widget-blog-aside li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .widget-blog-aside li a:hover {
    color: #47d08c;
  }

/*-----------------------------------/
	calendar
  ------------------------------------*/
  #wp-calendar {
    border-collapse: collapse;
    width: 100%;
  }

  #wp-calendar thead th {
    text-align: center;
    padding: 4px;
    width: auto;
  }

  #wp-calendar td {
    text-align: center;
    padding: 2px 4px;
  }
  #wp-calendar td.pad {
    color: #1066cf;
  }
  #wp-calendar td#today a {
    border: 1px solid;
  }
  #wp-calendar td a {
    color: #1066cf;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: block;
    text-decoration: none;
  }
  #wp-calendar td a:hover {
    color: #47d08c;
  }

/*--------------------------------------------------------------------/
	記事部分
  /--------------------------------------------------------------------*/
  p.wp-caption-text {
    clear: none !important;
    padding: 5px 0 0 !important;
    font-size: 12px !important;
    text-align: center !important;
    line-height: 2.0 !important;
  }

/*--------------------------------------------------------------------/
	page_next_prev
  /--------------------------------------------------------------------*/
  .c-page_next_prev {
    margin-top: 2rem;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.6rem;
    color: #bbb;
  }
  .works .c-page_next_prev {
    color: #fff;
  }
  .c-page_next_prev:after {
    display: block;
    content: "";
    clear: both;
  }
  .c-page_next_prev a {
    color: #bbb;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .works .c-page_next_prev a {
    color: #fff;
  }
  .c-page_next_prev a:hover {
    color: #47d08c;
  }

  .c-page_next_prev__inner {
    display: inline-block;
  }

  .page-numbers {
    padding: .3em .5em;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  span.page-numbers {
    border: 1px solid;
  }

  .nav-prev {
    float: left;
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .nav-next {
    float: right;
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  @media print, screen and (min-width: 481px) {
  /*====================================================================/
  	/*------------------タブレットスタイル----------------
    /====================================================================*/
    html {
      width: 100%;
    }

    .form-short {
      width: 40%;
    }

    .form-middle {
      width: 70%;
      margin-right: .5rem;
    }
  }
  @media print, screen and (min-width: 798px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
    /====================================================================*/
    html {
      width: 100%;
    }

    .gallery-top figcaption {
      max-height: 8rem;
    }

    .breadcrumb__list {
      margin-bottom: 4rem;
    }
    .works-detail {
      margin-bottom: 6rem;
    }
    .works-detail__table {
      display: table;
      width: 100%;
    }
    .works-detail__table th, .works-detail__table td {
      display: table-cell;
      width: auto;
      vertical-align: top;
      text-align: left;
    }
    .works-detail__table th {
      width: 30%;
    }
    .works-detail__table td {
      width: auto;
    }
    .gallery-top img {
      width: auto;
      max-height: 533px;
    }
    .contact__table {
      display: table;
    }
    .contact__table tr:not(:last-child) {
      border-bottom: 1px solid #ddd;
    }
    .contact__table th, .contact__table td {
      display: table-cell;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .contact__table th {
      width: 30%;
    }
    .contact__table td {
      width: 70%;
    }

    .privacy-box {
      padding: 1.5rem 2rem;
      height: 200px;
    }

    /* blog */
    aside {
      width: 220px;
      float: right;
    }

    .blog__wrap {
      float: left;
      width: calc(96% - 220px);
    }

    .blog-list .txt {
      float: right;
      width: 68%;
    }

    .blog-list__post-thumbnail {
      float: left;
      width: 30%;
      padding-right: 2%;
    }

    .blog-single__btn-wrap {
      float: right;
      width: 30%;
    }

    .blog-list__btn-wrap {
      float: right;
      width: 50%;
    }

    .blog-cat__btn-wrap {
      float: right;
      width: 40%;
    }

    .alignright {
      float: right;
      margin: 0 0 1rem 1rem;
    }

    .alignleft {
      float: left;
      margin: 1rem 1rem 0 0;
    }

    .aligncenter {
      display: block;
      margin: 0 auto 1rem;
    }
  }
  @media print, screen and (min-width: 1017px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
    /====================================================================*/
    html {
      width: 100%;
    }

    .works__wrap {
      width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .works-detail__tit {
      font-size: 2rem;
    }

    .works-detail__pro-tit {
      font-size: 1.8rem;
    }

    .contact .c-box__tit {
      font-size: 2.4rem;
    }

    .contact__tel {
      font-size: 3.6rem;
    }

    aside {
      width: 22%;
    }

    .blog__wrap {
      width: 74%;
    }

    .blog-list__tit {
      font-size: 1.6rem;
    }
  }
  @media print, screen and (min-width: 1280px) {
  /*====================================================================/
  	/*-------------------large PCスタイル-------------------
    /====================================================================*/
    .contact-flex {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
    }
    .contact-flex__left {
      width: 36%;
      margin-left: 0;
    }
    .contact-flex__right {
      width: 60%;
      margin-right: 0;
    }
    .contact__tel {
      font-size: 2.6rem;
    }
  }
  @media screen and (max-width: 797px) {
  /*====================================================================/
    /*------------------スマホのみスタイル----------------
    /====================================================================*/
    html {
      width: 100%;
    }
    .contact .c-box__tit {
      text-align: left;
    }
  }

  @media screen and (max-width: 480px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
    /====================================================================*/
    html {
      width: 100%;
    }
  }
