@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/

.pbox h3.cttl {
	color: #ebe1cf;
}

.p01 .pbox {
	margin-top: 50px;
	margin-bottom: 80px;
	background: url("../images/professional/bg.jpg");
	background-size: cover;
	width: calc(100% - 30px);
	padding: 55px;
	position: relative;
}
.p01 .pbox:last-child {
	margin-bottom: 10px;
}
.p01 .pbox .img {
	position: absolute;
	top: -30px;
	width: calc(52.14% + 30px);
}
.p01 .pbox .txt {
	width: 43%;
	min-height: 300px;
}

.p01 .pbox .txt1 {
	font-size: 23px;
	line-height: 1.6;
	color: #ebe1cf;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ebe1cf;
}
.p01 .pbox .txt2 {
	font-size: 16px;
	line-height: 1.8;
	color: #ebe1cf;
}
.cap {
	font-size: 12px;
}

.p01 .pbox.st {
	margin-left: 0px;
}
.p01 .pbox.st .img {
	left: -30px;
}
.p01 .pbox.st .txt {
	margin: 0 0 0 auto;
}
.p01 .pbox.rv {
	margin-right: 0px;
}
.p01 .pbox.rv .img {
	right: -30px;
}
.p01 .pbox.rv .txt {
	margin: 0 auto 0 0;
}

.p01 .pbox .modal-btn {
	width: 70%;
	margin: 0 auto;
}
.p01 .pbox .modal-btn:hover {
	cursor: pointer;
}

.p02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p02 li {
	width: 48.6%;
	background: #fff;
	margin-bottom: 20px;
}
.p02 li:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

.p02 h5 {
	font-size: 20px;
	padding: 8px;
	color: #fff;
}
.p02 .txt0 {
	background: #fff;
	padding: 20px;
}
.p02 .txt01 {
	padding-left: 1.2em;
	text-indent: -1.2em;
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 8px;
}

.p02 li .txt01 span {
	display: inline-block;
	margin-right: 5px;
	font-size: 15px;
	transform: translateY(-2px);
}
/*.p02 .txt01::after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 12px solid #004121;
	position: absolute;
	top:6px;
	left:0;
}*/

.p02 li:nth-child(1) h5 {
	background: #a2696e;
}
.p02 li:nth-child(1) .txt01 span {
	display: inline-block;
	margin: 0px 10px -4px 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 15px;
	border-color: transparent transparent transparent #a2696e;
}

.p02 li:nth-child(2) h5 {
	background: #5f804a;
}
.p02 li:nth-child(3) .txt01 span {
	display: inline-block;
	margin: 0px 10px -4px 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 15px;
	border-color: transparent transparent transparent #5f804a;
}

.p02 li:nth-child(3) h5 {
	background: #5e7c75;
}
.p02 li:nth-child(2) .txt01 span {
	display: inline-block;
	margin: 0px 10px -4px 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 15px;
	border-color: transparent transparent transparent #5e7c75;
}

.p02 li:nth-child(4) h5 {
	background: #726688;
}
.p02 li:nth-child(4) .txt01 span {
	display: inline-block;
	margin: 0px 10px -4px 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 15px;
	border-color: transparent transparent transparent #726688;
}

.p03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p03 li {
	width: 48.6%;
}

.p03 table {
	width: 100%;
	border-top: solid 1px #705300;
	border-left: solid 1px #705300;
	border-collapse: collapse;
}
.p03 table td {
	width: 50%;
	border-bottom: solid 1px #705300;
	border-right: solid 1px #705300;
	vertical-align: middle;
	text-align-last: center;
	font-size: 21px;
	font-weight: bold;
}

.p03 table .monthly td:nth-child(1) {
	color: #fff;
	background: #9f8436;
}
.p03 table .monthly td:nth-child(2) {
	background: #eee6d2;
}

