@charset "UTF-8";
/*
Theme Name:NTG-column2 child
Theme URI:
Description:WordPressテーマ「NTG-column2」の子テーマ
Template:NTG-column2
Version:1.11
*/

::placeholder {
	color: #ccc;
}
#wpcf7-f27-p25-o1 ::placeholder {
	color: #f99 !important;
}
.wpcf7 {
	background: #fff !important;
	border: none !important;
}
span.required {
	color: #d00;
}

.post_content h2,
.post_content h3,
.post_content h5 {
	font-weight: bold;
}
.post_content h2 {
	text-align: center;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 80px;
	margin: 50px 0 30px;
	font-size: 2.3em;
	color: #a3876a;
}
.post_content h2:before, .post_content h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #a3876a;
}
.post_content h2:before {
	left: 0;
}
.post_content h2:after {
	right: 0;
}
.post_content h3 {
	position: relative;
	color: #fff;
	background: #d8c3ae;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
	margin: 50px 0 20px;
	font-size: 1.5em;
}
.post_content h3:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 900;
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}
.post_content h4 {
	padding: 0 0 5px 20px;
	margin: 30px 10px 15px;
	border-bottom: double 5px #88383b;
	font-size: 1.5em;
}
.post_content h5 {
	padding-left: 15px;
	color: #e5ac65;
	font-size: 1.1em;
}

/*****************************************************/

/*****************************************************/

table.table-style01 {
}
table.table-style01 th,
table.table-style01 td {
	border: 1px solid #d8c3ae;
	background: none;
}
table.table-style01 th {
	width: 22%;
	font-weight: bold;
}
table.table-style01 td {
}


/* Contact */
.wpcf7 {
	background: #d4edff;
	border: none;
}
.wpcf7 input,
.wpcf7 textarea {
	padding: 14px !important;
	margin: 2px 0 3px;
	border: none;
	border-radius: 5px;
}
#wpcf7-f27-p25-o1 .wpcf7-list-item {
    display: inline;
}

.contact-form-txt01 {
	line-height: 1.8em;
}
dl.contact-form {
	margin: 30px auto 0;
	padding: 0;
}
dl.contact-form dt {
	position: relative;
	padding: 0.3rem 1rem;
	margin: 10px 0 0;
	color: #fff;
	border-radius: 5px;
	background: #b99960;
	font-size: 1.1em;
}
dl.contact-form dt span.required {
	padding: 0 0 0 5px;
	color: #d00;
}
dl.contact-form dd {
	margin: 10px 0 20px;
}
@media screen and (min-width: 768px) {
	#wpcf7-f27-p25-o1 .wpcf7-list-item {
		line-height: 50px;
	}
	dl.contact-form {
		display: flex;
		flex-wrap: wrap;
	}
	dl.contact-form dt {
		width: 25%;
		padding: 0.5rem 1rem;
		margin: 0 0 30px;
	}
	dl.contact-form dd {
		width: 66%;
		margin: 0 0 30px 20px;
	}
}

#footer_bottom {
	margin-bottom: 100px !important;
}

.footer-follow {
	display: none;
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,.6);
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 99999;
}
.footer-follow a {
	display: inline-block;
	padding: 20px 30px;
	margin: 20px 0 0;
	color:       #000000;
	font-size:   16px;
	font-weight: bold;
	text-decoration: none;
	background: #ccffff;
	border-radius: 10px;
	letter-spacing: normal;
}
/* ============================================== */
/* 演出用(ボタン上にカーソルを持ってきた時に、ボタンを少し透過する）*/
/* ============================================== */
.hover {
	transition: 0.6s;
}
.hover:hover {
	opacity: 0.6;
}


.contact-btn a {
}
.contact-btn a {
	width: 50%;
	background: #8b0202;
	padding: 30px 0;
	margin:50px auto;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-size: 1.3em;
	transition: all 1s;
	padding: 3rem 5rem;
	border-radius: 100% 80px / 80px 100%;
	background-color: #eb6100;
}

.contact-btn a:hover {
	color: #fff;
	background: #8b0202;
	text-decoration: none;
	border-radius: 60% 80% / 100% 80%;
}
.contact-btn a span {
	font-size: 1.5em;
}
.updown {
	animation-name:updown1;   /* アニメーション名の指定 */
	animation-delay:0s;   /* アニメーションの開始時間指定 */
	animation-duration: 3s;   /* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
	animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

/*====================================================================
.s_02 .accordion_one
====================================================================*/
.s_02 .accordion_one {
  width: 100%;
  margin: 0 auto;
}
.s_02 .accordion_one .accordion_header {
  background-color: #eee;
  color: #000;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  border-top: 2px solid #eee;
  padding: 20px 2% 15px 2%;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_02 .accordion_one:nth-of-type(even) .accordion_header {
    background-color: #fff;
  border-bottom: 2px solid #eee;
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 30px;
  height: 30px;
  /*border: 1px solid #999;*/
  margin-top: -15px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before,
.s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #999;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: -2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: -2px;
  left: 5px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  box-sizing: border-box;
}
.s_02 .accordion_one:nth-of-type(even) .accordion_inner {
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.s_02 .accordion_one .accordion_inner .box_one {
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

</style>

.countdown {
	font-size: 1.3rem;
}
.countdown span {
	font-size: 1.3rem;
}


/*====================================================================
2024-06-25 追加CSS
====================================================================*/
.citation-1{
	color:#9f9f9f!important;
	font-size:11px;
}