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

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb__list
/--------------------------------------------------------------------*/
.breadcrumb__list {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
      flex-wrap: wrap;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 0.9em;
}

.breadcrumb__list .icom-home {
  font-size: 1.2em;
}

.breadcrumb__list a {
  -webkit-transition: 0.3s ease all;
  color: #3A2103;
  vertical-align: top;
  transition: 0.3s ease all;
}
.breadcrumb__list a:hover {
  color: #59bb40;
}

.cont__inner .breadcrumb__list a,
.works .breadcrumb__list a {
  color: #3A2103;
}
.cont__inner .breadcrumb__list a:hover,
.works .breadcrumb__list a:hover {
  color: #59bb40;
}

/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
/* contact  */
.contact {
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
  color: #fff;
}
.contact::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_03_pc.jpg) 50% top no-repeat;
  background-size: cover;
  content: "";
}
.contact .l-cont {
  position: relative;
}
.contact .c-box__tit {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  padding-bottom: 12.8px;
  padding-bottom: 0.8rem;
  border-bottom: solid #fff 1px;
}
.contact__tel {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: calc(2rem + 0.88235vw - 2.82353px);
}
.contact__tel a {
  color: #fff !important;
  text-decoration: none !important;
  vertical-align: bottom;
}

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

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

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

textarea {
  font-family: sans-serif;
}

