@charset 'UTF-8';
/* 404
--------------------------- */
.p404_txt{
	margin-bottom: 0;
	margin-top: 1rem;
}
@media screen and (min-width: 768px){
	.block404{
		text-align: center;
	}
}

/* no post
--------------------------- */
.no-post{
	font-weight: 400;
	letter-spacing: 0;
}

/* padding-left
--------------------------- */
.content_pd{
	padding: 0;
}
@media screen and (min-width: 992px){
	.content_pd{
		padding-left: 60px;
	}
}
@media screen and (min-width: 1200px){
	.content_pd{
		padding-left: 80px;
	}
}

/* weight */
.fw500{
	font-weight: 500;
}

/* 背景色
--------------------------- */
.bg_f5f4{
	position: relative;
}
.bg_f5f4::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f5f4ee;
	top: 0;
	left: 0;
	z-index: -1;	
}


/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 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-m40-bottom {
    margin-bottom: 40px;
  }
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
PC/SP切り替え
*******************************/
.pc-none{
    display: block;
}
.sp-none{
    display: none;
}
@media screen and (min-width: 768px){
    .pc-none{
        display: none;
    }
    .sp-none{
        display: block;
    }
}
.none_max767{
	display: none;
}
.none_min768{
	display: block;
}
@media screen and (min-width: 768px){
	.none_max767{
		display: block;
	}
	.none_min768{
		display: none;
	}
}
.none_max991{
	display: none;
}
.none_min992{
	display: block;
}
@media screen and (min-width: 992px){
	.none_max991{
		display: block;
	}
	.none_min992{
		display: none;
	}
}
.none_max1399{
	display: none;
}
.none_min1400{
	display: block;
}
@media screen and (min-width: 1400px){
	.none_max1399{
		display: block;
	}
	.none_min1400{
		display: none;
	}
}

/*******************************
container
*******************************/
.container_1280{
	width: 78.93%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.container_78{
	width: 78.93%;
	margin-right: auto;
	margin-left: auto;
}
.container_86{
	width: 78.93%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 992px){
	.container_86{
		width: 86%;
	}
}

/*******************************
font
*******************************/
.f-cor{
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

/*******************************
見出し
*******************************/
/* c-title1 */
.c-title1{
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.7;
	margin-bottom: 2.93rem;
}
.c-title1 .f-eng{
	display: block;
	font-weight: 400;
	font-size: 2.75rem; 
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 0.86rem;
}
@media screen and (min-width: 768px){
	.c-title1{
		margin-bottom: 4.08rem;
	}
	.c-title1 .f-eng{
		font-size: 3.46rem;
		margin-bottom: 1.18rem;
	}
	
}
@media screen and (min-width: 1200px){
	.c-title1{
		margin-bottom: 4.26rem;
	}
	.c-title1 .f-eng{
		font-size: 4rem;
		margin-bottom: 1rem;
	}
}
/* c-title2 */
.c-title2{ 
	font-size: 2.08rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.7;
	margin-bottom: 1.28rem;
}
@media screen and (min-width: 1200px){
	.c-title2{
		font-size: 2.13rem;
		margin-bottom: 1.56rem;
	}
}
/* en_tit */
.en_tit{
	font-size: 0.91rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 2.28rem;
}
@media screen and (min-width: 1200px){
	.en_tit{
		font-size: 0.86rem;
		margin-bottom: 2.95rem;
	}
}
/* txt_block */
.txt_block p{
	margin-bottom: 0;
}

/*******************************
TOP BUTTON
*******************************/
/* vm */
.vm{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 295px;
	height: 55px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
	background-color: #d95f4c;
	border-radius: 60px;
	transition: .3s;
}
.vm.c_608{
	background-color: #608dbf;
}
.vm.c_e5c{
	background-color: #e5c733;
}
.vm.trans{
	background-color: transparent;
	border: 1px solid #fff;
}
.vm .arrow{
	position: absolute;
	width: 13px;
	height: 11px;
	background-image: url("../images/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.vm:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
@media screen and (min-width: 768px){
	.vm{
		width: 250px;
		height: 60px;
	}
}
@media screen and (min-width: 1200px){
	.vm{
		font-size: 0.86rem;
		max-width: 260px;
		height: 65px;
	}
}

/*******************************
パンクズ
*******************************/
#pls {
	width: 100%;
	margin: 0;
}
#pan {
    font-size: 0.83rem;
	font-family: "Montserrat", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	color: rgba(80,80,80,0.4);
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0;
}
#pan a{
    color: #4f4f4f;
    text-decoration: none;
}
.pan-punctuation {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 100%;
	margin: 0 10px;
}
.pan-punctuation::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.5);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	.pan-punctuation{
		width: 30px;
	}
}
@media screen and (min-width: 992px){
	#pls{
		position: relative;
		left: 2.77%;
		width: 60%;
	}
}
@media screen and (min-width: 1200px){
	#pan{
		font-size: 0.8rem;
	}
	.pan-punctuation{
		width: 40px;
		margin: 0 15px;
	}
}

/*******************************
/* フォーム/テーブル
*******************************/
.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%;
}
#form th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form th, #form td{
	padding: 27px 0;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	border-bottom: 1px solid rgba(198,198,198,0.5);
}
#form tr:first-child th, #form tr:first-child td{
	border-top: 1px solid rgba(198,198,198,0.5);
}
#form th {
  width: 30%;
}
#form td {
  vertical-align: middle;
  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: 0;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 20px 0 0;
	  border-bottom: none;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 5px 0 20px;
  }
	#form tr:first-child td{
		border-top: none;
	}
  /* テキストエリアの設定 */
  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;
  }
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagenation {
	text-align: center;
	margin: 2.53rem auto 0;;
}
.pagenation ul {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagenation li.prev, .pagenation li.next{
	font-size: 0;
}
.pagenation li.disabled{
	opacity: 0.7;
}
.pagenation li.prev span, .pagenation li.next span,
.pagenation li.prev a, .pagenation li.next a{
	width: 40px;
	height: 40px;
	background-color: #d95f4c;
	border-radius: 50%;
	position: relative;
	display: block;
}
.pagenation li.prev span::after, .pagenation li.next span::after,
.pagenation li.prev a::after, .pagenation li.next a::after{
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pagenation li.prev span::after,
.pagenation li.prev a::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.pagenation li.page-number{
	display: flex;
}
.pagenation li.page-number .pun{
	margin: 0 6px;
}
.page-number{
	color: #969696;
	font-size: 1.08rem;
	letter-spacing: 0;
	font-weight: 300;
	margin: 0 20px;
}
.pagenation a {
	display: block;
	text-decoration: none;
}
.pagenation .current {
	color: #000;
}
@media screen and (min-width: 768px){
	.pagenation{
		margin-top: 3.37rem;
	}
}
@media screen and (min-width: 992px){
	.pagenation{
		margin-top: 4.21rem;
	}
}
@media screen and (min-width: 1200px){
	.pagenation{
		margin-top: 5.06rem;
	}
	.page-number{
		font-size: 0.86rem;
		margin: 0 30px;
	}
}

/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px){
	.sgl{
		margin-bottom: 3rem;
	}
}

/*************************
/* single.php 日付
*************************/
#date span {
	color: #878787;
	font-size: 1rem;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0;
}

