@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");

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

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

body {
	min-width: 1240px;
	background: #f8f7f5;
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
	font-family: "Kosugi Maru", "ヒラギノ角ゴ 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;
}

.hovact {
	transition: opacity 0.4s;
}

.hovact:hover {
	opacity: 0.6;
}

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

.cmnhd {
	position: fixed;
	z-index: 8000;
	width: 100%;
	padding: 24px 48px 24px 40px;
	background: #f8f7f5;
	transition: all 0.4s;
}

.cmnhd.-action {
	padding: 10px 48px 10px 40px;
}

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

.cmnhd_logo {
	transition: all 0.4s;
}

.cmnhd_logo a {
	transition: all 0.4s;
}

.cmnhd.-action .cmnhd_logo {
	width: 280px;
}

.cmnnav {
}

.cmnnav_wrap {
}

.cmnnav_cntct {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	transition: all 0.4s;
}

.cmnhd.-action .cmnnav_cntct {
	margin-bottom: 8px;
}

.cmnnav_cntct_btn {
}

.cmnnav_cntct_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	height: 44px;
	border-radius: 9999px;
	background: #a57165;
	color: #ffffff;
	transition: all 0.4s;
}

.cmnhd.-action .cmnnav_cntct_btn a {
	height: 35px;
}

.cmnnav_cntct_btn.cmnnav_cntct_btn_tel a {
	width: 240px;
}

.cmnnav_cntct_btn.cmnnav_cntct_btn_tel a span {
	font-size: 24px;
}

.cmnnav_cntct_btn.cmnnav_cntct_btn_mail a {
	width: 190px;
}

.cmnnav_cntct_btn.cmnnav_cntct_btn_mail a span {
	display: flex;
}

.cmnnav_cntct_line {
	display: flex;
}

.cmnhd.-action .cmnnav_cntct_line {
	width: 35px;
}

.cmnnav_cntct_line_sp {
	display: none;
}

.cmnnav_link {
	display: flex;
	justify-content: end;
	gap: 35px;
}

.cmnnav_link_cnt.visacd {
	display: none;
}

.cmnnav_link_cnt .cmnnav_link_hd > a .icon-arrow.visacd {
	display: none;
}

.cmnmenu {
	display: none;
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #a57165;
}

.cmnmenu span {
	display: block;
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 25px;
	height: 3px;
	background: #ffffff;
	transition: all 0.4s;
}

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

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

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

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

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

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

.sidecnt {
}

.sidecnt_wrap {
	display: grid;
	grid-template-columns: auto 800px;
	gap: 60px;
	padding-top: 70px;
	padding-bottom: 160px;
}

.sidebar {
}

.sidebar_wrap {
	position: sticky;
}

.sidebar_hd {
	display: block;
	margin-bottom: 48px;
}

.sidebar_hd_jp {
	font-size: 24px;
}

.sidebar_hd_en {
	color: #a57165;
}

.sidebar_cnt {
	display: flex;
	flex-flow: column;
	gap: 19px;
}

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

.sidebar_link.sidebar_now {
	color: #a57165;
}

.sidebar_link.sidebar_now .icon-arrow {
	font-size: 9px;
}

.cmnpagehd {
	padding-top: 70px;
}

.cmnpagehd_wrap {
}

.cmnpagehd_ttl {
}

.cmnpagehd_ttl h1 {
	font-size: 30px;
}

.cmnpagehd_ttl p {
	color: #a57165;
}

.sec {
	padding-top: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #d9d2c3;
}

/* 
.sec:last-child {
	padding-bottom: 0;
	border-bottom: none;
} */

.sec_hd {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
	color: #a57165;
	font-size: 24px;
}

.sec_hd::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 68px;
	height: 2px;
	background: #a57165;
}

.pnkz {
	padding-bottom: 45px;
}

.pnkz_wrap {
	display: flex;
	justify-content: end;
	font-size: 12px;
}

