@charset 'UTF-8';

/* リキャプチャバッジ非表示
--------------------------- */
.grecaptcha-badge { visibility: hidden; }

/* リキャプチャ文章 */
.form_end_txt{
	font-size: 0.769rem;
	color: #737373;
	text-align: center;
	margin-top: 1.72rem;
	margin-bottom: 0;
}
@media screen and (min-width: 1200px){
	.form_end_txt{
		font-size: 0.86rem;
		margin-top: 2.7rem;
	}
}

/* 404
--------------------------- */
.p404_txt{
	margin-bottom: 0;
	margin-top: 1rem;
}


.txt_block p{
	margin-bottom: 0;
}

/* 各メディアごとのマージン設定
--------------------------- */
/* 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;
    }
}
/**************************
/* container
**************************/
.page_container{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto; 
}
@media screen and (min-width: 768px){
	.page_container{
		width: 94.11%;
	}
}


/*******************************
/* slide arrows
*******************************/
.arrows-left, .arrows-right{
	width: 45px;
	height: 30px;
	display: block;
	background-color: #000;
	position: relative;
	cursor: pointer;
}
.arrows-left{
	margin-right: 5px;
}
.arrows-left::after, .arrows-right::after{
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.arrows-left::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
@media screen and (min-width: 1200px){
	.arrows-left, .arrows-right{
		width: 60px;
		height: 40px;
	}
	.arrows-left::after, .arrows-right::after{
		width: 16px;
		height: 13px;
	}
}

/*******************************
/* font
*******************************/
/* Satoshi */
.f-sts{
	font-family: 'Satoshi', sans-serif;
	font-weight: 400;
}
/* Inter */
.f-int{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}


/*******************************
見出し
*******************************/
/* c-title1 */
.c-title1{
	font-size: 0.923rem;
	color: #646464;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 4.31rem;
}
.c-title1 .f-eng{
	display: block;
	font-size: 2.15rem;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 0.83rem;
}
@media screen and (min-width: 1200px){
	.c-title1{
		font-size: 1rem;
		margin-bottom: 5.92rem;
	}
	.c-title1 .f-eng{
		font-size: 2.66rem;
		margin-bottom: 0.76rem;
	}
}
/* en_tit */
.en_tit{
	font-size: 1rem;
	letter-spacing: 0.02em;
}
@media screen and (min-width: 1200px){
	.en_tit{
		font-size: 1.06rem;
	}
}

/*******************************
/* BUTTON
*******************************/
.vm{
	display: inline-flex;
	align-items: center;
	color: #000;
	font-size: 0.923rem;
	letter-spacing: 0.03em;
	transition: .3s;
}
.vm .arrow{
	position: relative;
	left: 0;
	background-image: url("../images/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 15px;
	margin-left: 1rem;
	transition: .3s;
}
.vm:hover{
	text-decoration: none;
	color: #000;
}
.vm:hover .arrow{
	left: 5px;
}
@media screen and (min-width: 1200px){
	.vm{
		font-size: 0.86rem;
	}
	.vm .arrow{
		width: 20px;
		height: 16px;
		margin-left: 1.26rem;
	}
}

/*******************************
背景
*******************************/

/*******************************
パンクズ
*******************************/
#pls {
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4.88rem;
}
#pan {
    font-size: 0.84rem;
    display: flex;
    flex-wrap: wrap;
	color: #979797;
	letter-spacing: 0;
}
#pan a{
	color: #000;
    text-decoration: none;
}
@media screen and (min-width: 768px){
	#pls{
		width: 94.11%;
	}
}
@media screen and (min-width: 1200px){
	#pls{
		margin-top: 8.93rem;
	}
	#pan{
		font-size: 0.86rem;
	}
}

/*******************************
/* フォーム/テーブル
*******************************/
.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{
	font-size: 1rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	padding: 40px 0;
	border-bottom: 1px solid rgba(100,100,100,0.5);
	color: #000;
	font-weight: 500;
}
#form tr:first-child th, #form tr:first-child td{
	border-top: 1px solid rgba(100,100,100,0.5);
}
#form th {
  width: 30%;
}
#form td {
	text-align: left;
}
#form2 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form2 th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form2 th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
#form3 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form3 tr {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}
#form3 th {
  width: 150px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