/*--------------------------------
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: #000 1px solid;
  border-bottom: #000 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #next{
	text-align: right;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
    margin-top: 0.5rem;
    color: #000;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: #f7f7f5;
}
#prev_next #prev {
  border-right: #000 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #000 solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #000;
    font-family: 'Playfair Display', serif;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
    width: 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: #000 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #000;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #000;
  -webkit-box-shadow: 0 0 0 3px #000;
  -moz-box-shadow: 0 0 0 3px #000;
  text-align: center;
}
#prev_next_home:hover {
opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
@media screen and (min-width: 768px){
    #prev_next #prev, #prev_next #next{
        padding: 40px 10px 20px;
    }
}
/*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;
  }
  /*-- ここまで --*/
}

/*************
/* 投稿ギャラリー
*************/
.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;
  }
}
@media screen and (min-width: 768px){
	.br_max767{
		display: none;
	}
	.br_min768{
		display: block;
	}
}
@media screen and (max-width: 767px){
	.br_max767{
		display: block;
	}
	.br_min768{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.br_max991{
		display: none;
	}
	.br_min992{
		display: block;
	}
}
@media screen and (max-width: 991px){
	.br_max991{
		display: block;
	}
	.br_min992{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.br_max991{
		display: none;
	}
	.br_min992{
		display: block;
	}
}
@media screen and (max-width: 991px){
	.br_max991{
		display: block;
	}
	.br_min992{
		display: none;
	}
}
@media screen and (min-width: 576px){
	.br_max575{
		display: none;
	}
}
@media screen and (max-width: 575px){
	.br_max575{
		display: block;
	}
}
.br_768_991{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.br_768_991{
		display: block;
	}
}
.br_992_1399{
	display: none;
}
@media screen and (min-width: 992px) and (max-width: 1399px){
	.br_992_1399{
		display: block;
	}
}

@media screen and (min-width: 1400px){
	.br_max1399{
		display: none;
	}
}
@media screen and (max-width: 1399px){
	.br_max1399{
		display: block;
	}
}
@media screen and (min-width: 1600px){
	.br_max1599{
		display: block;
	}
}
@media screen and (max-width: 1599px){
	.br_max1599{
		display: block;
	}
}


/*****************************
/* フォーム共通
*****************************/
.form_outer{
	position: relative;
	width: 93%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6.79rem;
	padding: 5.84rem 0 6.46rem;
}
.form_outer.page{
	margin-top: 0;
}
.form_outer::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f5f4ee;
	border-radius: 15px;
	top: 0;
	left: 0;
	z-index: -1;
}
.form_inner{
	width: 85%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#main .form_inner .c-title1,
#main2 .form_inner .c-title1{
	text-align: center !important;
	font-size: 1rem;
	margin-bottom: 2.56rem;
}
#main .form_inner .c-title1 .f-eng,
#main2 .form_inner .c-title1 .f-eng{
	font-size: 2.5rem;
	margin-bottom: 1.22rem;
}
@media screen and (min-width: 768px){
	#main .form_inner .c-title1 .f-eng,
	#main2 .form_inner .c-title1 .f-eng{
		font-size: 3.07rem;
	}
}
@media screen and (min-width: 1200px){
	.form_outer::after{
		border-radius: 30px;
	}
	#main .form_inner .c-title1,
	#main2 .form_inner .c-title1{
		margin-bottom: 4.93rem;
	}
	#main .form_inner .c-title1 .f-eng,
	#main2 .form_inner .c-title1 .f-eng{
		font-size: 3.33rem;
		margin-bottom: 1.1rem;
	}
}
@media screen and (min-width: 1400px){
	.form_outer{
		margin-top: 10.43rem;
		padding: 11.33rem 0 11.46rem;
	}
}

/*****************************
/* form_customize
*****************************/
.form_intro{
	margin-bottom: 3.81rem;
}
.form_intro p{
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
@media screen and (min-width: 1200px){
	.form_intro{
		margin-bottom: 4.53rem;
	}
}
.form_outro{
	text-align: center;
	margin-top: 3.64rem;
}
.form_outro p.outro_p{
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1.22rem;	
}
.outro_tel{
	display: inline-block;
	color: #000;
	font-size: 2.76rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0.5rem;
}
.outro_tel:hover{
	color: #000;
	text-decoration: none;
}
.outro_tel span{
	font-size: 1.8rem;
}
.form_outro p{
	font-weight: 500;
	margin-bottom: 0;
}
@media screen and (min-width: 1200px){
	.form_outro{
		margin-top: 4.5rem;
	}
	.form_outro p.outro_p{
		margin-bottom: 1.96rem;
	}
	.outro_tel{
		margin-bottom: 0.615rem;
	}
}
#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
    background-color: #fff;
    border: none;
    padding: 1.15rem 1rem;
	font-size: 0.92rem;
	font-weight: 500;
    margin: 0;
    width: 100%;
	border-radius: 6px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	outline: none;
	resize: none;
}
#form_customize input[type="text"], #form_customize input[type="email"], #form_customize input[type="tel"], #form_customize textarea, #form_customize select{
	color: #000;
}
#form_customize input:focus, #form_customize select:focus, #form_customize textarea:focus{
	outline: none;
}
#form_customize .form_block{
	margin-bottom: 2rem;
}
/* プレースホルダー */
#form_customize .wpcf7-form-control::placeholder{
	color: #d1d1d1;
	opacity: 1;
}
/* ラベル */
#form_customize .form_c_label{
	display: flex;
	align-items: center;
	font-size: 1.08rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 0.85rem;
	line-height: 1.4;
	color: #000;
}
/* 必須 */
.form_label_req{
	color: #c31a00;
	margin-left: 5px;
}
/* 入力してください */
#form_customize .wpcf7-not-valid-tip{
	font-size: 0.88rem;
	color: #c40000;
}
/* 個人情報 */
#form_customize .form_c_agree{
	border-bottom: none;
	margin-top: 1.5rem;
	margin-bottom: 2.033rem;
	text-align: center;
}
#form_customize .form_c_agree .form_check_box{
	margin-bottom: 0.86rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item{
	width: 100%;
}
.f_note{
	font-size: 0.93rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-bottom: 1rem;
}
.f_note a{
	color: #414141;
	text-decoration: underline;
	transition: .3s;
}
.f_note a:hover{
	opacity: 0.7;
	transition: .3s;
}
/* 送信ボタン */
#form_customize .form_c_submit{
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#form_customize .form_c_submit input{
	width: 100%;
	max-width: 400px;
	height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.13rem;
	background-color: #d95f4c;
	color: #fff;
	border-radius: 80px;
	margin-bottom: 0;
	padding: 0;
	transition: .3s;
}
#form_customize .form_c_submit input:hover{
	opacity: 0.7;
	transition: .3s;
}
#form_customize .form_c_submit .wpcf7-spinner{
	position: absolute;
	margin: 0;
	top: 0;
	left: calc((50% + 100px) + 30px);
	transform: translateX(-50%);
}
@media screen and (min-width: 768px){
	#form_customize .form_block{
		margin-bottom: 24px;
	}
	#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
		padding: 1.83rem 1.5rem;
		font-size: 1rem;
	}
	/* ラベル */
	#form_customize .form_c_label{
		margin-bottom: 0.96rem;
	}
}
@media screen and (min-width: 1200px){
	#form_customize .form_block{
		margin-bottom: 3.13rem;
	}
	#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
		border-radius: 8px;
	}
	/* ラベル */
	#form_customize .form_c_label{
		font-size: 1.06rem;
	}
	/* 送信ボタン */
	#form_customize .form_c_submit input{
		max-width: 400px;
		height: 80px;
	}
}

