/*========================
LINEからのご予約について
========================*/
#contact_line {
	margin-bottom: 0.8rem;
}
/*
タイトル
*/
#contact_line .sec_title {
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.7rem;
	padding-left: 0;
}
@media screen and (max-width: 499px) {
	#contact_line .sec_title {
		font-size: 0.22rem;
		margin-bottom: 0.5rem;
	}
}

.contact_line_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.7rem;
}

.contact_line_top h3 {
	font-size: 0.18rem;
	text-align: center;
	padding-bottom: 0.15rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #000;
}

.contact_line_top_left {
	width: 45%;
	box-sizing: border-box;
}
@media screen and (max-width: 499px) {
	.contact_line_top_left {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

.contact_line_top_left ul {
	list-style: disc inside;
}

.contact_line_top_left li {
	font-size: 0.15rem;
	line-height: 2;
	margin-bottom: 0.1rem;
	padding-left: 0.15rem;
	text-indent: -0.15rem;
}

.contact_line_top_right {
	width: 45%;
	box-sizing: border-box;
}
@media screen and (max-width: 499px) {
	.contact_line_top_right {
		width: 100%;
	}
}

.contact_line_top_right ul {
	margin-bottom: 0.2rem;
}

.contact_line_top_right li {
	font-size: 0.15rem;
	line-height: 2;
	margin-bottom: 0.1rem;
}

.contact_line_top_right p {
	font-size: 0.15rem;
	line-height: 2;
}

.contact_line_top_right p span {
	font-size: 0.13rem;
	display: block;
}

/*
LINE 電話
*/
.contact_line_top_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.7rem;
	background: #eaeaea;
	padding: 0.3rem 0.2rem;
}

.contact_line_top_bottom_left {
	width: 46.5%;
	box-sizing: border-box;
}
@media screen and (max-width: 499px) {
	.contact_line_top_bottom_left {
		width: 100%;
		margin-bottom: 0.2rem;
		border-bottom: 1px solid #CCC;
		padding-bottom: 0.320rem;
	}
}

.contact_line_top_bottom_left dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	height: 0.8rem;
}
@media screen and (max-width: 499px) {
	.contact_line_top_bottom_left dl {
		height: auto;
		justify-content: flex-start;
	}
}

.contact_line_top_bottom dt {
	font-size: 0.16rem;
	font-weight: bold;
	padding-right: 0.5rem;
}

@media screen and (max-width: 499px) {
	.contact_line_top_bottom dt {
		padding-right: 0;
		display: block;
		text-align: center;
		margin-bottom: 0.2rem;
		width: 100%;
	}
}

.contact_line_top_bottom_left dd a {
	font-size: 0.2rem;
	font-weight: 700;
	background: #00b900;
	color: #fff;
	text-decoration: none;
	padding: 0.12rem 0.5rem;
	border-radius: 5px;
	display: block;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 499px) {
	.contact_line_top_bottom_left dd  {
		margin: 0 auto;
	}
}

.contact_line_top_bottom_left dd a:hover {
	opacity: 0.7;
}

.contact_line_top_bottom_right {
	width: 46.5%;
	box-sizing: border-box;
}
@media screen and (max-width: 499px) {
	.contact_line_top_bottom_right {
		width: 100%;
	}
}

.contact_line_top_bottom_right dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 0.8rem;
}

.contact_line_top_bottom_right dd a {
	font-family: 'Jost', sans-serif;
	font-size: 0.32rem;
	text-decoration: none;
	color: #000;
	display: block;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
	.contact_line_top_bottom .contact_line_top_bottom_right dt {
		margin-bottom: 0;
	}
	.contact_line_top_bottom_right dd  {
		margin: 0 auto;
	}
	.contact_line_top_bottom_right dd a {
		font-size: 0.24rem;
		text-decoration: underline;
	}
}


/*========================
プライバシーポリシー
========================*/
#contact_privacy {
	margin-bottom: 1rem;
}
@media screen and (max-width: 499px) {
	#contact_privacy {
		margin-bottom: 0.5rem;
	}
}

/*
タイトル
*/
#contact_privacy .sec_title {
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.7rem;
	padding-left: 0;
}
@media screen and (max-width: 499px) {
	#contact_privacy .sec_title {
		font-size: 0.22rem;
		margin-bottom: 0.5rem;
	}
}

/* リード */
#contact_privacy .lead {
	font-size: 0.15rem;
	line-height: 2;
	margin-bottom: 0.5rem;
}

.contact_privacy_box {
	display: flex;
	flex-wrap: wrap;
}

.contact_privacy_box_title {
	width: 2rem;
	box-sizing: border-box;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 1.6;
	border-right: 1px solid #000;
	padding-right: 0.3rem;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 499px) {
	.contact_privacy_box_title {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #000;
		padding-bottom: 0.1rem;
		padding-right: 0;
		margin-bottom: 0.15rem;
	}
}

.contact_privacy_box_text {
	width:calc(100% - 2rem);
	box-sizing: border-box;
	padding-left: 0.3rem;
	font-size: 0.15rem;
	line-height: 2;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 499px) {
	.contact_privacy_box_text {
		width: 100%;
		padding-left: 0;
		margin-bottom: 0.5rem;
	}
}


.contact_privacy_box_text ul {
	list-style: disc inside;
}

.contact_privacy_box_text li {
	line-height: 2;
	list-style: disc inside;
}