@charset "UTF-8";

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

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

	src: url("/font/icomoon.eot?986okl");
	src: url("/font/icomoon.eot?986okl#iefix") format("embedded-opentype"),
	url("/font/icomoon.ttf?986okl") format("truetype"),
	url("/font/icomoon.woff?986okl") format("woff"),
	url("/font/icomoon.svg?986okl#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";
}

.icon-tel:before {
	content: "\e901";
}

body {
	min-width: 1240px;
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.875;
	font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;

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

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

strong {
	font-weight: bold;
}

[id] {
	scroll-margin-top: calc(var(--hdhight) - 3px);
}

.richedit a {
	color: #e88f00;
	text-decoration: underline;
	transition: all 0.4s;
}

.richedit a:hover {
	opacity: 0.6;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}

.hovact {
	transition: all 0.4s;
}

.hovact:hover {
	opacity: 0.6;
}

.-gbg {
	background: #8aaf5d;
}

.-lh16 {
	line-height: 1.6;
}

.-beige-bg {
	position: relative;
	background: linear-gradient(to bottom, var(--before_c) 0,var(--before_c) 40px, #f4f1e4 40px, #f4f1e4 calc(100% - 40px), var(--after_c) calc(100% - 40px), var(--after_c) 100%);
}

.-beige-bg::after,
.-beige-bg::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(../img/cmn/beige_bg-item@2x.png) center / 100% 100%;
}

.-beige-bg::after {
	top: 0;
}

.-beige-bg::before {
	bottom: 0;
	transform: rotate(180deg);
}

.linkbtn01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 160px;
	height: 35px;
	padding: 0 17px;
	border: 1px solid;
	border-color: var(--clr);
	border-radius: 9999px;
	background: var(--afclr);
	color: var(--clr);
	font-weight: bold;
	transition: all 0.4s;
}

.linkbtn01:hover {
	border-color: var(--afclr);
	background: var(--clr);
	color: var(--afclr);
}

.linkbtn01::after,
.linkbtn02::after {
	content: "\e900";
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	font-family: "icomoon";

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

.linkbtn02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 370px;
	height: 70px;
	padding: 0 40px;
	border-radius: 9999px;
	background: var(--clr);
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.2s;
}

.linkbtn02:hover {
	background: var(--afclr);
}

.cmnhd {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 20px 50px 18px 36px;
	background: #80b051;
}

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

.cmnhd_logo {
}

.cmnhd_menu {
}

.cmnhd_menu_info {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 10px;
}

.cmnhd_menu_info_tel {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #ffff48;
	font-size: 29px;
}

.cmnhd_menu_info_tel .icon-tel {
	font-size: 25px;
}

.cmnhd_menu_info_open {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.48;
}

.cmnhd_menu_info_important a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 180px;
	height: 34px;
	border-radius: 5px;
	background: #3D7C00;
	color: #fff;
	font-weight: bold;
}

.cmnhd_menu_info_important .warning {
	display: flex;
}

.cmnhd_menu_nav {
	display: flex;
	justify-content: end;
	gap: 30px;
}

.cmnhd_menu_nav_cnt {
	position: relative;
	padding-left: 14px;
	color: #ffffff;
	font-weight: bold;
}

.cmnhd_menu_nav_cnt::before {
	content: "";
	display: block;
	position: absolute;
	top: 1em;
	left: 0;
	width: 8px;
	height: auto;
	border-radius: 50%;
	background: #ffff48;
	transform: translateY(-50%);
	aspect-ratio: 1;
}

.cmnhd_menu_nav_child {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% + 10px);
	right: 50%;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 3px 6px #00000016;
	background: #ffff48;
	transform: translateX(50%);
	transition: all 0.4s;
}

.cmnhd_menu_nav_cnt:hover .cmnhd_menu_nav_child {
	visibility: visible;
	opacity: 1;
}

.cmnhd_menu_nav_child::before {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 100%;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #ffff48;
	border-left: 6px solid transparent;
	transform: translateX(50%);
}

.cmnhd_menu_nav_child_cnt {
	margin-bottom: 3px;
}