/* CUSTOM SELECTBOX */
#form_customize select{
	color: #000;
	-webkit-appearance: none;
    appearance: none;
}
#form_customize select.selected{
	color: #000;
}
/* CUSTOM CHECKBOX */
#form_customize .form_check_box .wpcf7-form-control{
	display: flex;
	flex-wrap: wrap;
}
#form_customize .form_check_box .wpcf7-list-item{
	margin: 0;
	display: block;
	width: 100%;
}
#form_customize .form_check_box label{
	cursor: pointer;
	margin-bottom: 0;
}
#form_customize .form_check_box input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#form_customize .form_check_box .wpcf7-list-item-label{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	font-size: 0.92rem;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
#form_customize .form_check_box .wpcf7-list-item-label::before, #form_customize .form_check_box .wpcf7-list-item-label::after {
	content: "";
	border-radius: inherit;
	transition: .2s;
}
#form_customize .form_check_box .wpcf7-list-item-label::before{
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 6px;
	border: none;
}
#form_customize .form_check_box .wpcf7-list-item-label::after{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 0;
	opacity: 0;
}
#form_customize .form_check_box input:checked ~ .wpcf7-list-item-label::after{
	opacity: 1;
}
@media screen and (min-width: 768px){
	#form_customize .form_check_box .wpcf7-list-item-label::before{
		width: 45px;
		height: 45px;
	}
	#form_customize .form_check_box .wpcf7-list-item-label::after{
		top: 18px;
		left: 18px;
		width: 10px;
		height: 10px;
	}
	#form_customize .form_check_box .wpcf7-list-item{
		width: auto;
		margin-right: 2.3rem;
	}
}
@media screen and (min-width: 992px){
	#form_customize .form_check_box .wpcf7-form-control-wrap{
		width: 100%;
	}
}
@media screen and (min-width: 1200px){
	#form_customize .form_check_box .wpcf7-list-item-label{
		font-size: 1rem;
	}
	#form_customize .form_check_box .wpcf7-list-item-label::before{
		width: 50px;
		height: 50px;
		border-radius: 8px;
	}
	#form_customize .form_check_box .wpcf7-list-item-label::after{
		width: 12px;
		height: 12px;
		top: 19px;
		left: 19px;
	}
}
/* CUSTOM RADIO */
#form_customize .form_check_box.radio .wpcf7-list-item-label::before{
	border-radius: 50%;
}
#form_customize .form_check_box.radio .wpcf7-list-item-label::after{
	border-radius: 50%;
}

/* 2column */
#form_customize .form_block.column2{
	display: flex;
	justify-content: space-between;
}
#form_customize .form_block.column2 .column2_item{
	width: calc(97.13% / 2);
}

/* 来場希望日時 */
#form_customize .datetime{
	display: flex;
	justify-content: space-between;
}
#form_customize .datetime .select_item:first-child{
	width: 62.85%;
}
#form_customize .datetime .select_item:nth-child(2){
	width: 34.28%;
}
#form_customize .datetime select{
	margin-top: 7px;
    padding: 1.15rem 1rem;
	-webkit-padding-start: 1.15rem 1rem;
	padding-start: 1.15rem 1rem;
	font-size: 0.92rem;
	-webkit-appearance: none;
    appearance: none;
	color: #000;
}
#form_customize .datetime select.selected{
	color: #000;
}
#form_customize .form_c_item.datetime .wpcf7-form-control-wrap{
	position: relative;
}
#form_customize .datetime .wpcf7-form-control-wrap::after{
	position: absolute;
	content: "";
	background-image: url("../images/form_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 1.15rem;
	transform: translateY(-50%);
	display: block;
	width: 7px;
	height: 5px;
}
#form_customize .datetime .wpcf7-form-control-wrap:first-child select{
	margin-top: 0;
}
@media screen and (min-width: 768px){
	#form_customize .datetime .select_item{
		width: calc((100% - 14px)/2);
	}
	#form_customize .datetime .wpcf7-form-control-wrap::after{
		width: 10px;
		right: 1.83rem;
	}
	#form_customize .datetime select{
		margin-top: 0;
		font-size: 1rem;
		padding: 1.83rem 1.5rem;
		-webkit-padding-start: 1.83rem 1.5rem;
		padding-start: 1.83rem 1.5rem;
	}
}
/* 住所 */
#form_customize .add .form-input__small300{
	width: calc(97.13% / 2);
	margin-bottom: 7px;
}
#form_customize #autozip{
	display: none;
} 
@media screen and (min-width: 1200px){
	#form_customize .add .form-input__small300{
		margin-bottom: 10px;
	}
}


