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

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


/* 各メディアごとのマージン設定
--------------------------- */
/* 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_max991{
	display: none;
}
.none_min992{
	display: block;
}
@media screen and (min-width: 992px){
	.none_max991{
		display: block;
	}
	.none_min992{
		display: none;
	}
}

/*******************************
container
*******************************/
.container_1000{
	width: 86%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.container_1200{
	width: 86%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.container_1290{
	width: 86%;
	max-width: 1290px;
	margin-right: auto;
	margin-left: auto;
}
.container_1300{
	width: 86%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.container_1360{
	width: 86%;
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
}


/*******************************
font
*******************************/
.f-ns{
	 font-family: "Noto Serif JP", serif;
}
.f-ws{
	font-family: "Work Sans", serif;
	font-weight: 300;
}


/*******************************
見出し
*******************************/
/* c-title1 */
.c-title1{
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-bottom: 2.13rem;
}
.c-title1 .f-eng{
	display: block;
	letter-spacing: -0.01em;
	font-size: 2.5rem; 
	line-height: 1;
	margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px){
	.c-title1{
		margin-bottom: 2.84rem;
	}
	.c-title1 .f-eng{
		font-size: 4.33rem;
		margin-bottom: 0.96rem;
	}
}
@media screen and (min-width: 992px){
	.c-title1{
		margin-bottom: 3.55rem;
	}
}
@media screen and (min-width: 1400px){
	.c-title1{
		margin-bottom: 4.26rem;
	}
}
/* c-title2 */
.c-title2.f-ns{
	font-size: 1.83rem;
	letter-spacing: 0;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 1.93rem;
}
.c-title2 .f-eng{
	display: block;
	font-size: 0.93rem;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: 0.73rem;
}
@media screen and (min-width: 768px){
	.c-title2.f-ns{
		font-size: 2.03rem;
		margin-bottom: 2.57rem;
	}
	.c-title2 .f-eng{
		margin-top: 0.97rem;
	}
}
@media screen and (min-width: 992px){
	.c-title2.f-ns{
		margin-bottom: 3.21rem;
	}
	.c-title2 .f-eng{
		margin-top: 1.21rem;
	}	
}
@media screen and (min-width: 1200px){
	.c-title2.f-ns{
		font-size: 2.33rem;
		margin-bottom: 3.86rem;
	}
	.c-title2 .f-eng{
		margin-top: 1.46rem;
	}
}
/* en_tit */
.en_tit{
	font-size: 1rem;
	letter-spacing: 0.02em;
	margin-bottom: 1.67rem;
}
@media screen and (min-width: 768px){
	.en_tit{
		font-size: 1.2rem;
	}
}

/* big_txt */
.big_txt{
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-bottom: 1.23rem;
}
@media screen and (min-width: 1200px){
	.big_txt{
		font-size: 2rem;
		margin-bottom: 1.46rem;
	}
}

/* txt_block */
.txt_block p{
	margin-bottom: 0;
}

/*******************************
TOP BUTTON
*******************************/
/* vm */
.vm{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.93rem;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
	background-color: #dcab06;
	padding: 1.15rem 5.7rem;
	border-radius: 60px;
	transition: .3s;
}
.vm:hover{
	text-decoration: none;
	background-color: #997704;
	color: #fff;
}


/*******************************
パンクズ
*******************************/
#pls {
	width: 100%;
	margin: 0;
	padding-bottom: 1.566rem;
}
#pan {
    font-size: 0.866rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	color: #000;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.04em;
}
#pan a{
    color: #989898;
    text-decoration: none;
}
.pan-punctuation {
  display: inline-block;
	color: #ddac06;
	margin: 0 10px;
}
@media screen and (min-width: 768px){
	#pls{
		padding-bottom: 2.086rem;
	}
    #pan{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
    }
}
@media screen and (min-width: 992px){
	#pls{		
		padding-bottom: 2.607rem;
	}
}
@media screen and (max-width: 1399px){
	#pls{
        padding-top: 4.58rem;
		display: block;
	}  
}
@media screen and (max-width: 576px){
	#pls{
        padding-top: 3.58rem;
	}
}
@media screen and (min-width: 1400px){
	#pls{
		padding-top: 4.033rem;
		padding-bottom: 3.133rem;
	} 
}

/*******************************
/* フォーム/テーブル
*******************************/
.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: 32px 0;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	border-bottom: 1px solid rgba(183,183,183,0.5);
}
#form tr:first-child th, #form tr:first-child td{
	border-top: 1px solid rgba(183,183,183,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;    
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	margin-top: 4rem;
}
.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagenation ul {
  margin: 0;
    display: flex;
    justify-content: center;
}
.pagenation li {
  list-style: none outside none;
  margin-left: 6px;
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
	background-color: #dcab06;
    color: #fff;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
	border-radius: 50%;
    font-size: 1.2rem;
	font-family: "Inter", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.05em;
}
.pagenation li a {
    position: relative;
	text-decoration: none;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
    font-size: 1.2rem;
	letter-spacing: -0.05em;
	font-family: "Inter", serif;
	font-weight: 400;
	font-style: normal;
	overflow: hidden;
}
.pagenation li a:hover {
	text-decoration: none;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}
.pagenation li.prev,
.pagenation li.next{
	text-transform: uppercase;
}
.pagenation li.prev a,
.pagenation li.next a{
	position: relative;
	font-size: 0;
	color: transparent;
}
.pagenation li.prev a::after,
.pagenation li.next a::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 8px;
	top: 50%;
	left: 50%;
}
.pagenation li.prev a::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.pagenation li.next a::after{
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 768px){
	.pagenation{
		margin-top: 4.44rem;
	}
}
@media screen and (min-width: 992px){
	.pagenation{
		margin-top: 5.55rem;
	}
}
@media screen and (min-width: 1200px){
	.pagenation li.prev a::after,
	.pagenation li.next a::after{
		width: 12px;
		height: 10px;
	}
}
@media screen and (min-width: 1400px){
	.pagenation{
		margin-top: 6.66rem;
	}
}
@media screen and (max-width: 767px){
    .pagenation{
        margin-top: 3.33rem;
    }
    .pagenation li{
        margin-left: 6px;
    }
    .pagenation li.active{
        width: 35px;
        height: 35px;
    }
    .pagenation li a{
        width: 35px;
        height: 35px;
    }
}
/*******************************
/* 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: 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;
	}
}



/*****************************
/* フォーム共通
*****************************/
.form_outer{
	position: relative;
	width: 93%;
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6.79rem;
	padding: 5.84rem 0 6.46rem;
}
.form_outer::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: -1;
}
.form_inner{
	width: 86%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.form_inner .c-title1{
	margin-bottom: 2.56rem;
}
.form_inner .c-title1 .f-eng{
	font-size: 2.5rem;
	margin-bottom: 1.22rem;
}
@media screen and (min-width: 768px){
	.form_inner .c-title1 .f-eng{
		font-size: 3.07rem;
	}
}
@media screen and (min-width: 1200px){
	.form_inner .c-title1{
		margin-bottom: 4.93rem;
	}
	.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{
	line-height: 2;
	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;
	line-height: 1.4;
	margin-bottom: 1.22rem;	
}
.outro_tel{
	display: inline-block;
	color: #000;
	font-size: 2.76rem;
	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{
	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: #f1f1f1;
    border: none;
    padding: 1.15rem 1rem;
	font-size: 0.92rem;
    margin: 0;
    width: 100%;
	border-radius: 0;
	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: 1rem;
	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;
	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: 354px;
	height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.13rem;
	background-color: #dcab06;
	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{
		font-size: 1.06rem;
		margin-bottom: 0.96rem;
	}
}
@media screen and (min-width: 1200px){
	#form_customize .form_block{
		margin-bottom: 3.13rem;
	}
	/* 送信ボタン */
	#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;
	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: #f1f1f1;
	border-radius: 0;
	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;
	}
	#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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	border-top: 1px solid rgba(140,140,140,0.25);
	margin-top: 3.75rem;
	padding-top: 2.5rem;
}
.c-post-index__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
	transition: .3s;
}
.c-post-index__link span {
  display: inline-block;
  margin-top: 2px;
	color: #000;
}
.c-post-index__link img {
  display: block;
  height: 30px;
  margin-left: 18px;
	width: 15px;
	margin-top: 2px;
}
.c-post-index__link.link-prev img {
  margin-left: 0;
  margin-right: 18px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
	width: 15px;
	margin-top: 2px;
}
.c-post-index__link.is-disable {
  opacity: 0.3;
  pointer-events: none;
}
.c-post-index__link:hover{
	color: #000;
	text-decoration: none;
	opacity: 0.7;
	transition: .3s;
}
.c-post-index__text {
	line-height: 1;
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	color: #000;
}
.c-post-index__text:hover{
	text-decoration: none;
	opacity: 0.7;
	color: #000;
	transition: .3s;
}
.c-post-index--tab {
  display: none;
}
@media screen and (min-width: 768px){
	.c-post-index{
		margin-top: 5.75rem;
		padding-top: 5rem;
	}
}
@media screen and (min-width: 768px){
	.c-post-index{
		margin-top: 5.75rem;
		padding-top: 5rem;
	}
}
@media screen and (min-width: 1200px){
	.c-post-index__text{
		font-size: 1rem;
	}
	.c-post-index__link{
		font-size: 1rem;
	}
}
@media screen and (min-width: 1400px){
	.c-post-index{
		margin-top: 6.75rem;
		padding-top: 6rem;
	}
}
@media screen and (max-width: 767px) {
  .c-post-index__text {
    font-size: 1rem;
  }
  .c-post-index__link {
    font-size: 1rem;
  }
  .c-post-index__link img {
    width: 10px;
    margin-left: 10px;
  }
  .c-post-index__link.link-prev img {
	  width: 10px;
	  margin-right: 10px;
  }
}