.cmnhd_menu_nav_child_cnt:last-child {
	margin-bottom: 0;
}

.cmnhd_menu_nav_child_cnt a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 3px 13px;
	border-radius: 7px;
	background: #ffffff;
	color: #80b051;
	white-space: nowrap;
}

.cmnhd_menu_nav_child_cnt a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e88f00;
}

.cmnhd_btn {
	display: none;
}

.pagehd {
	padding: 200px 0 80px;
	color: #80b051;
}

.pagehd_wrap {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.pagehd_ttl {
	font-weight: bold;
	font-size: 40px;
}

.pagehd_pnkz {
}

.pagehd_pnkz_list {
	display: flex;
}

.pagehd_pnkz_list_cnt {
	color: #80b051;
	font-weight: 600;
	font-size: 14px;
}

.pagehd_pnkz_list_cnt.pnkz_link {
	display: flex;
}

.pagehd_pnkz_list_cnt.pnkz_link::after {
	content: " / ";
	display: block;
}

.pagehd_img {
	margin-top: 75px;
	overflow: hidden;
	border-radius: 20px;
}

.sidebarcnt {
}

.sidebarcnt_wrap {
	position: relative;
}

.sidebar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: calc((100dvw - 1160px) / 2 + 300px);
	min-width: 340px;
	height: 100%;
	padding-bottom: 80px;
	padding-left: max(40px, calc((100dvw - 1160px) / 2));
}

.sidebar_wrap {
	position: sticky;
	top: calc(var(--hdhight) + 80px);
	line-height: 2.5;
}

.sidebar_cnt {
	position: relative;
	padding-left: 25px;
	transition: all 0.2s;
}

.sidebar_cnt::before {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: auto;
	border: 4px solid #80b051;
	border-radius: 50%;
	box-sizing: content-box;
	background: #ffff48;
	transform: translateY(-50%);
	transition: all 0.2s;
	aspect-ratio: 1;
}

.sidebar_cnt.active {
	color: #80b051;
}

.sidebar_cnt.active:before {
	opacity: 1;
}
.sidebar_cnt a{
	transition: all 0.3s;
}
.sidebar_cnt a:hover{
	transition: all 0.3s;
	opacity: 0.5;
}

.sidebarcnt_cnt {
}

.sidebarcnt_cnt_inner {
	padding-left: 300px;
}

.cmnft {
	margin-top: -10px;
}

.cmnft_wrap {
	position: relative;
	padding: 100px 0 80px;
	background: linear-gradient(to bottom, transparent 0,transparent 40px, #80b051 40px, #80b051 calc(100% - 40px), #f5f1e3 calc(100% - 40px), #f5f1e3 100%);
}

.cmnft_info {
	margin-bottom: 70px;
}

.cmnft_info::after,
.cmnft_info::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(../img/cmn/green_bg-item@2x.png) center / 100% 100%;
}

.cmnft_info::after {
	top: 0;
}

.cmnft_info::before {
	bottom: 0;
	transform: rotate(180deg);
}

.cmnft_info_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: end;
	gap: 60px;
	padding: 0 80px;
}

.cmnft_info_left {
}

.cmnft_info_left_logo {
	margin-bottom: 20px;
}

.cmnft_info_left_logo_icon {
}

.cmnft_info_left_logo_name {
}

.cmnft_info_left_address {
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

.cmnft_info_left_tel {
	width: 100%;
	margin-bottom: 20px;
}

.cmnft_info_left_tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 100%;
	height: 95px;
	border-radius: 5px;
	background: #70a041;
	color: #ffff48;
	font-weight: bold;
}

.cmnft_info_left_tel_txt {
	font-size: 20px;
}

.cmnft_info_left_tel_num {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 39px;
}

.cmnft_info_left_tel_num .icon-tel {
	font-size: 35px;
}

.cmnft_info_left_detail {
	color: #ffffff;
}

.cmnft_info_right {
}

.cmnft_info_right_tbl {
}

.cmnft_info_right_tbl {
}

.cmnft_info_right_tbl table {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	color: #ffffff;
	table-layout: fixed;
}

.cmnft_info_right_tbl table tr {
	border-bottom: 1px solid #ffffff;
}