/* ============================ */
/* POST INDEX */
.c-post-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
	margin-top: 4.22rem;
}
.c-post-index__link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #e5c733;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.c-post-index__link .arrow {
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
}
.c-post-index__link .arrow::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.c-post-index__link.link-prev .arrow::after{
	transform: translate(-50%,-50%) rotate(-180deg);
}
.c-post-index__link.is-disable {
  opacity: 0.5;
  pointer-events: none;
}
.c-post-index__link:hover{
	opacity: 0.7;
	transition: .3s;
}
.c-post-index__text {
	line-height: 1;
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.07em;
	color: #000;
	text-decoration: underline;
	margin: 0 30px;
}
.c-post-index__text:hover{
	opacity: 0.7;
	color: #000;
	transition: .3s;
}
.c-post-index--tab {
  display: none;
}
@media screen and (min-width: 1200px){
	.c-post-index{
		margin-top: 6.33rem;
	}
}

/********************
/* イベント
********************/
.event_item{
	margin-top: 3.33rem;
}
.event_item:first-child{
	margin-top: 0;
}
.event_item a{
	color: #000;
	display: block;
}
.event_item a:hover{
	text-decoration: none;
}
.ev_eye{
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	position: relative;
}
.ev_eye.zoom{
	border-radius: 7px;
	overflow: hidden;
}
.ev_eye.zoom img, #main2 .ev_eye.zoom img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.ev_eye .event_end{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ev_tit{
	font-size: 1.25rem;
	letter-spacing: 0.03em;
	line-height: 1.7;
	font-weight: bold;
	color: #000;
	margin-top: 2.1rem;
	margin-bottom: 0.55rem;
}
.ev_place{
	display: flex;
	font-size: 0.91rem;
	letter-spacing: 0.03em;
	margin-bottom: 1.05rem;
}
.ev_place img{
	width: 10px;
	margin-right: 7px;
}
.ev_day{
	display: flex;
}
.ev_day .tit{
	background-color: #f0f0f0;
	border-radius: 3px;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	width: 51px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 13px;
}
.ev_day .day{
	font-size: 0.92rem;
	letter-spacing: 0.03em;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.event_block{
		display: flex;
		flex-wrap: wrap;
	}
	.event_item{
		width: calc((100% - 40px)/3);
		margin-right: 20px;
	}
	.event_item:nth-child(2), .event_item:nth-child(3){
		margin-top: 0;
	}
	.event_item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.event_item{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
		margin-top: 4.16rem;
	}
}
@media screen and (min-width: 1200px){
	.event_item{
		width: calc((100% - 80px)/3);
		margin-right: 40px;
		margin-top: 4.66rem;
	}
	.ev_eye.zoom{
		border-radius: 10px;
	}
	.ev_tit{
		font-size: 1.13rem;
		margin-top: 2.03rem;
		margin-bottom: 0.53rem;
	}
	.ev_place{
		font-size: 0.86rem;
		margin-bottom: 1.03rem;
	}
	.ev_place img{
		width: 12px;
		margin-right: 8px;
	}
	.ev_day .tit{
		font-size: 0.73rem;
		padding: 0;
		width: 60px;
		height: 25px;
		margin-right: 16px;
	}
	.ev_day .day{
		font-size: 0.86rem;
	}
}