#form3 th span {
  background-color: #808080;
  display: inline-block;
  width: 150px;
}
#form3 td {
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 4rem;
}
#form3 td .tel_txt1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#form3 td .tel_txt2 {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: block;
}
/* テキストエリアの設定 */
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%;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 20px 0 0;
	  border-bottom: none;
  }
	#form tr:first-child td{
		border-top: none;
	}
  #form td {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 8px 0 20px;
  }
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 50%;
    border-top: none;
    text-align: center;
  }
  #form2 td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  #form3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form3 tr {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
  #form3 th {
    width: 50%;
    display: block;
    border-top: none;
  }
  #form3 td {
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: 0;
    padding-left: 10px;
  }
  #form3 tr:first-child th {
    /*	border-top: 1px solid #ddd;*/
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagenation{
	margin-top: 2.47rem;
}
.pagenation ul {
	margin: 0;
    display: flex;
    justify-content: center;
	align-items: baseline;
}
.pagenation li {
	list-style: none outside none;
	margin-left: 17px;
	letter-spacing: 0.03em;
	font-size: 1rem;
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
	cursor: not-allowed;
	color: #000;
}
.pagenation li.dots{
	color: #979797;
}
.pagenation li a {
	color: #979797;
	transition: .3s;
}
.pagenation li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (min-width: 1200px){
	.pagenation{
		margin-top: 4.06rem;
	}
	.pagenation li{
		margin-left: 20px;
	}
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*************************
/* single.php 日付
*************************/
#date span {
	color: #878787;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}
/* single.php ページ送り
----------------------------------------------------------------------------------------------------*/

#next {
  background-color: #efefef;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.nx_left a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}
.nx_right a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #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: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#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: 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: 1400px){
	.br_max1399{
		display: none;
	}
	.br_min1400{
		display: block;
	}
}
@media screen and (max-width: 1399px){
	.br_max1399{
		display: block;
	}
	.br_min1400{
		display: none;
	}
}
@media screen and (min-width: 1500px){
	.br_min1500{
		display: block;
	}
}
@media screen and (max-width: 1499px){
	.br_min1500{
		display: none;
	}
}
@media screen and (min-width: 1800px){
	.br_min1800{
		display: block;
	}
}
@media screen and (max-width: 1799px){
	.br_min1800{
		display: none;
	}
}
@media screen and (min-width: 1700px){
	.br_min1700{
		display: block;
	}
}
@media screen and (max-width: 1699px){
	.br_min1700{
		display: none;
	}
}

.br_768-991{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.br_768-991{
		display: block;
	}
}
.br_992-1499{
	display: none;
}
@media screen and (min-width: 992px) and (max-width: 1499px){
	.br_992-1499{
		display: block;
	}
}

/*****************************
/* form_customize
*****************************/
.form_intro{
	margin-bottom: 3.81rem;
}
.form_intro p{
	color: #505050;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
@media screen and (min-width: 1200px){
	.form_intro{
		margin-bottom: 4.53rem;
	}
}
#form_customize{
	width: 100%;
	max-width: 840px;
}
#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
    background-color: #f5f5f5;
    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: #505050;
}
/* 必須 */
.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: #fff;
	color: #000;
	border: 1px solid rgba(219,219,219,0.8);
	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: 0.7rem;
	background-color: #f5f5f5;
	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::after{
		width: 12px;
		height: 12px;
		top: 16px;
		left: 16px;
	}
}
/* 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{
	border-top: 1px solid rgba(204,204,204,0.5);
	margin-top: 3.01rem;
	padding-top: 3.84rem;
}
.c-post-index .sg_block {
  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: center;
}
.c-post-index__link {
	width: 45px;
	height: 30px;
	background-color: #000;
	position: relative;
}
.c-post-index__link::after{
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.c-post-index__link.link-prev::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.c-post-index__link.is-disable {
	opacity: 0.5;
	pointer-events: none;
}
.c-post-index__link:hover{
	text-decoration: none;
	opacity: 1;
	transition: .3s;
}
.c-post-index__text {
	line-height: 2;
	text-align: center;
	color: #000;
	font-size: 1rem;
	letter-spacing: 0;
	text-decoration: underline;
	margin: 0 30px;
	transition: .3s;
}
.c-post-index__text:hover{
	opacity: 0.7;
}
@media screen and (min-width: 992px){
	.c-post-index__text{
		margin: 0 40px;
	}
}
@media screen and (min-width: 1200px){
	.c-post-index{
		margin-top: 5.06rem;
		padding-top: 6.66rem;
	}
	.c-post-index__link{
		width: 60px;
		height: 40px;
	}
	.c-post-index__link::after{
		width: 16px;
		height: 13px;
	}
	.c-post-index__text{
		margin: 0 50px;
	}
}


/**************************
/* 404
**************************/
@media screen and (min-width: 768px){
	.block404{
		text-align: center;
	}
}