.cmnft_info_right_tbl table thead {
}

.cmnft_info_right_tbl table thead tr th {
	padding-bottom: 13px;
	color: #ffff48;
	font-size: 20px;
}

.cmnft_info_right_tbl table thead tr td {
	padding-bottom: 13px;
	text-align: center;
}

.cmnft_info_right_tbl table th {
	width: 120px;
}

.cmnft_info_right_tbl table tbody th {
	padding: 14px 7px;
	line-height: 1.2;
	vertical-align: middle;
}

.cmnft_info_right_tbl table tbody td {
	text-align: center;
	vertical-align: middle;
}

.cmnft_info_right_tbl table tbody td span.maru {
	display: inline-flex;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffff48;
}

.cmnft_info_right_tbl > p {
	color: #ffffff;
}

.cmnft_info_right_tbl p span {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}

.cmnft_info_right_tbl p span.-dot::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background: #ffff48;
	transform: translateY(50%);
}

.cmnft_map {
}

.cmnft_map_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1370px;
	height: 390px;
	margin: 0 auto;
	padding: 0 40px;
}

.cmnft_map_gmap {
	width: 100%;
	height: 100%;
}

.cmnft_map_gmap iframe {
	width: 100%;
	height: 100%;
}

.cmnft_map_streetview {
	position: relative;
	width: 100%;
	height: 100%;
}

.cmnft_map_streetview_ttl {
	position: absolute;
	top: 0;
	right: 50%;
	transform: translate(50%, -43%);
}

.cmnft_map_streetview iframe {
	width: 100%;
	height: 100%;
}

.cmnft_btm {
	position: relative;
	padding: 80px 0 60px;
	background: #f4f1e4;
}

.cmnft_btm_wrap {
}

.cmnft_btm_bnr {
	display: flex;
	gap: 32px;
	margin-bottom: 50px;
}

.cmnft_btm_bnr_left {
	width: 276px;
}

.cmnft_btm_bnr_center {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	width: 360px;
}

.cmnft_btm_bnr_center a {
	display: flex;
	width: 100%;
	border: #b1b1b1 1px solid;
}

.cmnft_btm_bnr_center a:first-child {
	grid-column: 1/3;
}

.cmnft_btm_bnr_right {
	/* width: 460px; */
	width: 300px;
}

.cmnft_btm_gotop {
	position: absolute;
	top: 0;
	right: 50px;
	transform: translateY(-50%);
}

.cmnft_btm_small {
	font-weight: 400;
	font-size: 12px;
	text-align: center;
}

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