/********************
/* 施工事例
********************/
.works_item a{
	display: block;
}
.works_item a:hover{
	text-decoration: none;
}
.works_item .zoom{
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 1.58rem;
}
.w_tit{
	font-size: 1.41rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 0;
}
.works_tag{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.16rem;
	margin-bottom: 0;
}
.works_tag li{
	list-style: none;
	margin: 3px 8px 3px 0;
}
.works_tag li a{
	background-color: #f0f0f0;
	color: #000;
	font-size: 0.8rem;
	letter-spacing: 0.02em;
	text-align: center;
	border-radius: 4px;
	padding: 0.46rem 1.48rem;
	line-height: 1.4;
}
.works_category{
	margin-top: 2.71rem;
}
.works_category.simplenote{
	width: 152px;
}
.works_category.custom{
	width: 120px;
}
.works_category a{
	display: block;
}
.works_category a:hover{
	text-decoration: none;
}
@media screen and (min-width: 1200px){
	.works_item .zoom{
		border-radius: 10px;
		margin-bottom: 2.66rem;
	}
	.w_tit{
		font-size: 1.33rem;
	}
	.works_tag{
		margin-top: 1.8rem;
	}
	.works_tag li a{
		padding: 0.45rem 1.44rem;
		border-radius: 5px;
	}
	.works_category{
		margin-top: 3.13rem;
	}
	.works_category.simplenote{
		width: 170px;
	}
	.works_category.custom{
		width: 135px;
	}
}
/*---------- 絞り込み ----------*/
.works_search{
	width: 89.465%;
	margin-left: auto;
	margin-bottom: 2.83rem;
}
.works_search .searchandfilter > ul > li{
	padding: 0;
}
/* category */
.works_search .searchandfilter > ul > li:first-child{
	position: relative;
	padding-bottom: 1.75rem;
}
.works_search .searchandfilter > ul > li:first-child::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(179,179,179,0.5);
	bottom: 0;
	left: 0;
}
.works_search .searchandfilter > ul > li ul{
	display: flex;
	flex-wrap: wrap;
}
.works_search .searchandfilter > ul > li:first-child ul li:first-child{
	display: none;
}
.works_search .searchandfilter li[data-sf-field-input-type="checkbox"] label, .works_search .searchandfilter li[data-sf-field-input-type="radio"] label, .works_search .searchandfilter li[data-sf-field-input-type="range-radio"] label, .works_search .searchandfilter li[data-sf-field-input-type="range-checkbox"] label{
	padding-left: 0;
}
.works_search .searchandfilter > ul > li:first-child li{
	padding: 0;
	position: relative;
	width: auto;
	height: 20px;
	display: block;
}
.works_search .searchandfilter > ul > li:first-child li.sf-item-29{
	width: 140px;
	margin-right: 40px;
}
.works_search .searchandfilter > ul > li:first-child li.sf-item-29 label{
	position: relative;
}
.works_search .searchandfilter > ul > li:first-child li.sf-item-29 label::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 50%;
	right: -22px;
	transform: translateY(-50%);
	background-color: #3d3a39;
}
.works_search .searchandfilter > ul > li:first-child li.sf-item-30{
	width: 105px;
}
.works_search .searchandfilter > ul > li:first-child li label::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.works_search .searchandfilter > ul > li:first-child li.sf-item-29 label::after{
	background-image: url("../images/simplenote.svg");	
}
.works_search .searchandfilter > ul > li:first-child li.sf-item-30 label::after{
	background-image: url("../images/custom.svg");
}
.works_search .searchandfilter > ul > li:first-child li input:checked + label::after{
	opacity: 0.7;
}
.works_search .searchandfilter li[data-sf-field-input-type="radio"] label{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.works_search .searchandfilter > ul > li ul li input[type="radio"], .works_search .searchandfilter > ul > li ul li input[type="checkbox"]{
	display: none;
}
/* tag */
.works_search .searchandfilter > ul > li:nth-child(2){
	display: flex;
	align-items: flex-start;
	width: 88.3%;
	margin-top: 1.41rem;
}
.works_search .searchandfilter > ul > li:nth-child(2) h4{
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.01em;
	font-size: 1.66rem;
	padding-top: 0;
	padding-bottom: 1.6rem;
	margin-right: 2rem;
}
.works_search .searchandfilter > ul > li:nth-child(2) h4::after{
	position: absolute;
	content: "タグ";
	font-size: 0.83rem;
	letter-spacing: 0.04em;
	font-weight: 500;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	left: 0;
	bottom: 0;
}
.works_search .searchandfilter > ul > li:nth-child(2) li{
	margin-right: 10px;
	margin-right: 6px;
	padding: 3px 0;
}
.works_search .searchandfilter li[data-sf-field-input-type="checkbox"] label{
	background-color: #f0f0f0;
	color: #000;
	border-radius: 3px;
	padding: 0.2rem 1.44rem;
	font-weight: bold;
	font-size: 0.83rem;
	letter-spacing: 0.02em;
	cursor: pointer;
}
.sf-field-taxonomy-gallery_tag {
  max-height: 87px; /* 適宜調整 */
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease; /* max-height と padding-bottom をトランジション */
}
.sf-field-taxonomy-gallery_tag.open{
	max-height: 1000px;
}
.sf-field-taxonomy-gallery_tag.expanded {
  max-height: 1000px; /* ← これを使うことで transition が効くようにする */
}
.search_more{
	width: 64%;
	margin-left: calc(51.1px + 2rem);
	text-align: center;
	margin-top: 1.15rem;
}
.show-more-btn {
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	font-size: 0.83rem;
	letter-spacing: 0.02em;
	color: #000;
	width: 95px;
	cursor: pointer;
	transition: .3s;
}
.show-more-btn .plus{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #608fc1;
	position: relative;
	display: block;
	margin-right: 14px;
	transition: transform 0.3s ease;
}
.show-more-btn .plus::before, .show-more-btn .plus::after{
	position: absolute;
	content: "";
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.show-more-btn .plus::before{
	width: 10px;
	height: 1px;
}
.show-more-btn .plus::after{
	width: 1px;
	height: 10px;
}
.show-more-btn .plus.is-close{
	transform: rotate(45deg);
}
.sf-field-taxonomy-gallery_tag::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #fff;
  pointer-events: none;
  transition: opacity 0.3s;
}
.sf-field-taxonomy-gallery_tag.expanded::after {
  opacity: 0;
}
@media screen and (min-width: 576px){
	/* category */
	.works_search .searchandfilter > ul > li:first-child li{
		height: 22px;
	}
	.works_search .searchandfilter > ul > li:first-child li.sf-item-29{
		width: 195px;
		margin-right: 66px;
	}
	.works_search .searchandfilter > ul > li:first-child li.sf-item-30{
		width: 140px;
	}
	.works_search .searchandfilter > ul > li:first-child li.sf-item-29 label::before{
		width: 6px;
		height: 6px;
		right: -36px;
	}
	/* tag */
	.works_search .searchandfilter > ul > li:nth-child(2) h4{
		margin-right: 4.56rem;
	}
	.works_search .searchandfilter > ul > li:nth-child(2) li{
		margin-right: 10px;
		padding: 5px 0;
	}
	.sf-field-taxonomy-gallery_tag{
		max-height: 65px;
	}
	.search_more{
		width: 58%;
		margin-left: calc(51.1px + 4.56rem);
	}
}
@media screen and (min-width: 768px){
	.works_search{
		margin-bottom: 3.15rem;
	}
	/* category */
	.works_search .searchandfilter > ul > li:first-child li{
		height: 24px;
	}
	.works_search .searchandfilter > ul > li:first-child li.sf-item-29{
		width: 250px;
		margin-right: 86px;
	}
	.works_search .searchandfilter > ul > li:first-child li.sf-item-30{
		width: 165px;
	}
	.works_search .searchandfilter > ul > li:first-child li.sf-item-29 label::before{
		right: -46px;
	}
	/* tag */
	.works_search .searchandfilter > ul > li:nth-child(2) h4{
		padding-top: 2px;
		margin-right: 6.08rem;
	}
	.sf-field-taxonomy-gallery_tag{
		max-height: 66px;
	}
	.search_more{
		width: 62%;
		margin-left: calc(51.1px + 6.08rem);
	}
}
@media screen and (min-width: 992px){
	/* category */
	.works_search .searchandfilter > ul > li:first-child{
		padding-bottom: 2.66rem;
	}
	/* tag */
	.works_search .searchandfilter > ul > li:nth-child(2){
		margin-top: 2.08rem;
	}
	.works_search .searchandfilter > ul > li:nth-child(2) h4{
		margin-right: 7.6rem;
	}
	.search_more{
		width: 66.3%;
		margin-left: calc(51.1px + 7.6rem);
	}
}
@media screen and (min-width: 1200px){
	.works_search{
		margin-bottom: 4.83rem;
	}
	/* category */
	.works_search .searchandfilter > ul > li:first-child{
		padding-bottom: 2.8rem;
	}
	/* tag */
	.works_search .searchandfilter > ul > li:nth-child(2){
		margin-top: 2.06rem;
	}
	.works_search .searchandfilter > ul > li:nth-child(2) h4{
		padding-bottom: 2rem;
		margin-right: 9.13rem;
	}
	.works_search .searchandfilter > ul > li:nth-child(2) h4::after{
		font-size: 0.8rem;
	}
	.works_search .searchandfilter > ul > li:nth-child(2) li{
		margin-right: 15px;
		padding: 7px 0;
	}
	.works_search .searchandfilter li[data-sf-field-input-type="checkbox"] label{
		border-radius: 5px;
		font-size: 0.8rem;
	}
	.sf-field-taxonomy-gallery_tag{
		max-height: 91px;
	}
	.search_more{
		width: 68.2%;
		margin-left: calc(63.8px + 9.13rem);
		margin-top: 1.93rem;
	}
	.show-more-btn{
		width: 108px;
	}
}
@media screen and (min-width: 1600px){
	/* tag */
	.search_more{
		width: 73.5%;
	}
}
@media screen and (max-width: 767px){
	/* tag */
	.works_search .searchandfilter > ul > li:nth-child(2) h4{
		display: none;
	}
	.search_more{
		margin-left: 0;
		width: 89.465%;
	}
}

/*---------- 一覧 ----------*/
.ac_works_block{
	margin-bottom: 0;
}
.ac_works_block > li{
	list-style: none;
	margin-top: 3.33rem;
}
.ac_works_block > li:first-child{
	margin-top: 0;
}
.ac_works_block > li a:hover{
	text-decoration: none;
}
.ac_works_block > li .zoom{
	border-radius: 5px;
	margin-bottom: 1.51rem;
}
.ac_works_block .w_tit{
	font-size: 1.25rem;
	letter-spacing: 0.02em;
}
.ac_works_block .works_tag{
	margin-top: 0.96rem;
}
.ac_works_block .works_category{
	margin-top: 2rem;
}
.ac_works .pagenation li.prev span, .ac_works .pagenation li.next span, .ac_works .pagenation li.prev a, .ac_works .pagenation li.next a{
	background-color: #608dbf;
}
@media screen and (min-width: 768px){
	.ac_works_block{
		display: flex;
		flex-wrap: wrap;
	}
	.ac_works_block > li{
		width: calc((100% - 40px)/3);
		margin-right: 20px;
	}
	.ac_works_block > li:nth-child(2), .ac_works_block > li:nth-child(3){
		margin-top: 0;
	}
	.ac_works_block > li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.ac_works_block > li{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
	}
}
@media screen and (min-width: 1200px){
	.ac_works_block > li{
		width: calc((100% - 80px)/3);
		margin-right: 40px;
		margin-top: 4.16rem;
	}
	.ac_works_block > li .zoom{
		border-radius: 10px;
		margin-bottom: 2rem;
	}
	.ac_works_block .w_tit{
		font-size: 1.13rem;
	}
	.ac_works_block .works_tag{
		margin-top: 1.03rem;
	}
	.ac_works_block .works_category{
		margin-top: 2.3rem;
	}
}
/********************
/* 施工事例　single
********************/
#main2 .works_titArea h1{
	margin-bottom: 1.53rem;
}
.works_titArea .works_tag{
	margin-top: 0;
}
.works_titArea .works_category{
	margin-top: 1.9rem;
}
.works_eye{
	border-radius: 5px;
	overflow: hidden;
	margin-top: 2.51rem;
	margin-bottom: 2.91rem;
}
.works_details{
	margin-bottom: 3.46rem;
}
.works_table{
	margin-bottom: 2rem;
}
.works_table #form th, .works_table #form td{
	line-height: 2.3;
	letter-spacing: 0.05em;
	padding: 1.08rem 0;
}
.works_text p{
	text-align: justify;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){
	.works_eye{
		border-radius: 10px;
		margin-bottom: 3.33rem;
	}
	.works_details{
		margin-bottom: 4.44rem;
	}
}
@media screen and (min-width: 992px){
	.works_details{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 5.55rem;
	}
	.works_table{
		width: 35.15%;
		margin-bottom: 0;
	}
	.works_text{
		width: 54.68%;
	}
}
@media screen and (min-width: 1200px){
	#main2 .works_titArea h1{
		margin-bottom: 1.53rem;
	}
	.works_titArea .works_category{
		margin-top: 2.2rem;
	}
	.works_eye{
		border-radius: 20px;
		margin-top: 4.16rem;
		margin-bottom: 4.66rem;
	}
	.works_details{
		margin-bottom: 6.66rem;
	}
	.works_table #form th, .works_table #form td{
		font-size: 0.86rem;
	}
	.works_text p{
		font-size: 0.86rem;
	}
}
@media only screen and (max-width: 479px){
	.works_table #form th, .works_table #form td{
		display: table-cell;
		padding: 15px 0;
	}
	.works_table #form th{
		width: 30%;
		border-bottom: 1px solid rgba(198,198,198,0.5);
	}
	.works_table #form td{
		width: 70%;
	}
	.works_table #form tr:first-child td{
		border-top: 1px solid rgba(198,198,198,0.5);
	}
}
/* ギャラリー */
.works_contents{
	margin-bottom: 0;
}
.works_contents li{
	list-style: none;
	margin-top: 20px;
}
.works_contents li:first-child{
	margin-top: 0;
}
.works_contents li a{
	display: block;
}
.works_img{
	border-radius: 5px;
	overflow: hidden;
}
.works_img_flex{
	display: flex;
	justify-content: space-between;
}
.works_img_flex .works_img{
	width: calc((100% - 15px)/2);
}
@media screen and (min-width: 768px){
	.works_contents li{
		margin-top: 25px;
	}
	.works_img{
		border-radius: 10px;
	}
	.works_img_flex .works_img{
		width: calc((100% - 20px)/2);
	}
}
@media screen and (min-width: 992px){
	.works_contents li{
		margin-top: 37px;
	}
	.works_img_flex .works_img{
		width: calc((100% - 30px)/2);
	}
}
@media screen and (min-width: 1200px){
	.works_contents li{
		margin-top: 50px;
	}
	.works_img{
		border-radius: 20px;
	}
	.works_img_flex .works_img{
		width: calc((100% - 40px)/2);
	}
}

