@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");

@font-face {
	font-style: normal;
	font-weight: normal;
	font-family: "icomoon";

	src: url("/font/icomoon.eot?az6csf");
	src: url("/font/icomoon.eot?az6csf#iefix") format("embedded-opentype"),
	url("/font/icomoon.ttf?az6csf") format("truetype"),
	url("/font/icomoon.woff?az6csf") format("woff"),
	url("/font/icomoon.svg?az6csf#icomoon") format("svg");
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	text-transform: none;

	speak: never;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: "\e900";
}

.-fontdu {
	font-family: "Delius Unicase",cursive;
}

.nscnt {
	font-family: "Noto Sans JP",sans-serif;
}

body {
	min-width: 1240px;
	background: #ffffff;
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	font-family: "Outfit","Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.02em;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

main {
	overflow: clip;
}

img {
	max-width: 100%;
	height: auto;
}

.hovact {
	transition: opacity 0.4s;
}

.hovact:hover {
	opacity: 0.6;
}

.inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 55px 0 385px;
}

.cmnhd {
	position: fixed;
	top: 28px;
	z-index: 9999;
	width: 330px;
	height: calc(100dvh - 56px);
	max-height: 740px;
	padding: 40px 0 35px;
	border-radius: 0 20px 20px 0;
	box-shadow: 0 0 10px #00000016;
	background: #ffffff;
}

.cmnhd::-webkit-scrollbar {
	display: none;
}

.cmnhd_wrap {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
	min-height: 545px;
}

.cmnhd_cnt {
}

.cmnhd_logo {
	margin-bottom: 25px;
	padding: 0 51px;
	font-weight: bold;
	font-size: 14px;
}

.cmnhd_logo p {
	margin-bottom: 6px;
}

.cmnhd_nav {
}

.cmnhd_nav_wrap {
	display: flex;
	flex-flow: column;
	gap: 13px;
}

.cmnhd_nav_cnt {
	position: relative;
	padding: 0 50px;
}

.cmnhd_nav_acd {
	display: none;
}

.cmnhd_nav_cnt > a,
.cmnhd_nav_cnt > .cmnhd_nav_acd > p {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: bold;
	font-size: 14px;
}

.cmnhd_nav_cnt > a span,
.cmnhd_nav_cnt > .cmnhd_nav_acd > p span {
	display: flex;
	justify-content: center;
	width: 27px;
}

.cmnhd_nav_cnt > a span img,
.cmnhd_nav_cnt > .cmnhd_nav_acd > p span img {
}

.cmnhd_nav_balloon {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -20px;
	left: 80%;
	z-index: 9999;
	width: max-content;
	padding-left: 28px;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.4s;
}

.cmnhd_nav_cnt:hover .cmnhd_nav_balloon {
	visibility: visible;
	opacity: 1;
}

/* 
.cmnhd_nav_balloon::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 16px;
	z-index: 1000;
	border-top: 10px solid transparent;
	border-right: 12px solid #ffffff;
	border-bottom: 10px solid transparent;
} */

.cmnhd_nav_balloon_wrap {
	display: flex;
	flex-flow: column;
	gap: 12px;
	padding: 30px 25px;
	border-radius: 10px;
	box-shadow: 0 0 10px #00000010;
	background: #ffffff;
}

.cmnhd_nav_balloon_wrap a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.cmnhd_nav_balloon_wrap a span {
	display: flex;
}

.cmnhd_nav_btn {
	display: flex;
	flex-flow: column;
	gap: 7px;
	padding: 0 29px;
}

.cmnhd_nav_btn_cnt {
	display: flex;
	align-items: center;
	gap: 9px;
	width: 270px;
	height: 66px;
	padding: 0 28.5px;
	border-radius: 9999px;
	background: var(--bgc);
	color: #ffffff;
}

.cmnhd_btn_txt {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}

.cmnhd_btn_txt span {
	font-size: 22px;
}

.pagehd {
	padding-bottom: 55px;
}

.pagehd_top {
	position: relative;
	width: 100%;
	height: 135px;
}

