@charset 'UTF-8';
/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 767px以下用の記述 */
@media screen and (max-width: 767px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 576px以下用の記述 */
@media screen and (max-width: 576px) {
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
パンクズ
*******************************/
#pls {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#pan {
  font-size: 0.8em;
}
#pls2 {
  width: 100%;
  margin-bottom: 30px;
  -webkit-filter: drop-shadow(0 0 1px rgb(255, 255, 255));
  filter: drop-shadow(0 0 1px rgb(255, 255, 255));
}
/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
#form {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #3f434e;
}
#form td {
  padding: 10px;
  border-bottom: 1px solid #c9c9c9;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
  }
  #form tr:first-child th {
    border-top: 1px solid #ddd;
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*******************************
/* プライバシーフレーム
***************************/
.formPrivacy {
  border: 1px solid #CCCCCC;
  background: #fff none repeat scroll 0%;
  height: 150px;
  overflow: scroll;
  max-width: 600px;
  padding: 10px 19px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 1.0em;
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagenation {
  margin: 1em 0;
  text-align: center;
}
.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagenation ul {
  margin: 0;
}
.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: not-allowed;
  padding: 10px 20px;
}
.pagenation li a {
  background: none repeat scroll 0 0 #CCCCCC;
  border-radius: 3px;
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
  background-color: #444444;
  color: #FFFFFF;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*************************
/* single.php 日付
*************************/
#date {
  color: #FFF;
  background-color: #A8A8A8;
  display: block;
  padding: 5px;
  clear: both;
  float: right;
  font-size: 0.8em;
}
/* single.php ページ送り
----------------------------------------------------------------------------------------------------*/
#next {
  background-color: #f6f6f6;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.nx_left a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}