@media screen and (max-width:1240px) {
	.cmnhd {
		padding: 15px 20px 18px 20px;
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
		width: 210px;
	}

	.cmnhd_menu {
	}

	.cmnhd_menu_info {
		justify-content: end;
		margin-bottom: 4px;
	}

	.cmnhd_menu_info_tel {
		font-size: 23px;
	}

	.cmnhd_menu_info_tel .icon-tel {
		font-size: 18px;
	}

	.cmnhd_menu_info_open {
		font-size: 11px;
	}

	.cmnhd_menu_info_important a {
		gap: 3px;
		width: 150px;
		font-size: 14px;
	}

	.cmnhd_menu_info_important .warning {
	}

	.cmnhd_menu_nav {
		gap: 10px;
	}

	.cmnhd_menu_nav_cnt {
	}

	.cmnhd_menu_nav_cnt::before {
	}

	.cmnhd_menu_nav_child {
	}

	.cmnhd_menu_nav_cnt:hover .cmnhd_menu_nav_child {
	}

	.cmnhd_menu_nav_child::before {
	}

	.cmnhd_menu_nav_child_cnt {
	}

	.cmnhd_menu_nav_child_cnt:last-child {
	}

	.cmnhd_menu_nav_child_cnt a {
	}

	.cmnhd_menu_nav_child_cnt a::before {
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:1140px) {
}

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

	.inner {
		padding: 0 24px;
	}

	.-lh16 {
	}

	.-beige-bg {
	}

	.-beige-bg::after,
	.-beige-bg::before {
	}

	.-beige-bg::after {
	}

	.-beige-bg::before {
	}

	.linkbtn01 {
	}

	.linkbtn01:hover {
	}

	.linkbtn01::after,
	.linkbtn02::after {
	}

	.linkbtn02 {
		width: 100%;
		max-width: unset;
		height: auto;
		min-height: 48px;
		padding: 6px 20px;
		font-size: 16px;
		line-height: 1.2;
	}

	.linkbtn02:hover {
	}

	.cmnhd {
		padding: 11px;
	}

	.cmnhd_wrap {
		position: relative;
		z-index: 3;
	}

	.cmnhd_logo {
		width: 190px;
	}

	.cmnhd_menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100dvw;
		height: 100dvh;
		background: #80b051;
	}

	.cmnhd_menu_wrap {
		display: flex;
		flex-flow: column-reverse;
		gap: 30px;
		padding: 100px 28px 20px;
	}

	.cmnhd_menu_info {
		flex-flow: column;
		align-items: start;
		position: relative;
	}

	.cmnhd_menu_info_tel {
		width: 100%;
	}

	.cmnhd_menu_info_tel a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 300px;
		height: 60px;
		border: #ffff48 2px solid;
		border-radius: 3px;
		font-size: 29px;
	}

	.cmnhd_menu_info_tel .icon-tel {
	}

	.cmnhd_menu_info_open {
		font-size: 14px;
	}

	.cmnhd_menu_info_important a {
		width: 180px;
	}

	.cmnhd_menu_info_important .warning {
	}

	.cmnhd_menu_info_spitem {
		position: absolute;
		right: 0;
		bottom: 0;
		transform: translateY(50%);
	}

	.cmnhd_menu_nav {
		flex-flow: column;
		padding: 0 10px;
		font-size: 20px;
	}

	.cmnhd_menu_nav_cnt {
	}

	.cmnhd_menu_nav_cnt::before {
	}

	.cmnhd_menu_nav_child {
		visibility: visible;
		opacity: 1;
		position: unset;
		padding: 0;
		box-shadow: unset;
		background: unset;
		transform: unset;
	}

	.cmnhd_menu_nav_cnt:hover .cmnhd_menu_nav_child {
	}

	.cmnhd_menu_nav_child::before {
		display: none;
	}

	.cmnhd_menu_nav_child_cnt {
		padding: 0;
	}

	.cmnhd_menu_nav_child_cnt:last-child {
	}

	.cmnhd_menu_nav_child_cnt a {
		padding: 0;
		background: unset;
		color: #ffffff;
		font-size: 16px;
	}

	.cmnhd_menu_nav_child_cnt a::before {
	}

	.cmnhd_btn {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 3;
		width: 52px;
		height: 52px;
		padding-top: 4px;
		border-radius: 6px;
		background: #ffff48;
		color: #80b051;
		font-weight: 600;
		font-size: 14px;
		line-height: 1.2;
	}

	.cmnhd_btn_item {
		display: block;
		position: relative;
		width: 15px;
		height: 15px;
	}

	.cmnhd_btn_item span {
		display: block;
		position: absolute;
		right: 50%;
		bottom: 50%;
		width: 19px;
		height: 2px;
		background: #80b051;
		transition: all 0.4s;
	}

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

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

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

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

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

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

	.pagehd {
		padding: 110px 0 40px;
	}

	.pagehd_wrap {
		display: block;
	}

	.pagehd_ttl {
		font-size: 24px;
	}

	.pagehd_pnkz {
	}

	.pagehd_pnkz_list {
		justify-content: end;
	}

	.pagehd_pnkz_list_cnt {
	}

	.pagehd_pnkz_list_cnt.pnkz_link {
	}

	.pagehd_pnkz_list_cnt.pnkz_link::after {
	}

	.pagehd_img {
		margin-top: 10px;
	}

	.sidebarcnt {
	}

	.sidebarcnt_wrap {
	}

	.sidebar {
		display: none;
	}

	.sidebar_wrap {
	}

	.sidebar_cnt {
	}

	.sidebar_cnt::before {
	}

	.sidebar_cnt.active {
	}

	.sidebar_cnt.active:before {
	}

	.sidebarcnt_cnt {
	}

	.sidebarcnt_cnt_inner {
		padding-left: 0;
	}

	.cmnft {
	}

	.cmnft_wrap {
		padding: 50px 0 0;
	}

	.cmnft_info {
		margin-bottom: 50px;
	}

	.cmnft_info::after,
	.cmnft_info::before {
	}

	.cmnft_info::after {
	}

	.cmnft_info::before {
	}

	.cmnft_info_wrap {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 0;
	}

	.cmnft_info_left {
	}

	.cmnft_info_left_logo {
		margin-bottom: 17px;
	}

	.cmnft_info_left_logo a {
		display: flex;
		gap: 12px;
	}

	.cmnft_info_left_logo_icon {
		display: flex;
		width: 51px;
	}

	.cmnft_info_left_logo_name {
		display: flex;
		width: 249px;
	}

	.cmnft_info_left_address {
		margin-bottom: 17px;
		font-weight: 500;
		font-size: 14px;
	}

	.cmnft_info_left_tel {
	}

	.cmnft_info_left_tel a {
		height: 67px;
	}

	.cmnft_info_left_tel_txt {
		font-size: 14px;
	}

	.cmnft_info_left_tel_num {
		font-size: 27px;
	}

	.cmnft_info_left_tel_num .icon-tel {
		font-size: 25px;
	}

	.cmnft_info_left_detail {
		font-weight: 500;
		font-size: 14px;
	}

	.cmnft_info_right {
	}

	.cmnft_info_right_tbl {
	}

	.cmnft_info_right_tbl {
		font-size: 14px;
	}

	.cmnft_info_right_tbl table {
		table-layout: auto;
	}

	.cmnft_info_right_tbl table tr {
	}

	.cmnft_info_right_tbl table thead {
	}

	.cmnft_info_right_tbl table thead tr th {
		padding-bottom: 5px;
		font-size: 16px;
	}

	.cmnft_info_right_tbl table thead tr td {
		padding-bottom: 5px;
	}

	.cmnft_info_right_tbl table th {
		width: 110px;
	}

	.cmnft_info_right_tbl table tbody th {
	}

	.cmnft_info_right_tbl table tbody td {
	}

	.cmnft_info_right_tbl table tbody td span.maru {
		width: 12px;
		height: 12px;
	}

	.cmnft_info_right_tbl p {
	}

	.cmnft_info_right_tbl p span {
	}

	.cmnft_info_right_tbl p span::before {
	}

	.cmnft_info_right_tbl p span.hide-sp {
		display: none;
	}

	.cmnft_info_right_tbl p span.hide-sp::before {
		display: none;
	}

	.cmnft_map {
	}

	.cmnft_map_wrap {
		grid-template-columns: 1fr;
		gap: 95px;
		height: auto;
		padding: 0;
	}

	.cmnft_map_gmap {
		height: 285px;
	}

	.cmnft_map_gmap iframe {
	}

	.cmnft_map_streetview {
		height: 220px;
	}

	.cmnft_map_streetview_ttl {
		top: unset;
		bottom: 97%;
		width: 290px;
		transform: translateX(50%);
	}

	.cmnft_map_streetview iframe {
	}

	.cmnft_btm {
		padding: 50px 0 40px;
	}

	.cmnft_btm_wrap {
	}

	.cmnft_btm_bnr {
		flex-flow: column;
		align-items: center;
		gap: 17px;
		margin-bottom: 14px;
	}

	.cmnft_btm_bnr_left {
		width: 210px;
	}

	.cmnft_btm_bnr_center {
		width: 100%;
		max-width: 314px;
		margin: 0 auto;
	}

	.cmnft_btm_bnr_center a {
	}

	.cmnft_btm_bnr_center a:first-child {
	}

	.cmnft_btm_bnr_right {
		width: 100%;
		max-width: 314px;
		margin: 0 auto;
	}

	.cmnft_btm_gotop {
		position: unset;
		width: fit-content;
		margin: 0 auto;
		margin-bottom: 9px;
		transform: unset;
	}

	.cmnft_btm_small {
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}

@media print {
}
