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

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

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

/* 首頁 */

@media (min-width: 1560px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1500px;
	}
}


.indexswf {
	width: 100%;
	height: 930px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

.indexswf img {
	display: block;
	margin-top: 150px;
	animation: moveVertical 1.5s ease forwards !important;
}

h1.i_h1 {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.indexswf .mo {
	display: none;
}

@media (max-width: 767px) {
	.indexswf {
		height: 600px;
	}

	.indexswf img {
		width: 100%;
		max-width: 500px;
	}

	.indexswf .pc {
		display: none;
	}

	.indexswf .mo {
		display: block;
	}
}

@media (max-width: 479px) {
	.indexswf {
		height: 460px;
	}

	.indexswf img {
		margin-top: 180px;
	}
}



.indextitle {
	margin-bottom: 30px;
}

.indextitle .en {
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.indextitle h2 {
	font-size: 38px;
	font-weight: 400;
	letter-spacing: 5px;
}




.i_active {
	display: grid;
	gap: 60px;
	grid-template-columns: 25% calc(100% - 25% - 60px);
	background: rgba(255, 255, 255, 0.9);
	padding: 90px;
	margin-bottom: 120px;
}

.i_active.move-up.animate {
	animation-delay: 0.8s;
}

.i_active section {
	position: relative;
}

.i_active .indextitle {
	margin-bottom: 35px;
}

.i_active .indextitle .en {
	font-size: 13px;
	line-height: 150%;
	color: #9aa389;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.i_active .indextitle h2 {
	position: relative;
	display: flex;
	align-items: center;
	letter-spacing: 5px;
}

.i_active .indextitle h2 span {
	display: inline-block;
	position: relative;
	z-index: 10;
	padding-right: 15px;
}

.i_active .indextitle h2::before {
	content: "";
	width: 40px;
	aspect-ratio: 1/1;
	display: block;
	position: absolute;
	top: 14px;
	left: -17px;
	border-radius: 50%;
	background: #f1f1f1;
}

.i_active .indextitle h2::after {
	content: "";
	flex: 1;
	height: 1px;
	display: block;
	border-bottom: 1px solid #d0d0d0;
}



.i_active section:nth-of-type(1) p {
	line-height: 180%;
}

.i_active .edit {
	color: #666;
	margin-bottom: 45px;
	letter-spacing: 2px;
}

.i_active section:nth-of-type(2) {
	padding: 0 40px;
}

.i_active section:nth-of-type(2) .brook-btn {
	display: none;
}


@media (max-width: 1199px) {
	.i_active {
		gap: 20px;
		grid-template-columns: 100%;
		padding: 50px;
	}

	.i_active section:nth-of-type(2) {
		padding: 0;
	}

	.i_active section:nth-of-type(1) .brook-btn {
		display: none;
	}

	.i_active section:nth-of-type(2) .brook-btn {
		display: inline-block;
		margin-top: 60px;
	}

	.i_active .edit {
		margin-bottom: 30px;
	}

	.i_active .customNavigation {
		left: -25px;
	}

	.i_active .customNavigation.rightbut {
		right: -25px;
	}

}

@media (max-width: 767px) {
	.indextitle h2 {
		font-size: 32px;
	}

	.i_active {
		padding: 40px;
	}
}






.i_category {
	position: relative;
}

.i_category>img {
	display: block;
}

.i_category .con {
	position: relative;
	padding: 20px 0 40px;
	background: rgba(201, 209, 184, 0.85);
}

.i_category .con::after {
	content: "";
	width: 100%;
	height: 200px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(239, 241, 234, 0) 27%, rgba(194, 202, 178, 1) 100%);
}

.i_category .con .container {
	position: relative;
	z-index: 2;
}

.i_category .indextitle {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	background: url(../index_02.png) no-repeat center bottom;
}

.i_category .indextitle .en {
	color: #f3edcb;
}

.i_category .indextitle h2 {
	font-size: 40px;
}

.i_category ul {
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 40px 0;
	grid-template-columns: 1fr 10% 1fr 10% 1fr;
}

.i_category ul li {
	padding: 0 15px;
}

.i_category ul li:nth-of-type(3),
.i_category ul li:nth-of-type(9) {
	padding: 50px 15px 0;
}

.i_category ul li.dot:nth-of-type(6) {
	display: none;
}

.i_category ul li.dot {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i_category ul li.dot::before {
	content: "";
	width: 13px;
	height: 13px;
	display: block;
	position: relative;
	top: -50px;
	background: #fff;
	border-radius: 50%;
}

.i_category ul li a {
	display: block;
	text-align: center;
}

.i_category ul li img {
	width: 90%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 35px;
	border: 2px solid #f4eecc;
	box-shadow: 0 12px 20px -5px rgba(48, 52, 40, 0.3);
	transition: all 0.3s ease;
}

.i_category ul li:hover img {
	width: 95%;
}

.i_category ul li h3 {}

.i_category ul li p {
	text-align: left;
}


@media (max-width: 1199px) {
	.i_category .con {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.i_category ul {
		grid-template-columns: 1fr 10% 1fr;
	}

	.i_category ul li:nth-of-type(3),
	.i_category ul li:nth-of-type(9) {
		padding: 0 15px 0;
	}

	.i_category ul li:nth-of-type(4),
	.i_category ul li:nth-of-type(8) {
		display: none;
	}

	.i_category ul li.dot:nth-of-type(6) {
		display: flex;
	}
}

@media (max-width: 767px) {
	.i_category .indextitle h2 {
		font-size: 32px;
	}
}

@media (max-width: 479px) {
	.i_category .con {
		background: rgba(201, 209, 184, 0.75);
	}

	.i_category ul {
		gap: 30px 0;
		grid-template-columns: 1fr;
	}

	.i_category ul li.dot,
	.i_category ul li.dot:nth-of-type(6) {
		display: none;
	}
}







.i_reserve {
	position: relative;
	padding: 180px 0 140px;
	background: url(../bg02.jpg), #efe2cb;
}

.i_reserve::before {
	content: "";
	width: 100%;
	height: 95px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../index_08.svg) no-repeat center top;
	z-index: 2;
}

.i_reserve::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(255, 248, 235, 0) 0%, rgba(255, 248, 235, 1) 58%, rgba(255, 248, 235, 1) 100%);
}

.i_reserve .container {
	position: relative;
	z-index: 5;
}

.i_reserve .con {
	display: grid;
	gap: 60px;
	grid-template-columns: 300px 1fr;
}

.i_reserve .con section {
	padding-block: 10px;
}

.i_reserve .con section:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
}

