@charset 'UTF-8';
/* リキャプチャ
--------------------------- */
.grecaptcha-badge {
  display: none !important;
}
.reCAPTCHA_p {
  line-height: 1.5;
  font-size: 0.8rem;
  margin: 2rem 0 0;
  color: #b1b1b1;
}
.reCAPTCHA_p a {
  color: #b1b1b1;
  text-decoration: underline;
}
@media screen and (min-width: 1200px){
	.reCAPTCHA_p{
		margin-top: 4rem;
	}
}

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

.txt_block p{
	margin-bottom: 0;
}
img{
	max-width: 100%;
	height: auto;
}

/*************************
/* 共通
*************************/
.f27{
	font-size: 1.769rem;
	line-height: 1.5;
}
@media screen and (min-width: 1200px){
	.f27{
		font-size: 1.928rem;
	}
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 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;
    }
}
@media screen and (min-width: 992px){
	.none_min992{
		display: none;
	}
	.none_max991{
		display: block;
	}
}
@media screen and (max-width: 991px){
	.none_min992{
		display: block;
	}
	.none_max991{
		display: none;
	}
}
/**************************
/* bacckground
**************************/
.bg_gray{
	position: relative;
}
.bg_gray::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	z-index: -1;
}
/**************************
/* fontsize
**************************/


/*******************************
見出し
*******************************/
/* en_tit */
.en_tit1{
	font-size: 1.07692rem;
}
.en_tit2{
	font-size: 2.307rem;
}
@media screen and (min-width: 1200px){
	.en_tit1{
		font-size: 1.214rem;
	}
	.en_tit2{
		font-size: 2.5rem;
	}
}
/* p-title1 */
.p-title1{
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 1.38461rem !important;
}
.p-title1::before, .p-title1::after{
	display: none !important;
}
.p-title1.f-eng{
	letter-spacing: 0.03em !important;
}
@media screen and (min-width: 1200px){
	.p-title1{
		font-size: 1.428rem !important;
	}
}


/*******************************
/* BUTTON
*******************************/
/* vm */
.vm{
	display: inline-flex;
	align-items: center;
	color: #000;
	font-size: 0.923rem;
	letter-spacing: 0.03em;
	transition: .3s;
}
.vm .arrow{
	position: relative;
	right: 0;
	width: 17.8px;
	height: 14.5px;
	margin-left: 23px;
	transition: .2s;
}
.vm .arrow::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.vm:hover{
	text-decoration: none;
	color: #000;
}
.vm:hover .arrow{
	right: -5px;
}
@media screen and (min-width: 1200px){
	.vm{
		font-size: 0.928rem;
	}
	.vm .arrow{
		width: 20px;
		height: 16px;
		margin-left: 27px;
	}
}
/* p_button */
.p_button{
	width: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 1rem;
	color: #000;
	padding-bottom: 12px;
}
.p_button .arrow{
	position: relative;
	width: 4.7px;
	height: 8.7px;
	right: 0;
	transition: .3s;
}
.p_button .arrow::after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/chevron_arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.p_button::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	left: 0;
	bottom: 0;
}
.p_button:hover{
	text-decoration: none;
	color: #000;
}
.p_button:hover .arrow{
	right: -4px;
}
@media screen and (min-width: 1200px){
	.p_button{
		width: 250px;
		padding-bottom: 1.0714rem;
	}
}

/*******************************
container
*******************************/
.container_900, .container_1150, .container_1240, .container_1400, .container_1500{
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}
.container_900{
	max-width: 900px;
}
.container_1150{
	max-width: 1150px;
}
@media screen and (min-width: 1400px){
	.container_1240{
		width: 82.3529%;
		max-width: 1240px;
	}
	.container_1400{
		width: 82.3529%;
	}
	.container_1500{
		width: 88.2352%;
	}
}

/*******************************
パンクズ
*******************************/
#pls{
	margin-top: 1.10769rem;
}
#pan {
    font-size: 0.84615rem;
    display: flex;
    flex-wrap: wrap;
	color: #808080;
}
#pan a{
	color: #ababab;
    text-decoration: none;
	transition: .3s;
}
#pan a:hover{
	opacity: 0.7;
}
.pan-punctuation{
	color: #808080;
}
@media screen and (min-width: 1200px){
	#pls{
		margin-top: 2.1714rem;
	}
	#pan{
		font-size: 0.857rem;
	}
}