.works_single .yoyaku{
	margin-top: 3.46rem;
}
@media screen and (min-width: 768px){
	.works_single .yoyaku{
		margin-top: 4.44rem;
	}
}
@media screen and (min-width: 992px){
	.works_single .yoyaku{
		margin-top: 5.55rem;
	}
}
@media screen and (min-width: 1200px){
	.works_single .yoyaku{
		margin-top: 6.66rem;
	}
}
/* works_other */
.works_other{
	margin-top: 5rem;
}
@media screen and (min-width: 768px){
	.works_other{
		margin-top: 6.66rem;
	}
	.works_other .ac_works_block{
		justify-content: center;
	}
	.works_other .ac_works_block > li{
		margin-top: 0;
	}
	.works_other .ac_works_block > li:last-child{
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.works_other{
		margin-top: 8.32rem;
	}
}
@media screen and (min-width: 1200px){
	.works_other{
		margin-top: 10rem;
	}
}
.works_single .c-post-index__link{
	background-color: #608dbf;
}


/********************
/* お客様の声
********************/
.voice_block{
	margin-top: -12px;
}
.voice_item{
	position: relative;
	margin-top: 3.33rem;
}
.voice_item:first-child{
	margin-top: 0;
}
.voice_item_inner{
	padding-top: 12px;
	position: relative;
}
.voice_item .voice_no{
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 1;
}
.voice_no{
	font-size: 2.5rem;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 1;
	display: inline-flex;
	margin-bottom: 0;
}
.voice_no span{
	font-size: 1.5rem;
	position: relative;
	top: 3px;
}
.voice_item a{
	color: #000;
}
.voice_item a:hover{
	text-decoration: none;
}
.voice_item .zoom{
	border-radius: 7px;
	overflow: hidden;
}
.voice_tit{
	font-size: 1.41rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 2.66rem;
	margin-bottom: 0;
}
.voice_pf{
	margin-top: 1.3rem;
	color: #606060;
}
.voice_place, .voice_family{
	display: flex;
	margin-top: 0.51rem;
}
.voice_place .img, .voice_family .img{
	width: 10px;
	height: 16px;
	margin-right: 10px;
}
.voice_place .img img, .voice_family .img img,
#main2 .voice_place .img img, #main2 .voice_family .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}
.voice_place .txt, .voice_family .txt{
	margin-top: -2px;
}
@media screen and (min-width: 768px){
	.voice_block{
		display: flex;
		flex-wrap: wrap;
	}
	.voice_item{
		width: calc((100% - 30px)/3);
		margin-right: 15px;
	}
	.voice_item:nth-child(2), .voice_item:nth-child(3){
		margin-top: 0;
	}
	.voice_item:nth-child(3n){
		margin-right: 0;
	}
	.voice_item_inner{
		padding: 12px 0 0 12px;
	}
	.voice_item .voice_no{
		right: unset;
		left: 0;
	}
}
@media screen and (min-width: 992px){
	.voice_item{
		margin-top: 4.16rem;
	}
}
@media screen and (min-width: 1200px){
	.voice_block{
		margin-top: -25px;
	}
	.voice_item{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
		margin-top: 4.66rem;
	}
	.voice_item_inner{
		padding:  25px 0 0 22px;
	}
	.voice_item .zoom{
		border-radius: 10px;
	}
	.voice_no{
		font-size: 3.5rem;
	}
	.voice_no span{
		font-size: 2rem;
	}
	.voice_tit{
		font-size: 1.33rem;
		margin-top: 2.43rem;
	}
	.voice_pf{
		display: flex;
		flex-wrap: wrap;
		margin-top: 1rem;
	}
	.voice_place{
		margin-right: 27px;
	}
	.voice_place .img, .voice_family .img{
		width: 13px;
		height: 20px;
		margin-right: 7px;
	}
	.voice_place .txt, .voice_family .txt{
		margin-top: -4px;
	}
}


/********************
/* Information
********************/
.post_scroll{
	margin-bottom: 0;
}
.post_scroll .post_item{
	list-style: none;
	position: relative;
	padding: 20px 0;
}
.post_scroll .post_item::before, .post_scroll .post_item::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(64,63,61,0.25);
	left: 0;
}
.post_scroll .post_item::after{
	content: "";
	bottom: 0;
}
.post_scroll .post_item:first-child::before{
	content: "";
	top: 0;
}
.post_scroll .post_item a{
	display: flex;
	justify-content: space-between;
}
.post_scroll .post_item a:hover{
	text-decoration: none;
}
.info_txtArea{
	width: 60.8%;
}
.info_date_cat{
	display: flex;
	align-items: center;
	margin-bottom: 0.85rem;
}
.info_date_cat .post_cat{
	width: 70px;
	height: 24px;
	border-radius: 2px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: 0.8rem;
	margin-right: 10px;
}
.info_date_cat .post_cat.news{
	background-color: #d95f4c;
}
.info_date_cat .post_cat.blog{
	background-color: #e5c733;
}
.info_date_cat .post_cat.columns{
	background-color: #608dbf;
}
.info_date_cat .post_date{
	font-size: 1rem;
	letter-spacing: 0.02em;
	font-weight: 400;
	color: #000;
	margin-bottom: 0;
}
.post_tit{
	color: #000;
	font-size: 1rem;
	letter-spacing: 0.03em;
	font-weight: bold;
	margin-bottom: 0;
}
.info_eye{
	width: 27%;
	height: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 5px;
	overflow: hidden;
}
.info_eye img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
@media screen and (min-width: 768px){
	.info_txtArea{
		align-self: center;
	}
	.info_eye{
		aspect-ratio: 7 / 5;
	}
}
@media screen and (min-width: 1200px){
	.info_date_cat{
		margin-bottom: 1.4rem;
	}
	.info_date_cat .post_cat{
		width: 100px;
		height: 35px;
		border-radius: 3px;
		margin-right: 20px;
	}
	.post_tit{
		font-size: 1.33rem;
	}
	.info_eye{
		border-radius: 10px;
	}
}