.pnkz_list {
}

.pnkz_link a {
	color: #a57165;
}

.pnkz_link::after {
	content: "\A0|\A0";
	display: inline-block;
}

.cmnlink {
}

.cmnlink a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	height: 44px;
	padding: 0 18px 0 24px;
	border-radius: 9999px;
	background: #a57165;
	color: #ffffff;
}

.cmnlink a .icon-arrow {
	font-size: 9px;
}

.cmnft_top {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

.cmnft_top::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: -1;
	width: calc(100% - 90px);
	min-width: 1240px;
	max-width: 1600px;
	height: 100%;
	border-radius: 10px;
	background: #f1efeb;
	transform: translateX(50%);
}

.cmnft_top_wrap {
}

.cmnft_top_hd {
	margin-bottom: 20px;
	padding: 0 100px;
	font-size: 26px;
}

.cmnft_top_hd span {
	font-size: 20px;
}

.cmnft_top_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	padding: 0 100px;
}

.cmnft_top_info_cnt {
}

.cmnft_top_info_address {
}

.cmnft_top_info_address a {
	color: #a57165;
}

.cmnft_top_info_station {
}

.cmnft_top_info_station dl {
	display: flex;
}

.cmnft_top_info_tel {
	color: #a57165;
	font-size: 42px;
}

.cmnft_top_info_tel span {
	padding-right: 9px;
	font-size: 28px;
}

.cmnft_top_info_form {
}

.cmnft_top_info_form a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	width: 100%;
	max-width: 360px;
	padding: 10px 0;
	border-radius: 9999px;
	background: #a57165;
	color: #ffffff;
}

.cmnft_top_info_form a span {
	display: flex;
}

.cmnft_top_info_tbl {
	width: 530px;
}

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

.cmnft_top_info_tbl table thead {
}

.cmnft_top_info_tbl table thead span {
}

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

.cmnft_top_info_tbl table thead tr {
	border-top: 1px solid #d9d2c3;
	text-align: center;
}

.cmnft_top_info_tbl table thead tr th {
}

.cmnft_top_info_tbl table th {
	width: 120px;
	padding: 18px 9px 14px;
	text-align: left;
}

.sat {
	color: #077add;
}

.sun {
	color: #f24747;
}

.cmnft_top_info_tbl table tr {
	border-bottom: 1px solid #d9d2c3;
}

.cmnft_top_info_tbl table tbody th {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	vertical-align: middle;
}

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

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

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

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

.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: #d9d2c3;
}

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

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

.cmnft_top_line {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

.cmnft_top_map {
	overflow: hidden;
	border-radius: 10px;
}

.cmnft_top_map iframe {
	width: 100%;
}

.cmnft_btm {
	padding: 95px 0 60px;
}

.cmnft_btm_wrap {
}

.cmnft_btm_bnr {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 40px 35px;
	margin-bottom: 50px;
}

.cmnft_btm_gotop {
	margin-bottom: 45px;
}

.cmnft_btm_gotop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 68px;
	height: 68px;
	margin: 0 auto;
	border-radius: 50%;
	background: #a57165;
	color: #ffffff;
	font-size: 22px;
	transform: rotate(-90deg);
}

.cmnft_btm_gotop a .icon-arrow {
}

.cmnft_btm_links {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-bottom: 35px;
	color: #a57165;
	font-size: 14px;
}