/*******************************
/* フォーム/テーブル
*******************************/
.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.6;
	letter-spacing: 0;
	padding: 34.1px 0;
	border-bottom: 1px solid rgba(170,170,170,0.5);
	color: #323232;
	font-weight: 500;
}
#form tr:first-child th, #form tr:first-child td{
	border-top: 1px solid rgba(170,170,170,0.5);
}
#form th {
  width: 30%;
	vertical-align: baseline;
}
#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 screen and (min-width: 1200px){
	#form th, #form td{
		font-size: 1.0714rem;
		padding: 39.5px 0;
	}
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 20px 10px 0;
	  border-bottom: none;
  }
	#form tr:first-child td{
		border-top: none;
	}
  #form td {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 8px 10px 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ページャー
--------------------------------------*/
.pagination{
	margin-top: 4.98461rem;
}
.pagination ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.pagination ul li{
	list-style: none;
}
.pagination ul li + li{
	margin-left: 17px;
}
.pagination ul li a{
	display: block;
}
.pagination ul li a:hover{
	text-decoration: none;
}
.page-numbers{
	color: #000;
}
.active.page-numbers{
	color: #737477;
	position: relative;
}
.active.page-numbers::after{
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #737477;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.pagination .prev{
	margin-right: 10px;
}
.pagination .next{
	margin-left: 27px;
}
.pagination .prev a, .pagination .next a{
	background-color: #000;
	position: relative;	
	width: 35px;
	height: 21px;
}
.pagination .prev a::after, .pagination .next a::after{
	position: absolute;
	content: "";
	width: 10.5px;
	height: 8.4px;
	background-image: url("../images/arrow_w.svg");
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pagination .prev a::after{
	transform: translate(-50%,-50%) rotate(-180deg);
}
@media screen and (min-width: 992px){
	.pagination{
		margin-top: 7.57692rem;
	}
}
@media screen and (min-width: 1200px){
	.pagination{
		margin-top: 7rem;
	}
	.pagination ul li{
		font-size: 1.07142rem;
	}
	.pagination ul li + li{
		margin-left: 20px;
	}
	.pagination .prev{
		margin-right: 10px;
	}
	.pagination .next{
		margin-left: 30px;
	}
	.pagination .prev a, .pagination .next a{
		width: 40px;
		height: 24px;
	}
	.pagination .prev a::after, .pagination .next a::after{
		width: 12px;
		height: 9.5px;
	}
}
@media screen and (min-width: 1400px){
	.pagination{
		margin-top: 9.5rem;
	}
}

/*******************************
/* 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: 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: 1200px){
	.br_max1199{
		display: none;
	}
	.br_min1200{
		display: block;
	}
}
@media screen and (max-width: 1199px){
	.br_max1199{
		display: block;
	}
	.br_min1200{
		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;
	}
	.br_max1499{
		display: none;
	}
}
@media screen and (max-width: 1499px){
	.br_min1500{
		display: none;
	}
	.br_max1499{
		display: block;
	}
}
@media screen and (min-width: 1600px){
	.br_min1600{
		display: block;
	}
}
@media screen and (max-width: 1599px){
	.br_min1600{
		display: none;
	}
}
@media screen and (min-width: 1700px){
	.br_min1700{
		display: block;
	}
}
@media screen and (max-width: 1699px){
	.br_min1700{
		display: none;
	}
}
@media screen and (min-width: 1800px){
	.br_min1800{
		display: block;
	}
}
@media screen and (max-width: 1799px){
	.br_min1800{
		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;
	}
}
.br_768-991none{
	display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.br_768-991none{
		display: none;
	}
}

/*****************************
/* form_customize
*****************************/
.form_intro{
	margin-bottom: 2.37692rem;
}
.form_intro p{
	color: #000;
	font-size: 0.923rem;
	line-height: 1.84;
	letter-spacing: 0;
	margin-bottom: 0;
}
.form_intro .form_label_req{
	margin-left: 0;
	margin-right: 3px;
}
#form_customize{
	width: 100%;
}
#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
    background-color: #f5f5f5;
	color: #323232;
    border: none;
    padding: 1.15rem 15px;
	font-size: 0.923rem;
    margin: 0;
    width: 100%;
	border-radius: 0;
	line-height: 1.5;
	letter-spacing: 0;
	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: #323232;
}
#form_customize input:focus, #form_customize select:focus, #form_customize textarea:focus{
	outline: none;
}
#form_customize .form_block{
	position: relative;
	margin-bottom: 1.723rem;
}
/* プレースホルダー */
#form_customize .wpcf7-form-control::placeholder{
	color: #cbcbcb;
	opacity: 1;
}
/* ラベル */
#form_customize .form_c_label{
	display: flex;
	font-size: 1rem;
	letter-spacing: 0;
	margin-bottom: 0.8538rem;
	line-height: 1.5;
	color: #323232;
}
/* 必須 */
.form_label_req{
	color: #ed1c24;
	font-size: 0.923rem;
	margin-left: 5px;
}
/* 入力してください */
#form_customize .wpcf7-not-valid-tip{
	font-size: 0.88rem;
	color: #c40000;
}
/* 「ハイフンは入力不要です」非表示 */
#autozip{
	display: none !important;
}
/* 個人情報 */
#form_customize .form_c_agree{
	border-bottom: none;
	margin-top: 1.5rem;
	text-align: left;
}
#form_customize .form_block.form_c_agree{
	margin-bottom: 2.00769rem;
}
#form_customize .form_block.form_c_agree::after{
	display: none;
}
#form_customize .form_c_agree .form_check_box{
	margin-bottom: 0.4538rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item-label{
	font-size: 1rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item{
	width: 100%;
}
.f_note{
	font-size: 0.8461rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.03em;
	color: #505050;
	margin-bottom: 0;
}
.f_note a{
	color: #737477;
	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: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#form_customize .form_block.form_c_submit{
	padding-bottom: 0;
	margin-bottom: 0;
}
#form_customize .form_block.form_c_submit::after{
	display: none;
}
#form_customize .form_c_submit input{
	width: 100%;
	max-width: 216px;
	height: 54px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.03846rem;
	letter-spacing: 0.06em;
	background-color: #000;
	color: #fff;
	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: 1200px){
	.form_intro{
		margin-bottom: 3.5857rem;
	}
	.form_intro p{
		font-size: 0.92857rem;
	}
	#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
		padding: 1.36rem 20px;
		font-size: 0.9285rem;
	}
	#form_customize .form_block{
		margin-bottom: 1.9846rem;
	}
	/* ラベル */
	#form_customize .form_c_label{
		margin-bottom: 1.12857rem;
	}
	/* 個人情報 */
	#form_customize .form_block.form_c_agree{
		margin-bottom: 3.62857rem;
	}
	#form_customize .form_c_agree .form_check_box .wpcf7-list-item-label{
		font-size: 1.1428rem;
	}
	#form_customize .form_c_agree .form_check_box{
		margin-bottom: 0.72857rem;
	}
	.f_note{
		font-size: 0.8571rem;
	}
	/* 送信ボタン */
	#form_customize .form_c_submit input{
		width: 240px;
		height: 60px;
		font-size: 1.0714rem;
	}
}

