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

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #8a9898;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #fff;
	padding: 1em;
}
.line02 table td i{
	color: #8a9898;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 3px #0fbf4a;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	font-weight: 600;
	width: 20%;
	min-width: 6em;
}
.simple01 table th.price{
	width: 40%;
	min-width: 200px;
}

@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
	.simple01 table th.price{
		width: 100%;
	}
}

ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	font-size: 1.2rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	border-bottom: dotted 1px;
	margin-bottom: 1em;
}

ul.border02{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:16px;
}
ul.border02 li{
	border-bottom: dotted 1px;
}

.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #8a9898;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #8a9898;
}
.dl_border01 dl dd{
	padding: 1em;
}
@media (max-width: 960px){
	.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;
	}
}
/* ボタン　================================================== */


.btn01{
	display: inline-block;
	text-align: left;
	width: 160px;
	color: #65422c;
	border-bottom: solid 1px;
	padding: 0.5em 0.2em;
	position: relative;
	overflow: hidden;

}
.btn01 span{
	overflow: hidden;
	font-size: 1em;
	font-weight: 400;
	color: transparent;
	text-shadow: 0 -2em 0 #65422c, 0 0 0 #65422c;
	transition: text-shadow 0.3s;
}
.btn01:hover span{
	text-shadow: 0 0 0 #65422c, 0 2em 0 #65422c;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .3s;
}
.btn01:hover::after{
	right: 10px;
}
.bg_img01 .btn01{
	color: #fff;
	border-bottom: solid 1px;
}
.bg_img01 .btn01 span{
	text-shadow: 0 -2em 0 #fff, 0 0 0 #fff;
}
.bg_img01 .btn01:hover span{
	text-shadow: 0 0 0 #fff, 0 2em 0 #fff;
}
.btn_wrap{
	display: block;
	width: fit-content;
	margin: 15px auto;
}


/* リンクコンテンツ　==================== */
.services_wrap{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 350px;
}
.services_wrap .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 350px;
}
.services_wrap .img02{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 350px;
}
.services_wrap .img img,.services_wrap .img02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services_wrap .txt{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 60%;
	min-height: 200px;
	background:rgba(255,255,255,1);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	padding: 20px;
}
.services_wrap .txt02{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 60%;
	min-height: 200px;
	background:rgba(255,255,255,1);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	padding: 20px;
}
@media (max-width: 1200px){
	.services_wrap{
		margin: auto;
		width: calc(100% - 20px);
	}
}
@media (max-width: 960px){
	.services_wrap{
		position: static;
		height: auto;
		min-height:1px;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.services_wrap .img,
	.services_wrap .img02{
		position: static;
		height: auto;
		width: 100%;
	}
	
	.services_wrap .img img,
	.services_wrap .img02 img{
		padding: 0;
		vertical-align: middle;
		width: 100%;
		height: inherit;
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}
	
	.services_wrap .txt,
	.services_wrap .txt02{
		position: static;
		transform: none;
		width: 100%;
	}
}

.map iframe{
	width: 100%;
	vertical-align: middle;
}

.map_wrap{
	position: relative;
}
.map_img{
	width: 100%;
	height: 700px;
	background:url("../img/bg_img03.webp") no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-mask-image: url(../img/map.svg);
	-webkit-mask-repeat:no-repeat;
	-webkit-mask-position:center;
	-webkit-mask-size: auto 100%;
	mask-image: url(../img/map.svg);
	mask-repeat:no-repeat;
	mask-position:center;
	mask-size: auto 100%;
	position: relative;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .map_img{
	background-attachment: scroll;
	background-position: bottom center;
}

.map_wrap .txt{
	position: absolute;
	top: 30%;
	left: 10%;
}
@media (max-width: 960px){
	.map_img{
		height: 600px;
		mask-size: auto 100%;
	}
	.map_wrap .txt{
		top: 20%;
	}
}
@media (max-width: 750px){
	.map_wrap{
		width: 100%;
	}
	.map_img{
		height: 550px;
		mask-size: 100%;
	}
	.map_wrap .txt{
		width: fit-content;
		top: 10%;
		left: 5%;
	}
}
@media (max-width: 450px){
	.map_img{
		height: 400px;
		mask-size: 100% auto;
	}
}


/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}

/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	max-width: 900px;
	margin: auto;
}
.phone_flex .phone{
	width: 100%;
	text-align: center;
	color: #65422c;
	display: block;
	margin: 15px;
	padding: 1.5rem;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone:hover{
	opacity: 0.5;
}
.phone_flex .phone .nb{
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	font-family: "Shippori Mincho", serif;
	color: #65422c;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#65422c ;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 1rem;
}
.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: #65422c;
}

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

@media (max-width: 450px){
	.phone_flex .phone{
		width: calc(100%);
		margin: 15px 0;
	}
	.phone_flex .phone ul{
		flex-direction: column;
		justify-content: flex-start;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
	
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#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 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#f5f5f5;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#65422c;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background: #fff;
	border:solid 1px #65422c;
	color:#65422c;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background:#65422c;
	color: #fff;
}
.infobox{
	margin: 30px auto;
	padding: 10px;
	background: rgba(255,255,255,0.6);
}
.infobox h4{
	text-align: center;
	color: #65422c !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #65422c;
	margin-top: 1em;
	border-bottom: dashed 1px;
}
.infobox h5 i{
	color: #65422c;
}
.infobox p{
	font-size: 0.8em !important;
	color: #65422c;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:#f5f5f5;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 600;
	border-radius: 30px;
	background:#65422c;
	padding: 0.5em 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: 3px;
  border: solid 1px #ccc;
  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: #65422c;
  border-color: #65422c;
}

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 th{
		padding-top: 1rem;
	}
	#mailform table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
}