.pagehd_top::after {
	content: "";
	display: block;
	opacity: 0.3;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--sc) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), var(--sc) calc(100% - 1px));
	background-position: center center;
	background-size: 30px 30px;
	background-repeat: repeat;
}

.pagehd_top::before {
	content: "";
	display: block;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: var(--sc);
}

.page_hd_pt {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 22px;
	background: url(../img/cmn/pt-page-hd@2x.png) left / 140px 22px;
}

.pagehd .inner {
	position: relative;
	z-index: 5;
}

.pagehd_wrap {
	position: relative;
	padding-top: 100px;
}

.pagehd_circle {
	content: "";
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 13px;
	position: absolute;
	top: -60px;
	right: 50%;
	z-index: 2;
	width: 200px;
	height: auto;
	border-radius: 50%;
	background: #ffffff;
	color: var(--sc);
	font-weight: bold;
	font-size: 20px;
	white-space: nowrap;
	transform: translateX(50%);
	aspect-ratio: 1;
}

.pagehd_circle img {
	display: flex;
	opacity: 0;
	transition: opacity 0.2s;
}

.-load .pagehd_circle img {
	opacity: 1;
	animation: kaku 1.3s 0.2s step-end;
}

@keyframes kaku {
	0% {
		transform: rotate(0deg);
	}

	20% {
		transform: rotate(14deg);
	}

	40% {
		transform: rotate(-14deg);
	}

	60% {
		transform: rotate(14deg);
	}

	80% {
		transform: rotate(-14deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.pagehd_circle p {
	opacity: 0;
	transition: opacity 0.4s 0.2s;
}

.-load .pagehd_circle p {
	opacity: 1;
}

.pagehd_ttl {
	opacity: 0;
	position: relative;
	z-index: 10;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	transition: opacity 0.4s 0.2s;
}

.-load .pagehd_ttl {
	opacity: 1;
}

.sec {
	padding-bottom: 120px;
}

.sec_wrap {
}

.sec_hd {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 30px;
	border-radius: 10px;
	background: #f2e6dc;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.45;
}

.sec_hd::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 11px;
	height: 30px;
	background: var(--sc);
	transform: translateY(50%);
}

.cmnintro {
}

.cmnintro_wrap {
}

.cmnintro_hd {
	overflow: hidden;
	border-radius: 50px;
}

.cmnintro_cnt {
	position: relative;
	padding: 0 30px;
	padding-top: 130px;
}

.cmnintro_catch {
	position: absolute;
	top: -18px;
	left: 30px;
	color: var(--sc);
	font-weight: bold;
	font-size: 30px;
}

.cmnintro_catch span {
	display: inline-flex;
	position: relative;
	z-index: 5;
}

.cmnintro_catch span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	z-index: -1;
	width: calc(100% + 150px);
	height: 68px;
	border-radius: 9999px;
	background: #ffffff;
	transform: translateY(50%);
}

.cmnintro_catch span:first-child:before {
	left: -95px;
}

.cmnintro_catch span:last-child:before {
	left: -40px;
}

.cmnintro_txt {
	line-height: 2;
}

.pnkz {
	padding: 0 0 60px;
	background: var(--bgc);
}

.pnkz_wrap {
	display: flex;
	gap: 8px;
	font-weight: bold;
	font-size: 13px;
}

.pnkz_list {
}

.pnkz_list.pnkz_link {
	display: flex;
	gap: 7px;
}

.pnkz_list.pnkz_link::after {
	content: ">";
	display: block;
	color: #f45183;
	font-size: 13px;
}

.pnkz_list.pnkz_now {
	color: #aaaaaa;
}

.cmnft {
	position: relative;
	padding-top: 75px;
	background: #faf8f2;
}

.cmnft::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 22px;
	background: url(../img/cmn/pt-bg@2x.png) left / 145px 22px;
}

.cmnft_wrap {
}

.cmnft_info {
	padding-bottom: 45px;
	border-bottom: 1px solid #cccccc;
}

.cmnft_info_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.cmnft_info_left {
}