/* 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;
	margin-top: 1.25rem;
}
#form_customize .form_check_box .wpcf7-list-item{
	margin: 0;
	display: block;
	width: auto;
	margin-right: 30px;
}
#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: 1rem;
	color: #323232;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
#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: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: #f5f5f5;
	border-radius: 0;
	border: none;
}
#form_customize .form_check_box .wpcf7-list-item-label::after{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	background-color: #323232;
	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){
}
@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: 35px;
		height: 35px;
	}
	#form_customize .form_check_box .wpcf7-list-item-label::after{
		width: 12px;
		height: 12px;
		top: 12px;
		left: 12px;
	}
}
/* 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%;
}

/* 2つ並び */
#form_customize .form_block.form_row{
	display: flex;
	justify-content: space-between;
}
.form_col2{
	width: calc((100% - 7px)/2);
}
@media screen and (min-width: 1200px){
	.form_col2{
		width: calc((100% - 10px)/2);
	}
}

/* 来場希望日時 */
.datetimeblock p{
	color: #505050;
	font-size: 0.8461rem;
	letter-spacing: 0.03em;
	font-weight: 400;
	margin-top: 0.8538rem;
	margin-bottom: 0;
}
#form_customize select{
	color: #cbcbcb;
}
#form_customize select.selected{
	color: #323232;
}
.form_c_item.datetime{
	display: flex;
	justify-content: space-between;
}
.form_c_item.datetime .select_item{
	width: calc((100% - 7px)/2);
	position: relative;
	margin-bottom: 0;
}
.form_c_item.datetime .select_item::after{
	position: absolute;
	content: "";
	width: 8.8px;
	height: 4.8px;
	background-image: url("../images/chevron_arrow-down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.form_c_item.datetime .select_item #selTime{
	line-height: 1.71;
}
@media screen and (min-width: 1200px){
	.datetimeblock p{
		font-size: 0.8571rem;
		margin-top: 1.12857rem;
	}
	.form_c_item.datetime .select_item{
		width: calc((100% - 10px)/2);
	}
	.form_c_item.datetime .select_item::after{
		right: 20px;
	}
}

/* 住所 */
#form_customize .add .form-input__small300{
	width: 77.419%;
	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(170,170,170,0.5);
	margin-top: 60px;
	padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	letter-spacing: 0;
}
.c-post-index__link {
	color: #000;
	display: flex;
	align-items: center;
	font-size: 1.0769rem;
}
.c-post-index__link .arrow{
	background-color: #000;
	width: 35px;
	height: 21px;
	position: relative;
}
.c-post-index__link.link-prev .arrow{
	margin-right: 14px;
}
.c-post-index__link.link-next .arrow{
	margin-left: 14px;
}
.c-post-index__link .arrow::after{
	position: absolute;
	content: "";
	width: 10.5px;
	height: 8.4px;
	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 .arrow::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.c-post-index__link.is-disable {
	opacity: 0.5;
	pointer-events: none;
}
.c-post-index__link:hover{
	text-decoration: none;
	opacity: 1;
	transition: .3s;
}
.c-post-index__text {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
	font-size: 0.923rem;
	letter-spacing: 0;
	transition: .3s;
}
.c-post-index__text img{
	width: 21px;
	height: 21px;
	margin-bottom: 0.2692rem;
}
.c-post-index__text:hover{
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.c-post-index{
		margin-top: 75px;
		padding-top: 40px;
	}
}
@media screen and (min-width: 1200px){
	.c-post-index{
		margin-top: 100px;
		padding-top: 50px;
	}
	.c-post-index__link{
		font-size: 1.14285rem;
	}
	.c-post-index__link .arrow{
		width: 40px;
		height: 24px;
	}
	.c-post-index__link.link-prev .arrow{
		margin-right: 15px;
	}
	.c-post-index__link.link-next .arrow{
		margin-left: 15px;
	}
	.c-post-index__link .arrow::after{
		width: 12px;
		height: 9.5px;
	}
	.c-post-index__text{
		font-size: 0.928rem;
	}
	.c-post-index__text img{
		width: 24px;
		height: 24px;
		margin-bottom: 0.357rem;
	}
}


/*******************************
/* NEWS
*******************************/
/* archive */
.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;
	left: 0;
	background-color: rgba(170,170,170,0.5);
}
.news_block li:first-child::before{
	content: "";
	top: 0;
}
.news_block li::after{
	content: "";
	bottom: 0;
}
.news_block li a{
	display: flex;
	flex-direction: column;
	color: #000;
	padding: 1.504rem 0;
	position: relative;
}
.news_block li a::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s,opacity ease .6s;
	opacity: 0;
	z-index: -1;
}
.news_block li a:hover{
	text-decoration: none;
}
.news_block li a:hover::before{
	transform-origin: 0% 50%;
	transform: scaleX(1);
	opacity: 1;
}
.news_date, .news_tit{
	font-size: 1.03846rem;
	margin-bottom: 0;
}
.news_date{
	color: #737477;
}
@media screen and (min-width: 768px){
	.news_block li a{
		flex-direction: row;
		align-items: center;
		padding: 2.637rem 0;
	}
	.news_date{
		width: 120px;
	}
	.news_tit{
		width: calc(100% - 120px);
	}
}
@media screen and (min-width: 1200px){
	.news_block li a{
		padding: 3.071rem 0;
	}
	.news_date, .news_tit{
		font-size: 1.07142rem;
	}
	.news_date{
		width: 140px;
	}
	.news_tit{
		width: calc(100% - 140px);
	}
}
@media screen and (max-width: 767px){
	.news_date{
		margin-bottom: 0.4538rem;
	}
}
/* single */
.news_titArea{
	margin-bottom: 1.80769rem;
}
#main2 .news_titArea h1{
	margin-bottom: 0;
}
.news_titArea .date{
	color: #737477;
	letter-spacing: 0;
	font-size: 1.03846rem;
	margin-top: 0.6384rem;
}
.single_eye{
	margin-bottom: 40px;
}
.single_block p{
	line-height: 1.86;
	color: #323232;
}
@media screen and (min-width: 768px){
	.single_eye{
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 1200px){
	.news_titArea{
		margin-bottom: 2.357rem;
	}
	.news_titArea .date{
		font-size: 1.07142rem;
		margin-top: 1.1428rem;
	}
	.single_eye{
		margin-bottom: 60px;
	}
}





/*******************************
/* EVENT
*******************************/
/* archive */
.event_archive{
	margin-bottom: 0;
}
.event_archive li{
	list-style: none;
	margin-top: 3.5461rem;
}
.event_archive li:first-child{
	margin-top: 0;
}
.event_archive li a{
	display: block;
	color: #000;
}
.event_archive li a:hover{
	text-decoration: none;
}
.event_img.zoom{
	aspect-ratio: 57 / 80;
	margin-bottom: 1.13846rem;
}
.event_end{
	position: relative;
}
.event_end::before{
	position: absolute;
	content: "終了";
	font-size: 1.1538rem;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	z-index: 1;
}
.event_tit{
	font-size: 1.1538rem;
}
.event_date{
	font-size: 0.8461rem;
	color: #323232;
	margin-top: 0.4538rem;
}
@media screen and (min-width: 768px){
	.event_archive{
		display: flex;
		flex-wrap: wrap;
	}
	.event_archive li{
		width: calc((100% - 60px)/4);
		margin-right: 20px;
	}
	.event_archive li:nth-child(2), .event_archive li:nth-child(3), .event_archive li:nth-child(4){
		margin-top: 0;
	}
	.event_archive li:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.event_archive li{
		width: calc((100% - 78px)/4);
		margin-top: 4.3153rem;
		margin-right: 26px;
	}
}
@media screen and (min-width: 1200px){
	.event_archive li{
		margin-top: 3.9857rem;
	}
	.event_img.zoom{
		margin-bottom: 1.3857rem;
	}
	.event_end::before{
		font-size: 1.14285rem;
	}
	.event_tit{
		font-size: 1.1428rem;
	}
	.event_date{
		font-size: 0.928rem;
		margin-top: 0.4857rem;
	}
}
@media screen and (min-width: 1400px){
	.event_archive li{
		width: calc((100% - 144px)/4);
		margin-top: 4.7rem;
		margin-right: 48px;
	}
	.event_img.zoom{
		margin-bottom: 1.7428rem;
	}
	.event_end::before{
		font-size: 1.2857rem;
	}
	.event_date{
		margin-top: 0.7714rem;
	}
}
/* single */
#main2 .event_single-main h1{
	letter-spacing: 0;
	margin-bottom: 1.80769rem;
}
.event_single-main .p_button{
	margin-top: 2.00769rem;
}
.event_single-contents{
	line-height: 1.71;
	color: #323232;
}
.event_slingle-block + .event_slingle-block{
	margin-top: 4.01538rem;
}
.event_slingle-block #form th, .event_slingle-block #form td{
	font-size: 0.923rem;
	padding: 24.9px 0;
}
.event_slingle-block #form th{
	width: 105px;
}
.event_map{
	margin-top: 30px;
}
.event_map .youtube{
	filter: grayscale(1);
}
#main2 h2.p-title1, #main2 h3.p-title1{
	margin-bottom: 1.80769rem;
}
#event_form .form_intro{
	position: relative;
	padding-top: 2.846rem;
}
#event_form .form_intro::after{
	position: absolute;
	content: "";
	display: block !important;
	width: 100%;
	height: 1px;
	background-color: rgba(170,170,170,0.5);
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px){
	.event_slingle-block + .event_slingle-block{
		margin-top: 5.5538rem;
	}
	.event_map .youtube{
		padding: 0;
		aspect-ratio: 35 / 18;
	}
}
@media screen and (min-width: 992px){
	.event_single{
		position: relative;
		display: flex;
		align-items: flex-start;
		margin-top: -6.41015rem;
		margin-bottom: -11.5384rem;
	}
	.event_single::after{
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		top: 0;
		left: 47.0588%;
		background-color: #e6e6e6;
	}
	.event_single-main, .event_single-contents{
		padding-top: 6.41015rem;
		padding-bottom: 11.5384rem;
	}
	.event_single-main{
		width: 47.0588%;
	}
	.event_single-main .inner{
		width: 70%;
		margin: 0 auto;
	}
	.event_single-contents{
		width: 52.9412%;
	}
	.event_single-contents .inner{
		width: 75%;
		margin-right: auto;
		margin-left: auto;
	}
	.event_slingle-block + .event_slingle-block{
		margin-top: 6.323rem;
	}
}
@media screen and (min-width: 1200px){
	.event_single{
		margin-top: -5.95228rem;
		margin-bottom: -10.71428rem;
	}
	.event_single-main, .event_single-contents{
		padding-top: 5.95228rem;
		padding-bottom: 10.71428rem;
	}
	#main2 .event_single-main h1{
		margin-bottom: 2.357rem;
	}
	.event_single-main .p_button{
		margin-top: 3.1714rem;
	}
	.event_slingle-block + .event_slingle-block{
		margin-top: 5.92857rem;
	}
	.event_slingle-block #form th, .event_slingle-block #form td{
		font-size: 0.9285rem;
		padding: 24.9px 0;
	}
	.event_map{
		margin-top: 40px;
	}
	#main2 h2.p-title1, #main2 h3.p-title1{
		margin-bottom: 2.357rem;
	}
	#event_form .form_intro{
		position: relative;
		padding-top: 3.2857rem;
	}
}
@media screen and (min-width: 1400px){
	.event_single{
		margin-top: -100px;
		margin-bottom: -200px;
	}
	.event_single-main, .event_single-contents{
		padding-top: 100px;
		padding-bottom: 200px;
	}
	.event_single-main .inner{
		width: 62.5%;
	}
	.event_single-contents .inner{
		width: 77.777%;
	}
	.event_slingle-block + .event_slingle-block{
		margin-top: 8.0714rem;
	}
}
@media screen and (max-width: 991px){
	.event_single{
		width: 86%;
		max-width: 700px;
		margin-right: auto;
		margin-left: auto;
	}
	.event_single-main{
		position: relative;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.event_single-main::after{
		position: absolute;
		content: "";
		width: 100vw;
		height: 1px;
		background-color: #e6e6e6;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.event_info{
		width: 100%;
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 479px) {
	.event_slingle-block #form th, .event_slingle-block #form td{
		display: table-cell;
		padding: 21.9px 0;
	}
	.event_slingle-block #form th{
		width: 90px;
		border-bottom: 1px solid rgba(170,170,170,0.5);
	}
	.event_slingle-block #form td{
		width: calc(100% - 90px);
	}
	.event_slingle-block #form tr:first-child td{
		border-top: 1px solid rgba(170,170,170,0.5);
	}
}

