@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@400;500;600;700&family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #333;
	font-family: "Noto Serif JP", serif;
	background: #EDE8DE;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.reserve_open,
body.modal_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: clip;
}
.wrapper::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg_01.png) no-repeat center center / cover;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1350px) {
	html {
		font-size: .7407vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
    .footer_instagram_slider figure {
	float: left;
    width: 870px!important;
}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.56411vw;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "Cormorant Upright", serif;
}
.inter {
	font-family: "Inter", sans-serif;
}
.gothic {
	font-family: "Noto Sans JP", sans-serif;
}
.shippori {
	font-family: "Shippori Mincho B1", serif;
}

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

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2500;
	mix-blend-mode: difference;
}
.header_inner {
	max-width: 128rem;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.header_logo {
	width: 22.353rem;
	padding-top: 3.5rem;
	z-index: 1000;
	pointer-events: all;
}
.header_logo a {
	display: block;
}
.header_logo a img {
	width: 100%;
}
.header_btn {
	display: none;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 0 2.5rem 0 1.5rem;
		mix-blend-mode: normal;
		position: static;
	}
	.open .header {
		mix-blend-mode: normal;
	}
	.header_logo {
		width: 16.3rem;
		padding-top: 1.4rem;
		position: fixed;
		mix-blend-mode: difference;
		z-index: 1500;
	}
	.header_btn {
		display: block;
		appearance: none;
		margin: 1.3rem 0 0;
		border: 0;
		padding: 0;
		width: 3rem;
		height: 3rem;
		background: none;
		z-index: 3000;
		outline: none;
		position: fixed;
		top: 0;
		mix-blend-mode: difference;
		right: 2.5rem;
	}
	.open .header_btn {
		mix-blend-mode: normal;
	}
	.header_btn::before,
	.header_btn::after {
		content: '';
		display: block;
		width: 3rem;
		height: .15rem;
		background: #fff;
		position: absolute;
		top: 1rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		transition: transform .3s;
	}
	.header_btn::after {
		top: 2rem;
	}
	.open .header_btn::before,
	.open .header_btn::after {
		top: 1.5rem;
		width: 3.2rem;
		transform: rotate(20deg);
		background: #333;
	}
	.open .header_btn::after {
		transform: rotate(-20deg);
	}
}