.i_reserve .con section:nth-of-type(2) {
	padding-left: 60px;
	border-left: 2px solid #fff;
}

.i_reserve .con section:nth-of-type(1) .edit {
	margin-bottom: 40px;
	color: #585858;
}

.i_reserve .indextitle .en {
	font-size: 13px;
	line-height: 150%;
	color: #d4a25f;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.i_reserve .indextitle h2 {
	position: relative;
	display: flex;
	align-items: center;
	letter-spacing: 5px;
}

.i_reserve .indextitle h2 span {
	display: inline-block;
	position: relative;
	z-index: 10;
	padding-right: 15px;
}

.i_reserve .indextitle h2::before {
	content: "";
	width: 40px;
	aspect-ratio: 1/1;
	display: block;
	position: absolute;
	top: 14px;
	left: -17px;
	border-radius: 50%;
	background: #fff;
}


.process ul,
.i_reserve ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px 0;
}

.process ul li,
.i_reserve ul li {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

.i_reserve ul li:nth-of-type(4),
.i_reserve ul li:nth-of-type(5) {}

.process ul li>span,
.i_reserve ul li>span,
.process ul li>div,
.i_reserve ul li>div {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.process ul li>span:nth-of-type(1),
.i_reserve ul li>span:nth-of-type(1),
.process ul li>div:nth-of-type(1),
.i_reserve ul li>div:nth-of-type(1) {
	width: 130px;
	align-items: center;
	gap: 15px;
	text-align: center;
}

.i_reserve ul li>span:nth-of-type(2),
.i_reserve ul li>div:nth-of-type(2) {
	flex: 1;
	color: #555;
}

.process ul li>span:nth-of-type(2) ,
.process ul li>div:nth-of-type(2) {
	flex: 1;
}

.process ul li .num,
.i_reserve ul li .num {
	width: 38px;
	height: 38px;
	display: inline-flex;
	color: #7d826c;
	font-size: 18px;
	line-height: 100%;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	font-family: "Poppins", sans-serif;
}

.process ul li .num {
	color: #fff;
	background: #cfa15a;
}

.process ul li>span:nth-of-type(1) img,
.i_reserve ul li>span:nth-of-type(1) img,
.process ul li>div:nth-of-type(1) img,
.i_reserve ul li>div:nth-of-type(1) img {
	width: 100%;
	max-width: 75px;
}

.i_reserve ul li h3 {}


.process ul li>span:nth-of-type(2) .list,
.i_reserve ul li>span:nth-of-type(2) .list,
.process ul li>div:nth-of-type(2) .list,
.i_reserve ul li>div:nth-of-type(2) .list {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.process ul li>span:nth-of-type(2) p,
.i_reserve ul li>span:nth-of-type(2) p,
.process ul li>div:nth-of-type(2) p,
.i_reserve ul li>div:nth-of-type(2) p {
	flex: 1;
}

.process ul li>span:nth-of-type(2) .list:last-of-type p,
.i_reserve ul li>span:nth-of-type(2) .list:last-of-type p,
.process ul li>div:nth-of-type(2) .list:last-of-type p,
.i_reserve ul li>div:nth-of-type(2) .list:last-of-type p {
	margin-bottom: 0;
}

.process ul li>span:nth-of-type(2) img,
.i_reserve ul li>span:nth-of-type(2) img,
.process ul li>div:nth-of-type(2) img,
.i_reserve ul li>div:nth-of-type(2) img {
	margin-top: 9px;
}


@media (max-width: 991px) {

	.process .con,
	.i_reserve .con {
		gap: 60px;
		grid-template-columns: 1fr;
	}

	.process .con section:nth-of-type(2),
	.i_reserve .con section:nth-of-type(2) {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.i_reserve {
		padding: 100px 0;
	}

	.i_reserve .indextitle {
		margin-bottom: 10px;
	}

	.process .con section:nth-of-type(1) .edit,
	.i_reserve .con section:nth-of-type(1) .edit {
		margin-bottom: 20px;
	}

	.process ul li>span:nth-of-type(2) p img,
	.i_reserve ul li>span:nth-of-type(2) p img ,
	.process ul li>div:nth-of-type(2) p img,
	.i_reserve ul li>div:nth-of-type(2) p img {
		top: 10px;
	}
}

@media (max-width: 479px) {
	.i_reserve {
		padding: 80px 0;
	}

	.process ul li>span:nth-of-type(1),
	.i_reserve ul li>span:nth-of-type(1),
	.process ul li>div:nth-of-type(1),
	.i_reserve ul li>div:nth-of-type(1) {
		width: 100%;
		gap: 20px;
	}

	.process ul li,
	.i_reserve ul li {
		gap: 0px;
	}
}





footer {
	padding: 80px 150px;
	color: #576044;
	background: url(../index_15.jpg) no-repeat center;
	background-size: cover;
}

footer.nobg {
	background: rgb(248 241 229 / 85%);
}

footer a:hover {
	color: #d4a25f;
}

footer .con {
	display: grid;
	gap: 40px 4%;
	grid-template-columns: 1.5fr 15% 24% 0.5fr;
}

footer .con section {}

footer .con section:nth-of-type(4) {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-end;
}

footer .info {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .info li {
	display: flex;
	align-items: flex-start;
}

footer .info li img {
	width: 100%;
	max-width: 20px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

footer .info li p {
	flex: 1;
}

footer .title {
	margin-bottom: 40px;
}

footer .title .en {
	color: #c5924f;
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
}

footer .title h3 {
	font-size: 22px;
	color: #576044;
	letter-spacing: 2px;
}


footer .qmenu {
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 20px;
	
}

footer .qmenu li {}

footer .qmenu li a {
	display: block;
	font-size: 18px;
}


footer .time {
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

footer .time li {
	position: relative;
	padding-left: 25px;
}

footer .time li::before {
	content: "";
	width: 10px;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 3px;
	background: #576044;
}


footer .but {
	text-align: right;
}

footer .but a {
	margin: 8px 5px;
}

.i_reserve a.brook-btn.btn-sd-size,
footer a.brook-btn.btn-sd-size {
	height: auto;
	line-height: 150%;
	font-size: 20px;
	padding: 15px 36px;
}

.copyright {
	font-size: 12px;
	color: #8d967c;
	line-height: 150%;
	text-align: right;
	margin: 10px;
	word-break: initial;
}


.social_icon {
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-direction: column;  /* 確保垂直排列 */
  align-items: flex-end;   /* 保證靠右對齊 */
}


.social_icon li {
	margin-bottom: 6px;
}

.social_icon li a {
	display: inline-block;
	max-width: 50px;
}

.social_icon li a img {
	width: 50px;
	transition: all 0.3s ease;
}

.social_icon li a:hover img {
	transform: scale(0.9, 0.9);
}


@media only screen and (max-width: 1599px) {
	footer {
		padding: 80px 50px;
	}
}

@media (max-width: 1299px) {
	footer .con {
		gap: 40px 5%;
		grid-template-columns: 1.3fr 15% 1fr;
	}

	footer .con section:nth-of-type(4) {
		grid-column: 1/-1;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
	}
}

@media (max-width: 1199px) {
	footer .con {
		display: grid;
		gap: 50px 5%;
		grid-template-columns: 1fr;
	}

	footer .title {
		margin-bottom: 20px;
	}

	.copyright {
		text-align: left;
	}
}

@media (max-width: 767px) {
	footer {
		word-break: break-all;
	}

	footer .but {
		text-align: left;
	}

	.social_icon {
		position: static;
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		gap: 8px;
	}

	.social_icon li {
		margin-bottom: 0;
	}

	.social_icon li a {
		max-width: 35px;
	}
}

@media (max-width: 479px) {
	footer {
		padding: 60px 20px;
	}

	.i_reserve a.brook-btn.btn-sd-size,
	footer a.brook-btn.btn-sd-size {
		line-height: 160%;
		font-size: 22px;
	}

	footer a.brook-btn.btn-sd-size {
		/*width: 100%;*/
	}

	footer .info li img {
		top: 8px;
	}
}



/* 內頁 */

.pageform {
	display: flex;
	gap: 60px;
	flex-flow: wrap;
}

.pageform>section {}

.pageform>section.menu {
	width: 240px;
}

.pageform>section.con {
	flex: 1;
}

@media (width <=991px) {
	.pageform>section.menu {
		width: 100%;
	}
}


.edit {}

.edit h2 {
	font-size: 26px;
}


.breadcrumb {
	padding-right: 0;
	font-size: 13px;
	padding: 0 5px;
	margin-bottom: 0px;
	border-radius: 0;
	background: transparent;
}

.breadcrumb a {
	color: #515151;
	font-weight: 500;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.breadcrumb a::after {
	content: "/";
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	color: rgba(0, 0, 0, 0.5);
}


.pageswf {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 280px 40px 60px;
	text-align: center;
}

.pageswf h1,
.pageswf h2 {
	color: #576044;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: 5px;
	margin: 0;
}

.pageswf .en {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

main.page {
	padding: 1px 0;
}

.pagecon {
	min-height: 400px;
	padding: 60px;
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 120px;
}

.pagetop {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

.pagetitle {
	margin: 0;
	font-size: 32px;
	color: #444;
}

.pagetitle03 {
	font-size: 26px;
	color: #7b9770;
}

.pagetitle03 img {
	width: 26px;
	position: relative;
	top: -3px;
	margin-right: 6px;
}

@media (max-width: 767px) {
	.pageswf {
		padding: 250px 30px 40px;
	}

	.pagecon {
		padding: 40px 20px;
	}

	.pagetop {
		flex-flow: column;
		gap: 10px;
	}

	.pagetitle {
		font-size: 26px;
	}
}

@media (max-width: 479px) {
	.pagetitle03 img {
		width: 22px;
		margin-right: 0;
		top: -2px;
		left: -3px;
	}

	h2.pagetitle03 {
		font-size: 22px;
	}
}





/* 公司簡介 */

.about01 {
	margin: 0;
	padding: 0 0 0 25px;
}

.about01 li {
	position: relative;
	margin-bottom: 15px;
	z-index: 1;
}

.about01 li::after {
	content: "";
	width: 100%;
	height: 15px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(153 201 156 / 24%);
	z-index: -1;
}




.about_house {
	position: relative;
	margin: 0 auto 15px;
}

.about_house section {
	position: absolute;
	left: calc(50% - 400px);
	bottom: 40px;
}

.about_house section>span {
	display: block;
	position: absolute;
}

.about_house section a {
	display: block;
	padding: 15px;
}


/* 房子第一層連結 */
.about_house section>span:nth-of-type(1) {
	bottom: 60px;
	left: 30px;
	z-index: 6;
}

.about_house section>span:nth-of-type(1) a {
	width: 190px;
	height: 40px;
	clip-path: polygon(35% 0, 100% 0%, 65% 100%, 0% 100%);
	transform: rotate(14deg);
}

.about_house section>span:nth-of-type(2) {
	bottom: 20px;
	left: 170px;
	z-index: 5;
}

.about_house section>span:nth-of-type(2) a {
	width: 230px;
	height: 45px;
	clip-path: polygon(33% 0, 100% 0%, 67% 100%, 0% 100%);
	transform: rotate(14deg);
}

.about_house section>span:nth-of-type(3) {
	bottom: -175px;
	left: 260px;
	z-index: 4;
}

.about_house section>span:nth-of-type(3) a {
	width: 300px;
	height: 310px;
	clip-path: polygon(43% 0, 100% 0%, 57% 25%, 0 25%);
	transform: rotate(13deg);
}

.about_house section>span:nth-of-type(4) {
	bottom: -125px;
	left: 420px;
	z-index: 3;
}

.about_house section>span:nth-of-type(4) a {
	width: 300px;
	height: 310px;
	clip-path: polygon(43% 0, 100% 0%, 57% 25%, 0 25%);
	transform: rotate(13deg);
}

/* 房子第二層連結 */
.about_house section>span:nth-of-type(5) {
	bottom: -50px;
	left: 16px;
	z-index: 2;
}

.about_house section>span:nth-of-type(5) a {
	width: 480px;
	height: 410px;
	clip-path: polygon(43% 0, 100% 0%, 57% 25%, 0 25%);
	transform: rotate(13deg);
}

.about_house section>span:nth-of-type(6) {
	bottom: 85px;
	left: 310px;
	z-index: 1;
}

.about_house section>span:nth-of-type(6) a {
	width: 460px;
	height: 330px;
	clip-path: polygon(40% 0, 100% 0%, 60% 25%, 0 25%);
	transform: rotate(11deg);
}

/* 房子第三層連結 */
.about_house section>span:nth-of-type(7) {
	bottom: 465px;
	left: 60px;
	z-index: 7;
}

.about_house section>span:nth-of-type(7) a {
	width: 420px;
	height: 150px;
	clip-path: polygon(35% 60%, 100% 60%, 65% 100%, 0% 100%);
	transform: rotate(12deg);
}

.about_house section>span:nth-of-type(8) {
	bottom: 515px;
	left: 240px;
	z-index: 9;
}

.about_house section>span:nth-of-type(8) a {
	width: 260px;
	height: 120px;
	clip-path: polygon(47% 60%, 100% 60%, 53% 100%, 0% 100%);
	transform: rotate(12deg);
}

.about_house section>span:nth-of-type(9) {
	bottom: 505px;
	left: 370px;
	z-index: 8;
}

.about_house section>span:nth-of-type(9) a {
	width: 380px;
	height: 110px;
	clip-path: polygon(0 60%, 70% 60%, 100% 100%, 30% 100%);
	transform: rotate(-11deg);
}

@media (max-width: 1559px) {

	/* 房子第一層連結 */
	.about_house section>span:nth-of-type(1) {
		bottom: 35px;
		left: 125px;
	}

	.about_house section>span:nth-of-type(1) a {
		width: 150px;
		height: 30px;
	}

	.about_house section>span:nth-of-type(2) {
		bottom: 0;
		left: 230px;
	}

	.about_house section>span:nth-of-type(2) a {
		width: 180px;
		height: 35px;
	}

	.about_house section>span:nth-of-type(3) {
		bottom: -140px;
		left: 300px;
	}

	.about_house section>span:nth-of-type(3) a {
		width: 220px;
		height: 230px;
	}

	.about_house section>span:nth-of-type(4) {
		bottom: -105px;
		left: 410px;
	}

	.about_house section>span:nth-of-type(4) a {
		width: 220px;
		height: 230px;
	}

	/* 房子第二層連結 */
	.about_house section>span:nth-of-type(5) {
		bottom: -47px;
		left: 115px;
	}

	.about_house section>span:nth-of-type(5) a {
		width: 360px;
		height: 300px;
	}

	.about_house section>span:nth-of-type(6) {
		bottom: 55px;
		left: 330px;
	}

	.about_house section>span:nth-of-type(6) a {
		width: 340px;
		height: 240px;
	}

	/* 房子第三層連結 */
	.about_house section>span:nth-of-type(7) {
		bottom: 331px;
		left: 150px;
	}

	.about_house section>span:nth-of-type(7) a {
		width: 300px;
		height: 110px;
	}

	.about_house section>span:nth-of-type(8) {
		bottom: 369px;
		left: 280px;
	}

	.about_house section>span:nth-of-type(8) a {
		width: 200px;
		height: 80px;
		transform: rotate(10deg);
	}

	.about_house section>span:nth-of-type(9) {
		bottom: 360px;
		left: 370px;
	}

	.about_house section>span:nth-of-type(9) a {
		width: 300px;
		height: 80px;
	}

}


@media (max-width: 1199px) {}





.about_house section a+.pic {
	width: 0;
	position: absolute;
	left: calc(50% - 125px);
	top: -20px;
	transform: translateX(-50%);
	overflow: hidden;
	opacity: 0;
	border-radius: 50%;
	border: #fff solid 6px;
	box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.5);
	transition: all 300ms ease;
	animation: moveitback 400ms ease forwards;
	will-change: transform;
}

.about_house section a:hover+.pic {
	width: 250px;
	opacity: 1;
	animation: moveit 900ms ease forwards;
	will-change: transform;
}

.about_house section .pic img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}


.about_house section>span:nth-of-type(7) a+.pic,
.about_house section>span:nth-of-type(8) a+.pic,
.about_house section>span:nth-of-type(9) a+.pic {
	top: 40px;
}



@keyframes moveit {
	0% {
		transform: translateY(-100%) scale3d(0.96, 0.96, 1);
	}

	20% {
		transform: translateY(-100%) scale3d(1.1, 1.1, 1);
	}

	40% {
		transform: translateY(-100%) scale3d(0.98, 0.98, 1);
	}

	60% {
		transform: translateY(-100%) scale3d(1.05, 1.05, 1);
	}

	80% {
		transform: translateY(-100%) scale3d(1.01, 1.01, 1);
	}

	100% {
		transform: translateY(-100%) scale3d(1, 1, 1);
	}
}

@keyframes moveitback {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(-100%) scale3d(0.96, 0.96, 1);
	}
}

@keyframes scale {
	0% {
		transform: scale3d(0.96, 0.96, 1);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}




@media (max-width: 1199px) {
	.about_house {
		display: none;
	}
}

@media (max-width: 991px) {}



.about_house_mo {
	display: none;
}


@media (width <=1199px) {
	.about_house_mo {
		display: block;
	}

	.about_house_mo img {
		margin-bottom: 40px;
	}

	.about_house_mo h3 {
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
	}

	.about_house_mo ul {
		margin: 0 0 40px;
		padding: 0;
		list-style: none;

	}

	.about_house_mo ul li {
		margin-bottom: 8px;
	}

	.about_house_mo ul li a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		border-radius: 10px;
		padding: 8px 20px;
	}

	.about_house_mo ul li a:hover {
		filter: brightness(1.1);
	}

	.about_house_mo ul li a i {
		color: #fff;
	}

	.about_house_mo ul:nth-of-type(1) li a {
		background: #95ad80;
	}

	.about_house_mo ul:nth-of-type(2) li a {
		background: #dda099;
	}

	.about_house_mo ul:nth-of-type(3) li a {
		background: #e8b063;
	}
}





.partner {}

.partner ul {
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 20px;
	grid-template-columns: repeat(5, 1fr);
}

.partner ul li {}

.partner ul li a {
	display: block;
	border: #e7e7e7 solid 1px;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
}

.partner ul li a:hover {
	border: #a6b98b solid 1px;
}

.partner ul li img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
	margin-bottom: 15px;
	border-radius: 5px;
}

.partner ul li p {
	margin: 0;
}

@media (width <=1199px) {
	.partner ul {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (width <=991px) {
	.partner ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (width <=576px) {
	.partner ul {
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
}




.partner_con {
	display: flex;
	gap: 30px 50px;
	flex-flow: wrap;
	align-items: flex-start;
}

.partner_con section {
	border-radius: 8px;
}

.partner_con section:nth-of-type(1) {
	width: 220px;
	padding: 10px;
	background: #fff;
	border: 1px solid #eee;
}

.partner_con section:nth-of-type(2) {
	flex: 1;
	min-height: 220px;
	padding: 40px;
	background: #fff;
	border: 1px solid #eee;
}

.partner_con section:nth-of-type(1) img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
	border-radius: 8px;
}

.partner_con.teamcon section:nth-of-type(1),
.partner_con.teamcon section:nth-of-type(1) img {
	border-radius: 8px;
}

.partner_con.teamcon section:nth-of-type(1) img {
	object-fit: cover;
}

.pagetitle02,
.partner_con .title {
	padding: 8px 20px;
	background: #f8f9f5;
	border-radius: 40px;
}

.pagetitle02 i,
.pagetitle02 img,
.partner_con .title img {
	color: #e3be8a;
	font-size: 22px;
	margin-right: 10px;
}

@media (width <=991px) {
	.partner_con section:nth-of-type(1) {
		width: 100%;
	}
}

@media (width <=479px) {
	.partner_con section:nth-of-type(2) {
		padding: 20px;
	}
}










.i_medical {}

.i_medical section {
	display: flex;
	align-items: flex-start;
	flex-flow: wrap;
	gap: 40px 60px;
	margin-bottom: 60px;
}

.i_medical .pic {
	width: 220px;
	text-align: center;
}

.i_medical .pic img {
	width: 100%;
	aspect-ratio: 1/1;
	margin-bottom: 15px;
	border-radius: 8px;
}

.i_medical .con {
	flex: 1;
	position: relative;
	padding: 30px;
	border-radius: 15px;
	border: #e4e7db solid 4px;
}

.i_medical .con::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	left: -20px;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #e4e7db transparent transparent;
}

.i_medical ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.i_medical ul li {
	display: flex;
	gap: 20px 30px;
	border-bottom: 1px dotted #d7d7d7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.i_medical ul li h4 {
	margin: 0;
	color: #666;
}

.i_medical ul li p {
	flex: 1;
	margin: 0;
	word-break: break-all;
}

@media (width <=767px) {
	.i_medical section {
		justify-content: center;
		gap: 0 60px;
	}

	.i_medical .con {
		flex-basis: 100%;
	}
}

@media (width <=479px) {}






.comment_category {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: wrap;
}

.comment_category li {
	position: relative;
	padding: 10px 20px;
}

.comment_category li::after {
	content: "";
	width: 1px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-right: 1px solid #cfcfcf;
}

.comment_category a:hover,
.comment_category a.active {
	color: #859761;
}




.comment {}

.comment .write {
	text-align: right;
}

.comment .write a {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
}

.comment .write a:hover {
	color: #889b6f;
}

.comment ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

.comment ul li {
	display: block;
	position: relative;
	background: #f5f5f5;
	border-radius: 10px;
	padding: 30px 40px;
	margin-bottom: 15px;
}

.comment ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #f5f5f5 transparent transparent;

}

.comment ul li .star {
	color: #fac927;
}

@media (width <=479px) {
	.comment ul {
		padding: 0;
	}

	.comment ul li::before {
		display: none;
	}

	.comment ul li {
		padding: 30px 20px;
	}
}





.comment_edit {}

.comment_edit ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment_edit ul li {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.comment_edit ul li span {
	width: 50px;
	min-height: 1px;
}

.comment_edit ul li section {
	flex: 1;
}

.comment_edit ul li input,
.comment_edit ul li textarea {
	width: 100%;
}

.rating {
	flex: 1;
	font-size: 22px;
}

.rating a {
	float: right;
	color: #aaa;
	text-decoration: none;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.rating a:hover,
.rating a:hover~a,
.rating a:focus,
.rating a:focus~a {
	color: orange;
	cursor: pointer;
}

.rating2 {
	direction: rtl;
}

.rating2 a {
	float: none
}

.comment_edit .code {
	width: 180px;
}

@media (width <=479px) {}





/*  專業團隊  */


.teamlist {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}

.teamlist section a {
	display: flex;
	gap: 0 20px;
	flex-flow: wrap;
	align-items: flex-start;
	padding: 30px;
	border: 1px solid #d6e0d2;
	border-radius: 8px;
}

.teamlist section a:hover {
	background: #f4f7f4;
}

.teamlist section a article {
	flex: 1;
}

.teamlist section img {
	width: 100%;
	max-width: 100px;
	display: block;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
}

.teamlist section .con {
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted #d6e0d2;
}

.teamlist section .con span {
	color: #889b6f;
}

.teamlist section h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.teamlist section p {
	margin-bottom: 0;
}

@media (width <=991px) {
	.teamlist {
		gap: 20px;
		grid-template-columns: 100%;
	}
}

@media (width <=479px) {
	.teamlist section a article {
		flex-basis: 100%;
		text-align: center;
	}

	.teamlist section h3 {
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.teamlist section .con span {
		display: block;
		color: #7d826c;
	}
}








.teamcon {}

.teamcon .info {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}

.teamcon .info>li {
	display: flex;
	gap: 8px 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.teamcon .info>li>h3 {
	width: 145px;
	display: flex;
	align-items: center;
	font-size: 20px;
	margin: 0;
}

.teamcon .info>li>span {
	flex: 1;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

@media (width <=479px) {
	.teamcon .info>li {
		flex-flow: wrap;
	}

	.teamcon .info>li>h3 {
		width: 100%;
	}
}




/* 服務項目 */

.reserve {}

.reserve hr {
	border-bottom: #ccc dotted 1px;
}

.reserve .step {
	margin: 80px 0 50px;
	padding: 0;
	list-style: none;

	display: flex;
	gap: 20px;
	justify-content: center;
	flex-flow: wrap;
}

.reserve .step li {
	text-align: center;
}

.reserve .step li img {
	height: 60px;
	margin-bottom: 15px;
}

.reserve .step li h3 {
	font-size: 20px;
}

.reserve .step li.icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #d9c099;
}

.reserve>section {
	padding: 30px;
	border: #e9e1d6 solid 5px;
	border-radius: 10px;
}

.reserve>section h5 {
	color: #b79560;
	margin: 0 0 5px;
}

.reserve div[class*="col"] {
	margin-bottom: 25px;
}

.reserve label {
	margin-right: 15px;
}

.reserve input:disabled,
.reserve textarea:disabled {
	cursor: not-allowed;
	font-size: 18px;
	border: none;
	background: #f2f2f2;
}

.reserve textarea:disabled {
	padding: 20px;
}

.reserve .t_check {
	padding: 20px;
	cursor: not-allowed;
	font-size: 18px;
	border: none;
	background: #f2f2f2;
}

.reserve input[type="checkbox"],
.reserve input[type="radio"] {
	opacity: 0;
	position: absolute;
}

.reserve label {
	position: relative;
}

.reserve label:has(input[type="checkbox"])::before,
.reserve label:has(input[type="radio"])::before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	position: relative;
	top:-1px;
	border: 2px solid #ddd;	
	vertical-align: middle;
	padding: 2px;
	margin-right: 8px;
	text-align: center;
}
.reserve label:has(input[type="checkbox"])::before{
	top:-2px;
}

.reserve label:has(input[type="checkbox"]:checked):before,
.reserve label:has(input[type="radio"]:checked):before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 11px;
	color: #fff;
	background: #2e76ff;
}


.reserve.checkpage input[type="radio"],
.reserve.checkpage input[type="checkbox"] {
	display: none;
}

.reserve .time label {
	width: 100%;
}

.reserve.checkpage label:has(input[type="checkbox"])::before,
.reserve.checkpage label:has(input[type="radio"])::before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 11px;
	color: #fff;
	background: #2e76ff;
}


.reserve .fs16 {
	color: #777;
	font-size: 16px;
}

.reserve .time i {
	width: 20px;
	position: relative;
	top: -2px;
	color: #cc4040;
	font-size: 14px;
	margin: 0 5px 0 3px;
}

.reserve .renttitle>div {
	margin-bottom: 10px;
}

.reserve hr {
	border-bottom: #ccc dotted 1px;
	margin: 50px 0 70px;
}
@media (width <= 991px) {
	.reserve hr {
		margin: 0 0 40px;
	}
	.reserve .t_check {
		margin-bottom: 20px;
	}
}
@media (width <= 479px) {
	.reserve>section {
  	}
	.reserve .step {
		gap: 10px;
		margin: 50px 0 30px;
	}

	.reserve .step li {
		max-width: 60px;
	}

	.reserve .step li img {
		height: 30px;
	}

	.reserve .step li h3 {
		font-size: 14px;
	}

	.reserve label {
		width: 100%;
		display: flex;
		align-items: flex-start;
	}

	.reserve hr {
		margin: 0 0 40px;
	}
	.reserve.checkpage hr {
		margin: -10px 0 30px;
	}

	.reserve label:has(input[type="checkbox"])::before,
	.reserve label:has(input[type="radio"])::before {
		content: '';
		flex-basis: 20px;
		top:3px;
	}
	.reserve label:has(input[type="checkbox"])::before{
		top:3px;
	}
	.reserve label span{
		flex: 1;
	}
	.reserve br{
		
	}
	.reserve .fs16 {
		font-size: 13px;
	}
	.reserve .time i {
		top: 6px;
  }
  
}











.reserve .topic {
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 0 10px;
	grid-template-columns: repeat(8, 1fr);
}

@media (width <=1559px) {
	.reserve .topic {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media (width <=1199px) {
	.reserve .topic {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (width <=991px) {
	.reserve .topic {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (width <=479px) {
	.reserve .topic {
		grid-template-columns: 1fr;
	}
}



.renttime {}

.renttime>div {
	display: flex;
	gap: 10px;
}

.renttime>div:nth-of-type(2) {
	justify-content: center;
}

.renttime>div:nth-of-type(1) input {}

@media (width <=767px) {
	.reserve .renttitle {
		display: none;
	}

	.renttime>div:nth-of-type(1) {
		margin-bottom: 10px;
	}

	.renttime>div:nth-of-type(2) {
		display: none;
	}

	.renttime>div {
		align-items: center;
	}

	.renttime>div:nth-of-type(1)::before {
		content: "起";
		display: inline-block;
		color: #b79560;
	}

	.renttime>div:nth-of-type(3)::before {
		content: "止";
		display: inline-block;
		color: #b79560;
	}
}






.cooperate {
	padding: 30px;
	border: #778a78 solid 5px;
	border-radius: 10px;
}

.cooperate label {	
	display: inline-flex;
	margin: 0 15px 5px 0;
}
.cooperate .g7 input {
	position: relative;
	top: 8px;
}

.cooperate h4 {
	color: #7b9770;
	margin: 0 0 5px;
}

.cooperate div[class*="col"] {
	margin-bottom: 25px;
}

.cooperate input[type="number"] {
	max-width: 100px;
}

.cooperate .other {
	max-width: 200px;
}
.cooperate .t_check {
	padding: 20px;
	cursor: not-allowed;
	font-size: 18px;
	border: none;
	background: #f2f2f2;
}



.cooperate select:disabled,
.cooperate input:disabled,
.cooperate textarea:disabled {
	cursor: not-allowed;
	font-size: 18px;
	border: none;
	background: #f2f2f2;
}

.cooperate textarea:disabled {
	padding: 20px;
}

.cooperate.checkpage input[type="radio"],
.cooperate.checkpage input[type="checkbox"] {
	display: none;
}

.cooperate.checkpage label:has(input[type="radio"])::before,
.cooperate.checkpage label:has(input[type="checkbox"])::before {
	content: "\f00c";
	display: inline-block;
	border: none;
	margin: -3px 5px 0 0;
	color: #a7a7a7;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}



.c_list {
	margin-bottom: 60px;
}

.c_list ul {
	margin: 0 0 20px;
	padding: 0;
}

.c_list ul li {
	list-style-type: none;
	display: flex;
	font-size: 16px;
}

.c_list ul li::before {
	content: "\f30b";
	display: inline-block;
	color: #bbbbbb;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 8px;
}

.c_list ul li:nth-child(n+4) {
	display: none;
}

.c_list.show-all ul li {
	display: list-item;
}

.c_list button.more {
	font-size: 14px;
	padding: 6px 20px;
	border: none;
	color: #fff;
	background: #778a78;
	border-radius: 20px;
}

.c_list button.more:hover {
	background: #5b6b5b;
}












.gallery .thumb {
	margin-bottom: 25px;
}

.gallery h3 {
	margin-bottom: 10px;
}

.gallery p {}


.tablestyle01,
.tablestyle02 {
	overflow-x: auto;
}

.tablestyle01 table,
.tablestyle02 table {
	width: 100%;
	min-width: 600px;
}

.tablestyle01 table tr:nth-of-type(even) {
	background: #f5f5f5;
}

.tablestyle02 table tr:nth-of-type(even) {
	background: rgb(245 229 199 / 26%);
}

.tablestyle01 table tr th {
	text-align: center;
}

.tablestyle02 table tr th {
	text-align: center;
	border: 1px solid #c7c7c7;
}

.tablestyle01 table tr td {
	border: 1px solid #ccc;
}

.tablestyle02 table tr td {
	border: 1px solid #c7c7c7;
}




.venue_rental img {
	width: 100%;
	aspect-ratio: 2/1.3;
	object-fit: cover;
}



.p_category {}

.p_category.style02 {
	margin-bottom: 60px;
}

.p_category>div {
	display: flex;
}

.p_category .icons {
	overflow: hidden;
}

.p_category .icons img {
	max-width: 200px;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
}

.p_category .service.service--1 .content p {
	font-size: 19px;
	line-height: 180%;
	letter-spacing: 1px;
}

.p_category .service.service--1 .content a.service-btn {
	display: block;
	font-weight: 500;
}

@media (max-width: 479px) {
	.p_category .icons img {
		max-width: 100%;
	}

	.p_category h3 {
		font-size: 16px;
		font-weight: 600;
	}
}





.s09list {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}

.s09list section {
	padding: 30px;
	border: 1px solid #d6e0d2;
	border-radius: 8px;
}

.s09list section>a {
	display: flex;
	gap: 0 20px;
	flex-flow: wrap;
	align-items: flex-start;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.s09list section img {
	width: 100%;
	max-width: 100px;
	display: block;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
}

.s09list section article {
	flex: 1;
}

.s09list section h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.s09list section p {}

.s09list .link {
	text-align: center;
}

.s09list .link a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 30px;
	border-radius: 30px;
	background: #d5e5c6;
}

.s09list .link a:hover {
	background: #c3dbac;
}

@media (width <=767px) {
	.s09list {
		gap: 20px;
		grid-template-columns: 100%;
	}

	.s09list section article {
		flex-basis: 100%;
	}

	.s09list section>a {
		text-align: center;
	}
}







.class {
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 1fr;
	padding: 60px;
}

.class section {
	text-align: center;
}

.class section a {
	display: block;
}

.class section img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 2/1;
	margin-bottom: 40px;
}

.class.practice section img {
	aspect-ratio: 1/0.65;
}








.classlist {}

.classlist ul {
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 30px 30px;
	grid-template-columns: repeat(5, 1fr);
}

.classlist ul li {
	text-align: center;
}

.classlist ul li a {
	display: block;
}

.classlist ul li .pic {
	padding: 30px;
	border: #e5e5e5 solid 1px;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
}

.classlist.style02 ul li .pic {
	padding: 0;
}

.classlist ul li img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1.4;
	transition: all 0.5s;
}

.classlist ul li:hover img {
	transform: scale(1.2, 1.2);

}

.classlist ul li h3 {
	font-size: 18px;
}



.classcon {}

.classcon ul {
	width: 100%;
	max-width: 800px;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.classcon ul li {
	display: flex;
	gap: 20px;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.classcon ul li>span {
	color: #778a78;
}

.classcon ul li>p {
	flex: 1;
	margin: 0;
}

@media (width <=1199px) {
	.classlist ul li .pic {
		padding: 20px;
	}
}

@media (width <=991px) {
	.class {
		gap: 50px;
		padding: 0;
	}

	.classlist ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.class section img {
		margin-bottom: 20px;
	}

}

@media (width <=479px) {
	.class {
		gap: 20px;
		grid-template-columns: 100%;
	}

	.classlist ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.classlist ul li .pic {
		padding: 10px;
	}
}





.columnlist {}

.columnlist section {
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	gap: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.columnlist section img {
	width: 100%;
	max-width: 320px;
	object-fit: cover;
	aspect-ratio: 2/1.5;
	border-radius: 5px;
}

.columnlist section .con {
	margin: 0;
	padding: 0;
	list-style: none;

	flex: 1;
}

.columnlist section .con li:first-of-type {
	color: #99ad83;
	margin-bottom: 10px;
}

.columnlist section .con li:nth-last-of-type(2) {
	width: 100%;
	max-width: 500px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.columnlist section .con li:last-of-type {
	text-align: right;
	margin-top: 15px;
}

.columnlist section .con li>a {
	display: inline-block;
	padding: 0 1px;
	font-size: 16px;
	line-height: 160%;
	border-bottom: #666 solid 1px;
}

@media (width <=1199px) {
	.columnlist section img {
		max-width: 240px;
		aspect-ratio: 1/1;
	}
}

@media (width <=767px) {
	.columnlist section .con {
		flex-basis: 100%;
	}
}








.s_style01,
.s_style02 {
	padding: 50px 40px;
	margin-bottom: 50px;
	border-radius: 10px;
	background: rgb(206 212 185 / 26%);
}

.s_style02 {
	background: rgb(245 229 199 / 26%);
}

@media (max-width: 479px) {

	.s_style01,
	.s_style02 {
		padding: 40px 20px;
	}

}