.cmnft_btm_wrap small {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}

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

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

	.cmnhd {
		padding: 15px 24px;
	}

	.cmnhd.-action {
		padding: 10px 24px;
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
		width: 280px;
	}

	.cmnnav {
	}

	.cmnnav_wrap {
	}

	.cmnnav_cntct {
		margin-bottom: 8px;
	}

	.cmnnav_cntct_btn {
	}

	.cmnnav_cntct_btn a {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_tel a {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_tel a span {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_mail a {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_mail a span {
	}

	.cmnnav_cntct_line {
	}

	.cmnnav_link {
		gap: 15px;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:870px) {
	.cmnhd {
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
	}

	.cmnnav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100dvh;
		padding: 110px 24px 50px;
		overflow: scroll;
		background: #f8f7f5;
	}

	.cmnnav_wrap {
		display: flex;
		flex-flow: column-reverse;
	}

	.cmnnav_cntct {
		flex-flow: column;
	}

	.cmnnav_cntct_btn {
	}

	.cmnnav_cntct_btn a {
	}

	.cmnhd.-action .cmnnav_cntct_btn a {
		height: 44px;
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_tel a {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_tel a span {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_mail a {
		width: 240px;
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_mail a span {
	}

	.cmnnav_cntct_line {
	}

	.cmnnav_cntct_line_pc {
		display: none;
	}

	.cmnnav_cntct_line_sp {
		display: block;
		max-width: 326px;
		margin: 0 auto;
	}

	.cmnnav_cntct_line_sp a {
		display: flex;
		overflow: hidden;
		border-radius: 10px;
	}

	.cmnnav_link {
		flex-flow: column;
		gap: 15px;
		width: 100%;
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.cmnnav_link_cnt.hideacd {
		display: none;
	}

	.cmnnav_link_cnt.visacd {
		display: block;
	}

	.cmnnav_link_cnt .cmnnav_link_hd > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cmnnav_link_cnt .cmnnav_link_hd > a .icon-arrow.visacd {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 35px;
		height: 35px;
		color: #a57165;
		font-size: 10px;
	}

	.cmnnav_link_hd {
		padding: 10px 0;
		border-bottom: 1px solid #d9d2c3;
		font-size: 20px;
	}

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

	.cmnnav_link_hd_item {
		display: block;
		position: relative;
		width: 35px;
		height: 35px;
	}

	.cmnnav_link_hd_item span {
		display: block;
		position: absolute;
		right: 50%;
		bottom: 50%;
		width: 14px;
		height: 2px;
		background: #a57165;
		transition: all 0.4s;
	}

	.cmnnav_link_hd_item span:first-child {
		transform: translate(50%, 50%);
	}

	.cmnnav_link_hd_item span:last-child {
		transform: translate(50%, 50%) rotate(90deg);
	}

	.-acdopen .cmnnav_link_hd_item span:last-child {
		transform: translate(50%, 50%) rotate(0deg);
	}

	.cmnnav_link_acd {
		display: none;
		padding: 10px 0;
	}

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

	.cmnnav_link_acd_wrap a {
		display: flex;
		align-items: baseline;
		gap: 9px;
	}

	.cmnnav_link_acd a > .icon-arrow {
		color: #a57165;
		font-size: 9px;
	}

	.cmnmenu {
		display: block;
	}
}

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

	.inner {
		padding: 0 24px;
	}

	.cmnhd {
		padding: 12px 18px;
	}

	.cmnhd.-action {
		padding: 12px 18px;
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
		width: 220px;
	}

	.cmnhd.-action .cmnhd_logo {
		width: 220px;
	}

	.cmnnav {
		display: none;
	}

	.cmnnav_wrap {
	}

	.cmnnav_cntct {
	}

	.cmnnav_cntct_btn {
	}

	.cmnnav_cntct_btn a {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_tel a {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_tel a span {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_mail a {
	}

	.cmnnav_cntct_btn.cmnnav_cntct_btn_mail a span {
	}

	.cmnnav_cntct_line {
	}

	.cmnnav_link {
	}

	.sidecnt {
	}

	.sidecnt_wrap {
		display: flex;
		flex-flow: column-reverse;
		gap: 0;
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.sidebar {
		max-width: 380px;
		padding-top: 60px;
	}

	.sidebar_wrap {
		height: auto !important;
	}

	.sidebar_hd {
		margin-bottom: 19px;
	}

	.sidebar_hd_jp {
	}

	.sidebar_hd_en {
	}

	.sidebar_cnt {
		gap: 10px;
	}

	.sidebar_link {
	}

	.sidebar_link.sidebar_now {
	}

	.sidebar_link.sidebar_now .icon-arrow {
	}

	.cmnpagehd {
		padding-top: 30px;
	}

	.cmnpagehd_wrap {
	}

	.cmnpagehd_ttl {
	}

	.cmnpagehd_ttl h1 {
		font-size: 24px;
	}

	.cmnpagehd_ttl p {
	}

	.sec {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/* .sec:last-child {}
 */.sec_hd {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 20px;
	}

	.sec_hd::before {
	}

	.pnkz {
		padding-bottom: 20px;
	}

	.cmnlink {
	}

	.cmnlink a {
	}

	.cmnlink a .icon-arrow {
	}

	.cmnft_top {
		padding: 45px 0 25px;
	}

	.cmnft_top::before {
		width: 100%;
		min-width: unset;
	}

	.cmnft_top_wrap {
	}

	.cmnft_top_hd {
		margin-bottom: 12px;
		padding: 0;
		line-height: 1.4;
	}

	.cmnft_top_hd span {
	}

	.cmnft_top_info {
		flex-flow: column;
		gap: 23px;
		margin-bottom: 35px;
		padding: 0;
	}

	.cmnft_top_info_cnt {
	}

	.cmnft_top_info_address {
	}

	.cmnft_top_info_station {
		margin-bottom: 23px;
	}

	.cmnft_top_info_station dl {
		flex-flow: column;
	}

	.cmnft_top_info_tel {
		margin-bottom: 14px;
	}

	.cmnft_top_info_tel a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 6px;
		width: 100%;
		max-width: 450px;
		padding: 10px 0;
		border-radius: 9999px;
		background: #ffffff;
		color: #a57165;
		font-size: 32px;
		line-height: 1;
	}

	.cmnft_top_info_tel a span {
		font-size: 20px;
	}

	.cmnft_top_info_form {
	}

	.cmnft_top_info_form a {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		padding: 12px 0;
	}

	.cmnft_top_info_form a span {
	}

	.cmnft_top_info_tbl {
		width: 100%;
	}

	.cmnft_top_info_tbl table {
		font-size: 14px;
	}

	.cmnft_top_info_tbl table thead {
	}

	.cmnft_top_info_tbl table thead span {
	}

	.cmnft_top_info_tbl table thead th span {
	}

	.cmnft_top_info_tbl table thead tr {
	}

	.cmnft_top_info_tbl table thead tr th {
	}

	.cmnft_top_info_tbl table th {
		width: 89px;
		padding: 15px 2px;
	}

	.sat {
	}

	.sun {
		white-space: nowrap;
	}

	.cmnft_top_info_tbl table tr {
	}

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

	.cmnft_top_info_tbl table tbody th span {
	}

	.cmnft_top_info_tbl table tbody td {
	}

	.cmnft_top_info_tbl table tbody td span {
	}

	.mr {
	}

	.bt {
	}

	.bt::before,
	.bt::after {
	}

	.bt::after {
	}

	.bt::before {
	}

	.cmnft_top_line {
		margin-bottom: 20px;
	}

	.cmnft_top_map {
	}

	.cmnft_top_map iframe {
		height: 240px;
	}

	.cmnft_btm {
		padding: 55px 0 30px;
	}

	.cmnft_btm_wrap {
	}

	.cmnft_btm_bnr {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 11px;
	}

	.cmnft_btm_gotop {
		margin-bottom: 25px;
	}

	.cmnft_btm_gotop a {
	}

	.cmnft_btm_gotop a .icon-arrow {
	}

	.cmnft_btm_links {
		display: none;
	}

	.cmnft_btm_wrap small {
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}

@media print {
}