/**************************
/* イベント
**************************/
/***** top/archive 共通 *****/
.ev_img.zoom{
	margin-bottom: 1.78rem;
}
.ev_tit{
	font-size: 1.23rem;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 0;
}
.ev-pl_day{
	font-size: 0.92rem;
	letter-spacing: 0.03em;
	color: #8c8c8c;
	margin-top: 0.72rem;
	margin-bottom: 0;
}
.ev-pl_day li{
	list-style: none;
	display: flex;
}
.ev-pl_day li .item{
	width: 37px;
	margin-right: 27px;
}
.ev-pl_day li .con{
	width: calc(100% - (37px + 27px));
}
@media screen and (min-width: 1200px){
	.ev_tit{
		font-size: 1.2rem;
	}
	.ev-pl_day{
		font-size: 0.86rem;
	}
	.ev-pl_day li .item{
		width: 40px;
		margin-right: 25px;
	}
	.ev-pl_day li .con{
		width: calc(100% - (40px + 25px));
	}
}
/***** 一覧ページ *****/ 
.ac_event_block{
	margin-bottom: 0;
}
.ac_event_block > li{
	list-style: none;
	margin-top: 3.34rem;
}
.ac_event_block > li:first-child{
	margin-top: 0;
}
.ac_event_block > li a{
	display: block;
}
.ac_event_block > li a:hover{
	text-decoration: none;
}
@media screen and (min-width: 576px){
	.ac_event_block{
		display: flex;
		flex-wrap: wrap;
	}
	.ac_event_block > li{
		width: calc((100% - 30px)/2);
		margin-right: 30px;
	}
	.ac_event_block > li:nth-child(2){
		margin-top: 0;
	}
	.ac_event_block > li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (min-width: 768px){
	.ac_event_block > li{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
	}
	.ac_event_block > li:nth-child(3){
		margin-top: 0;
	}
	.ac_event_block > li:nth-child(2n){
		margin-right: 30px;
	}
	.ac_event_block > li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.ac_event_block > li{
		width: calc((100% - 90px)/4);
		margin-right: 30px;
	}
	.ac_event_block > li:nth-child(4){
		margin-top: 0;
	}
	.ac_event_block > li:nth-child(2n){
		margin-right: 30px;
	}
	.ac_event_block > li:nth-child(3n){
		margin-right: 30px;
	}
	.ac_event_block > li:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px){
	.ac_event_block > li{
		margin-top: 4.3rem;
	}
}
@media screen and (min-width: 1400px){
	.ac_event_block > li{
		width: calc((100% - 150px)/4);
		margin-right: 50px;
	}
	.ac_event_block > li:nth-child(2n){
		margin-right: 50px;
	}
	.ac_event_block > li:nth-child(3n){
		margin-right: 50px;
	}
	.ac_event_block > li:nth-child(4n){
		margin-right: 0;
	}
}
/***** singleページ *****/ 
.s_ev_tit{
	margin-bottom: 2.29rem;
}
#main2 .s_ev_tit h1{
	margin-bottom: 0;
}
.s_ev_tit .works_details{
	margin-top: 1.12rem;
}
.event_eye{
	width: 100%;
	height: 100%;
	aspect-ratio: 25 / 18;
	position: relative;
	margin-bottom: 2.57rem;
}
.event_eye::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 1;
}
#main2 .event_eye > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event_eye .inner{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	z-index: 2;
}
#main2 .event_eye .inner img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.event_details #form th, .event_details #form td{
	font-size: 0.84em;
	letter-spacing: 0.05em;
	line-height: 1.84;
	border-bottom: 1px solid rgba(219,219,219,0.5);
	padding: 1.3rem 0;
}
.event_details #form tr:first-child th, .event_details #form tr:first-child td{
	border-top: 1px solid rgba(219,219,219,0.5);
}
.event_map{
	display: block;
}
.event_map a{
	display: inline-flex;
	align-items: center;
	color: #606060;
	font-size: 1rem;
	letter-spacing: 0.02em;
	transition: .3s;
}
.event_map a:hover{
	text-decoration: none;
	opacity: 0.7;
	color: #606060;
}
.event_map a img{
	width: 10px;
	height: 15px;
	margin-right: 7px;
}
.ev_btn{
	margin-top: 2.69rem;
}
.p_anchor{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 198px;
	height: 52px;
	font-size: 0.92rem;
	background-color: #fff;
	color: #000;
	border: 1px solid rgba(219,219,219,0.5);
	border-radius: 60px;
	transition: .3s;
}
.p_anchor:hover{
	background-color: #dbdbdb;
	color: #000;
	text-decoration: none;
	opacity: 1;
}
.event_con{
	margin-top: 5.65rem;
}
.econ_txt{
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
	font-feature-settings: "palt";
	margin-bottom: 0;
	width: 100%;
	max-width: 840px;
}
.econ_txt p{
	margin-bottom: 0;
}
.econ_img{
	margin-top: 2.67rem;
}
@media screen and (min-width: 1200px){
	.event_eye{
		margin-bottom: 3.5rem;
	}
	.s_ev_tit{
		margin-bottom: 3.5rem;
	}
	.s_ev_tit .works_details{
		margin-top: 1.76rem;
	}
	.event_details #form th, .event_details #form td{
		font-size: 0.86em;
		padding: 1.63rem 0;
	}
	.event_map a img{
		width: 13px;
		height: 20px;
		margin-right: 8px;
	}
	.ev_btn{
		margin-top: 4rem;
	}
	.p_anchor{
		width: 230px;
		height: 60px;
		font-size: 0.93rem;
	}
	.event_con{
		margin-top: 7.5rem;
	}
	#main2 .event_con .voice_q{
		margin-bottom: 2.63rem;
	}
	.econ_txt{
		line-height: 2.3;
	}
	.econ_img{
		margin-top: 3.3rem;
	}
}
@media only screen and (max-width: 479px){
	.event_details #form th{
		padding: 1.3rem 0 0;
		border-bottom: none;
	}
	.event_details #form td{
		padding: 0.65rem 0 1.3rem;
	}
	.event_details #form tr:first-child td{
		border-top: none;
	}
}
/***** その他イベント *****/ 
@media screen and (max-width: 991px){
	.sg_other .ac_event_block > li:nth-child(4){
		display: none;
	}
}
@media screen and (max-width: 767px){
	.sg_other .ac_event_block > li:nth-child(3),.sg_other .ac_event_block > li:nth-child(4){
		display: none;
	}
}