/********************
/* 投稿　archive
********************/
.info_cat{
	display: flex;
	justify-content: center;
	margin-bottom: 3.33rem;
}
.info_cat li{
	list-style: none;
	position: relative;
	padding-bottom: 20px;
	margin-right: 20px;
}
.info_cat li:last-child{
	margin-right: 0;
}
.info_cat li.active::after{
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.info_cat li a{
	display: inline-block;
	color: #000;
	font-weight: 400;
	font-size: 1.08rem;
	letter-spacing: 0;
	transition: .3s;
}
.info_cat li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.archive_wrap .pagenation li.prev span, .archive_wrap .pagenation li.next span, .archive_wrap .pagenation li.prev a, .archive_wrap .pagenation li.next a{
	background-color: #608dbf;
}
@media screen and (min-width: 576px){
	.info_cat{
		margin-bottom: 2.6rem;
	}
}
@media screen and (min-width: 992px){
	.archive_wrap{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.info_cat{
		display: block;
		position: sticky;
		top: 100px;
	}
	.info_cat li{
		padding-left: 27px;
		padding-bottom: 0;
		margin-right: 0;
		margin-bottom: 0.7rem;
	}
	.info_cat li.active::after{
		top: 50%;
		left: 0;
		bottom: unset;
		transform: translateY(-50%);
	}
	.archive_right{
		width: 75%;
	}
}
@media screen and (min-width: 1200px){
	.info_cat li a{
		font-size: 0.93rem;
	}
}
@media screen and (min-width: 1600px){
	.archive_right{
		width: 83.98%;
	}
}

/********************
/* 投稿　single
********************/
.sgl_eye{
	text-align: center;
}
.sgl_eye img{
	border-radius: 10px;
}
.post_content {
	margin-top: 3.33rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
}
.post_content .align-center{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2.1rem;
}
@media screen and (min-width: 768px){
	.post_content{
		width: 90%;
		margin: 4.44rem auto 0;
	}
}
@media screen and (min-width: 992px){
	.post_content{
		width: 80%;
		max-width: 700px;
		margin-top: 5.55rem;
	}
}
@media screen and (min-width: 1200px){
	.sgl_eye img{
		border-radius: 20px;
	}
	.post_content{
		font-size: 0.86rem;
	}
	.post_content .align-center{
		margin-bottom: 3.7rem;
	}
}
@media screen and (min-width: 1400px){
	.post_content{
		margin-top: 6.66rem;
	}
}
/* イベント以外の投稿 */
.single_wrap .info_date_cat{
	margin-bottom: 2.58rem;
}
@media screen and (min-width: 1200px){
	.single_wrap .info_date_cat{
		margin-bottom: 4.2rem;
	}
}
/* イベント専用 */
.ev_plday{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 2.34rem;
}
.ev_details{
	margin: 3.33rem auto 0;
}
.ev_details #form th, .ev_details #form td{
	font-size: 0.916rem;
	padding: 1.5rem 0;
}
.ev_map{
	display: inline-flex;
	align-items: center;
	color: #606060;
}
.ev_map:hover{
	text-decoration: none;
	color: #606060;
}
.ev_map .map_icon{
	position: relative;
	width: 13px;
	height: 20px;
	margin-right: 6px;
}
.ev_map .map_icon::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url("../images/icon_map.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0.63;
}
.yoyaku{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #d95f4c;
	width: 230px;
	height: 50px;
	border-radius: 40px;
	font-size: 0.93rem;
	letter-spacing: 0;
	font-weight: 500;
	text-decoration: none;
	transition: .3s;
	margin-top: 3rem;
}
.yoyaku:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
@media screen and (min-width: 768px){
	.ev_plday{
		flex-direction: row;
	}
	.ev_plday .ev_place{
		margin-right: 30px;
		margin-bottom: 0;
	}
	.ev_details{
		width: 90%;
		margin: 4.44rem auto 0;
	}
}
@media screen and (min-width: 992px){
	.ev_details{
		width: 80%;
		max-width: 700px;
		margin-top: 5.55rem;
	}
}
@media screen and (min-width: 1200px){
	.ev_plday{
		flex-direction: row;
		margin-bottom: 4.86rem;
	}
	.ev_plday .ev_place{
		margin-right: 40px;
	}
	.ev_details #form th, .ev_details #form td{
		font-size: 0.86rem;
	}
	.yoyaku{
		height: 60px;
		margin-top: 4rem;
	}
}
@media screen and (min-width: 1400px){
	.ev_details{
		margin-top: 6.66rem;
	}
}
@media only screen and (max-width: 479px){
	.ev_details #form th{
		padding: 1.5rem 0 0;
	}
	.ev_details #form td{
		padding: 0.75rem 0 1.5rem;
	}
}