/*gnav
----------------------------------------*/
.gnav {
	margin: 4.4rem 0 0 auto;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .12em;
}
.gnav ul {
	display: flex;
	justify-content: flex-end;
	gap: 3.91rem;
}
.gnav li a {
	display: block;
}
.gnav li a span {
	display: none;
}
@media only screen and (max-width: 768px) {
	.gnav {
		background: #EDE8DE;
		margin: 0;
		color: #333;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		mix-blend-mode: normal;
		overflow: auto;
		padding-bottom: 3rem;
		z-index: 2500;
		transform: translateY(-100%);
		pointer-events: none;
		transition: transform .3s;
	}
	.open .gnav {
		pointer-events: all;
		transform: translateY(0);
	}
	.gnav p {
		font-size: 1rem;
		letter-spacing: .08em;
		color: #8B8B8B;
		line-height: 2;
		max-width: 33rem;
		font-weight: 400;
		padding: 2.7rem 0 0;
		margin: 0 auto;
	}
	.gnav p span {
		display: inline-block;
		margin-top: .2rem;
	}
	.gnav ul {
		max-width: 33rem;
		margin: 2.3rem auto 6.9rem;
		display: block;
		border-top: .1rem solid #D5D1C3;
	}
	.gnav ul li {
		border-bottom: .1rem solid #D5D1C3;
	}
	.gnav li a {
		display: flex;
		justify-content: space-between;
		font-size: 1.4rem;
		font-weight: 600;
		padding: 2.07rem 4.5rem 2.07rem 0;
	}
	.gnav li a::after {
		content: '';
		display: block;
		width: 2.5rem;
		height: 2.5rem;
		background: url(../img/common/gnav_arrow_icon.svg) no-repeat left top / 100% auto;
		position: absolute;
		right: -.2rem;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.gnav li a span {
		display: block;
		font-size: 1.2rem;
		letter-spacing: .12em;
		color: #8B8B8B;
		font-weight: 400;
	}
	.header_instagram {
		font-size: 1.2rem;
		letter-spacing: .08em;
		font-weight: 400;
		display: flex;
		align-items: center;
		width: fit-content;
		margin: 0 0 0 3rem;
		gap: 1.1rem;
	}
	.header_instagram img {
		width: 2rem;
		filter: brightness(.2);
	}
}

/*ttl_page
----------------------------------------*/
main {
	padding: 34.3rem 0 0;
}
.ttl_page {
	max-width: 112rem;
	margin: 0 auto;
}
.ttl_page h1 {
	font-size: 5rem;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1.4;
}
@media only screen and (max-width: 768px) {
	main {
		padding: 27.6rem 0 0;
	}
	.ttl_page {
		max-width: 33rem;
	}
	.ttl_page h1 {
		font-size: 4rem;
	}
}

/*topic_path
----------------------------------------*/
.topic_path {
	max-width: 112rem;
	margin: -.3rem auto 0;
}
.topic_path ol {
	display: flex;
	font-size: 1.2rem;
	letter-spacing: .08em;
	gap: 2.8rem;
}
.topic_path ol li::after {
	content: '>';
	position: absolute;
	right: -1.8rem;
}
.topic_path ol li:last-child::after {
	display: none;
}
@media only screen and (max-width: 768px) {
	.topic_path {
		max-width: 33rem;
		margin: 0 auto;
	}
}

/* float_btn
----------------------------------------*/
.float_btn {
  width: 43rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: rgba(255, 255, 255, .8);
  border: .1rem solid #fff;
  border-radius: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: .4rem;
  z-index: 1500;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}

.float_btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.float_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5D9277;
	font-size: 1.3rem;
	font-weight: 700;
	height: 5rem;
	border-radius: 3rem;
	letter-spacing: .08em;
	text-align: center;
	transition: background .3s, color .3s;
}
.float_btn a:first-child {
	background: #5D9277;
	color: #fff;
}
@media (hover:hover) {
	.float_btn:hover a {
		background: #5D9277;
		color: #fff;
		opacity: 1;
	}
	.float_btn:hover a:first-child {
		background: none;
		color: #5D9277;
	}
}
@media only screen and (max-width: 768px) {
	.float_btn {
		width: 36rem;
		right: 1.5rem;
		bottom: 0;
		background: none;
		border: 0;
		border-radius: 2rem 2rem 0 0;
		padding: 0;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
	.float_btn a {
		background: #fff;
		border-radius: 0 2rem 0 0;
	}
	.float_btn a:first-child {
		border-radius: 2rem 0 0;
	}
}

/*btn_more
----------------------------------------*/
.btn_more {
	width: fit-content;
	display: block;
	min-width: 15.6rem;
	border-bottom: .1rem solid rgba(76, 76, 76, .5);
	font-size: 1.5rem;
	letter-spacing: .12em;
	font-weight: 700;
	padding: 0 4.5rem .9rem 0;
}
.btn_more span {
	font-size: 1.2rem;
	letter-spacing: .1em;
	font-weight: 400;
	margin-left: 1.6rem;
}
.btn_more::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow.svg) no-repeat left top / 100% auto;
	width: 3rem;
	height: 3rem;
	position: absolute;
	right: 0;
	bottom: .6rem;
	transition: opacity .3s;
}
.btn_more.white {
	border-bottom: .1rem solid #fff;
}
.btn_more.white::after {
	background-image: url(../img/common/icon_arrow_white.svg);
}
.btn_more.white span {
	margin-left: .8rem;
	font-size: 1.1rem;
	letter-spacing: .15em;
}
@media (hover:hover) {
	.btn_more.white::before {
		content: '';
		display: block;
		background: url(../img/common/icon_arrow_green.svg) no-repeat left top / 100% auto;
		width: 3rem;
		height: 3rem;
		position: absolute;
		right: 0;
		bottom: .6rem;
		opacity: 0;
		z-index: 2;
		transition: opacity .3s;
	}
	.btn_more.white:hover::after {
		opacity: 0;
	}
	.btn_more.white:hover::before {
		opacity: 1;
	}
}
@media only screen and (max-width: 768px) {
	.btn_more {
		min-width: 29rem;
		margin: 0 auto;
		max-width: 100%;
	}
	.btn_more span {
		margin-left: .8rem;
	}
}

