@charset "UTF-8";
/* CSS Document */


/* ボタン　================================================== */
.btn_wrap{
	display: block;
	width: 270px;
	margin: 30px auto;
}

.btn01{
	display: inline-block;
	text-align: center;
	width: 100%;
	background: rgba(255,255,255,1);
	color: #2b9459;
	border: solid 3px #2b9459;
	padding: 0.8em;
	position: relative;
	border-radius: 50px;
	box-shadow: 6px 6px rgba(0,0,0,0.1);
	font-size: 1em;
	font-weight: 700;
	transition: .3s;
}
.btn01::after{
	color: #2b9459;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.btn01:hover{
	box-shadow: 1px 1px rgba(0,0,0,0.1);
	transition: .5s;
}
.btn01:hover::after{
	right: 10px;
}

.flex_c{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:15px;
}
@media (max-width: 750px){
	.flex_c{
		flex-direction: column;
	}
}

/* リスト ============================== */
ul.border01{
	padding-left: 1.2em;
	font-size: 1.2em;
}
ul.border01 li{
	border-bottom: dotted 5px #90bf1f;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #2b9459;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: dotted 5px #90bf1f;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #2b9459;
}
.dl_border01 dl dd{
	padding: 1em;
}
@media (max-width: 960px){
	ul.border01{
		padding-left: 0;
	}
	ul.border01 li{
		text-indent: -1.5rem;
		padding-left: 1.5rem;
	}
	ul.border01 li i{
		display: inline;
	}
	.dl_border01 dl{
		display: block;
		width: 100%;
	}
	.dl_border01 dl dt{
		width: 100%;
		padding: 1em 1em 0.5em;
	}
	.dl_border01 dl dd{
		width: 100%;
		padding:0.5em 1em 1em;
	}
}

.link_list li{
	font-size: 1.1rem;
	border-bottom: dotted 5px #90bf1f;
	margin-bottom: 1em;
}
.link_list li a{
	width: 100%;
	color: #4d2e05;
}
.link_list li a i{
	color: #2b9459;
}
.link_list li a:hover{
	color: #2b9459;
}

/* フローリスト======================================== */

.flow_wrap {
	max-width: 960px;
}

.flow_list {
	padding-left: 0;
	border-bottom: solid 1px #2b9459;
	padding-bottom: 20px;
}

.flow_list > li {
	list-style-type: none;
	display: flex;
	padding: 20px 0;
	border-top: solid 1px #2b9459;
	margin-top: 20px;
}

.flow_list > li dl dt {
	font-size: clamp(1.2rem, 0.9831rem + 0.7711vw, 1.6rem);
	line-height: 2;
	font-weight: 700;
	margin-bottom: 10px;
	color: #cf7d0f;
}

.flow_list > li .flow_nb {
	line-height: 1;
	font-size: 2em;
	font-weight: 700;
	color: #2b9459;
	text-align: center;
	width: 70px;
	position: relative;
	margin-top: 0;
}

.flow_list > li .flow_nb::before {
  content: 'STEP';
  font-size: 0.5em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow_list > li .flow_nb::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  border-right: dotted 5px #90bf1f;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow_list > li dl dd {
	margin: 0;
}

.flow_list > li dl {
	width: calc(100% - 70px);
	margin-top: 0.8em;
}
.flow_list a{
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: solid 1px #2b9459;
	color: #4d2e05;
	font-weight: 700;
	transition: .5s;
}
.flow_list a i{
	color: #2b9459;
}
.flow_list a:hover{
	color: #2b9459;
}