.nx_right a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: rgba(238, 238, 238, 0.7);
}
#prev_next #prev {
  border-right: #ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #ccc solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #666;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
}
#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}
#prev_next #prev_no {
  border-right: #ccc 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #3f434e;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #3f434e;
  -webkit-box-shadow: 0 0 0 3px #3f434e;
  -moz-box-shadow: 0 0 0 3px #3f434e;
  text-align: center;
}
#prev_next_home:hover {
  background-color: rgba(63, 67, 78, 0.70);
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*******************************
/* archive tit
*******************************/
.gall_tit {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.gall_tit a {
  color: #000;
}
/*************
/* 投稿ギャラリー
*************/
.wp-caption-text {
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery img {
  margin-bottom: 5px;
}
.gallery .gallery-caption {
  margin-left: 0;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
/*-----------------------------
wordpressのギャラリースマホ調整
------------------------------*/
@media screen and (max-width: 640px) {
  #gallery-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
}
/*******************************
/* youtube　gmapレスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*******************************
/* レスポンシブ改行
***************************/
@media screen and (min-width: 576px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/*******************************
施工事例
*******************************/
/*gallery_part*/
.gallery_part a {
  display: block;
  color: #000;
}
.gallery_part a:hover {
  text-decoration: none;
}
.gall_thum {
  position: relative;
}
.gall_thum::before {
  content: " ";
  background: linear-gradient(350deg, #e6e9e7 0%, rgba(0, 0, 0, 0) 30%), linear-gradient(45deg, #fbfdff 40%, #b4e0f4);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.gall_thum::after {
  content: "READ MORE";
  font-family: 'Cinzel', serif;
  color: #3f434e;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: .3s;
  line-height: 1;
}
.gallery_part a:hover .gall_thum::before, .gallery_part a:hover .gall_thum::after {
  opacity: 0.8;
}
.gall_date {
  margin-bottom: 0;
  color: #828282;
  font-size: 0.8rem;
  font-family: 'Cinzel', serif;
  margin-top: 0.6rem;
}
.gall_title {
  font-family: 'Cinzel', 'Noto Serif JP', serif;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .top_gall_txt {
    line-height: 2.6;
    margin-bottom: 2rem;
  }
  .gall_title {
    margin-bottom: 3rem;
  }
}
/*******************************
インタビュー
*******************************/
/*interview_part*/
.interview_part a {
  display: block;
  position: relative;
  color: #000;
  padding-right: 2.5rem;
  padding-top: 1.6rem;
}
.interview_part a:hover {
  text-decoration: none;
}
.interview_cap {
  position: absolute;
  top: 0;
  right: 0;
  direction: rtl;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}
.interview_cap * {
  display: inline-block;
  background-color: #fff;
  font-size: 1.2rem;
  writing-mode: vertical-rl;
  font-family: 'Noto Serif JP', serif;
  margin: 0;
  padding-bottom: 0.3rem;
}
.interview_cap p {
  margin: 0;
}
.interview_thum {
  overflow: hidden;
}
.interview_thum img {
  max-width: 100%;
  height: auto;
  transition: .5s;
}
a:hover .interview_thum img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.interview_thum + p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  margin-left: -0.5rem;
  margin-top: 0.8rem;
  font-family: 'Noto Serif JP', serif;
}
.interview_title {
  font-family: 'Cinzel', 'Noto Serif JP', serif;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .interview_part a {
    padding-right: 3rem;
    padding-top: 2.4rem;
  }
  .interview_cap * {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .interview_thum + p {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .interview_title {
    margin-bottom: 2rem;
  }
}
/* .interview_title span */
.interview_title span {
  position: relative;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.1rem;
  color: #000;
  padding-left: 12px;
  display: inline-block;
  font-size: 1.1rem;
  margin-left: 1rem;
  min-width: 120px;
}
a:hover .interview_title span {
  text-decoration: none;
  color: #000;
}
.interview_title span::before {
  content: " ";
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  width: 5px;
  height: 5px;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-animation: btnicon 2s ease 0s infinite running;
  animation: btnicon 2s ease 0s infinite running;
  transition: .3s;
}
a:hover .interview_title span::before {
  border-top: 1px #b4e0f4 solid;
  border-right: 1px #b4e0f4 solid;
}
/*******************************
EVENT
*******************************/
/*ev_item*/
.ev_item a {
  display: block;
  position: relative;
  color: #000;
}
.ev_item a:hover {
  text-decoration: none;
}
.evi_date {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0;
  font-family: 'Cinzel', serif;
  width: 2.75rem;
  line-height: 1.2;
}
.evi_img {
  position: relative;
  width: calc(100% - 5.5rem);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.evi_img span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(54, 58, 62, 0.80);
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  z-index: 1;
}
.evi_img img {
  max-width: 100%;
  height: auto;
  transition: .5s;
}
a:hover .evi_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.evi_txtbox {
  position: relative;
  padding-top: 3.1rem;
  margin-top: -5rem;
  width: calc(100% - 5.5rem);
  z-index: 1;
}
.evi_txtbox::before {
  background-color: #fff;
  font-family: 'Cinzel', serif;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1.5rem 0.2rem 0;
}
.evi_item_tit {
  background-color: #fff;
  padding: 0.4rem 0.5rem 1rem 0;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 1200px) {
  .evi_item_tit {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 0.6rem 0.5rem 1rem 0;
  }
  .evi_txtbox {
    margin-top: -5.5rem;
  }
}
/*******************************
YouTube
*******************************/
.li_thumbnail {
  overflow: hidden;
  display: block;
}
.li_thumbnail img {
  max-width: 100%;
  height: auto;
  transition: .5s;
}
a:hover .li_thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.li_date {
  color: #828282;
  font-size: 0.8rem;
  font-family: 'Cinzel', serif;
}
/*p*/
.li_date + p {
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
}
/*******************************
常時受け付け用フォーム表示
*******************************/
#form .selTime {
  display: none;
}
/*******************************
イベント詳細(タイトル、テキスト、画像繰り返し)
*******************************/
.ev_repeat_block {
  margin-bottom: 2rem;
}
.ev_repeat_block > ul > li {
  margin-bottom: 4rem;
  list-style: none;
}
.ev_repeat_block > ul > li:last-child {
  margin-bottom: 0;
}
#main2 h3.ev_repeat_title {
  font-size: 1.2rem;
  /*
  margin-bottom: 1.5rem;
  padding: 1.4rem 1.68rem;
*/
}
#main2 h3.ev_repeat_title::after {
  content: none;
}
.ev_repeat_txt {
  margin-bottom: 1rem;
}
.ev_repeat_img {
  margin-top: 1rem;
}
.ev_repeat_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .ev_repeat_block {
    margin-bottom: 4rem;
  }
  #main2 h3.ev_repeat_title {
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
  }
  .ev_repeat_img {
    margin-top: 2rem;
  }
}