/**************************
/* 施工事例
**************************/
/***** top/archive 共通 *****/
.work_img{
	position: relative;
}
.work_img.zoom{
	margin-bottom: 1.7rem;
}
.works_tit{
	color: #000;
	font-size: 1.23rem;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
.works_detail{
	color: #8c8c8c;
	font-size: 0.84rem;
	line-height: 2;
	letter-spacing: 0.03em;
	margin-top: 0.923rem;
	margin-bottom: 0;
}
.works_detail .slash-break .sp-br {
	display: none;
}
.info_cat{
	font-size: 0.88rem;
	line-height: 1;
	letter-spacing: 0.02em;
	border: 1px solid rgba(0,0,0,0.45);
	background-color: #fff;
	color: #000;
	display: inline-block;
	padding: 0.7rem 1.47rem;
	margin-top: 1.8rem;
}
@media screen and (min-width: 1200px){
	.works_tit{
		font-size: 1.2rem;
	}
	.works_detail{
		font-size: 0.86rem;
		line-height: 1.92;
	}
}
@media screen and (max-width: 1399px) {
	.works_detail .slash {
		display: none;
	}
	.works_detail .slash-break .sp-br {
		display: inline;
	}
}
/* 一覧 */
.gallery_block{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.gallery_block li{
	list-style: none;
	width: calc((100% - 20px)/2);
	margin-right: 20px;
	margin-top: 3.23rem;
}
.gallery_block li:first-child, .gallery_block li:nth-child(2){
	margin-top: 0;
}
.gallery_block li:nth-child(2n){
	margin-right: 0;
}
.gallery_block li a{
	display: block;
}
.gallery_block li a:hover{
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.gallery_block{
		display: flex;
		flex-wrap: wrap;
	}
	.gallery_block li{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
	}
	.gallery_block li:nth-child(3){
		margin-top: 0;
	}
	.gallery_block li:nth-child(2n){
		margin-right: 30px;
	}
	.gallery_block li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px){
	.gallery_block li{
		width: calc((100% - 100px)/3);
		margin-right: 50px;
		margin-top: 4.66rem;
	}
	.gallery_block li:nth-child(2n){
		margin-right: 50px;
	}
	.gallery_block li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.work_img.zoom{
		margin-bottom: 1.13rem;
	}
	.gallery_block .works_tit{
		font-size: 0.84rem;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}
	.gallery_block .works_detail{
		font-size: 0.76rem;
		line-height: 1.7;
		margin-top: 0.53rem;
	}
	.gallery_block .info_cat{
		font-size: 0.73rem;
		padding: 0.33rem 0.74rem;
		margin-top: 0.63rem;
	}
}

/* 絞り込み */
.common-serachbox-wrap{
	margin-bottom: 3.07rem;
	display: flex;
	margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.common-serachbox-item{
	width: 50%;
	padding-right: 0.5rem;
    padding-left: 0.5rem;
}
@media screen and (min-width: 768px){
	.common-serachbox-wrap{
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.common-serachbox-item{
		width: 200px;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (min-width: 1200px){
	.common-serachbox-item{
		width: 250px;
	}
}

/* 検索ボックス　デフォルトのクラス打消し */
.common-serachbox-item .search-filter-component-combobox{
	padding-left: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	border-radius: 0;
}
.common-serachbox-item .search-filter-component-combobox .search-filter-component-combobox__selection, .search_list .search-filter-component-combobox input[type="text"] {
  font-size: 0.84rem !important;
  color: #000;
}
.common-serachbox-item .search-filter-component-combobox input[type="text"]::placeholder {
  font-size: 0.84rem !important;
  color: #000 !important; /* プレースホルダーの色も変える場合 */
}
.common-serachbox-item .search-filter-component-combobox-base__listbox-option--selected{
  border-radius: 0;
	border: none;
}
.common-serachbox-item .search-filter-component-combobox--mode-single .search-filter-component-combobox__actions.search-filter-component-combobox__actions--empty{
	padding-right: 0;
}
.common-serachbox-item .search-filter-component-combobox--mode-single .search-filter-component-combobox__selection>span{
	max-width: 100%;
}
.common-serachbox-item .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input{
	cursor: pointer;
	caret-color: rgb(49, 49, 49,0);
}
.common-serachbox-item .search-filter-component-combobox .search-filter-component-combobox__clear-selection{
	cursor: pointer;
}
.common-serachbox-item .search-filter-component-combobox__listbox-toggle::before{
	display: none;
}
.search-filter-field.search-filter-field--id-1, .search-filter-field__popup.search-filter-field__popup--id-1, .search-filter-field.search-filter-field--id-2, .search-filter-field__popup.search-filter-field__popup--id-2{
	border: none !important;
	border-radius: 0 !important;
	font-size: 0.84rem;
}
.common-serachbox-item .search-filter-component-combobox__listbox-toggle .search-filter-icon__svg {
  display: none !important;
}
.common-serachbox-item .search-filter-component-combobox__listbox-toggle .search-filter-icon {
  position: relative;
  width: 10px;
  height: 10px;
}
.common-serachbox-item .search-filter-component-combobox__listbox-toggle .search-filter-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/works_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	transition: .3s;
}
.common-serachbox-item  .search-filter-component-combobox-base__listbox-option {
  font-size: 0.84rem;
  padding-left: 10px;
}
@media screen and (min-width: 1200px){
	.common-serachbox-item  .search-filter-component-combobox-base__listbox-option{
		font-size: 0.92rem !important;
	}
	.search-filter-field.search-filter-field--id-1, .search-filter-field__popup.search-filter-field__popup--id-1, .search-filter-field.search-filter-field--id-2, .search-filter-field__popup.search-filter-field__popup--id-2{
		font-size: 0.92rem;
	}
}



/* single */
.sgw_oh{
	overflow: hidden;
}
.sg_works_container{
	width: 100%;
}
.sg_works_container .sg_info_index{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
.sg_works_container .sg_block{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
#main2 .sg_works_container h1{
	margin-bottom: 0.79rem;
}
.sg_works_container .works_detail{
	margin-top: 0;
}
.single-works_tags{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.12rem;
	margin-bottom: 0;
}
.single-works_tags li{
	list-style: none;
	margin: 3px 6px 3px 0;
}
.single-works_tags li a{
	font-size: 0.84rem;
	display: inline-block;
	line-height: 1.8rem;
	color: #000;
	border: 1px solid rgba(0,0,0,0.5);
	background-color: #fff;
	border-radius: 50px;
	padding: 0 1.8rem;
	transition: .3s;
}
.single-works_tags li a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
	opacity: 0.8;
}
.works_gallery_block{
	width: 95%;
	margin-top: 2.32rem;
	margin-left: auto;
}
.works_gallery .slick-list{
	padding-right: 5% !important;
}
.works_gallery .item{
	aspect-ratio: 36 / 23;
	background-color: rgba(0,0,0,0.1);
}
#main2 .works_gallery .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works_thumnails{
	width: 95%;
	margin-right: auto;
	overflow: hidden;
}
.works_gallery_thum{
	margin-right: -13px;
}
.works_gallery_thum .item{
	padding-right: 13px;
	cursor: pointer;
}
.works_gallery_thum .inner{
	aspect-ratio: 1 / 1;
}
#main2 .works_gallery_thum .item .inner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works_gallery_counter{
	font-size: 0.84rem;
	line-height: 1;
	letter-spacing: 0.03em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.438rem 0 2.2rem;
}
.works_contents{
	width: 84.61%;
	margin-top: 3.34rem;
	margin-right: auto;
}
@media screen and (min-width: 768px){
	.sg_works_container{
		width: 94.11%;
		margin-left: auto;
		margin-right: auto;
	}
	.sg_works_container .info_index.sg_info_index{
		width: 31.25%;
	}
	.sg_works_container .sg_info_inner{
		width: 68.75%;
		margin-left: auto;
		position: relative;
	}
	.sg_works_container .works_detail .slash{
		display: inline;
	}
	.sg_works_container .works_detail .slash-break .sp-br{
		display: none;
	}
	.sg_works_container .sg_block{
		width: 100%;
		max-width: 1000px;
		margin-left: 0;
	}
	.works_gallery_block{
		position: relative;
		overflow: visible;
		width: 105%;
		margin-left: 0;
	}
	.works_gallery{
		width: 100%;
		max-width: none;
		position: relative;
		left: 0;
	}
	.works_gallery .item{
		max-width: 1000px;
		aspect-ratio: 25 / 18;
	}
	.works_contents{
		width: 95%;
	}
}
@media screen and (min-width: 1200px){
	#main2 .sg_works_container h1{
		margin-bottom: 1.66rem;
	}
	.single-works_tags{
		margin-top: 1.2rem;
	}
	.single-works_tags li{
		margin: 5px 10px 5px 0;
	}
	.single-works_tags li a{
		font-size: 0.86rem;
		line-height: 2rem;
		padding: 0 2rem;
	}
	.works_gallery_block{
		margin-top: 3.7rem;
	}
	.works_thumnails{
		max-width: 1000px;
	}
	.works_gallery_thum{
		margin-right: -16px;
	}
	.works_gallery_thum .item{
		padding-right: 16px;
	}
	.works_gallery_counter{
		font-size: 0.86rem;
		margin: 1.9rem 0 3.33rem;
	}
	.works_contents{
		max-width: 1000px;
		margin-top: 4.83rem;
	}
}
@media screen and (min-width: 1550px){
	.works_gallery{
		width: calc(100vw - /* works_gallery_block の左端からの位置 */ 0px);
	}	
	.works_gallery .slick-list{
		padding-right: calc(100vw - 1000px) !important;
		box-sizing: border-box;
		width: 100%;
	}
}
/* OTHER */
.sg_other{
	position: relative;
	padding-top: 5.26rem;
	margin-top: 6.15rem;
}
.sg_other::before{
	position: absolute;
	content: "";
	width: 94.87%;
	height: 1px;
	background-color: rgba(30,30,30,0.5);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sg_other_inner{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
.sg_other h3.f-eng{
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.02em;
	margin-bottom: 3.54rem;
}
@media screen and (min-width: 768px){
	.sg_other{
		width: 94.11%;
		margin-right: auto;
		margin-left: auto;
	}
	.sg_other::before{
		width: 100%;
		left: 0;
		transform: none;
	}
	.sg_other_inner{
		width: 100%;
		margin: 0;
	}
}
@media screen and (min-width: 1200px){
	.sg_other{
		padding-top: 9.4rem;
		margin-top: 10rem;
	}
	.sg_other h3.f-eng{
		margin-bottom: 4.93rem;
	}
}
@media screen and (max-width: 767px){
	.sg_other .gallery_block li:nth-child(3){
		display: none;
	}
}

/**************************
/* 分譲物件
**************************/
/* 一覧ページ */
.ac_sales .gallery_block .works_tit{
	font-size: 1.23rem;
	margin-bottom: 0.938rem;
}
.sales_ac_details #form th, .sales_ac_details #form td{
	border-bottom: 1px solid rgba(204,204,204,0.5);
	color: #8c8c8c;
	font-size: 0.84rem;
	letter-spacing: 0.03em;
	line-height: 1.92;
	padding: 0.83rem 0;
}
.sales_ac_details #form tr:first-child th, .sales_ac_details #form tr:first-child td{
	border-top: 1px solid rgba(204,204,204,0.5);
}
.sales_price{
	margin-top: 0.78rem;
}
.sales-sold{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 1.538rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 1200px){
	.sales_ac_details #form th, .sales_ac_details #form td{
		font-size: 0.86rem;
		padding: 0.85rem 0;
	}
	.ac_sales .gallery_block .works_tit{
		font-size: 1.63rem;
	}
	.sales_price{
		margin-top: 1.61rem;
	}
	.sales-sold{
		font-size: 2rem;
	}
}
@media screen and (max-width: 767px){
	.ac_sales .gallery_block li{
		width: 100%;
		margin-right: 0;
	}
	.ac_sales .gallery_block li:nth-child(2){
		margin-top: 3.23rem;
	}
}
@media only screen and (max-width: 479px){
	.sales_ac_details #form th{
		display: table-cell;
		width: 30%;
	}
	.sales_ac_details #form td{
		display: table-cell;
		width: 70%;
	}
}
/* 分譲物件single */
.sg_sales_container{
	width: 100%;
}
.sg_sales_container .works_gallery_block{
	margin-top: 0;
}
.sales_titArea{
	margin-top: 3.54rem;
}
.s_sales_sold {
  background-color: #c31a00;
  color: #fff;
  width: 80px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom: 20px;
}
.sg_sales_container .sg_block{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
#main2 .sales_tit h1{
	margin-bottom: 0.79rem;
}
.sales_ay{
	color: #8c8c8c;
	font-size: 0.84rem;
	line-height: 2;
	letter-spacing: 0.03em;
	margin-bottom: 0;
}
.sales_price{
	font-size: 1rem;
	letter-spacing: 0.02em;
	margin-top: 0.438rem;
	margin-bottom: 0;
}
.sales_price .f-eng{
	font-size: 2.69rem;
	line-height: 1;
	margin-right: 5px;
}
.sales_pc {
	display: none;
}
.sales_sp {
	display: inline;
}
.sales_point{
	margin-top: 3.65rem;
}
.sales_point p{
	text-align: justify;
	line-height: 2;
	letter-spacing: 0;
	margin-bottom: 0;
}
.slbd{
	position: relative;
	padding-top: 5.84rem;
	margin-top: 5.55rem;
}
.slbd::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	top: 0;
	left: 0;
}
#main2 .sales_h3{
	padding: 0;
	border: none;
	margin-bottom: 2.47rem;
}
.sales_ov_flex ul{
	margin-bottom: 0;
}
.sales_ov_flex ul li{
	display: flex;
}
.sales_ov_tit{
	width: 30%;
}
.sales_ov_txt{
	width: 70%;
	text-align: justify;
}
.sales_map{
	margin-top: 3.24rem;
}
.sales_map .youtube{
	height: 100%;
	padding: 0;
	aspect-ratio: 8 / 7;
}
@media screen and (min-width: 768px){
	.sg_sales_container{
		width: 94.11%;
		margin-right: auto;
		margin-left: auto;
	}
	.sg_sales_container .sg_info_inner{
		width: 68.75%;
		margin-left: auto;
		position: relative;
	}
	.sg_sales_container .sg_block{
		width: 100%;
		max-width: 1000px;
		margin-left: 0;
	}
	.sales_titArea{
		margin-top: 5.64rem;
	}
	.sales_tit{
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: space-between;
		margin-bottom: 0.79rem;
	}
	#main2 .sales_tit h1{
		margin-bottom: 0;
	}
	.sales_point{
		margin-top: 4.64rem;
	}
	.sales_price{
		margin-top: 0;
	}
	.sales_pc {
		display: inline;
	}
	.sales_sp {
		display: none;
	}
	.sales_ov_flex{
		display: flex;
		justify-content: space-between;
	}
	.sales_ov_flex ul{
		width: 50%;
		padding-right: 5%;
	}
	.sales_ov_tit{
		width: 40%;
	}
	.sales_ov_txt{
		width: 60%;
	}
	.sales_map .youtube{
		aspect-ratio: 2 / 1;
	}
}
@media screen and (min-width: 992px){
	.sales_ov_tit{
		width: 35%;
	}
	.sales_ov_txt{
		width: 65%;
	}
}
@media screen and (min-width: 1200px){
	.s_sales_sold{
		width: 100px;
		height: 30px;
	}
	.sales_price .f-eng{
		font-size: 3.33rem;
		margin-right: 10px;
	}
	.sales_tit{
		margin-bottom: 1.76rem;
	}
	.sales_ay{
		font-size: 0.86rem;
		line-height: 1.92;
	}
	.sales_point{
		margin-top: 7.5rem;
	}
	.slbd{
		padding-top: 7.6rem;
		margin-top: 7.5rem;
	}
	#main2 .sales_h3{
		margin-bottom: 4.16rem;
	}
	.sales_ov_flex ul{
		padding-right: 7%;
	}
	.sales_map{
		margin-top: 6.16rem;
	}
	.sales_map .youtube{
		aspect-ratio: 20 / 9;
	}
}
@media screen and (min-width: 1400px){
	.sales_ov_tit{
		width: 30%;
	}
	.sales_ov_txt{
		width: 70%;
	}
}