/*plan
----------------------------------------*/
.about_plan {
	border-top: .1rem solid rgba(76, 76, 76, .5);
	padding: 8rem 0 12rem;
	color: #4C4C4C;
}
.about_plan_inner {
	max-width: 129.5rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.about_plan h2 {
	writing-mode: vertical-rl;
	font-size: 1.3rem;
	letter-spacing: .12em;
	font-weight: 500;
	padding-top: 1.6rem;
	top: -8rem;
}
.about_plan h2::before {
	content: '';
	display: block;
	width: .1rem;
	height: 4.5rem;
	background: #4C4C4C;
	transform: rotate(42.28deg);
	position: absolute;
	left: 2rem;
	top: -3.8rem;
}
.about_plan_txt {
	padding: 1.8rem 0 0 12.2rem;
}
.about_plan_txt h3 {
	font-size: 3rem;
	letter-spacing: .12em;
	font-weight: 400;
	margin-bottom: 1.8rem;
}
.about_plan_txt p {
	font-size: 1.3rem;
	line-height: 2.4615;
	font-weight: 600;
	letter-spacing: .12em;
	margin-bottom: 3.3rem;
}
.about_plan figure {
	width: 32rem;
	margin: 0 8.7rem 0 auto;
}
@media only screen and (max-width: 768px) {
	.about_plan {
		padding: 12rem 0 14rem;
	}
	.about_plan_inner {
		max-width: 31rem;
		display: block;
		padding-bottom: 7.7rem;
	}
	.about_plan_ttl {
		position: absolute;
		left: -3.1rem;
		top: .1rem;
		bottom: 0;
	}
	.about_plan h2 {
		position: sticky;
		left: -3.1rem;
		top: 10rem;
		font-size: 1.2rem;
		padding-top: 1.2rem;
	}
	.about_plan h2::before {
		height: 2rem;
		left: 1.1rem;
		top: -2.1rem;
	}
	.about_plan_txt {
		padding: 0;
		position: static;
		padding-left: .9rem;
		margin-right: -1.1rem;
	}
	.about_plan_txt h3 {
		font-size: 2.6rem;
		margin-bottom: 2.1rem;
	}
	.about_plan_txt p {
		font-size: 1.2rem;
		line-height: 2.6667;
		margin-bottom: 4.1rem;
	}
	.about_plan figure {
		width: 22rem;
		margin: 0 auto;
	}
	.about_plan figure img {
		width: 100%;
		height: 22rem;
		object-fit: cover;
	}
	.about_plan .btn_more {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

/*footer
----------------------------------------*/
.footer {
	z-index: 1010;
	background: #EDE8DE;
}
.footer_contact {
	background: url(../img/common/footer_contact_bg_02.png) no-repeat left bottom 4.8rem / 92.7rem auto, url(../img/common/footer_contact_bg_01.png) no-repeat center center / cover, #5D9277;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	gap: 12.2rem;
	padding: 16.7rem 0 0;
}
.footer_contact::before {
	content: '';
	display: block;
	width: 14rem;
	height: 14rem;
	border-radius: 50%;
	background: rgba(93, 146, 119, .5);
	mix-blend-mode: multiply;
	position: absolute;
	left: 29.9rem;
	bottom: 28rem;
}
.footer_contact_mark {
	width: 12rem;
	height: 14rem;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: .1em;
	position: absolute;
	left: 30.9rem;
	bottom: 28rem;
	padding-top: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer_contact_mark img {
	margin-bottom: .9rem;
}
.footer_contact h2 {
	writing-mode: vertical-rl;
	font-size: 1.3rem;
	letter-spacing: .12em;
	font-weight: 500;
	padding-top: 1.6rem;
}
.footer_contact h2::before {
	content: '';
	display: block;
	width: .1rem;
	height: 4.5rem;
	background: #fff;
	transform: rotate(42.28deg);
	position: absolute;
	left: 2rem;
	top: -3.8rem;
}
.footer_contact_inner {
	width: calc(50% + 50.4rem);
	display: flex;
	flex-wrap: wrap;
}
.footer_contact_box {
	width: 61rem;
	padding: .8rem 0 10rem;
}
.footer_contact_btn {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.1rem 1rem;
	margin-top: 3.2rem;
}
.footer_contact_btn a,
.footer_contact_btn_border {
	border: 1px solid #fff;
	background: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	color: #5D9277;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.1rem;
	border-radius: 3rem;
	transition: background .3s, color .3s, opacity .3s;
}
.footer_contact_btn a img {
	width: 2rem;
}
.footer_contact_btn a img[src$="line.svg"] {
	width: 2.6rem;
	margin-left: -1rem;
}
.footer_contact .footer_contact_btn_border {
	background: none;
	color: #fff;
}
.footer_contact_box p {
	font-size: 1.3rem;
	letter-spacing: .12em;
	line-height: 2;
}
.footer_contact h3 {
	width: 45.4rem;
	font-size: 3rem;
	line-height: 1.6667;
	font-weight: 400;
	letter-spacing: .12em;
}
.footer_contact_access {
	width: 100%;
	border-top: .1rem solid #fff;
}
.footer_contact_access_inner {
	max-width: 106.5rem;
	padding: 6.6rem 0 19.3rem 41rem;
}
.footer_contact_access_inner > p {
	text-align: right;
	font-size: 1.6rem;
	line-height: 2.375;
	letter-spacing: .1em;
	margin-bottom: 7.7rem;
}
.footer_contact_access .footer_contact_btn_border {
	font-size: 1.3rem;
	margin: 3rem 0 3.1rem;
}
.footer_contact_access h4 {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .12em;
	margin-bottom: .5rem;
}
.footer_contact_address,
.footer_contact_parking {
	max-width: 30rem;
	margin: 0 0 0 auto;
}
.footer_contact_parking p {
	font-size: 1.3rem;
	line-height: 2;
	margin-right: -.5rem;
	letter-spacing: .12em;
}
.footer_contact_address p {
	font-size: 1.3rem;
	letter-spacing: .12em;
	margin-bottom: 1.5rem;
	line-height: 2;
}
.footer_contact_map {
	display: block;
	width: fit-content;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .12em;
	padding: 0 0 .4rem 3rem;
	border-bottom: .1rem solid rgba(255, 255, 255, .5);
}
.footer_contact_map::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.9rem;
	background: url(../img/common/icon_map.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	bottom: .3rem;
}
.footer_inner {
	max-width: 124rem;
	margin: 0 auto;
	padding: 16rem 0 0;
	display: flex;
}
.footer_logo {
	width: 30rem;
}
.footer_logo img {
	width: 100%;
	filter: brightness(.3);
}
.footer_logo p {
	font-size: 1rem;
	letter-spacing: .08em;
	line-height: 2.2;
	color: #8B8B8B;
	margin-top: 3.1rem;
}
.footer_logo p span {
	display: inline-block;
	margin-top: .4rem;
}
.footer_sns {
	width: 15rem;
	border-top: .1rem solid #BBB8B2;
	margin-top: 15.4rem;
	padding-top: 3.9rem;
}
.footer_sns a {
	width: fit-content;
	font-size: 1.2rem;
	letter-spacing: .08em;
	display: flex;
	align-items: center;
	gap: .9rem;
}
.footer_sns a img {
	width: 2rem;
}
.footer_navi {
	width: 34.7rem;
	margin-left: 7.8rem;
	border-left: .1rem solid rgba(187, 184, 178, .5);
	border-right: .1rem solid rgba(187, 184, 178, .5);
	padding: 2rem 0 30rem;
}
.footer_navi ul {
	margin: 0 0 0 8rem;
	font-size: 1.4rem;
	letter-spacing: .12em;
	font-weight: 500;
}
.footer_navi ul li + li {
	margin-top: 2.3rem;
}
.footer_navi ul + ul {
	font-size: 1.2rem;
	font-weight: 400;
	color: #8B8B8B;
	margin-top: 4.9rem;
}
.footer_navi ul + ul li + li {
	margin-top: 1.1rem;
}
.footer_copyright {
	width: 27rem;
	margin: 0 0 0 auto;
}
.footer_copyright small {
	display: block;
	text-align: right;
	font-size: 1rem;
	letter-spacing: .08em;
	color: #8B8B8B;
	margin-top: 2.6rem;
}
.footer_instagram_slider {
	overflow: hidden;
}
.footer_instagram_slider figure {
	float: left;
}
.footer_instagram a {
	width: fit-content;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .12em;
	line-height: 1.8;
	position: absolute;
	left: 7.9rem;
	bottom: 9.5rem;
}
.footer_instagram a span {
	display: block;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: .1em;
}
@media (hover:hover) {
	.footer_contact_btn a:not(.footer_contact_btn_border):hover {
		background: none;
		color: #fff;
		opacity: 1;
	}
}
@media only screen and (max-width: 768px) {
	.footer_contact {
		background: url(../img/common/footer_contact_bg_02-sp.png) no-repeat left bottom 48.9rem / 100% auto, url(../img/common/footer_contact_bg_01-sp.png) no-repeat center center / cover, #5D9277;
		gap: 1.8rem;
		justify-content: flex-start;
		padding: 12.2rem 0 0 1rem;
	}
	.footer_contact::before {
		width: 9.5rem;
		height: 9.5rem;
		left: 11rem;
		bottom: 63.6rem;
	}
	.footer_contact_mark {
		width: 9.5rem;
		height: 9.5rem;
		font-size: .9rem;
		left: 11rem;
		bottom: 63.6rem;
		padding-top: .3rem;
	}
	.footer_contact_mark img {
		width: 7.8rem;
		margin: 0 auto .2rem;
	}
	.footer_contact_ttl {
		height: 50rem;
	}
	.footer_contact h2 {
		font-size: 1.2rem;
		padding-top: 1.2rem;
		position: sticky;
		top: 10rem;
		left: 0;
	}
	.footer_contact h2::before {
		height: 2rem;
		left: 1.1rem;
		top: -2.1rem;
	}
	.footer_contact_inner {
		width: 30rem;
		display: block;
		margin: auto 0 auto 15px;
	}
	.footer_contact_box {
		width: auto;
		padding: .8rem 0 8rem;
	}
	.footer_contact_btn {
		width: 29rem;
		margin: 3.2rem auto 0;
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}
	.footer_contact_btn a,
	.footer_contact_btn_border {
		height: 5.5rem;
		gap: .9rem;
	}
	.footer_contact_box p {
		font-size: 1.2rem;
		line-height: 2.1667;
		margin: 0 .4rem;
	}
	.footer_contact h3 {
		width: auto;
		font-size: 2.6rem;
		text-align: right;
		line-height: 1.6154;
		margin-bottom: 1.3rem;
	}
	.footer_contact_access {
		border-top: 0;
	}
	.footer_contact_access::before {
		content: '';
		display: block;
		height: .1rem;
		background: #fff;
		position: absolute;
		top: 0;
		left: -5rem;
		right: -5rem;
	}
	.footer_contact_access_inner {
		padding: 4.7rem 0 12.6rem;
	}
	.footer_contact_access_inner > p {
		text-align: center;
		font-size: 1.4rem;
		line-height: 2.5714;
		margin: 0 -2rem;
	}
	.footer_contact_access .footer_contact_btn_border {
		margin: 3rem 0 4.3rem;
	}
	.footer_contact_access h4 {
		font-size: 1.6rem;
	}
	.footer_contact_address {
		padding-top: 49.9rem;
	}
	.footer_contact_address,
	.footer_contact_parking {
		max-width: 29rem;
		margin: 0 auto;
	}
	.footer_contact_address p {
		margin-bottom: 2rem;
	}
	.footer_inner {
		padding: 14rem 0 26.5rem 5rem;
		display: block;
	}
	.footer_inner::before {
		content: '';
		display: block;
		position: absolute;
		width: .1rem;
		right: 5rem;
		top: 14rem;
		bottom: 0;
		background: #BBB8B2;
		opacity: .5;
	}
	.footer_logo {
		width: 22rem;
		position: static;
	}
	.footer_logo img {
		width: 21rem;
	}
	.footer_logo p {
		margin-top: 2.2rem;
		line-height: 2;
	}
	.footer_logo p span {
		margin-top: .2rem;
	}
	.footer_sns {
		position: absolute;
		bottom: 16rem;
	}
	.footer_navi {
		width: auto;
		margin-left: 0;
		border: 0;
		padding: 4.9rem 0 0;
	}
	.footer_navi ul {
		margin: 0 9.5rem 0 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2.26rem 0;
	}
	.footer_navi ul li + li {
		margin-top: 0;
	}
	.footer_navi ul + ul {
		display: block;
		margin-top: 4.4rem;
	}
	.footer_instagram a {
		left: 1.5rem;
		bottom: 7.5rem;
	}
	.footer_copyright {
		display: none;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 1.2s, transform 1.25s;
}
.inview.show {
	opacity: 1;
	transform: none;
}