/*******************************
/* STAFF
*******************************/
/* archive */
.staff_archive_outer{
	overflow-x: clip;
}
.staff_index_block .en_tit1{
	margin-bottom: 1.50769rem;
}
.staff_index{
	margin-bottom: 0;
}
.staff_index li{
	list-style: none;
	position: relative;
	transition: padding .3s ease-in-out;
}
.staff_index li::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background-color: rgba(0,0,0,0.5);
	top: 50%;
	left: 0;
	transform: translateY(-50%) scaleX(0);
	transform-origin: left center;
	transition: transform .3s ease-in-out;
}
.staff_index li.select{
	padding-left: 25px;
}
.staff_index li.select::before{
	transform: translateY(-50%) scaleX(1);
}
.staff_index li a{
	display: inline-block;
	color: #aaa;
	font-size: 1rem;
	line-height: 1.73rem;
	transition: .3s;
}
.staff_index li.select a{
	color: #000;
}
.staff_index li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.staff_block{
	position: relative;
	padding: 3.69230rem 0 4.230769rem;
}
.staff_block:first-child{
	padding-top: 0;
}
.staff_block:first-child{
	padding-top: 0;
}
.staff_block:nth-child(even)::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 200vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: #f5f5f5;
	z-index: -1;
}
.staff_category_title{
	font-size: 1.3846rem;
	letter-spacing: 0;
	margin-bottom: 2rem;
}
.staff_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.staff_list .item{
	list-style: none;
	width: calc((100% - 15px)/2);
	margin-top: 1.907rem;
	margin-right: 15px;
}
.staff_list .item:first-child, .staff_list .item:nth-child(2){
	margin-top: 0;
}
.staff_list .item a{
	display: block;
	color: #000;
}
.staff_list .item a:hover{
	text-decoration: none;
}
.staff_img.zoom{
	aspect-ratio: 2 / 3;
	margin-bottom: 1.623rem;
}
.staff_img img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.top_stafftxt{
	letter-spacing: 0.06em;
}
.top_stafftxt .yaku{
	font-size: 1rem;
	margin-bottom: 0.2538rem;
}
.top_stafftxt .name{
	font-size: 1.3076rem;
	margin-bottom: 0;
}
.top_stafftxt .name .f-eng{
	display: block;
	color: #afafaf;
	font-size: 0.8461rem;
}
@media screen and (min-width: 768px){
	.staff_archive{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.staff_index_block{
		position: sticky;
		top: 120px;
	}
	.staff_index_block .en_tit1{
		margin-bottom: 2.1769rem;
	}
	.staff_index li + li{
		margin-top: 0.738rem;
	}
	.staff_category_block{
		width: 73.333%;
	}
	.staff_list .item{
		width: calc((100% - 30px)/3);
		margin-top: 2.2923rem;
		margin-right: 15px;
	}
	.staff_list .item:nth-child(3){
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.staff_category_block{
		width: 78.333%;
	}
	.staff_block{
		padding: 5.61538rem 0 6.5384rem;
	}
	.staff_list .item{
		width: calc((100% - 36px)/3);
		margin-top: 2.6769rem;
		margin-right: 18px;
	}
}
@media screen and (min-width: 1200px){
	.staff_index_block .en_tit1{
		margin-bottom: 3.3857rem;
	}
	.staff_index li + li{
		margin-top: 1.34285rem;
	}
	.staff_index li.select{
		padding-left: 30px;
	}
	.staff_index li.select::before{
		width: 20px;
	}
	.staff_index li a{
		font-size: 1.0714rem;
	}
	.staff_block{
		padding: 5.21428rem 0 6.071428rem;
	}
	.staff_category_title{
		font-size: 1.5714rem;
		margin-bottom: 3.2714rem;
	}
	.staff_list .item{
		width: calc((100% - 66px)/4);
		margin-right: 22px;
	}
	.staff_list .item:nth-child(4){
		margin-top: 0;
	}
	.staff_list .item:nth-child(4n){
		margin-right: 0;
	}
	.staff_img.zoom{
		margin-bottom: 2.2rem;
	}
	.staff_list .staff_img.zoom{
		margin-bottom: 1.74285rem;
	}
	.top_stafftxt .yaku{
		margin-bottom: 0.5285rem;
	}
	.top_stafftxt .name{
		font-size: 1.42857rem;
	}
	.top_stafftxt .name .f-eng{
		font-size: 0.8571rem;
		margin-top: 0.1857rem;
	}
}
@media screen and (min-width: 1400px){
	.staff_block{
		padding: 7rem 0 8.21428rem;
	}
	.staff_list .item{
		margin-top: 3.17142rem;
	}
}
@media screen and (min-width: 1500px){
	.staff_category_block{
		width: 83.333%;
		max-width: 1250px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	.staff_list .item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.staff_index_block{
		margin-bottom: 4.11538rem;
	}
	.staff_index{
		display: flex;
		flex-wrap: wrap;
		margin: -4px;
	}
	.staff_index li{
		margin: 4px;
	}
	.staff_index li.select{
		padding: 0; 
	}
	.staff_index li.select::before{
		display: none;
	}
	.staff_index li a{
		background-color: #f5f5f5;
		padding: 3px 20px;
		font-size: 0.923rem;
		border-radius: 30px;
		transition: .3s ease-in-out;
		color: #323232;
	}
	.staff_index li.select a{
		background-color: #000;
		color: #fff;
	}
	.staff_list .item:nth-child(2n){
		margin-right: 0;
	}
}

/*******************************
/* modal
*******************************/
.st_modal{
    display: none;
    height: 100vh;
    position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
    background: rgba(0,0,0,0.85);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-height: 80vh; /* vh指定で画面高さに合わせる */
    background: #fff;
    /* overflow: hidden; ← 削除 */
    display: flex;
    flex-direction: column;
}
.modal__close {
    position: absolute;
	width: 40px;
	height: 40px;
    top: 0;
    right: 0;
    font-size: 2em;
	background-color: #000;
    color: #fff;
    z-index: 10;
    text-decoration: none;
}
.modal__close::after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url("../images/close.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.modal__content{
    background: #fff;
	color: #000;
	overflow-y: auto;
    max-height: 100%; /* wrapperに合わせる */
    -webkit-overflow-scrolling: touch;
}
.staff_modal_txtArea{
	padding: 40px 8.957%;
}
.staff_pro{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.9923rem;
	margin-bottom: 0;
}
.staff_pro dt, .staff_pro dd{
	font-size: 0.923rem;
	font-weight: 500;
	color: #323232;
	position: relative;
	padding-bottom: 0.61538rem;
	margin-top: 1.0769rem;
	margin-bottom: 0;
}
.staff_pro dt{
	width: 80px;
}
.staff_pro dd{
	width: calc(100% - 80px);
}
.staff_pro dt:nth-of-type(1), .staff_pro dd:nth-child(2){
	margin-top: 0;
}
.staff_pro dt::after, .staff_pro dd::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(170,170,170,0.5);
	left: 0;
	bottom: 0;
}
.staff_message{
	font-size: 0.923rem;
	letter-spacing: 0;
	margin-top: 1.9076rem;
}
.staff_message .f-eng{
	color: #000;
	margin-bottom: 0.7384rem;
}
.staff_message .txt_block{
	color: #323232;
	line-height: 1.69;
	text-align: justify;
}
@media screen and (min-width: 768px){
	.modal__wrapper{
		width: 80%;
		max-width: 800px;
		max-height: 413px;
	}
	.staff_modal_flex{
		display: flex;
		align-items: flex-start;
	}
	.staff_modal_img{
		width: 42.5%;
		aspect-ratio: 2 / 3;
		position: sticky;
		top: 0;
	}
	.staff_modal_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.staff_modal_txtArea{
		width: 57.5%;
		align-self: center;
	}
}
@media screen and (min-width: 992px){
	.modal__wrapper{
		max-height: 510px;
	}
	.staff_modal_txtArea{
		padding: 45px 11.957%;
	}
}
@media screen and (min-width: 1200px){
	.modal__close{
		width: 50px;
		height: 50px;
	}
	.modal__close::after{
		width: 13px;
		height: 13px;
	}
	.staff_modal_txtArea{
		padding: 50px 11.957%;
	}
	.staff_pro{
		margin-top: 2.1571rem;
	}
	.staff_pro dt, .staff_pro dd{
		font-size: 0.928rem;
		margin-top: 1.1428rem;
		padding-bottom: 0.6428rem;
	}
	.staff_pro dt{
		width: 100px;
	}
	.staff_pro dd{
		width: calc(100% - 100px);
	}
	.staff_message{
		font-size: 0.928rem;
		margin-top: 1.6428rem;
	}
	.staff_message .f-eng{
		margin-bottom: 1.0857rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.staff_modal_txtArea{
	}
}