/**************************
/* お客様の声
**************************/
/***** single *****/
#main2 .s_voice h1{
	margin-bottom: 0;
}
.voice_eye{
	margin-top: 2.29rem;
	margin-bottom: 5.85rem;
	text-align: center;
}
.v_block{
	position: relative;
	padding-top: 2.15rem;
}
.v_block::before{
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background-color: rgba(30,30,30,0.5);
	top: 0;
	left: 0;
}
.v_block + .v_block{
	margin-top: 4.61rem;
}
#main2 .voice_q{
	font-size: 1.38rem;
	letter-spacing: 0.03em;
	padding: 0;
	border: none;
	margin-bottom: 1.4rem;
}
.va p{
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
	font-feature-settings: "palt";
	margin-bottom: 0;
}
.v_img{
	margin-top: 2.19rem;
	text-align: center;
}
@media screen and (min-width: 1200px){
	.voice_eye{
		margin-top: 3.46rem;
		margin-bottom: 7.5rem;
	}
	.v_block{
		padding-top: 3.2rem;
	}
	.v_block::before{
		width: 59px;
	}
	.v_block + .v_block{
		margin-top: 6.6rem;
	}
	#main2 .voice_q{
		font-size: 1.6rem;
		margin-bottom: 2.3rem;
	}
	.va p{
		line-height: 2.3;
	}
	.v_img{
		margin-top: 3.53rem;
	}
}