/********************
/* イベント一覧
********************/
.event_item a{
	display: block;
}
.event_item a:hover{
	text-decoration: none;
}
.event_item .zoom{
	position: relative;
}
.event_end{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.86rem;
	letter-spacing: 0.04em;
	background-color: rgba(0,0,0,0.3);
}
.ev_tit{
	font-size: 1.13rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	font-weight: 500;
	color: #000;
	margin-top: 1.6rem;
	margin-bottom: 0;
}
.ev_detail{
	font-size: 0.86rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #787878;
	margin-top: 0.6rem;
	margin-bottom: 1.36rem;
}
.post_cat{
	font-size: 0.86rem;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #000;
	background-color: #f1f1f1;
	border-radius: 30px;
	padding: 0.64rem 1.18rem;
	display: inline-block;
}
/********************
/* イベント一覧
********************/
.acv_event_block{
	margin-bottom: 0;
}
.acv_event_block li{
	list-style: none;
	margin-top: 2.33rem;
}
.acv_event_block li:first-child{
	margin-top: 0;
}
.acv_event_block li a{
	display: block;
}
.acv_event_block li a:hover{
	text-decoration: none;
}
.acv_event_block .post_cat{
	background-color: #fff;
}
@media screen and (min-width: 576px){
	.acv_event_block{
		display: flex;
		flex-wrap: wrap;
	}
	.acv_event_block li{
		width: calc((100% - 2rem)/2);
		margin-right: 2rem;
	}
	.acv_event_block li:nth-child(2){
		margin-top: 0;
	}
	.acv_event_block li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (min-width: 768px){
	.acv_event_block li{
		width: calc((100% - 4rem)/3);
		margin-top: 3.1rem;
	}
	.acv_event_block li:nth-child(3){
		margin-top: 0;
	}
	.acv_event_block li:nth-child(2n){
		margin-right: 2rem;
	}
	.acv_event_block li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.acv_event_block li{
		margin-top: 3.87rem;
	}
}
@media screen and (min-width: 1200px){
	.acv_event_block li{
		width: calc((100% - 6rem)/4);
	}
	.acv_event_block li:nth-child(4){
		margin-top: 0;
	}
	.acv_event_block li:nth-child(2n){
		margin-right: 2rem;
	}
	.acv_event_block li:nth-child(3n){
		margin-right: 2rem;
	}
	.acv_event_block li:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1400px){
	.acv_event_block li{
		margin-top: 4.66rem;
	}
}
/********************
/* イベント詳細
********************/
.ev_date_block{
	display: flex;
	align-items: center;
}
.ev_date{
	font-size: 0.866rem;
	margin-right: 1.33rem;
	margin-bottom: 0;
}
.ev_date_block .post_cat{
	background-color: #fff;
}
.ev_sgl{
	text-align: center;
	margin-bottom: 3.84rem;
}
.ev_single_block{
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.ev_single_block #form{
	margin-bottom: 0;
}
.ev_single_block #form th, .ev_single_block #form td{
	border-bottom: 1px solid #c6c6c6;
	font-size: 0.866rem;
	line-height: 1.8;
	padding: 25px 0;
}
.ev_single_block #form tr:first-child th, .ev_single_block #form tr:first-child td{
	border-top: 1px solid #c6c6c6;
}
.ev_map{
	display: inline-flex;
	align-items: center;
	color: #606060;
	font-size: 1rem;
	transition: .3s;
}
.ev_map:hover{
	text-decoration: none;
	opacity: 0.7;
}
.ev_map .map_icon{
	position: relative;
	width: 11px;
	height: 16px;
	margin-right: 6px;
}
.ev_map .map_icon::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background-image: url("../images/map_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ev_btn{
	font-size: 0.923rem;
	letter-spacing: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 198px;
	height: 51px;
	border-radius: 55px;
	background-color: #000;
	color: #fff;
	margin-top: 3.07rem;
	transition: .3s;
}
.ev_btn:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
.ev_gift{
	position: relative;
	padding: 1.92rem 0 1.692rem;
	margin-top: 3.07rem;
}
.ev_gift::after{
	position: absolute;
	content: "";
	background-color: #dcab06;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.ev_gift_inner{
	width: 80%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.ev_gift_inner p{
	font-size: 1.06rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
.ev_single_block .post_content{
	margin-top: 4.58rem;
}
.ev_single_block .post_content p{
	font-size: 0.86rem;
	line-height: 2.3;
}
@media screen and (min-width: 1200px){
	.ev_date_block{
		margin-bottom: 2.33rem;
	}
	.ev_sgl{
		margin-bottom: 6.66rem;
	}
	.ev_map .map_icon{
		width: 13px;
		height: 20px;
		margin-right: 7px;
	}
	.ev_btn{
		font-size: 0.93rem;
		width: 230px;
		height: 60px;
		margin-top: 4rem;
	}
	.ev_gift{
		padding: 3rem 0 2.66rem;
		margin-top: 4rem;
	}
	.ev_single_block .post_content{
		margin-top: 9rem;
	}
}
@media only screen and (max-width: 479px){
	.ev_single_block #form{
		margin-bottom: 0;
	}
	.ev_single_block #form th{
		padding: 15px 0 5px;
		border-bottom: none;
	}
	.ev_single_block #form td{
		padding: 0 0 15px;
	}
	.ev_single_block #form tr:first-child td{
		border-top: none;
	}
}