input:focus,
textarea:focus {
  /* box-shadow */
  -webkit-box-shadow: rgba(58, 134, 232, .25) 0 0 4px 1px;
  background-color: #fff;
          box-shadow: rgba(58, 134, 232, .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] {
  -webkit-transition: 0.3s ease all;
  display: block;
  position: relative;
  width: 100px;
  margin: 0 auto;
  padding: 16px 0;
  padding: 1rem 0;
  border-radius: 3px;
  border-color: #59bb40;
  background: #59bb40;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
}
input[class=sub-btn]:hover {
  border: 1px solid #4a9237;
  background: #4a9237;
  color: #fff;
}

input[class=back-btn] {
  -webkit-transition: 0.3s ease all;
  display: block;
  position: relative;
  width: 100px;
  margin: 0 auto;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 16px 0;
  padding: 1rem 0;
  border-radius: 3px;
  border-color: #59bb40;
  background: #fff;
  color: #59bb40;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
}
input[class=back-btn]:hover {
  border: 1px solid #4a9237;
  background: #4a9237;
  color: #fff;
}

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

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

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

.radio:hover:after,
.checkbox:hover:after {
  border-color: #4a9237;
}

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

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

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

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

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

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

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

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

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

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

textarea {
  height: 10em;
}

select {
  width: 40%;
}

.form-short {
  width: 60%;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.form-middle {
  width: 70%;
  margin-right: 8px;
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------------/
	works
/--------------------------------------------------------------------*/
/* works */
.works {
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
  color: #3A2103;
}
.works::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_02_pc.jpg) 50% top no-repeat;
  background-size: cover;
  content: "";
}
.works .l-cont {
  position: relative;
}

#works .btn__wrap {
  max-width: 400px;
  margin-top: 48px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.works-detail {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.works-detail__tit {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-size: calc(1.6rem + 0.58824vw - 1.88235px);
}
.works-detail__cont {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.works-detail__slider {
  margin: 0 auto;
  text-align: left;
}
.works-detail__txt {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.works-detail__txt .txt {
  padding: 32px 48px;
  padding: 2rem 3rem;
  background: #f3f3f3;
}

.works-detail__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gallery-top {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  text-align: left;
}
.gallery-top ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-top ul li {
  display: inline;
  width: 100%;
  float: left;
  overflow-x: hidden;
}
.gallery-top figcaption {
  z-index: 1;
  max-height: 96px;
  max-height: 6rem;
  overflow-y: auto;
}
.gallery-top__img {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.gallery-top__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.gallery-top__img > div,
.gallery-top__img figure,
.gallery-top__img a,
.gallery-top__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-top__img img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.gallery-thumbs {
  width: 100%;
  overflow: hidden;
}
.gallery-thumbs ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  width: 100%;
}
.gallery-thumbs ul li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  cursor: pointer;
}
.gallery-thumbs ul li img {
  width: 100%;
}
.gallery-thumbs ul li a {
  opacity: 0.7;
}
.gallery-thumbs ul li a.active {
  opacity: 1 !important;
}

.works-detail__main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.works-detail__main__img {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-detail__main__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-detail__main__img > div,
.works-detail__main__img figure,
.works-detail__main__img a,
.works-detail__main__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-detail__main__img img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pdf-cont {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.works-video {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.works-video__tit {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: calc(1.6rem + 0.29412vw - 0.94118px);
  text-align: center;
}
.works-video__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.works-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-outline {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.works-outline__tit {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: calc(1.6rem + 0.29412vw - 0.94118px);
  text-align: center;
}
.works-outline__table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.works-outline__table th, .works-outline__table td {
  display: block;
  width: auto;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.works-outline__table th {
  font-weight: 600;
}

.works-access {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.works-access__tit {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: calc(1.6rem + 0.29412vw - 0.94118px);
  text-align: center;
}
.works-access__map {
  position: relative;
  height: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
.works-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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

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

.blog-list__contbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(1.5em, 3vw, 48px);
  row-gap: clamp(1.5em, 3vw, 3rem);
          flex-direction: column;
}
.blog-list a {
  -webkit-transition: 0.3s ease all;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 32px 32px;
  padding: 1.25rem 2rem 2rem;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #3A2103;
  text-decoration: none !important;
  transition: 0.3s ease all;
}
.blog-list a:hover {
  border-color: #4a9237;
}
.blog-list a:hover .blog-list__btn-wrap span {
  border-color: #4a9237;
  background: #4a9237;
}
.blog-list__tit {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: calc(1.6rem + 0.29412vw - 0.94118px);
}
.blog-list__img {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog-list__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.blog-list__img > div,
.blog-list__img figure,
.blog-list__img a,
.blog-list__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-list p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.blog-list .date {
  text-align: right;
}
.blog-list__btn-wrap {
  width: 50%;
  float: right;
}

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

.blog-single__meta {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.blog-single__meta::after {
  display: block;
  clear: both;
  content: "";
}
.blog-single__meta .twitter, .blog-single__meta .fb-like.fb_iframe_widget {
  position: relative;
}
.blog-single__meta .twitter {
  z-index: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.blog-single__meta iframe {
  padding: 0 !important;
  border: none !important;
  vertical-align: top;
}
.blog-single__meta .data {
  text-align: right;
}
.blog-single__post-thumbnail {
  margin-bottom: 25.6px;
  margin-bottom: 1.6rem;
}
.blog-single .txt {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  border-bottom: dotted #bbb 1px;
}
.blog-single .txt img {
  height: auto;
}
.blog-single__btn-wrap {
  max-width: 280px;
  margin-top: 64px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}

/* pdf ボタン　*/
.blog-pdf {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.blog-pdf a {
  -webkit-transition: 0.3s ease all;
  display: block;
  position: relative;
  padding: 12.8px;
  padding: 0.8rem;
  padding-left: 76.8px;
  padding-left: 4.8rem;
  border: 1px solid #bbb;
  background: #f3f3f3;
  color: #3A2103;
  text-decoration: none !important;
  transition: 0.3s ease all;
}
.blog-pdf a:after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 24px;
  left: 1.5rem;
  width: 22px;
  height: 22px;
          transform: translateY(-50%);
  background: url(../img/pdf.svg) no-repeat;
  content: "";
}
.blog-pdf a:hover {
  border-color: #425c93;
  background: #425c93;
  color: #fff;
}

.pdf-link {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1;
}
.pdf-link a {
  color: #3A2103;
}
.pdf-link a:hover p {
  text-decoration: none !important;
}
.pdf-link figure {
  display: inline-block;
  max-width: 158px;
  margin-right: 16px;
  margin-right: 1rem;
  vertical-align: middle;
}
.pdf-link p {
  display: inline-block;
  text-decoration: underline;
}

/*-----------------------------------/
	widget
------------------------------------*/
.widget-blog-aside:not(:last-of-type) {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.widget-blog-aside__tit {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background: #f3f3f3;
  color: #3A2103;
}
.widget-blog-aside li {
  list-style-type: none;
}
.widget-blog-aside li a {
  -webkit-transition: 0.3s ease all;
  display: block;
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
  color: #59bb40;
  text-decoration: underline;
  transition: 0.3s ease all;
}
.widget-blog-aside li a::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "●";
  color: #bbb;
  font-size: 0.7em;
}
.widget-blog-aside li a:hover {
  color: #4a9237;
  text-decoration: none;
}

/*-----------------------------------/
	calendar
------------------------------------*/
#wp-calendar {
  width: 100%;
  border-collapse: collapse;
}
#wp-calendar caption {
  color: #3A2103;
}
#wp-calendar thead th {
  width: auto;
  padding: 4px;
  text-align: center;
}
#wp-calendar td {
  padding: 2px 4px;
  text-align: center;
}
#wp-calendar td a {
  -webkit-transition: 0.3s ease all;
  display: block;
  color: #59bb40;
  text-decoration: none;
  transition: 0.3s ease all;
}
#wp-calendar td a:hover {
  color: #4a9237;
}
#wp-calendar td.pad {
  color: #59bb40;
}
#wp-calendar td#today a {
  border: 1px solid;
}

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

/*--------------------------------------------------------------------/
	page_next_prev
/--------------------------------------------------------------------*/
.c-page_next_prev {
  margin-top: 32px;
  margin-top: 2rem;
  padding: 16px 0;
  padding: 1rem 0;
  color: #666;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}
.c-page_next_prev::after::after {
  display: block;
  clear: both;
  content: "";
}
.c-page_next_prev a {
  -webkit-transition: 0.3s ease all;
  color: #666;
  text-decoration: none;
  transition: 0.3s ease all;
}
.c-page_next_prev a:hover {
  color: #59bb40;
}
.c-page_next_prev__inner {
  display: inline-block;
}
.works .c-page_next_prev {
  color: #fff;
}
.works .c-page_next_prev a {
  color: #fff;
}

.page-numbers {
  -webkit-transition: 0.2s ease all;
  padding: 0.3em 0.5em;
  transition: 0.2s ease all;
}
span .page-numbers {
  border: 1px solid;
}

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

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

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  *zoom: 1;
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
}

.bx-wrapper img {
  display: block;
  width: auto;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
}

/* PAGER */
.bx-wrapper .bx-pager {
  padding-top: 20px;
  color: #666;
  font-weight: bold;
  font-size: 0.85em;
  font-family: Arial;
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  *zoom: 1;
  display: inline-block;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 5px;
  outline: 0;
  background: #666;
  text-indent: -9999px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 9999;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  width: 10px;
  height: 11px;
  margin: 0 3px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  margin: 0 3px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: 80%;
  text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #666 \9 ;
  background: rgba(80, 80, 80, .75);
}

.bx-wrapper .bx-caption span {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 0.85em;
  font-family: Arial;
}

/*--------------------------------------------------------------------/
	404
/--------------------------------------------------------------------*/
.not-found {
  position: relative;
  position: relative;
  width: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
  color: #fff;
}
.not-found::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_01_pc.jpg) 50% top no-repeat;
  background-size: cover;
  content: "";
}
.not-found .l-cont {
  position: relative;
}
.not-found h3 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: calc(1.6rem + 0.29412vw - 0.94118px);
}
@media print, screen and (min-width: 376px) {
  /*====================================================================/
  	/*------------------iPhone 以上----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media print, screen and (min-width: 561px) {
  /*====================================================================/
  	/*------------------タブレットスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .form-short {
    width: 40%;
  }
  .works-detail__txt {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pdf-cont {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .works-video {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .works-outline {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .works-access {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media print, screen and (min-width: 977px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .breadcrumb__list {
    margin-bottom: 4rem;
  }
  .privacy-box {
    height: 200px;
    padding: 1.5rem 2rem;
  }
  .contact__table {
    display: table;
  }
  .contact__table th, .contact__table td {
    display: table-cell;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .contact__table tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .contact__table th {
    width: 30%;
  }
  .contact__table td {
    width: 70%;
  }
  .works-detail {
    margin-bottom: 6rem;
  }
  .works-detail__slider {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallery-top {
    width: 75%;
  }
  .gallery-top figcaption {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 8rem;
    padding: 0.2rem 1rem;
    background: #fff;
    color: #3A2103;
  }
  .gallery-thumbs {
    width: 20%;
  }
  .gallery-thumbs ul {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
  .gallery-thumbs ul li {
    width: 45%;
    margin-bottom: 1.6rem;
  }
  .works-detail__main {
    margin-bottom: 2rem;
  }
  .works-video__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .works-video__video {
    width: 37.5%;
  }
  .works-video__txt {
    width: 58%;
  }
  .works-outline__table {
    display: table;
    width: 100%;
  }
  .works-outline__table th, .works-outline__table td {
    display: table-cell;
    width: auto;
    padding: 1.5rem 2.5rem;
    text-align: left;
    vertical-align: top;
  }
  .works-outline__table th {
    width: 30%;
  }
  .works-outline__table td {
    width: auto;
  }
  .blog__wrap {
    width: calc(96% - 220px);
    float: left;
  }
  aside {
    width: 220px;
    float: right;
  }
  .alignright {
    margin: 0 0 1rem 1rem;
    float: right;
  }
  .alignleft {
    margin: 1rem 1rem 0 0;
    float: left;
  }
  .aligncenter {
    display: block;
    margin: 0 auto 1rem;
  }
  .blog-list__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .blog-list__img {
    width: 30%;
    padding-right: 2%;
  }
  .blog-list .txt {
    width: 68%;
  }
  .blog-cat__btn-wrap {
    width: 40%;
    float: right;
  }
  .blog-single__btn-wrap {
    width: 30%;
  }
}
@media print, screen and (min-width: 1257px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .contact-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .contact-flex__left {
    width: 36%;
    margin-left: 0;
  }
  .contact-flex__right {
    width: 60%;
    margin-right: 0;
  }
  .contact .c-box__tit {
    font-size: 2.4rem;
  }
  .contact__tel {
    font-size: 2.6rem;
  }
  .works__wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .works-detail__tit {
    font-size: 2rem;
  }
  .works-video__tit {
    font-size: 1.8rem;
  }
  .works-outline__tit {
    font-size: 1.8rem;
  }
  .works-access__tit {
    font-size: 1.8rem;
  }
  .works-access__map {
    padding-bottom: 40%;
  }
  .blog__wrap {
    width: 74%;
  }
  aside {
    width: 22%;
  }
  .blog-list__tit {
    font-size: 1.6rem;
  }
  .not-found h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1920px) {
  /*====================================================================/
  	/*-------------------full PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 1256px) {
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .works-access__map {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .contact .c-box__tit {
    text-align: left;
  }
  .works-detail__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery-top {
    margin: 0 auto;
  }
  .gallery-thumbs {
    margin: 0 auto 1rem;
  }
  .gallery-thumbs ul {
    -webkit-column-gap: 1.66%;
       -moz-column-gap: 1.66%;
            column-gap: 1.66%;
  }
  .gallery-thumbs ul li {
    width: 15.27%;
  }
  .works-video__video {
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .blog-list__img {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .form-middle {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  /*====================================================================/
  	/*------------------iPhone 以下----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}