/**************************
/* ブログ / コラム
**************************/
/***** TOP・一覧 共通 *****/
.info_block{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.info_block li{
	list-style: none;
	width: calc((100% - 20px)/2);
	margin-right: 20px;
	margin-top: 3.07rem;
}
.info_block li:first-child, .info_block li:nth-child(2){
	margin-top: 0;
}
.info_block li:nth-child(2n){
	margin-right: 0;
}
.info_block li a{
	display: block;
}
.info_block li a:hover{
	text-decoration: none;
}
.info_img.zoom{
	margin-bottom: 1.23rem;
}
.info_tit{
	color: #000;
	font-size: 0.84rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
.info_con{
	display: none;
}
.info_block .info_cat{
	margin-top: 1.13rem;
	width: 80px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 0.73rem;
}
@media screen and (min-width: 768px){
	.info_block li{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
		margin-top: 3.23rem;
	}
	.info_block li:nth-child(3){
		margin-top: 0;
	}
	.info_block li:nth-child(2n){
		margin-right: 30px;
	}
	.info_block li:nth-child(3n){
		margin-right: 0;
	}
	.info_tit{
		font-size: 1rem;
	}
	.info_con{
		display: block;
		font-size: 0.84rem;
		letter-spacing: 0.03em;
		line-height: 1.92;
		margin-bottom: 0;
		color: #8c8c8c;
		margin-top: 0.63rem;
	}
	.info_block .info_cat{
		width: 95px;
		height: 30px;
		font-size: 0.86rem;
	}
}
@media screen and (min-width: 1200px){
	.info_block li{
		width: calc((100% - 100px)/3);
		margin-right: 50px;
		margin-top: 4.66rem;
	}
	.info_block li:nth-child(2n){
		margin-right: 50px;
	}
	.info_block li:nth-child(3n){
		margin-right: 0;
	}
	.info_img.zoom{
		margin-bottom: 1.5rem;
	}
	.info_tit{
		font-size: 1.2rem;
		line-height: 1.75;
	}
	.info_con{
		font-size: 0.86rem;
		margin-top: 1.1rem;
	}
	.info_block .info_cat{
		width: 110px;
		height: 35px;
		font-size: 0.86rem;
		margin-top: 1.76rem;
	}
}
/* 一覧 */
.ac_container{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
.info_index{
	display: flex;
	margin-bottom: 2.2rem;
}
.info_index li{
	list-style: none;
}
.info_index li + li{
	margin-left: 20px;
}
.info_index li a{
	display: block;
	color: #000;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1;
	transition: .3s;
}
.info_index li a:hover{
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.ac_container{
		width: 94.11%;
	}
}
@media screen and (min-width: 1200px){
	.info_index{
		margin-bottom: 3.23rem;
	}
	.info_index li + li{
		margin-left: 30px;
	}
}
/***** single *****/
.info_index.sg_info_index{
	margin-bottom: 2.97rem;
}
.sg_info_dc{
	display: flex;
	align-items: center;
	margin-bottom: 1.52rem;
}
.sg_info_dc .info_date{
	margin-bottom: 0;
}
.sg_info_dc .info_cat{
	margin-top: 0;
	margin-left: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 95px;
	height: 30px;
	font-size: 0.84rem;
}
.info_eye{
	margin-bottom: 2.57rem;
}
@media screen and (min-width: 768px){
	.sg_info_flex{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.info_index.sg_info_index{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0;
		padding-top: 4rem;
	}
	.info_index.sg_info_index li + li{
		margin-top: 1.82rem;
		margin-left: 0;
	}
	.sg_info_inner{
		width: 68.75%;
	}
}
@media screen and (min-width: 1200px){
	.info_index.sg_info_index li + li{
		margin-top: 2.23rem;
	}
	.sg_info_dc{
		margin-bottom: 1.83rem;
	}
	.sg_info_dc .info_cat{
		width: 110px;
		height: 35px;
		font-size: 0.86rem;
		margin-left: 25px;
	}
	.info_eye{
		margin-bottom: 4.06rem;
	}
}

/**************************
/* お知らせ
**************************/
/***** 一覧 *****/
.ac_news_container{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
.news_block{
	margin-bottom: 0;
}
.news_block li{
	list-style: none;
	position: relative;
}
.news_block li::before, .news_block li::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	left: 0;
}
.news_block li:first-child::before{
	content: "";
	top: 0;
}
.news_block li::after{
	content: "";
	bottom: 0;
}
.news_block li a{
	display: flex;
	align-items: center;
	color: #000;
	padding: 2.04rem 0;
	transition: .3s;
}
.news_block li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.news_date{
	font-size: 0.84rem;
	letter-spacing: 0;
	margin-right: 25px;
	margin-bottom: 0;
}
.news_tit{
	letter-spacing: 0;
	margin-bottom: 0;
}
.ac_news_container .pagenation{
	width: 100%;
}
.ac_news_container .pagenation ul{
	justify-content: flex-start;
}
@media screen and (min-width: 768px){
	.ac_news_container{
		width: 94.11%;
	}
	.news_block{
		width: 68.75%;
		margin-left: auto;
	}
	.ac_news_container .pagenation{
		width: 68.75%;
		margin-left: auto;
	}
}
@media screen and (min-width: 1200px){
	.news_block li a{
		padding: 2.89rem 0;
	}
	.news_date{
		font-size: 0.86rem;
		margin-right: 35px;
	}
}
/***** single *****/
.sg_news_inner{
	width: 100%;
}
.sg_block{
	width: 100%;
	max-width: 1000px;
}
.info_date{
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 1.42rem;
}
.sg_con{
	line-height: 2;
	letter-spacing: 0;
}
@media screen and (min-width: 768px){
	.sg_news_inner{
		width: 68.75%;
		margin-left: auto;
	}
}
@media screen and (min-width: 1200px){
	.info_date{
		margin-bottom: 1.73rem;
	}
}


/**************************
/* CONCEPT
**************************/
/***** TOP・下層共通 *****/
.tc_main{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
.tc_main .en_tit{
	margin-bottom: 4.13rem;
}
.tc_main_tit{
	margin-bottom: 4.48rem;
}
.tc_main_tit .f-eng{
	font-size: 2.46rem;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
.tc_main_txt .txt_block{
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
}
.tc_img_block{
	margin-top: 3.9rem;
}
.tc_img1{
	width: 92.30%;
}
.tc_img2{
	width: 51.28%;
	margin-left: auto;
	margin-top: 30px;
}
@media screen and (min-width: 768px){
	.tc_main{
		width: 82.35%;
	}
	.tc_main_flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.tc_main_tit{
		width: 50%;
		margin-bottom: 6.56rem;
	}
	.tc_main_txt{
		width: 45%;
		margin: 0;
	}
	.tc_main_copy{
		font-size: 1.3rem;
		line-height: 1.66;
		letter-spacing: 0.05em;
		margin-bottom: 3.05rem;
	}
	.tc_img_block{
		width: 94.11%;
		margin: 5.58rem auto 0;
		display: flex;
		align-items: flex-start;
	}
	.tc_img1{
		width: 62.5%;
	}
	.tc_img2{
		width: 25%;
		margin-right: 4.6875%;
	}
}
@media screen and (min-width: 992px){
	.tc_main_flex{
		width: 92.85%;
		margin: 0 auto;
	}
	.tc_main_tit{
		margin-bottom: 5.16rem;
	}
}
@media screen and (min-width: 1200px){
	.tc_main_tit{
		width: 45.769%;
	}
	.tc_main_tit .f-eng{
		font-size: 3.53rem;
	}
	.tc_main_txt{
		width: 40.65%;
	}
	.tc_main_copy{
		font-size: 1.8rem;
		margin-bottom: 2.2rem;
	}
	.tc_img_block{
		margin-top: 7.26rem;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.tc_main_tit{
		margin-bottom: 3.56rem;
	}
	.tc_main_tit .f-eng{
		font-size: 2.7rem;
	}
	.tc_main_txt{
		width: 45.65%;
	}
	.tc_main_copy{
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1559px){
	.tc_main_tit{
		margin-bottom: 3.56rem;
	}
	.tc_main_tit .f-eng{
		font-size: 3.1rem;
	}
	.tc_main_txt{
		width: 42.65%;
	}
}
@media screen and (min-width: 1800px){
	.tc_main_tit{
		margin-bottom: 1.86rem;
	}
	.tc_img1{
		height: 650px;
	}
	.tc_img2{
		height: 600px;
	}
	.tc_img1 img, .tc_img2 img{
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}
	.tc_img1 img{		
		object-position: bottom;
	}
	.tc_img2 img{
		object-position: center;
	}
}