/********************
/* インフォ一覧
********************/
.post_item a{
	display: block;
}
.post_item a:hover{
	text-decoration: none;
}
.info_date_cat{
	display: flex;
	align-items: center;
	margin-top: 1.35rem;
}
.info_date_cat .post_date{
	font-size: 0.86rem;
	letter-spacing: 0;
	color: #000;
	margin-right: 13px;
	margin-bottom: 0;
}
.info_date_cat .post_cat{
	letter-spacing: 0;
	background-color: #fff;
}
/* アーカイブ */
.info_cat_index{
	margin-bottom: 2.94rem;
}
.info_cat_index .c-title1{
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.42rem;
}
.info_cat_index .c-title1 .f-eng{
	font-size: 1.66rem;
	letter-spacing: -0.01em;
	margin-bottom: 0.83rem;
}
.info_cat{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.info_cat li{
	list-style: none;
	margin-right: 1.33rem;
	margin-bottom: 0.88rem;
}
.info_cat li a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #000;
	font-size: 0.86rem;
	letter-spacing: 0;
	border-radius: 30px;
	padding: 0.29rem 1.42rem;
	transition: .3s;
}
.info_cat li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.info_cat li.active a{
	background-color: #000;
	color: #fff;
}
.info_cat li.active a:hover{
	opacity: 1;
}
@media screen and (min-width: 768px){
	.info_cat_index{
		display: flex;
		align-items: flex-start;
		margin-bottom: 3.64rem;
	}
	.info_cat_index .c-title1{
		margin-right: 6.44rem;
		margin-bottom: 0;
	}
	.info_cat li{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px){
	.info_cat_index{
		margin-bottom: 4.55rem;
	}
	.info_cat_index .c-title1{
		margin-right: 8.05rem;
	}
}
@media screen and (min-width: 1400px){
	.info_cat_index{
		margin-bottom: 5.46rem;
	}
	.info_cat_index .c-title1{
		margin-right: 9.66rem;
	}
}
/* シングル */
.info .post_cat{
	text-transform: uppercase;
}
.info .post_content{
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.info .post_content p{
	font-size: 0.86rem;
	line-height: 2.3;
}
.info .post_content .vm{
	margin-top: 4.015rem;
}
@media screen and (min-width: 768px){
	.info .post_content .vm{
		margin-top: 4.68rem;
	}
}
@media screen and (min-width: 768px){
	.info .post_content .vm{
		margin-top: 5.85rem;
	}
}
@media screen and (min-width: 1400px){
	.info .post_content .vm{
		margin-top: 7.03rem;
	}
}
/* その他の記事 */
.info_other{
	position: relative;
	margin-top: 5.38rem;
	padding-top: 5.46rem;
}
.info_other::after{
	position: absolute;
	content: "";
	width: 94.11%;
	height: 1px;
	background-color: rgba(179,179,179,0.5);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.info_other_inner{
	width: 86%;
	max-width: 1290px;
	margin-right: auto;
	margin-left: auto;
}
.info_other_inner .c-title1{
	font-size: 0.8rem;
	margin-bottom: 3rem;
}
.info_other_inner .c-title1 .f-eng{
	font-size: 1.66rem;
	margin-bottom: 0.83rem;
}
.info_other_inner .acv_event_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info_other_inner .acv_event_block li{
	width: calc((100% - 2rem)/2);
	margin-right: 0;
}
.info_other_inner .acv_event_block li:nth-child(2){
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.info_other{
		margin-top: 6.66rem;
		padding-top: 6.7rem;
	}
	.info_other_inner .acv_event_block li{
		width: calc((100% - 6rem)/4);
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.info_other{
		margin-top: 8.32rem;
		padding-top: 8.37rem;
	}
}
@media screen and (min-width: 1200px){
	.info_other_inner .c-title1{
		margin-bottom: 3.8rem;
	}
}
@media screen and (min-width: 1400px){
	.info_other{
		margin-top: 10rem;
		padding-top: 10.06rem;
	}
}


/********************
/* スタッフ紹介一覧
********************/
.acv_staff_block{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 0;
}
.acv_staff_block li{
	list-style: none;
	width: calc((100% - 15px)/2);
	margin-top: 3.47rem;
	margin-right: 15px;
}
.acv_staff_block li:first-child, .acv_staff_block li:nth-child(2){
	margin-top: 0;
}
.acv_staff_block li:nth-child(2n){
	margin-right: 0;
}
.acv_staff_block li a{
	display: block;
}
.acv_staff_block li a:hover{
	text-decoration: none;
}
.staff_nameblock{
	display: flex;
	align-items: flex-start;
	flex-direction: column-reverse;
	margin-top: 1.3rem;
}
.staff_nameblock .name{
	color: #000;
	font-size: 1.38rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-right: 2rem;
	margin-bottom: 0;
}
.staff_yaku{
	background-color: #000;
	color: #fff;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	line-height: 2;
	padding: 0.2rem 1.77rem;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 0.738rem;
}
.staff_en{
	color: #595959;
	font-size: 0.84rem;
	line-height: 2;
	letter-spacing: 0;
	margin-bottom: 0;
}
@media screen and (min-width: 576px){
	.acv_staff_block li{
		width: calc((100% - 1.33rem)/2);
		margin-right: 1.3rem;
	}
	.acv_staff_block li:nth-child(2n){
		margin-right: 0;
	}
	.staff_nameblock{
		flex-direction: row;
		align-items: center;
	}
	.staff_yaku{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px){
	.acv_staff_block li{
		width: calc((100% - 2.66rem)/3);
		margin-top: 2.84rem;
	}
	.acv_staff_block li:nth-child(3){
		margin-top: 0;
	}
	.acv_staff_block li:nth-child(2n){
		margin-right: 1.3rem;
	}
	.acv_staff_block li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.acv_staff_block li{
		width: calc((100% - 3.54rem)/3);
		margin-right: 1.75rem;
		margin-top: 3.55rem;
	}
	.acv_staff_block li:nth-child(2n){
		margin-right: 1.75rem;
	}
	.acv_staff_block li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px){
	.staff_nameblock .name{
		font-size: 1.33rem;
	}
	.staff_yaku{
		font-size: 0.86rem;
		padding: 0.23rem 1.85rem;
	}
	.staff_en{
		font-size: 0.86rem;
		margin-top: -0.16rem;
	}
}
@media screen and (min-width: 1400px){
	.acv_staff_block li{
		width: calc((100% - 5.32rem)/3);
		margin-top: 4.26rem;
		margin-right: 2.6rem;
	}
	.acv_staff_block li:nth-child(3){
		margin-top: 0;
	}
	.acv_staff_block li:nth-child(2n){
		margin-right: 2.6rem;
	}
	.acv_staff_block li:nth-child(3n){
		margin-right: 0;
	}
}

/********************
/* スタッフ紹介single
********************/
.staff_wrap .c-post-index{
	padding: 0;
	margin: 0;
	border: none;
	display: flex;
    align-items: center;
	justify-content: center;
    position: relative;
}
.staff_wrap .c-post-index__text{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #000;
	position: relative;
}
.staff_wrap .c-post-index__text::after{
	position: absolute;
	content: "";
	background-image: url("../images/staff_index.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	transform: translate(-50%,-50%);
}
.staff_wrap .c-post-index__link{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #000;
	position: relative;
}
.staff_wrap .c-post-index__link::after{
	position: absolute;
	content: "";
	background-image: url("../images/staff_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 8px;
	transform: translate(-50%,-50%);
}
.staff_wrap .c-post-index__link.link-prev::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.staff_wrap .c-post-index__link.is-disable{
	opacity: 0.3;
}
.staff_img{
	margin-bottom: 3rem;
}
.staff_txtArea .staff_yaku{
	margin-bottom: 2.06rem;
}
.staff_txtArea .name{
	font-size: 2.3rem;
	line-height: 1.1;
	letter-spacing: 0.05em;
	margin-bottom: 0.68rem;
}
.staff_txtArea .staff_en{
	font-size: 1.07rem;
	letter-spacing: 0;
}
.staff_shikaku{
	margin-top: 2.36rem;
	margin-bottom: 0;
}
.staff_comment{
	margin-top: 2.97rem;
}
.staff_copy{
	font-size: 1.53rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 1.69rem;
}
.staff_comment p{
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: justify;
	margin-bottom: 0;
}
.staff_youtube{
	margin-top: 4.78rem;
}
.staff_youtube .youtube{
	margin-bottom: 2.69rem;
}
.staff_youtube .vm{
	font-size: 1.07rem;
}
@media screen and (min-width: 768px){
	.staff_wrap{
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: space-between;
	}
	.staff_content{
		width: 70.41%;
	}
	.staff_youtube{
		margin-top: 4.84rem;
	}
	.staff_youtube .youtube{
		margin-bottom: 3.1rem;
	}
	.staff_wrap .c-post-index{
		position: sticky;
		top: 110px;
		flex-direction: column;
		width: 100px;
		height: 100px;
	}
	.staff_wrap .c-post-index__text{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.staff_wrap .c-post-index__link{
		position: absolute;
		bottom: 0;
	}
	.staff_wrap .c-post-index__link.link-prev{
		left: 0;
	}
	.staff_wrap .c-post-index__link.link-next{
		right: 0;
	}
}
@media screen and (min-width: 992px){
	.staff_content{
		width: 79.41%;
		max-width: 1080px;
	}
	.staff_content .flex{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.staff_img{
		width: 48.14%;
		margin-bottom: 0;
	}
	.staff_txtArea{
		width: 41.66%;
	}
	.staff_youtube{
		margin-top: 6.05rem;
	}
	.staff_youtube .youtube{
		margin-bottom: 3.87rem;
	}
}
@media screen and (min-width: 1200px){
	.staff_wrap .c-post-index{
		width: 135px;
		height: 135px;
	}
	.staff_wrap .c-post-index__text{
		width: 60px;
		height: 60px;
	}
	.staff_wrap .c-post-index__text::after{
		width: 14px;
		height: 14px;
	}
	.staff_wrap .c-post-index__link{
		width: 60px;
		height: 60px;
		position: absolute;
		bottom: 0;
	}
	.staff_wrap .c-post-index__link::after{
		width: 13px;
		height: 11px;
	}
	.staff_txtArea .staff_yaku{
		margin-bottom: 2.4rem;
	}
	.staff_txtArea .name{
		font-size: 2.33rem;
		margin-bottom: 0.83rem;
	}
	.staff_txtArea .staff_en{
		font-size: 1.06rem;
	}
	.staff_shikaku{
		margin-top: 2.53rem;
		font-size: .9rem;
	}
	.staff_comment{
		margin-top: 3.4rem;
	}
	.staff_copy{
		font-size: 1.66rem;
		margin-bottom: 2.33rem;
	}
	.staff_youtube .vm{
		font-size: 1.06rem;
	}
}
@media screen and (min-width: 1400px){
	.staff_youtube{
		margin-top: 7.26rem;
	}
	.staff_youtube .youtube{
		margin-bottom: 4.66rem;
	}
}
@media screen and (max-width: 767px){
	.staff_content{
		width: 100%;
		max-width: 520px;
		margin-right: auto;
		margin-left: auto;
	}
	.staff_wrap .c-post-index{
		margin-top: 4rem;
	}
	.staff_wrap .c-post-index__text{
		order: 2;
		margin: 0 2rem;
	}
	.c-post-index__link.link-prev{
		order: 1;
	}
	.c-post-index__link.link-next{
		order: 3;
	}
}
/* その他のスタッフ */
.info_other_inner.staff_other{
	max-width: 1360px;
}
@media screen and (min-width: 768px){
	.staff_other .acv_staff_block{
		justify-content: center;
	}
	.staff_other .acv_staff_block li{
		width: calc((100% - 3.99rem)/4);
		margin-right: 1.3rem;
		margin-top: 0;
	}
	.staff_other .acv_staff_block li:last-child{
		margin-right: 0;
	}
	.staff_other .staff_nameblock{
		display: flex;
		align-items: flex-start;
		flex-direction: column-reverse;
		margin-top: 1.3rem;
	}
}
@media screen and (min-width: 992px){
	.staff_other .acv_staff_block li{
		width: calc((100% - 5.31rem)/4);
		margin-right: 1.75rem;
	}
}
@media screen and (min-width: 1400px){
	.staff_other .acv_staff_block li{
		width: calc((100% - 7.98rem)/4);
		margin-right: 2.6rem;
	}
	.staff_other .staff_nameblock{
		flex-direction: row;
		align-items: center;
	}
}

/********************
/* 部分別ギャラリー
********************/
.detail_container{
	width: 86.66%;
	margin-right: auto;
	margin-left: auto;
}
.detail_accordion{
	position: relative;
}
.detail_accordion .js-accordion-title{
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.detail_accordion .js-accordion-title .f-eng{
	display: flex;
    align-items: center;
	font-size: 1.53rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	text-decoration: underline;
	margin-bottom: 0.3rem;
}
.detail_accordion .js-accordion-title .f-eng .plus{
	position: relative;
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 50%;
	background-color: #ddac06;
	margin-left: 12px;
}
.detail_accordion .js-accordion-title .plus::before{
	position: absolute;
	content: "";
	width: 7px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.detail_accordion .js-accordion-title .plus::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 7px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .3s;
}
.detail_accordion .js-accordion-title.open .plus::after{
	height: 0;
}
.detail_accordion .js-accordion-title .txt{
	font-size: 0.769rem;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}
.detail_accordion .accordion-content{
	display: none;
	margin-top: 0.5rem;
	background-color: #fff;
	padding: 2rem;
	border-radius: 15px;
	position: absolute;
	z-index: 10;
	width: 90%;
	max-width: 700px;
	left: 0;
}
.detail_accordion .accordion-content_inner ul{
	display: flex;
	flex-wrap: wrap;
	margin: -2px 0;
}
.detail_accordion .accordion-content_inner ul li{
	list-style: none;
	margin: 2px 5px 2px 0;
}
.detail_accordion .accordion-content_inner ul li a{
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	display: block;
	padding: 2px 10px;
}
.detail_gallery{
	margin-top: 2.53rem;
}
.detail_gallery > ul{
	margin: -5px -5px -10px;
	column-count: 2;
	column-gap: 0;
}
.detail_gallery > ul > li{
	list-style: none;
	width: 100%;
	padding: 5px 5px 10px;
	padding-bottom: 1rem;
	-webkit-page-break-inside: avoid;
	-moz-page-break-inside: avoid;
	-ms-page-break-inside: avoid;
	page-break-inside: avoid;
}
.detail_gallery > ul > li > a{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.detail_tag{
	margin-top: 1rem;
}
.detail_tag ul{
	display: flex;
	flex-wrap: wrap;
	margin: -2px 0;
}
.detail_tag ul li{
	list-style: none;
	margin: 2px 5px 2px 0;
}
.detail_tag ul li a{
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	display: block;
	padding: 2px 10px;
}
@media screen and (min-width: 768px){
	.detail_container{
		width: 91.76%;
		max-width: 1360px;
	}
	.detail_accordion .accordion-content{
		margin-top: 1.5rem;
	}
	.detail_gallery{
		margin-top: 3.24rem;
	}
	.detail_gallery > ul{
		margin: -10px -10px -15px
	}
	.detail_gallery > ul > li{
		padding: 10px 10px 15px;
	}
}
@media screen and (min-width: 992px){
	.detail_gallery{
		margin-top: 4.05rem;
	}
	.detail_gallery > ul{
		column-count: 3;
		margin: -15px -15px -20px;
	}
	.detail_gallery > ul > li{
		padding: 15px 15px 20px;
	}
}
@media screen and (min-width: 1200px){
	.detail_accordion .js-accordion-title{
		font-size: 1.66rem;
	}
	.detail_accordion .js-accordion-title .f-eng .plus{
		width: 20px;
		height: 20px;
	}
	.detail_accordion .js-accordion-title .plus::before{
		width: 9px;
	}
	.detail_accordion .js-accordion-title .plus::after{
		height: 9px;
	}
	.detail_accordion .js-accordion-title .txt{
		font-size: 0.8rem;
	}
	.detail_accordion .accordion-content_inner ul{
		margin: -5px 0;
	}
	.detail_accordion .accordion-content_inner ul li a{
		font-size: 0.86rem;
		padding: 5px 17px;		
	}
	.detail_gallery{
		margin-top: 4.86rem;
	}
	.detail_gallery > ul{
		margin: -20px -20px -25px;
	}
	.detail_gallery > ul > li{
		padding: 20px 20px 25px;
	}
	.detail_tag{
		margin-top: 2rem;
	}
	.detail_tag ul{
		margin: -5px 0;
	}
	.detail_tag ul li{		
		margin: 5px 10px 5px 0;
	}
	.detail_tag ul li a{
		font-size: 0.86rem;
		padding: 5px 17px;
	}
}
@media screen and (min-width: 1400px){
	.detail_accordion .accordion-content{
		max-width: 1000px;
	}
}

/********************
/* 部分別ギャラリーsingle
********************/
.detail_single{
	width: 86.66%;
	margin-right: auto;
	margin-left: auto;
}
.detail_eye{
	margin-bottom: 2.17rem;
}
.detail_eye a{
	display: block;
	width: 100%;
	height: 100%;
}
.detail_single h1{
	font-size: 1.65rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}
.detail_single .detail_tag{
	margin-top: 1.5rem;
}
.material_list{
	margin-top: 1.6rem;
	margin-bottom: 0;
}
.material_list li{
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.86rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.23rem;
}
.material_list li:last-child{
	margin-bottom: 0;
}
.detail_single .detail_gallery{
	position: relative;
	margin-top: 2.92rem;
	padding-top: 3.15rem;
}
.detail_single .detail_gallery::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #c6c6c6;
	top: 0;
	left: 0;
}
.detail_back_outer{
	text-align: center;
}
.detail_back{
	display: inline-flex;
	align-items: center;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.05em;
	margin-top: 2.57rem;
}
.detail_back:hover{
	text-decoration: none;
	color: #000;
}
.detail_back .index{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #000;
	position: relative;
	margin-right: 1rem;
}
.detail_back .index::after{
	position: absolute;
	content: "";
	background-image: url("../images/staff_index.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 768px){
	.detail_single{
		width: 91.76%;
	}
	.detail_eye a{
		aspect-ratio: 426 / 287;
	}
}
@media screen and (min-width: 992px){
	.detail_single{
		display: flex;
		align-items: flex-start;
	}
	.detail_single_content{
		position: sticky;
		top: 20px;
		width: 40.47%;
		height: calc(100% - 20px);
		overflow: scroll;
	}
	.detail_eye {
		margin-bottom: 1.6rem;
	}
	.detail_eye img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.detail_single .detail_tag{
		margin-top: 1.6rem; 
	}
	.detail_single .detail_gallery{
		margin-top: 0;
		padding-top: 0;
	}
	.detail_single .detail_gallery::after{
		width: 1px;
		height: 100%;
	}
	.detail_single .detail_gallery{
		width: calc(59.53% - 30px);
		padding-left: 30px;
		padding-bottom: 10rem;
		margin-left: 30px;
	}
	.detail_single .detail_gallery > ul{
		column-count: 2;
	}
}
@media screen and (min-width: 1200px){
	.detail_single_content{
		width: 37.47%;
	}
	.detail_single h1{
		font-size: 1.33rem; 
	}
	.detail_back{
		margin-top: 6.16rem;
	}
	.detail_back .index{
		width: 60px;
		height: 60px;
	}
	.detail_back .index::after{
		width: 14px;
		height: 14px;
	}
	.detail_single .detail_gallery{
		width: calc(62.53% - 40px);
		padding-left: 40px;
		padding-bottom: 12rem;
		margin-left: 40px;
	}
}

/********************
/* 施工例
********************/
.works_category_block{
	margin-bottom: 3.44rem;
}
.wc_head{
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5rem;
}
.wc_head .f-eng{
	display: block;
	font-size: 1.66rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	margin-bottom: -0.03rem;
}
.wc_search .searchandfilter > ul > li{
	position: relative;
	padding: 0;
}
.wc_search .searchandfilter > ul > li:first-child{
	padding-bottom: 1.15rem;
	margin-bottom: 1.15rem;
}
.wc_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;
}
.wc_search .searchandfilter > ul > li > ul{
	display: flex;
	flex-wrap: wrap;
}
.wc_search .searchandfilter > ul > li > ul > li{
	margin-right: 1rem;
}
.wc_search .searchandfilter > ul > li > ul > li:last-child{
	margin-right: 0;
}
.wc_search .searchandfilter > ul > li > ul > li input{
	display: none;
}
.wc_search .searchandfilter > ul > li > ul > li label{
	padding: 0.28rem 1.46rem;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	border-radius: 32px;
	cursor: pointer;
}
.wc_search .searchandfilter > ul > li:first-child > ul > li label, .wc_search .searchandfilter > ul > li:nth-child(2) > ul > li label{
	background-color: #f1f1f1;
	color: #000;
}
.wc_search .searchandfilter > ul > li:first-child > ul > li.sf-option-active label, .wc_search .searchandfilter > ul > li:nth-child(2) > ul > li.sf-option-active label{
	background-color: #000;
	color: #fff;
}
.ac_works_block{
	margin-bottom: 0;
}
.ac_works_block li{
	list-style: none;
	margin-top: 3.46rem;
}
.ac_works_block li:first-child{
	margin-top: 0;
}
.ac_works_block li a{
	display: block;
}
.ac_works_block li a:hover{
	text-decoration: none;
}
.works_img.zoom{
	margin-bottom: 1.11rem;
}
.works_tit{
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 2;
	color: #000;
	margin-bottom: 0.43rem;
}
.ac_works_block .w_detail{
	font-size: 0.84rem;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #595959;
	margin-bottom: 0;
}
.works_cat_tag{
	display: flex;
	margin-top: 1.8rem;
}
.works_cat_tag div a{
	display: block;
	padding: 0.28rem 1.46rem;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	border-radius: 32px;
}
.works_cat_tag div a:hover{
	text-decoration: none;
}
.works_cat_tag div:first-child a{
	background-color: #000;
	color: #fff;
	margin-right: 0.66rem;
}
.works_cat_tag div:nth-child(2) a{
	background-color: #f1f1f1;
	color: #000;
}
.wc_search .search-filter-scroll-loading {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
@media screen and (min-width: 768px){
	.works_category_block{
		margin-bottom: 4.24rem;
	}
	.works_category_block{
		display: flex;
		align-items: flex-start;
	}
	.wc_head{
		width: 21%;
		margin-bottom: 0;
	}
	.wc_search{
		width: 79%;
	}
	.wc_search .searchandfilter > ul > li:first-child{
		padding-bottom: 1.53rem;
		margin-bottom: 1.53rem;
	}
	.ac_works_block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ac_works_block li{
		width: calc((100% - 1.77rem)/2);
		margin-top: 4rem;
	}
	.ac_works_block li:nth-child(2){
		margin-top: 0;
	}
	.works_img.zoom{
		margin-bottom: 1.24rem;
	}
}
@media screen and (min-width: 992px){
	.works_category_block{
		margin-bottom: 5.3rem;
	}
	.wc_head{
		width: 20.47%;
	}
	.wc_search{
		width: 79.53%;
	}
	.ac_works_block{
		justify-content: flex-start;
	}
	.ac_works_block li{
		width: calc((100% - 4.42rem)/3);
		margin-top: 5rem;
		margin-right: 2.2rem;
	}
	.ac_works_block li:nth-child(3){
		margin-top: 0;
	}
	.ac_works_block li:nth-child(3n){
		margin-right: 0;
	}
	.works_img.zoom{
		margin-bottom: 1.55rem;
	}
}
@media screen and (min-width: 1200px){
	.wc_search .searchandfilter > ul > li:first-child{
		padding-bottom: 2.4rem;
		margin-bottom: 2.4rem;
	}
	.wc_search .searchandfilter > ul > li > ul > li label{
		font-size: 0.86rem;
		padding: 0.3rem 1.38rem;
	}
	.works_tit{
		font-size: 1.33rem;
		margin-bottom: 0.56rem;
	}
	.ac_works_block .w_detail{
		font-size: 0.86rem;
	}
	.works_cat_tag{
		margin-top: 2.26rem;
	}
	.works_cat_tag div a{
		font-size: 0.86rem;
		padding: 0.3rem 1.38rem;
	}
}
@media screen and (min-width: 1400px){
	.works_category_block{
		margin-bottom: 6.36rem;
	}
	.ac_works_block li{
		width: calc((100% - 5.32rem)/3);
		margin-top: 6rem;
		margin-right: 2.6rem;
	}
	.works_img.zoom{
		margin-bottom: 1.86rem;
	}
}

/********************
/* 施工例single
********************/
.works_content h1{
	font-size: 1.92rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 1.3rem;
}
.works_content .w_detail{
	font-size: 0.84rem;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #595959;
	margin-bottom: 0;
}
.works_eye{
	text-align: center;
	margin-top: 3.07rem;
	margin-bottom: 1.92rem;
}
.works_group{
	margin-bottom: 0;
}
.works_group li{
	list-style: none;
	margin-bottom: 2.57rem;
}
.works_group li:last-child{
	margin-bottom: 0;
}
.works_txtArea{
	margin-top: 2.57rem;
}
.works_txtArea .tit{
	font-size: 1.53rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 1.4rem;
}
.works_txtArea .txt_block p{
	text-align: justify;
	line-height: 2.3;
	font-size: 0.84rem;
}
.works_img{
	text-align: center;
}
.works_img a{
	display: block;
}
.works_gallery{
	display: flex;
	justify-content: space-between;
}
.works_gallery .works_img{
	width: calc((100% - 10px)/2);
}
.works_youtube{
	margin-top: 2.69rem;
}
.works_youtube .vm{
	font-size: 1.07rem;
	width: 100%;
	max-width: 350px;
	height: 65px;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 2.92rem;
}
@media screen and (min-width: 768px){
	.works_content{
		width: 70.41%;
	}
	.works_eye{
		margin-top: 3.54rem;
		margin-bottom: 2.21rem;
	}
	.works_group li{
		margin-bottom: 2.7rem;
	}
	.works_gallery .works_img{
		width: calc((100% - 2.21rem)/2);
	}
	.works_txtArea{
		margin-top: 2.7rem;
	}
	.works_youtube{
		margin-top: 3.1rem;
	}
	.works_youtube .vm{
		margin-top: 3.24rem;
	}
}
@media screen and (min-width: 992px){
	.works_content{
		width: 79.41%;
		max-width: 1080px;
	}
	.works_eye{
		margin-top: 4.42rem;
		margin-bottom: 2.76rem;
	}
	.works_group li{
		margin-bottom: 3.37rem;
	}
	.works_gallery .works_img{
		width: calc((100% - 2.76rem)/2);
	}
	.works_txtArea{
		margin-top: 3.37rem;
	}
	.works_youtube{
		margin-top: 3.87rem;
	}
	.works_youtube .vm{
		height: 70px;
		margin-top: 4.05rem;
	}
}
@media screen and (min-width: 1200px){
	.works_content h1{
		font-size: 2.33rem;
		margin-bottom: 1.53rem;
	}
	.works_content .w_detail{
		font-size: 0.86rem;
	}
	.works_txtArea .tit{
		font-size: 1.8rem;
		margin-bottom: 1.93rem;
	}
	.works_txtArea .txt_block p{
		font-size: 0.866rem;
	}
	.works_youtube .vm{
		font-size: 1.06rem;
		max-width: 400px;
		height: 80px;
	}
}
@media screen and (min-width: 1400px){
	.works_eye{
		margin-top: 5.33rem;
		margin-bottom: 3.33rem;
	}
	.works_group li{
		margin-bottom: 4.06rem;
	}
	.works_gallery .works_img{
		width: calc((100% - 3.33rem)/2);
	}
	.works_txtArea{
		margin-top: 4.06rem;
	}
	.works_youtube{
		margin-top: 4.66rem;
	}
	.works_youtube .vm{
		margin-top: 4.86rem;
	}
}
@media screen and (max-width: 767px){
	.works_content{
		width: 100%;
		max-width: 520px;
		margin-right: auto;
		margin-left: auto;
	}
	.w_detail .separator {
		display: block;
		content: ""; /* 「／」を非表示にする */
		visibility: hidden; /* 「／」を隠す */
		height: 0; /* スペースをなくす */
	}
}
/* 前後記事の取得 */
.works_post-navigation{
	position: relative;
	width: 86.66%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5.76rem;
	padding-top: 3.07rem;
}
.works_post-navigation::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #c6c6c6;
	top: 0;
	left: 0;
}
.post-nav-item{
	width: calc((100% - 2rem)/2);
}
.post-nav-item a:hover{
	text-decoration: none;
}
.post-nav-item.back{
	width: auto;
	display: none;
}
.post-nav-item.back a{
	display: inline-flex;
	align-items: center;
	color: #000;
	font-size: 1rem; 
	letter-spacing: 0.05em;
	font-weight: 400;
}
.post-nav-item.back a .index{
	position: relative;
	width: 45px;
	height: 45px;
	background-color: #000;
	border-radius: 50%;
	margin-right: 1rem;
}
.post-nav-item.back a .index::after{
	position: absolute;
	content: "";
	background-image: url("../images/staff_index.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 11px;
	height: 11px;
}
.post-nav-img{
	margin-bottom: 1.15rem;
}
.post-nav-txt{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.next .post-nav-txt{
	align-items: flex-end;
	text-align: right;
}
.post-nav-txt .cat{
	background-color: #000;
	color: #fff;
	font-size: 0.64rem;
	letter-spacing: 0.02em;
	border-radius: 30px;
	padding: 0.2rem 1rem;
	margin-bottom: 0.37rem;
}
.post-nav-txt .tit{
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.7;
	color: #000;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.works_post-navigation{
		width: 91.76%;
		margin-top: 6.66rem;
		padding-top: 3.54rem;
	}
	.post-nav-item{
		width: 32.05%;
	}
	.post-nav-item a{
		display: flex;
		justify-content: space-between;
	}
	.post-nav-item.back{
		display: inline-flex;
		width: auto;
	}
	.post-nav-item.next a{
		flex-direction: row-reverse;
	}
	.post-nav-img{
		width: 36%;
		margin-bottom: 0;
	}
	.post-nav-txt{
		width: 58%;
	}
}
@media screen and (min-width: 992px){
	.works_post-navigation{
		margin-top: 8.32rem;
		padding-top: 4.42rem;
	}
}
@media screen and (min-width: 1200px){
	.post-nav-txt .cat{
		font-size: 0.69rem;
		padding: 0.2rem 1.1rem;
		margin-bottom: 0.93rem;
	}
	.post-nav-item.back a .index{
		width: 60px;
		height: 60px;
	}
	.post-nav-item.back a .index::after{
		width: 14px;
		height: 14px;
	}
}
@media screen and (min-width: 1400px){
	.works_post-navigation{
		margin-top: 10rem;
		padding-top: 5.33rem;
	}
}





/*************************
/* モデルハウス
*************************/
/******* 一覧ページ ********/
.acv_model_block{
	margin-bottom: 0;
}
.acv_model_block li{
	list-style: none;
	margin-top: 4.61rem;
}
.acv_model_block li:first-child{
	margin-top: 0;
}
.acv_model_img{
	margin-bottom: 1.22rem;
}
.acv_model_txtArea .big_txt{
	margin-bottom: 0.92rem;
}
.acv_model_txtArea .txt_block{
	margin-bottom: 2.19rem;
}
.acv_model_txtArea .vm{
	margin-top: 3.07rem;
}
.acv_model_txtArea #form th, .acv_model_txtArea #form td{
	padding: 22px 0;
}
@media screen and (min-width: 768px){
	.acv_model_block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.acv_model_block li{
		width: calc((100% - 2rem)/2);
		margin-top: 5.74rem;
	}
	.acv_model_block li:nth-child(2){
		margin-top: 0;
	}
	.acv_model_img{
		margin-bottom: 1.59rem;
	}
	.acv_model_txtArea .big_txt{
		margin-bottom: 1.35rem;
	}
	.acv_model_txtArea .txt_block{
		margin-bottom: 2.62rem;
	}
	.acv_model_txtArea .vm{
		margin-top: 3.6rem;
	}
}
@media screen and (min-width: 992px){
	.acv_model_block li{
		width: calc((100% - 3rem)/2);
		margin-top: 6.87rem;
	}
	.acv_model_img{
		margin-bottom: 1.96rem;
	}
	.acv_model_txtArea .big_txt{
		margin-bottom: 1.78rem;
	}
	.acv_model_txtArea .txt_block{
		margin-bottom: 3.05rem;
	}
	.acv_model_txtArea #form th{
		width: 15%;
	}
	.acv_model_txtArea #form td{
		width: 85%;
	}
	.acv_model_txtArea .vm{
		margin-top: 4.13rem;
	}
}
@media screen and (min-width: 1400px){
	.acv_model_block li{
		width: calc((100% - 4rem)/2);
		margin-top: 8rem;
	}
	.acv_model_img{
		margin-bottom: 2.33rem;
	}
	.acv_model_txtArea .big_txt{
		margin-bottom: 2.23rem;
	}
	.acv_model_txtArea .txt_block{
		margin-bottom: 3.5rem;
	}
	.acv_model_txtArea .vm{
		margin-top: 4.66rem;
	}
}
@media only screen and (max-width: 479px){
	.acv_model_txtArea #form{
		margin-bottom: 0;
	}
	.acv_model_txtArea #form th{
		display: table-cell;
		width: 30%;
		padding: 15px 0;
		border-bottom: 1px solid rgba(183,183,183,0.5);
	}
	.acv_model_txtArea #form td{
		display: table-cell;
		width: 70%;
		padding: 15px 0;
	}
	.acv_model_txtArea #form tr:first-child td{
		border-top: 1px solid rgba(183,183,183,0.5);		
	}
}

/******* singleページ ********/
/* header */
.p_head_img{
	position: relative;
}
.p_head_img::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.model_head_txtArea{
	position: absolute;
	top: 0.92rem;
	left: 7%;
	color: #fff;
	z-index: 1;
}
.model_head_price .tit{
	font-size: 1rem;
	margin-right: 15px;
}
.model_head_price_block{
	display: flex;
	letter-spacing: 0;
}
.model_head_price_block .yen{
	font-size: 3rem;
	line-height: 1;
}
.model_head_price_block .tani{
	font-size: 1rem;
	line-height: 1;
	align-self: flex-end;
	margin-left: 2px;
	margin-bottom: 4px;
	text-align: center;
}
.model_head_price_block .tani span{
	display: block;
	font-size: 0.7rem;
	margin-bottom: 3px;
}
.model_head_detial{
	margin-top: 0.7rem;
	font-size: 0.86rem;
}
@media screen and (min-width: 576px){
	.model_head_txtArea{
		top: 2.07rem;
	}
}
@media screen and (min-width: 768px){
	.model_head_txtArea{
		top: 3rem;
		left: 4.12%;
	}
	.model_head_price{
		display: flex;
		align-items: center;
	}
	.model_head_price .tit{
		font-size: 1.3rem;
		margin-right: 20px;
	}
	.model_head_price_block .yen{
		font-size: 4.5rem;
	}
	.model_head_price_block .tani{
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	.model_head_price_block .tani span{
		font-size: 0.9rem;
		margin-bottom: 5px;
	}
	.model_head_detial{
		margin-top: 1.05rem;
		font-size: 1rem;
		margin-left: 83px;
	}
}
@media screen and (min-width: 1200px){
	.model_head_txtArea{
		top: 4.86rem;
	}
	.model_head_price .tit{
		font-size: 1.16rem;
		margin-right: 25px;
	}
	.model_head_price_block .yen{
		font-size: 5.6rem;
	}
	.model_head_price_block .tani{
		font-size: 2.26rem;
		margin-bottom: 8px;
	}
	.model_head_price_block .tani span{
		font-size: 1.33rem;
		margin-bottom: 5px;
	}
	.model_head_detial{
		margin-top: 1.4rem;
		margin-left: 90px;
	}
}
@media screen and (max-width: 991px){
	.p_head_img{
		width: 100%;
		height: 100%;
		aspect-ratio: 9 / 5;
	}
	.p_head_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 767px){
	.p_head_img{
		aspect-ratio: 479 / 300;
	}
}
/* ABOUT */
.model_about{
	width: 100%;
}
.model_about_txtArea{
	width: 86%;
	margin-right: auto;
	margin-left: auto
}
.model_copy{
	font-size: 1.92rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.04em;
	margin-bottom: 1.59rem;
}
.model_about_txtArea .txt_block{
	margin-bottom: 2.93rem;
}
.model_features{
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-bottom: 0;
}
.model_features li{
	list-style: none;
	background-color: #000;
	color: #fff;
	font-size: 1.04rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 10px;
	margin-right: 5px;
	padding: 0.24rem 1.5rem;
	border-radius: 40px;
}
.model_about_img{
	width: 93%;
	margin-top: 3.07rem;
	margin-left: auto;
}
.model_about_img .slick-list{
	padding-right: 21.875%;
}
.model_btn{
	width: 86%;
	margin: 3.84rem auto 6.15rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.model_btn .vm{
	font-size: 1.15rem;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 375px;
	height: 71px;
	padding: 0;
}
.model_btn .vm:nth-child(2){
	margin-top: 1rem;
	background-color: #a68105;
}
.model_btn .vm:nth-child(2):hover{
	background-color: #dcab06;
}
@media screen and (min-width: 576px){
	.model_btn{
		flex-direction: row;
	}
	.model_btn .vm:nth-child(2){
		margin-top: 0;
		margin-left: 1rem;
	}
}
@media screen and (min-width: 768px){
	.model_about_img{
		margin-top: 4.61rem;
	}
	.model_btn{
		display: flex;
		justify-content: center;
		margin: 5.33rem auto 7.6rem;
	}
	.model_btn .vm{
		height: 83px;
	}
	.model_btn .vm:nth-child(2){
		margin-left: 1.33rem;
	}
}
@media screen and (min-width: 992px){
	.model_about{
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin-left: auto;
	}
	.model_about_txtArea{
		width: 29.8%;
		margin: 0;
	}
	.model_about_img{
		width: 62.74%;
		margin-top: 0;
	}
	.model_btn{
		margin: 6.66rem auto 9.5rem;
	}
}
@media screen and (min-width: 1200px){
	.model_about_txtArea .en_tit{
		margin-bottom: 5.06rem;
	}
	.model_copy{
		font-size: 2rem;
		margin-bottom: 2.13rem;
	}
	.model_about_txtArea .txt_block{
		margin-bottom: 4.66rem;
	}
	.model_btn .vm{
		max-width: 450px;
		height: 100px;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1400px){
	.model_btn{
		margin: 8rem auto 11.4rem;
	}
}
/* PLAN */
.model_plan{
	width: 90%;
	max-width: 1360px;
	margin: 0 auto 6.07rem;
}
.model_plan_box{
	position: relative;
	padding: 4.11rem 0 4.92rem;
}
.model_plan_box::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
}
.model_plan_inner{
	width: 86%;
	max-width: 1100px;
	margin: 0 auto;
}
.model_plan_img{
	margin-bottom: 2.3rem;
}
.model_point{
	margin-bottom: 0;
}
.model_point li{
	list-style: none;
	margin-top: 2.57rem;
}
.model_point li:first-child{
	margin-top: 0;
}
.model_point_img{
	position: relative;
	margin-bottom: 1.42rem;
}
.model_point_img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 34 / 25;
	object-fit: cover;
}
.model_point_img .no{
	background-color: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
.model_point_tit{
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 0.73rem;
}
.model_point li .txt_block p{
	font-size: 0.92rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){
	.model_plan{
		margin-bottom: 7.01rem;
	}
	.model_plan_box{
		padding: 5.42rem 0 6.35rem;
	}
	.model_point{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.model_point li{
		width: calc((100% - 1.77rem)/2);
		margin-top: 2.4rem;
	}
	.model_point li:nth-child(2){
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.model_plan{
		margin-bottom: 8.76rem;
	}
	.model_plan_box{
		padding: 6.77rem 0 7.94rem;
	}
	.model_plan_img {
		margin-bottom: 2.87rem;
	}
	.model_point{
		justify-content: flex-start;
	}
	.model_point li{
		width: calc((100% - 4.42rem)/3);
		margin-top: 3rem;
		margin-right: 2.2rem;
	}
	.model_point li:nth-child(3){
		margin-top: 0;
	}
	.model_point li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px){
	.model_point_img{
		margin-bottom: 1.4rem;
	}
	.model_point_img .no{
		top: 15px;
		left: 15px;
	}
	.model_point_tit{
		font-size: 1.2rem;
		margin-bottom: 0.93rem;
	}
	.model_point li .txt_block p{
		font-size: 0.86rem;
	}
}
@media screen and (min-width: 1400px){
	.model_plan{
		margin-bottom: 10.53rem;
	}
	.model_plan_box{
		padding: 8.13rem 0 9.53rem;
	}
	.model_plan_img {
		margin-bottom: 3.46rem;
	}
	.model_point li{
		width: calc((100% - 5.32rem)/3);
		margin-top: 3.6rem;
		margin-right: 2.6rem;
	}
}
/* Model House */
.modelhouse{
	width: 86%;
	max-width: 1350px;
	margin-right: auto;
	margin-left: auto;
}
.model_img{
	margin-bottom: 3rem;
}
.model_tit{
	font-size: 1.53rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-bottom: 2.57rem;
}
.modelhouse #form th{
	padding: 17px 0 0;
}
.modelhouse #form td{
	padding: 8px 0 17px;
}
.model_price{
	margin-top: 2.47rem;
	margin-bottom: 0;
}
.model_price li{
	list-style: none;
	position: relative;
}
.model_price li:first-child{
	padding-bottom: 1.53rem;
	margin-bottom: 1.53rem;
}
.model_price li:first-child::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-image: repeating-linear-gradient(
    to right,
    rgba(178, 178, 178, 0.5),
    rgba(178, 178, 178, 0.5) 3px,
    transparent 3px,
    transparent 6px
  );
	bottom: 0;
	left: 0;
}
.model_price li .flex{
	display: flex;
	align-items: center;
}
.model_price_tit{
	color: #fff;
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 35px;
	margin-right: 15px;
}
.kakaku .model_price_tit{
	background-color: #dcab06;
}
.loan .model_price_tit{
	background-color: #000;
}
.model_price_yen{
	display: flex;
	font-weight: 500;
}
.model_price_yen .yen{
	line-height: 1;
	margin-bottom: 0;
}
.kakaku .model_price_yen .yen{
	font-size: 4rem;
}
.loan .model_price_yen .yen{
	font-size: 2.53rem;
}
.model_price_yen .tani{
	font-size: 1.13rem;
	align-self: flex-end;
	line-height: 1;
	margin-bottom: 3px;
	margin-left: 5px;
}
.model_price_yen .tani span{
	font-size: 0.8rem;
	display: block;
	margin-bottom: 8px;
}
.model_price_detial{
	font-size: 0.86rem;
	margin-top: 0.51rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.modelhouse #form th, .modelhouse #form td{
		padding: 22px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.model_txtArea{
		width: 70%;
		max-width: 500px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 992px){
	.model_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.model_img{
		width: 54.25%;
		margin-bottom: 0;
	}
	.model_txtArea{
		width: 38.33%;
	}
}
@media screen and (min-width: 1200px){
	.model_tit{
		font-size: 1.66rem;
		margin-bottom: 3.5rem;
	}
	.model_img{
		width: 59.25%;
	}
	.model_txtArea{
		width: 33.33%;
	}
	.model_price{
		margin-top: 2.83rem;
	}
	.model_price_tit{
		width: 100px;
		height: 44px;
		margin-right: 20px;
	}
	.model_price_yen .tani{
		margin-left: 10px;
	}
	.model_price_yen .tani span{
		margin-bottom: 13px;
	}
	.model_price_detial{
		margin-top: 1.03rem;
	}
}



/*************************
/* イベントページ
*************************/
#main2 .eblock h2, #main2 .eblock h3{
	background-color: transparent;
	border: none;
	padding: 0;
	color: #000;
}
#main2 .eblock .c-title1{
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin-bottom: 1.9rem;
}
#main2 .eblock .c-title1 .f-eng{
	font-size: 2.5rem;
}
#main2 .eblock .c-title2{
	font-size: 1.769rem;
	letter-spacing: 0;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 1.93rem;
}
#main2 .eblock .c-title3{
	font-size: 1.38rem;
	line-height: 1.6;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 1.93rem;
}
#main2 .eblock .c-title1.txt-center, #main2 .eblock .c-title2.txt-center, #main2 .eblock .c-title3.txt-center{
	text-align: center;
}
@media screen and (min-width: 1200px){
	#main2 .eblock .c-title1{
		margin-bottom: 2.26rem;
	}
	#main2 .eblock .c-title1 .f-eng{
		font-size: 3.33rem;
	}
	#main2 .eblock .c-title2{
		font-size: 1.86rem;
		margin-bottom: 1.56rem;
	}
	#main2 .eblock .c-title3{
		font-size: 1.6rem;
		margin-bottom: 2.26rem;
	}
}
.eblock:not(:first-of-type){
	margin-top: 3.71rem;
}
@media screen and (min-width: 1200px){
	.eblock:not(:first-of-type){
		margin-top: 4.33rem;
	}
}
/* CONCEPT */
.ec_img{
	margin-bottom: 2.47rem;
}
@media screen and (min-width: 1200px){
	.ec_img{
		margin-bottom: 2.73rem;
	}
}
/* PLAN */
.ep_img{
	text-align: center;
	mix-blend-mode: multiply;
	margin-bottom: 0.938rem;
}
@media screen and (min-width: 1200px){
	.ep_img{
		margin-bottom: 1.4rem;
	}
}
/* 今すぐ申込 */
.e_btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 300px;
	height: 51px;
	border-radius: 60px;
	font-size: 0.923rem;
	letter-spacing: 0;
	background-color: #000;
	color: #fff;
	transition: .3s;
	margin-top: 2.91rem;
}
.e_btn:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
@media screen and (min-width: 1200px){
	.e_btn{
		font-size: 0.93rem;
		max-width: 350px;
		height: 60px;
		margin-top: 4.63rem;
	}
}
/* デザインも… */
.ef_list{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ef_list li{
	list-style: none;
	width: calc((100% - 20px)/2);
	text-align: center;
}
.ef_list li:nth-child(2){
	margin-left: 20px;
}
.ef_list li:last-child{
	margin-top: 1.32rem;
}
.ef_img{
	margin-bottom: 0.55rem;
}
.ef_list li p{
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.ef_list li{
		width: calc((100% - 40px)/3);
	}
	.ef_list li:not(:first-child){
		margin-left: 20px;
	}
	.ef_list li:last-child{
		margin-top: 0;
	}
}
/* 制震ダンパー */
.es_txt{
	font-size: 1.23rem !important;
}
@media screen and (min-width: 1200px){
	.es_txt{
		font-variant-position: 1.33rem !important;
	}
}
/* 標準仕様 */
.espec_list{
	margin-bottom: 0;
}
.espec_list li{
	list-style: none;
	text-align: center;
	margin-top: 1.2rem;
}
.espec_list li:first-child{
	margin-top: 0;
}
.espec_img{
	margin-bottom: 0.55rem;
}
.espec_list li p{
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.espec_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.espec_list li{
		width: calc((100% - 40px)/3);
	}
	.espec_list li:first-child, .espec_list li:nth-child(2){
		width: calc((100% - 20px)/2);
	}
	.espec_list li:nth-child(2){
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px){
	.espec_list li{
		margin-top: 1.3rem;
	}
}
/* ご成約特典 */
.tokuten_tit{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	font-size: 1.76rem !important;
}
.tokuten_tit::before, .tokuten_tit::after{
	width: 1px;
	height: 28px;
	content: "";
	background-color: #000;
}
.tokuten_tit::before{
	margin-right: 2rem;
	transform: rotate(-30deg);
}
.tokuten_tit::after{
	margin-left: 2rem;
	transform: rotate(30deg);
}
.tokuten_sub{
	font-size: 1.23rem !important;
	margin-bottom: -0.34rem;
}
.tokuten_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2.24rem;
	margin-bottom: 0;
}
.tokuten_list li{
	list-style: none;
	position: relative;
	width: calc((100% - 20px)/2);
	text-align: center;
	margin-top: 1.32rem;
}
.tokuten_list li:first-child, .tokuten_list li:nth-child(2){
	margin-top: 0;
}
.pt{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #dcab06;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt_img{
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	margin-bottom: 0.45rem;
}
.tokuten_list li p{
	margin-bottom: 0;
}
@media screen and (min-width: 576px){
	.tokuten_list{
		justify-content: flex-start;
	}
	.tokuten_list li{
		width: calc((100% - 40px)/3);
		margin-right: 20px;
	}
	.tokuten_list li:nth-child(3){
		margin-top: 0;
	}
	.tokuten_list li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 768px){
	.tokuten_list{
		justify-content: flex-start;
	}
	.tokuten_list li{
		width: calc((100% - 60px)/4);
	}
	.tokuten_list li:nth-child(4){
		margin-top: 0;
	}
	.tokuten_list li:nth-child(3n){
		margin-right: 20px;
	}
	.tokuten_list li:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px){
	.tokuten_tit{
		font-size: 2rem !important;
		margin-bottom: 1.56rem !important;
	}
	.tokuten_tit::before, .tokuten_tit::after{
		height: 38px;
	}
	.tokuten_tit::before{
		margin-right: 3.5rem;
	}
	.tokuten_tit::after{
		margin-left: 3.5rem;
	}
	.tokuten_sub{
		font-size: 1.33rem !important;
		margin-bottom: -0.16rem;
	}
	.tokuten_list{
		margin-top: 3.06rem;
	}
}