@media screen and (max-width: 900px) {
	.p01 .pbox {
		margin-top: 50px;
		margin-bottom: 80px;
		width: 100%;
		padding: 20px;
	}
	.p01 .pbox:last-child {
		margin-bottom: 10px;
	}

	.p01 .pbox .img {
		position: relative;
		top: inherit;
		width: calc(100vw - 35px);
	}
	.p01 .pbox .txt {
		width: 100%;
		min-height: auto;
	}

	.p01 .pbox.st {
		margin-left: 0;
	}
	.p01 .pbox.st .img {
		left: inherit;
		transform: translateX(-40px) translateY(-40px);
		text-align: left;
	}
	.p01 .pbox.st .txt {
		margin: -15px auto 0 auto;
	}
	.p01 .pbox.rv {
		margin-left: 0;
		display: block;
	}
	.p01 .pbox.rv .img {
		right: 45px;
		transform: translateX(0) translateY(-40px);
		text-align: right;
	}
	.p01 .pbox.rv .txt {
		margin: -15px auto 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.p01 .pbox .txt1 {
		font-size: 17px;
		line-height: 1.6;
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-feature-settings: "palt";
	}
	.p01 .pbox .txt2 {
		font-size: 13px;
		line-height: 1.8;
	}
	.cap {
		font-size: 10px;
	}
	.p01 .pbox .modal-btn {
		width: 100%;
	}

	.p02 {
		display: block;
	}
	.p02 li {
		width: 100%;
		margin-bottom: 20px;
	}
	.p02 li:nth-last-child(-n + 2) {
		margin-bottom: 20px;
	}
	.p02 li:last-child {
		margin-bottom: 0;
	}

	.p02 h5 {
		font-size: 16px;
		padding: 5px;
	}
	.p02 .txt0 {
		padding: 15px;
	}
	.p02 .txt01 {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.p02 li .txt01 span {
		border-width: 5.5px 0 5.5px 10px !important;
		margin: 0px 10px -1px 0 !important;
	}

	.p02 li:nth-child(4) h5 {
		background: #726688;
	}
	.p02 li:nth-child(4) .txt01 span {
		color: #726688;
		/*border-left: 15px solid #a2696e;*/
	}

	.p03 {
		display: block;
	}
	.p03 li {
		width: 100%;
	}
	.p03 li:first-child {
		margin-bottom: 30px;
	}

	.p03 table td {
		font-size: 16px;
	}
}

.eq {
	display: flex;
	max-width: 1000px;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.eq.w2rp {
	max-width: 670px;
}
.eq li {
	width: calc(100% / 3 - 30px);
	margin-bottom: 40px;
}
.eq.w2rp li {
	width: calc(100% / 2 - 30px);
}
@media screen and (max-width: 767px) {
	.eq.w2rp li {
		width: 48%;
	}
}
.eq li h4 a {
	font-size: 16px;
}
.eq li:nth-last-child(-n + 4) {
	margin-bottom: 0;
}
.eq .img {
	margin-bottom: 7px;
	position: relative;
}
.eq .img img {
	width: 100%;
	height: auto;
}
.eq h4 {
	font-size: 20px;
	color: #705300;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: solid 1px #705300;
}
.eq .txt {
	font-size: 14px;
	line-height: 1.6;
}
.eq .txt .link {
	text-align: right;
	display: block;
}
.eq .txt .link a {
	position: relative;
	text-decoration: none;
}
.eq .txt .link a::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.eq .txt .link a:hover::after {
	bottom: -2px;
	opacity: 1;
	visibility: visible;
}

.eq li h4 a:hover {
	color: #b29763;
}
.eq li.ex1 {
	width: 100%;
	display: flex;
}
.eq li.ex1 .img {
	width: 50%;
	margin-bottom: 0;
	background: url("../images/private/img31.jpg") center center;
	background-size: cover;
}
.eq li.ex1 .text {
	width: 50%;
	background: url("../images/private/img31_bg.jpg");
	background-size: cover;
}
.eq li.ex1 .text > div {
	padding: 40px 50px;
}
.eq li.ex1 h4 {
	color: #d3c19e;
	border-bottom: solid 1px #d3c19e;
}
.eq li.ex1 .txt {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.eq li {
		width: 48%;
	}
	.eq.w850pc li {
		width: 48%;
	}
	.eq li:nth-last-child(-n + 4) {
		margin-bottom: 40px;
	}
	.eq li:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}

	.eq li.ex1 {
		width: 100%;
	}

	.eq h4 {
		font-size: 15px;
		margin-bottom: 10px;
		padding-bottom: 7px;
	}
	.eq .txt {
		font-size: 13px;
	}

	.eq li.ex1 {
		display: block;
	}
	.eq li.ex1 .img {
		width: 100%;
		background: none;
	}
	.eq li.ex1 .text {
		width: 100%;
	}
	.eq li.ex1 .text > div {
		padding: 15px;
	}
}
.p01 .pbox .serv-img01 {
	width: 100%;
	padding-top: 20px;
}
.p01 .pbox .serv-img01 .ss {
	text-indent: -1em;
	margin-top: 5px;
	margin-left: 1em;
	font-size: 12px;
}
.p01 .pbox .serv-img01 .bt {
	display: block;
	max-width: 200px;
	width: 100%;
	padding-top: 20px;
	opacity: 1;
	transition: opacity 0.5s ease-in-out 0s;
}
.p01 .pbox .serv-img01 .bt:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.p01 .pbox .serv-img01 .bt {
		margin: 0 auto;
	}
}
.p02 .img {
	width: 100%;
	display: block;
}
.p04 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p04 li {
	width: 24%;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.p04 li {
		width: 100%;
		background: #fff;
		margin-bottom: 20px;
	}
}
.p04 h5 {
	font-size: 20px;
	padding: 8px;
	color: #fff;
	background-color: #b7a567;
}
@media screen and (max-width: 767px) {
	.p04 h5 {
		font-size: 16px;
		padding: 5px;
	}
}
.p04 .txt0 {
	background: #fff;
	padding: 10px;
}
@media screen and (max-width: 767px) {
	.p04 .txt0 {
		padding: 5px;
	}
}
@media screen and (max-width: 600px) {
}

.insta_btn {
	width: 240px;
	height: 200px;
	background-color: #fff;
	margin: 60px auto 0 auto;
}
.insta_btn .qr {
	width:100px;
	padding-top:20px;
}
@media screen and (max-width: 767px) {
	.insta_btn {
		width: 100%;
		height: 60px;
		margin: 40px auto 0 auto;
	}
	.insta_btn .qr {
		display: none;
	}
}
.insta_btn a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	color: #654701;
	border: solid 5px #ddcca1;
	background: rgb(183, 165, 103);
	background: linear-gradient(0deg, rgba(183, 165, 103, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.insta_btn a:hover {
	background: linear-gradient(180deg, rgba(183, 165, 103, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.insta_btn a span {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.111em;
	letter-spacing: 0.085em;
}
.insta_btn a i {
	font-size: 40px;
	line-height: 1em;
	margin-left: 0.333em;
}

.p01 .pbox {
	display: flex;
	justify-content: space-between;
	padding: 40px 55px;
}
@media screen and (max-width: 767px) {
	.p01 .pbox {
		padding: 40px 25px;
	}
}
.p01 .pbox .txt:last-child {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
}

.p01 .pbox .txt:last-child .txt2 .bt {
	width: 270px;
	display: block;
	background-color: #fff;
}

.p01 .pbox .txt:last-child .txt2 .bt img {
	transition: opacity 0.2s linear;
	backface-visibility: hidden;
}
.p01 .pbox .txt:last-child .txt2 .bt:hover img {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.p01 .pbox {
		display: block;
	}
	.p01 .pbox .txt:last-child {
		display: block;
		margin-top: 20px;
	}
	.p01 .pbox .txt:last-child .txt2 .bt {
		width: 100%;
		background-color: transparent;
	}
}
/* SLICK SLIDER */
.gallery.slick-initialized.slick-slider {
	margin-bottom: 100px;
}
.gallery.slick-initialized.slick-slider li{
	padding-left: 10px;
	padding-right: 10px;
}
.gallery.slick-initialized.slick-slider .slick-prev:before {
	content: "";
	display: block;
	background-image: url(/assets/img/icon01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 20px;
	height: 40px;
}
.gallery.slick-initialized.slick-slider .slick-next:before {
	content: "";
	display: block;
	background-image: url(/assets/img/icon02.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 20px;
	height: 40px;
}
.gallery.slick-initialized.slick-slider .slick-dots li button{
	width: 5px;
	height: 5px;
	padding: 0;
	border-radius: 50%;
	background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.gallery.slick-initialized.slick-slider li{
		padding-left: 5px;
		padding-right: 5px;
	}
	.gallery.slick-initialized.slick-slider .slick-prev {
		left: -20px;
	}
	.gallery.slick-initialized.slick-slider .slick-next {
		right: -20px;
	}
}
.detail_modal {
    max-width: 1000px !important;
    height: 400px;
}