.cmnft_info_left_logo {
	margin-bottom: 30px;
}

.cmnft_info_left_logo p {
	font-weight: bold;
	font-size: 14px;
}

.cmnft_info_left_logo span {
	display: flex;
	margin-top: 10px;
}

.cmnft_info_left_address {
	margin-bottom: 8px;
	font-weight: bold;
}

.cmnft_info_left_ggmap {
	display: flex;
	align-items: center;
	gap: 7px;
}

.cmnft_info_left_ggmap a {
	color: #0092c3;
	text-decoration: underline;
}

.cmnft_info_right {
}

.cmnft_info_right {
	width: 560px;
}

.cmnft_info_right_wrap {
}

.cmnft_info_right_wrap table {
	width: 100%;
	table-layout: fixed;
}

.cmnft_info_right_wrap table thead {
	font-weight: 500;
	font-size: 20px;
}

.cmnft_info_right_wrap table thead span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	border-radius: 20px 20px 0 0;
	background: #f2e6dc;
}

.cmnft_info_right_wrap table thead th span {
	justify-content: start;
	padding: 0 18px;
}

.cmnft_info_right_wrap table thead tr {
	text-align: center;
}

.cmnft_info_right_wrap table th {
	width: 160px;
}

.bctxt {
	color: #077add;
}

.rctxt {
	color: #f24747;
}

.cmnft_info_right_wrap table tbody tr {
	border-bottom: 1px solid #cccccc;
}

.cmnft_info_right_wrap table tbody th {
	padding: 14px 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	vertical-align: middle;
}

.cmnft_info_right_wrap table tbody th span {
	font-size: 14px;
}

.cmnft_info_right_wrap table tbody td {
	vertical-align: middle;
}

.cmnft_info_right_wrap table tbody td span {
	display: flex;
	margin: 0 auto;
}

.mr {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f45183;
}

.bt {
	position: relative;
	width: 13px;
	height: 13px;
}

.bt::before,
.bt::after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 18.5px;
	height: 3px;
	border-radius: 9999px;
	background: #aaaaaa;
}

.bt::after {
	transform: translate(50%, 50%) rotate(45deg);
}

.bt::before {
	transform: translate(50%, 50%) rotate(-45deg);
}

.cmnft_info_right_note {
	margin-top: 14px;
}

.cmnft_info_right_note dl {
	display: flex;
	align-items: center;
	gap: 18px;
}

.cmnft_info_right_note dl dt {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 14px 6px 17px;
	border-radius: 10px;
	background: #efefef;
}

.cmnft_info_right_note dl dd {
}

.cmnft_info_btn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.cmnft_info_btn_cnt {
	display: flex;
	align-items: center;
	gap: 17px;
	width: 100%;
	height: 140px;
	padding: 0 20px 0 40px;
	border: 3px solid;
	border-radius: 9999px;
	background: #ffffff;
}

.cmnft_tel {
	border-color: #ff0452;
	color: #f45183;
}

.cmnft_line {
	border-color: #01933d;
	color: #3a9a10;
}

.cmnft_info_btn_cnt > span {
	display: flex;
	flex-shrink: 0;
	width: 50px;
}

.cmnft_info_btn_cnt > span img {
	width: 100%;
}

.cmnft_info_btn_txt {
}

.cmnft_info_btn_txt_hd {
	display: flex;
	align-items: center;
	gap: 9px;
	font-weight: bold;
	font-size: 20px;
}

.cmnft_info_btn_txt_hd span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 81px;
	height: 20px;
	border-radius: 9999px;
	background: #fff090;
	font-weight: bold;
	font-size: 14px;
}

.cmnft_info_btn_txt_cnt {
	color: #000000;
	font-weight: 500;
	font-size: 14px;
}

.cmnft_tel_txt {
}

.cmnft_tel_txt_hd {
}

.cmnft_tel_txt_cnt {
}

.cmnft_line_txt {
}

.cmnft_line_txt_hd {
}

.cmnft_tel_txt_num {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.1;
}

.cmnft_tel_txt_num span {
	font-size: 18px;
}