/********************
/* お客様の声　single
********************/
.voice_single{
	width: 100%;
}
.voice_left{
	margin-bottom: 4rem;
}
.voice_subimg, .voice_img{
	text-align: center;
}
#main2 .voice_subimg img, #main2 .voice_img img{
	border-radius: 5px;
}
.voice_subimg{
	margin-bottom: 1.06rem;
}
.voice_img{
	margin-top: 1.7rem;
}
.voice_subtit{
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.03em;
	font-size: 1.41rem;
	margin-bottom: 0;
}
.voice_left .voice_pf{
	margin-top: 0.8rem;
}
.voice_contents{
	margin-bottom: 0;
}
.voice_contents li{
	list-style: none;
	margin-bottom: 4.44rem;
}
.voice_contents li:last-child{
	margin-bottom: 0;
}
#main2 .voice_contents h2, #main2 .voice_contents h3{
	position: relative;
	color: #000;
	background-color: transparent;
	border: none;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.8;
	font-size: 1.58rem;
	padding-top: 2.08rem;
	margin-bottom: 1rem;
}
#main2 .voice_contents h2::after, #main2 .voice_contents h3::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #000;
}
.voice_comment p{
	text-align: justify;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 0;
}
.voice_right .yoyaku{
	margin-top: 4.44rem;
}
@media screen and (min-width: 768px){
	.voice_left{
		margin-bottom: 5rem;
	}
	.voice_contents li{
		margin-bottom: 5.55rem;
	}
	.voice_img{
		margin-top: 2.26rem;
	}
	.voice_right .yoyaku{
		margin-top: 5.55rem;
	}
}
@media screen and (min-width: 992px){
	.voice_single{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.voice_left{
		position: sticky;
		top: 100px;
		width: 31.6%;
		margin-bottom: 0;
	}
	.voice_right{
		width: 59.69%;
	}
	.voice_img{
		margin-top: 2.82rem;
	}
}
@media screen and (min-width: 1200px){
	.voice_subimg{
		margin-bottom: 1.3rem;
	}
	.voice_subtit{
		font-size: 1.4rem;
	}
	#main2 .voice_subimg img, #main2 .voice_img img{
		border-radius: 10px;
	}
	#main2 .voice_contents h2, #main2 .voice_contents h3{
		font-size: 1.6rem;
		padding-top: 2.8rem;
		margin-bottom: 2.03rem;
	}
	.voice_comment p{
		font-size: 0.86rem;
	}
	.voice_img{
		margin-top: 3.4rem;
	}
	.voice_right .yoyaku{
		margin-top: 6.66rem;
	}
}
@media screen and (min-width: 1400px){
	.voice_contents li{
		margin-bottom: 6.66rem;
	}
}
@media screen and (min-width: 1750px){
	.voice_single{
		width: 96.21%;
	}
}
/* voice_other */
.voice_other{
	margin-top: 4.83rem;
}
.voice_other .voice_block{
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.voice_other{
		margin-top: 6.44rem;
	}
	.voice_other .voice_block{
		justify-content: center;
	}
	.voice_other .voice_item:last-child{
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.voice_other{
		margin-top: 8.05rem;
	}
}
@media screen and (min-width: 1200px){
	.voice_other{
		margin-top: 9.66rem;
	}
}