/* table　================================================== */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	
}
.simple01 table tr{
	border-bottom: dotted 5px #90bf1f;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #2b9459;
	font-weight: 600;
	width: 20%;
	min-width: 6em;
}
.simple01 table td i{
	color: #2b9459;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

/* リンクコンテンツ　================================================== */
.card002_link{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002_link .txt{
	flex: 1;
	width: 25%;
	min-width: 280px;
	align-self: center;
	padding: 10px;
}
.contents_link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 10px;
}

.contents_link .inner{
	width: calc(100% / 2 - 20px);
}

.effect-chico{
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
	background: #000;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.effect-chico img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	opacity: 0.7;
}

.effect-chico:hover img {
	opacity: 0.95;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-chico .in {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.effect-chico .in::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-chico .in::before,
.effect-chico p {
	color: #fff;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-chico h4 {
	position: absolute;
	right: 30px;
	top:30px;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-align: right;
	color: #fff;
	font-weight: 500;
	line-height: 220%;
	transition: .5s;
}
.effect-chico h4 span.en{
	font-weight: 700;
	font-size: clamp(1.8rem, 1.44rem + 1.28vw, 2.6rem);
	opacity: 0.6;
	transition: .5s;
}

.effect-chico p {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 0.9em;
	font-weight: 700;
	margin: 0 auto;
	text-align: right;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	transition: .5s;
}
.effect-chico:hover h4 span.en{
	opacity: 0.9;
	color: #cf7d0f;
}

.effect-chico:hover .in::before,
.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px){
	.card002_link{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card002_link .txt{
		width: 100%;
		max-width: 960px;
	}
	.contents_link{
		width: 100%;
		padding: 50px 15px;
	}
}
@media (max-width: 768px){
	.contents_link{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
		margin: auto;
		padding: 30px 10px;
		background-position: right 10% bottom 0;
		background-size: 170px;
	}
	.contents_link .inner{
		width: 100%;
	}
	.effect-chico,
	.effect-chico img {
		aspect-ratio: 16 / 9;
	}
	.effect-chico h4 {
		writing-mode:horizontal-tb;
	}
	.effect-chico p {
		opacity: 1;
		transform: scale(1);
	}
}

/* Map ============================================================ */
.map iframe{
	width: 100%;
	height: 450px;
	vertical-align: middle;
	border-radius: 30px;
}


/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    border-bottom: dotted 5px rgba(144,191,31,1);
}
.qa-list dl:first-child {
    border-top: dotted 5px rgba(144,191,31,1);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: 700;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
	font-weight: 700;
    content: 'Q.';
    color:#2b9459;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
	 font-weight: 700;
    content: 'A.';
    color: #e65912;
}
.qa-list dl dd {
    position: relative;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd a{
	color: #2b9459;
	text-decoration: none;
	transition: .5s;
}
.qa-list dl dd a:hover{
	text-decoration: underline;
}

@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}
/* ながれ ================================================== */

/* メールフォーム==================== */
.phone_flex{
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 900px;
	margin: auto;
	border-top:dotted 5px rgba(144,191,31,1);
}
.phone_flex .phone{
	position: relative;
	text-align: center;
	width: 100%;
	border-bottom: dotted 5px rgba(144,191,31,1);
}
.phone_flex .phone .inner{
	position: relative;
	color: #4d2e05;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.5rem;
	z-index: 2;
	transition: .5s;
}


.phone_flex .phone .nb{
	font-weight: 700;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #2b9459;
	white-space: nowrap;
	transition: .5s;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color: #fff;
	background:#2b9459;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .nb:hover{
	color: #cf7d0f;
}
.phone_flex .phone .nb:hover i{
	background: #cf7d0f;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	display: block;
	padding: 10px;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.phone_flex .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 600;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #0160ae;
}
.phone_flex .phone dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.phone_flex .phone dl dt{
	width: 5em;
	text-align: left;
	font-size: 0.9rem;
}
.phone_flex .phone dl dd{
	margin-left: 0.5em;
}
.phone_flex .phone dl dd::before{
	content: '｜'
}


@media (max-width: 960px){
	.phone_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
	}
	.phone_flex .phone{
		padding: 1rem;
	}
}

#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: dotted 5px rgba(144,191,31,1);
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 2rem 0 0;
}
#mailform .checkbox{
	padding: 0 2rem 0 0;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#2b9459;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	background: #fff;
	border:solid 2px #2b9459;
	color:#4d2e05;
	font-weight: 700;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background: #2b9459;
	color: #fff;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #4d2e05 !important;
	font-size: 1em !important;
	padding-bottom: 1em;
	font-weight: 700;
}
.infobox h5{
	color: #4d2e05;
	margin-top: 1em;
	font-weight: 700;
}
.infobox h5 i{
	color: #2b9459;
}
.infobox p{
	font-size: 0.8em !important;
	color: #4d2e05;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:#fff;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#666;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #666;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 0;
  border: solid 1px #ccc;
	background-color: #fff;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #2b9459;
  border-color: #2b9459;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}
@media (max-width: 960px){
	#mailform{
		padding: 10px 0;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailform table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
}