.cmnft_line_txt_cnt {
}

.cmnft_about {
	padding: 30px 0 40px;
	border-bottom: 1px solid #cccccc;
}

.cmnft_sns {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 25px 0;
	border-bottom: 1px solid #cccccc;
	color: #f45183;
	font-weight: bold;
}

.cmnft_btm {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.cmnft_btm_link {
	display: flex;
	gap: 65px;
}

.cmnft_btm_link a {
	display: flex;
	align-items: center;
	gap: 6px;
}

.cmnft_btm_link a span {
	display: flex;
}

.cmnft_btm small {
	font-weight: bold;
	font-size: 14px;
}

.vis-sp,
.vis-tb {
	display: none;
}

@media screen and (max-height:730px) {
	.cmnhd {
		top: 15px;
		height: calc(100dvh - 30px);
		padding: 30px 0;
		overflow: scroll;
	}

	.cmnhd::-webkit-scrollbar {
	}

	.cmnhd_wrap {
		gap: 20px;
		min-height: unset;
	}

	.cmnhd_cnt {
	}

	.cmnhd_logo {
		margin-bottom: 15px;
	}

	.cmnhd_logo p {
	}

	.cmnhd_nav {
	}

	.cmnhd_nav_wrap {
		gap: 9px;
	}

	.cmnhd_nav_cnt {
	}

	.cmnhd_nav_cnt > a,
	.cmnhd_nav_cnt > p {
	}

	.cmnhd_nav_cnt > a span,
	.cmnhd_nav_cnt > p span {
	}

	.cmnhd_nav_cnt > a span img,
	.cmnhd_nav_cnt > p span img {
	}

	.cmnhd_nav_balloon {
	}

	.cmnhd_nav_cnt:hover .cmnhd_nav_balloon {
	}

	.cmnhd_nav_balloon::before {
	}

	.cmnhd_nav_balloon_wrap {
	}

	.cmnhd_nav_balloon_wrap a {
	}

	.cmnhd_nav_balloon_wrap a span {
	}

	.cmnhd_nav_btn {
	}

	.cmnhd_nav_btn_cnt {
	}

	.cmnhd_btn_txt {
	}

	.cmnhd_btn_txt span {
	}
}

@media screen and (max-width:1240px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:768px) {
	body {
		min-width: 0;
	}

	.inner {
		padding: 0 10px;
	}

	body {
		font-size: 14px;
		line-height: 1.55;
	}

	body.-open {
		overflow: hidden;
	}

	main {
	}

	img {
	}

	.hovact {
	}

	.hovact:hover {
	}

	.cmnhd {
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 14px 16px 14px 23px;
		border-radius: unset;
		box-shadow: none;
		background: transparent;
	}

	.cmnhd::-webkit-scrollbar {
	}

	.cmnhd_wrap {
		min-height: unset;
	}

	.cmnhd_cnt {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cmnhd_logo {
		width: 180px;
		margin: 0;
		padding: 0;
		font-size: 10px;
	}

	.cmnhd_logo p {
		margin-bottom: 3px;
	}

	.menu {
		position: relative;
		width: 52px;
		height: 52px;
		border-radius: 50%;
		background: #ffffff;
	}

	.menu span {
		display: block;
		position: absolute;
		right: 50%;
		bottom: 50%;
		width: 26px;
		height: 2px;
		border-radius: 9999px;
		background: #f45183;
		transition: all 0.4s;
	}

	.menu span:first-child {
		transform: translate(50%, calc(50% - 7px));
	}

	.menu span:nth-child(2) {
		transform: translate(50%, 50%);
	}

	.menu span:last-child {
		transform: translate(50%, calc(50% + 7px));
	}

	.menu.-open span:first-child {
		transform: translate(50%, 50%) rotate(45deg);
	}

	.menu.-open span:nth-child(2) {
		opacity: 0;;
	}

	.menu.-open span:last-child {
		transform: translate(50%, 50%) rotate(-45deg);
	}

	.cmnhd_nav {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100dvh;
		padding-top: 100px;
		overflow: scroll;
		background: #ffffff;
	}

	.cmnhd_nav_wrap {
		gap: 0;
		padding: 0 30px;
	}

	.cmnhd_nav_cnt {
		padding: 25px 0;
		border-bottom: 1px solid #cccccc;
	}

	.cmnhd_nav_cnt:first-child {
		border-top: 1px solid #cccccc;
	}

	.cmnhd_nav_acd {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cmnhd_nav_cnt > a,
	.cmnhd_nav_cnt > .cmnhd_nav_acd > p {
		font-size: 18px;
	}

	.cmnhd_nav_cnt > a.hide-sp {
		display: none;
	}

	.cmnhd_nav_cnt > a span,
	.cmnhd_nav_cnt > p span {
	}

	.cmnhd_nav_cnt > a span img,
	.cmnhd_nav_cnt > p span img {
	}

	.cmnhd_nav_acd > span {
		display: flex;
		transition: transform 0.4s;
	}

	.acd_open .cmnhd_nav_acd > span {
		transform: rotate(180deg);
	}

	.cmnhd_nav_balloon {
		display: none;
		visibility: visible;
		opacity: 1;
		position: unset;
		margin-top: 15px;
		pointer-events: all;
		transition: unset;
	}

	.cmnhd_nav_cnt:hover .cmnhd_nav_balloon {
	}

	.cmnhd_nav_balloon::before {
		display: none;
	}

	.cmnhd_nav_balloon_wrap {
		gap: 10px;
		padding: 0;
		box-shadow: unset;
	}

	.cmnhd_nav_balloon_wrap a {
	}

	.cmnhd_nav_balloon_wrap a span {
	}

	.cmnhd_nav_btn.vis-sp {
		display: flex;
		align-items: center;
		padding: 28px 0 30px;
		border-bottom: 1px solid #cccccc;
	}

	.cmnhd_nav_btn_cnt {
		width: 100%;
		max-width: 340px;
	}

	.cmnhd_btn_txt {
	}

	.cmnhd_btn_txt span {
	}

	.cmnhd_nav_btm {
		padding: 36px 0;
	}

	.cmnhd_nav_btm_link {
		display: flex;
		flex-flow: column;
		gap: 18px;
		margin-bottom: 25px;
	}

	.cmnhd_nav_btm_link a {
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: 16px;
	}

	.cmnhd_nav_btm_sns {
		display: flex;
		gap: 18px;
	}

	.pagehd {
		padding-bottom: 38px;
	}

	.pagehd_top {
		height: 140px;
	}

	.pagehd_top::after {
	}

	.pagehd_top::before {
	}

	.page_hd_pt {
		height: 11px;
		background-size: 70px 11px;
	}

	.pagehd .inner {
	}

	.pagehd_wrap {
		padding-top: 56px;
	}

	.pagehd_circle {
		gap: 0;
		width: 120px;
		padding-top: 20px;
		font-size: 14px;
	}

	.pagehd_circle img {
		transform: scale(0.8);
	}

	.pagehd_ttl {
		font-size: 22px;
	}

	.sec {
		padding-bottom: 50px;
	}

	.sec_wrap {
	}

	.sec_hd {
		padding: 16px 22px;
	}

	.sec_hd::before {
		width: 6px;
		height: 25px;
	}

	.cmnintro {
	}

	.cmnintro_wrap {
	}

	.cmnintro_hd {
	}

	.cmnintro_cnt {
		padding: 70px 15px 0;
	}

	.cmnintro_catch {
		left: 15px;
		font-size: 20px;
	}

	.cmnintro_catch span {
	}

	.cmnintro_catch span::before {
		width: calc(100% + 70px);
		height: 43px;
	}

	.cmnintro_catch span:first-child:before {
		left: -27px;
	}

	.cmnintro_catch span:last-child:before {
		left: -26px;
	}

	.cmnintro_txt {
	}

	.pnkz {
		padding: 0 0 40px;
	}

	.pnkz_wrap {
	}

	.pnkz_list {
	}

	.pnkz_list.pnkz_link {
	}

	.pnkz_list.pnkz_link::after {
	}

	.pnkz_list.pnkz_now {
	}

	.cmnft {
		padding-top: 40px;
	}

	.cmnft::before {
		height: 11px;
		background: url(../img/cmn/pt-bg@2x.png) left / 72px 11px;
	}

	.cmnft_wrap {
	}

	.cmnft_info {
	}

	.cmnft_info_wrap {
		flex-flow: column;
		align-items: start;
		gap: 20px;
		margin-bottom: 30px;
	}

	.cmnft_info_left {
	}

	.cmnft_info_left_logo {
		margin-bottom: 15px;
	}

	.cmnft_info_left_logo p {
		font-size: 12px;
	}

	.cmnft_info_left_logo span {
		width: 290px;
	}

	.cmnft_info_left_address {
	}

	.cmnft_info_left_ggmap {
	}

	.cmnft_info_left_ggmap a {
	}

	.cmnft_info_right {
		width: 100%;
	}

	.cmnft_info_right_wrap {
	}

	.cmnft_info_right_wrap table {
	}

	.cmnft_info_right_wrap table thead {
		font-size: 13px;
	}

	.cmnft_info_right_wrap table thead span {
		height: 45px;
		border-radius: 8px 8px 0 0;
	}

	.cmnft_info_right_wrap table thead th span {
		padding: 0 4px;
	}

	.cmnft_info_right_wrap table thead tr {
	}

	.cmnft_info_right_wrap table th {
		width: 94px;
	}

	.bctxt {
	}

	.rctxt {
	}

	.cmnft_info_right_wrap table tbody tr {
	}

	.cmnft_info_right_wrap table tbody th {
		padding: 10px 4px;
		font-size: 13px;
	}

	.cmnft_info_right_wrap table tbody th span {
		font-size: 12px;
	}

	.cmnft_info_right_wrap table tbody td {
	}

	.cmnft_info_right_wrap table tbody td span {
	}

	.mr {
		width: 13px;
		height: 13px;
	}

	.bt {
	}

	.bt::before,
	.bt::after {
		width: 14.5px;
		height: 2px;
	}

	.bt::after {
	}

	.bt::before {
	}

	.cmnft_info_right_note {
		margin-top: 10px;
	}

	.cmnft_info_right_note dl {
		gap: 13px;
	}

	.cmnft_info_right_note dl dt {
		padding: 5px 10px 5px 12px;
		border-radius: 10px;
	}

	.cmnft_info_right_note dl dd {
	}

	.cmnft_info_btn {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.cmnft_info_btn_cnt {
		gap: 10px;
		max-width: 400px;
		height: 110px;
		margin: 0 auto;
		padding: 0 19px;
	}

	.cmnft_tel {
	}

	.cmnft_line {
	}

	.cmnft_info_btn_cnt > span {
		width: 40px;
	}

	.cmnft_info_btn_cnt > span img {
	}

	.cmnft_info_btn_txt {
	}

	.cmnft_info_btn_txt_hd {
		font-size: 17px;
	}

	.cmnft_info_btn_txt_hd span {
		width: 68px;
		height: 18px;
		font-size: 12px;
	}

	.cmnft_info_btn_txt_cnt {
		font-size: 12px;
	}

	.cmnft_tel_txt {
	}

	.cmnft_tel_txt_hd {
	}

	.cmnft_tel_txt_cnt {
	}

	.cmnft_line_txt {
	}

	.cmnft_line_txt_hd {
	}

	.cmnft_tel_txt_num {
	}

	.cmnft_tel_txt_num span {
	}

	.cmnft_line_txt_cnt {
	}

	.cmnft_about {
	}

	.cmnft_sns {
	}

	.cmnft_btm {
		flex-flow: column;
		align-items: center;
		gap: 20px;
	}

	.cmnft_btm_link {
		flex-flow: column;
		justify-content: start;
		gap: 9px;
		width: 100%;
	}

	.cmnft_btm_link a {
	}

	.cmnft_btm_link a span {
	}

	.cmnft_btm small {
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}

@media print {
}
