@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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 Sans JP", sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.reserve_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: hidden;
}
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;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.5641vw;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "Libre Baskerville", serif;
	font-style: italic;
}
.mincho {
	font-family: "Noto Serif JP", sans-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;
	display: flex;
	justify-content: space-between;
	padding: 0 5rem 0 5.5rem;
	z-index: 1000;
}
.header_logo {
	padding: 5.8rem 0 0;
}
.header_logo a {
	display: block;
	width: 14.8rem;
}
.header_btn {
	appearance: none;
	display: block;
	border-radius: 0;
	border: 0;
	width: 9.5rem;
	height: 3.2rem;
	color: inherit;
	background: none;
	margin-top: 6rem;
	z-index: 1000;
	cursor: pointer;
	outline: none;
}
.header_btn::before,
.header_btn::after {
	content: '';
}
.header_btn::before,
.header_btn::after,
.header_btn span {
	display: block;
	width: 3.2rem;
	height: .2rem;
	background: #333;
	position: absolute;
	top: .5rem;
	right: 0;
	transition: background .3s, transform .3s;
}
.header_btn span {
	top: 1.5rem;
}
.header_btn::after {
	top: 2.5rem;
}
.open .header_btn::before,
.open .header_btn::after {
	transform: rotate(45deg);
	top: 1.5rem;
}
.open .header_btn::after {
	transform: rotate(-45deg);
}
.open .header_btn span {
	background: transparent;
}
.header_btn span::before {
	content: 'menu';
	display: block;
	position: absolute;
	left: -6.4rem;
	top: -1rem;
	font-size: 1.6rem;
	letter-spacing: .1em;
}
.header_link {
	position: absolute;
	right: 5rem;
	top: 13.3rem;
	z-index: 1000;
}
.header_link a {
	width: 15.1rem;
	display: block;
	color: #6a8252;
	font-size: 1rem;
	letter-spacing: .05em;
}
.header_link a + a {
	margin-top: 1.8rem;
}
.header_link a .en {
	display: block;
	letter-spacing: .1em;
	font-size: 1.4rem;
	border-bottom: .1rem solid #6a8252;
	padding-bottom: .3rem;
	margin-bottom: .5rem;
}
.header_link a .en::after {
	content: '';
	display: block;
	width: .7rem;
	height: .9rem;
	background: url(../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: 0;
	top: .5rem;
	transition: transform .3s;
}
.header_reserve {
	display: none;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 0 1.9rem 4rem 2rem;
		background: rgba(255, 255, 255, .95);
		height: 9rem;
	}
	.header_logo {
		padding: 2.1rem 0 0;
	}
	.header_logo a {
		width: 10.8rem;
	}
	.header_btn {
		width: 7.6rem;
		height: 3.2rem;
		margin-top: 2.9rem;
	}
	.header_btn::before,
	.header_btn::after,
	.header_btn span {
		width: 3rem;
		height: .1rem;
	}
	.header_btn span::before {
		left: -4.7rem;
		top: -.8rem;
		font-size: 1.2rem;
	}
	.header_link {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		top: auto;
		background: #6a8252;
		display: flex;
	}
	.header_link a {
		display: block;
		width: 33.333%;
		color: #fff;
		text-align: center;
		font-size: 1.2rem;
		padding: 1.3rem 0 1.4rem;
	}
	.header_link a + a {
		margin-top: 0;
		border-left: .1em solid #849771;
	}
	.header_reserve {
		display: block;
		position: static;
		width: 0;
	}
	.header_reserve button {
		appearance: none;
		display: block;
		width: 8.6rem;
		background: none;
		position: absolute;
		top: 2.5rem;
		right: 11.6rem;
		border: 0;
		text-align: left;
		color: #6a8252;
		font-size: 1rem;
		font-family: inherit;
		letter-spacing: .05em;
	}
	.header_reserve button .en {
		display: block;
		font-size: 1.4rem;
		letter-spacing: .1em;
		border-bottom: .1rem solid #6a8252;
		padding-bottom: .1rem;
		margin-bottom: .4rem;
	}
	.header_reserve button .en::after {
		content: '';
		display: block;
		background: url(../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
		width: .7rem;
		height: .9rem;
		position: absolute;
		top: .5rem;
		right: 0;
		transform: rotate(90deg);
	}
	.header_reserve_menu {
		position: fixed;
		top: 9rem;
		right: 0;
		width: 100%;
		height: calc(100% - 9rem);
		background: rgba(0, 0, 0, .7);
		opacity: 0;
		transition: opacity .3s;
		pointer-events: none;
		transition-delay: .3s;
		z-index: 1100;
	}
	.reserve_open .header_reserve_menu {
		opacity: 1;
		pointer-events: all;
		transition-delay: 0s;
	}
	.header_reserve_box {
		width: 31.9rem;
		height: 100%;
		margin: 0 0 0 auto;
		background: #fff;
		overflow-y: auto;
		transform: translateX(100%);
		transition: transform .3s;
		z-index: 1100;
	}
	.reserve_open .header_reserve_box {
		transform: none;
	}
	.header_reserve_btn {
		width: 100%;
		background: #F2F4EF;
		display: flex;
		align-items: center;
		border-bottom: .1rem solid #6a8252;
		color: #6a8252;
		padding: 2.9rem 1rem 2.85rem 2.2rem;
	}
	.header_reserve_btn::after {
		content: '';
		display: block;
		background: url(../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
		width: .7rem;
		height: .9rem;
		position: absolute;
		top: .3rem;
		bottom: 0;
		right: 1.8rem;
		margin: auto 0;
		transition: transform .3s;
	}
	.header_reserve_btn span:nth-child(1) {
		font-size: 2rem;
		letter-spacing: .1em;
		line-height: 0;
		width: 11.8rem;
	}
	.header_reserve_btn:nth-child(1) span:nth-child(1) {
		font-size: 1.8rem;
	}
	.header_reserve_btn span:nth-child(2) {
		font-size: 1.2rem;
		letter-spacing: .05em;
	}
	.header_reserve_tel {
		margin-top: 2.3rem;
		padding: 0 1.5rem;
	}
	.header_reserve_tel h3 {
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: .05em;
		color: #A39483;
		margin-bottom: .3rem;
	}
	.header_reserve_tel a {
		color: #6a8252;
		letter-spacing: .1em;
		font-size: 2rem;
	}
	.header_reserve_tel_time {
		border-top: .1rem solid #DDDAD2;
		font-size: 1.2rem;
		line-height: 2;
		margin: 1.5rem -1.5rem 0;
		padding: 1rem 1.5rem;
		font-weight: 500;
		letter-spacing: .05em;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
	transition-delay: .3s;
	z-index: 100;
}
.gnav_inner {
	width: 88.6rem;
	height: 100%;
	overflow: auto;
	background: #fff;
	color: #A39483;
	margin: 0 0 0 auto;
	overflow-y: auto;
	padding: 12.3rem 0 0 11rem;
	transform: translateX(100%);
	transition: transform .3s;
}
.open .gnav {
	opacity: 1;
	pointer-events: all;
	transition-delay: 0s;
}
.open .gnav_inner {
	transform: none;
	transition-delay: .3s;
}
.gnav_menu {
	width: 50rem;
}
.gnav_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.3rem;
	letter-spacing: .1em;
}
.gnav_menu ul + ul {
	margin-top: 2.5rem;
}
.gnav_menu li {
	width: 23.2rem;
	margin-bottom: 1.7rem;
}
.gnav_menu a {
	display: block;
	padding-bottom: 1.45rem;
	border-bottom: .1rem solid #DDDAD2;
}
@media only screen and (max-width: 768px) {
	.gnav {
		top: 9rem;
		height: calc(100% - 9rem);
		display: block;
		z-index: 1010;
	}
	.gnav_inner {
		width: 32rem;
		padding: 1.7rem 0 4rem 3.5rem;
	}
	.gnav_menu {
		width: auto;
	}
	.gnav_menu ul {
		display: block;
		font-size: 1.2rem;
	}
	.gnav_menu ul + ul {
		margin-top: 4rem;
		font-size: 1.3rem;
	}
	.gnav_menu li {
		width: auto;
		margin-bottom: 1.85rem;
	}
	.gnav_menu a {
		padding-left: .3rem;
		padding-bottom: 1.2rem;
	}
}

/* ttl_page
----------------------------------------*/
.ttl_page {
	text-align: center;
	padding: 20rem 2rem 8.5rem;
	color: #A39483;
}
.ttl_page h1 {
	font-size: 1.2rem;
	letter-spacing: .05em;
	font-weight: 500;
}
.ttl_page h1 .en {
	display: block;
	font-size: 3.5rem;
	letter-spacing: .1em;
	font-weight: 400;
	padding-left: .1em;
	margin-bottom: .6rem;
}
figure.bannerpc  {
    text-align: center;
    width: 530px;
 height: 290px;
    margin: 0 auto;
    margin-top: 60px;
}


figure.bannersp {
    display: none;
}



@media only screen and (max-width: 768px) {
	.ttl_page {
		padding: 13.1rem 2rem 5.5rem;
	}
	.ttl_page h1 .en {
		font-size: 2.8rem;
		margin-bottom: .4rem;
	}
	figure.bannerpc {
        display: none;
    }
  figure.bannersp {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 40px;
	  padding: 10px;
    }
}

/*contact
----------------------------------------*/
.contact {
	border-top: .1rem solid #DDDAD2;
	padding-bottom: 8.2rem;
}
.contact h2 {
	width: 48.3rem;
	position: absolute;
	left: 0;
	top: -1.9rem;
}
.contact_inner {
	max-width: 120rem;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	padding: 8.3rem 0 0;
}
.contact_box {
	order: 1;
	width: 60.1rem;
	padding-bottom: .5rem;
}
.contact_address {
	flex: 1;
}
.contact_btn {
	width: 60.1rem;
	background: #F2F4EF;
	display: flex;
	align-items: center;
	border-bottom: .1rem solid #6a8252;
	color: #6a8252;
	padding: 2.2rem .2rem 1.7rem;
}
.contact_btn::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
	width: .7rem;
	height: .9rem;
	position: absolute;
	top: .3rem;
	bottom: 0;
	right: 0;
	margin: auto 0;
	transition: transform .3s;
}
.contact_btn span:nth-child(1) {
	font-size: 2.5rem;
	letter-spacing: .1em;
}
.contact_btn span:nth-child(2) {
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin-left: 2.1rem;
}
.contact_btn span:nth-child(3) {
	font-size: 1.2rem;
	letter-spacing: .1em;
	margin: 0 2.2rem 0 auto;
}
.contact_tel {
	margin-top: 6rem;
}
.contact_tel h3 {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .05em;
	color: #A39483;
	margin-bottom: .8rem;
}
.contact_tel a {
	color: #6a8252;
	letter-spacing: .1em;
	font-size: 2.5rem;
}
.contact_tel_time {
	font-size: 1.2rem;
	margin-top: .9rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.contact_address p {
	font-size: 1.2rem;
	letter-spacing: .05em;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 1.7rem;
}
.contact_address p span {
	color: #ADACAC;
}
.contact_address_btn {
	display: block;
	width: 14.4rem;
	margin: 0 0 1.7rem;
	font-size: 1.2rem;
	letter-spacing: .05em;
	color: #A39483;
	font-weight: 700;
}
.contact_address_btn::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow_02.svg) no-repeat left top / 100% auto;
	width: .7rem;
	height: .9rem;
	opacity: .8;
	position: absolute;
	top: .5rem;
	right: 0;
	transition: transform .3s;
}
.contact_address_btn .en {
	display: block;
	font-size: 1.2rem;
	color: #C9BC9C;
	letter-spacing: .1em;
	border-top: .1rem solid #A39483;
	padding-top: .6rem;
	margin-top: .6rem;
	font-weight: 400;
}
.contact_instagram {
	display: block;
	width: fit-content;
	font-size: 1.15rem;
	color: #A39483;
	letter-spacing: .1em;
}
.contact_instagram::before {
	content: '';
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/common/icon_instagram.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin: 0 1.1rem 0 .2rem;
}
@media (hover:hover) {
	.contact_address_btn:hover::after {
		transform: translateX(.5rem);
	}
}
@media only screen and (max-width: 768px) {
	.contact {
		padding-bottom: 5.3rem;
	}
	.contact h2 {
		width: 34.9rem;
		left: .4rem;
		right: 0;
		top: -1.4rem;
		margin: 0 auto;
	}
	.contact_inner {
		display: block;
		padding: 15rem 0 0;
	}
	.contact_box {
		width: auto;
	}
	.contact_btn {
		width: 100%;
		padding: 2.3rem 2rem 2.3rem 2.1rem;
	}
	.contact_btn::after {
		right: 1.8rem;
	}
	.contact_btn span:nth-child(1) {
		font-size: 2rem;
	}
	.contact_btn span:nth-child(2) {
		margin-left: .9rem;
	}
	.contact_btn span:nth-child(3) {
		margin: .2rem 1.2rem 0 auto;
	}
	.contact_tel {
		margin-top: 2.4rem;
		padding: 0 2rem;
	}
	.contact_tel_time {
		margin-top: .1rem;
	}
	.contact_address {
		border-top: .1rem solid #6a8252;
		margin-top: 2rem;
		padding: 2.8rem 2rem 0;
	}
	.contact_address p {
		line-height: 2;
		margin-bottom: 1.6rem;
	}
	.contact_address p span {
		display: block;
		margin-top: .9rem;
	}
	.contact_address_btn {
		width: auto;
	}
	.contact_tel h3 {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: .04em;
	color: #A39483;
	margin-bottom: .8rem;
	text-align: left;
}
}

/* fair
----------------------------------------*/
.fair {
	border-top: .1rem solid #DDDAD2;
	padding: 7rem 0 11rem;
}
.fair_inner {
	max-width: 120rem;
	margin: 0 auto;
}
.fair h2 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .05em;
	color: #6a8252;
	margin-bottom: 3rem;
}
.fair_slider::after {
	content: '';
	display: block;
	clear: both;
}
.fair_slider .slick-list {
	overflow: hidden;
}
.fair_slider .slick-next,
.fair_slider .slick-prev {
	appearance: none;
	display: block;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
	border: 0;
	background: #A39483;
	position: absolute;
	top: 8.9rem;
	right: -5rem;
	overflow: hidden;
	text-indent: -99rem;
	cursor: pointer;
}
.fair_slider .slick-prev {
	left: -5rem;
	right: auto;
	transform: scale(-1, 1);
}
.fair_slider .slick-next::before,
.fair_slider .slick-prev::before {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
	width: .7rem;
	height: .9rem;
	filter: brightness(0) invert(1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.fair_slider .slick-dots {
	display: flex;
	gap: .85rem;
	margin-top: 2.3rem;
}
.fair_slider .slick-dots button {
	appearance: none;
	display: block;
	width: .9rem;
	height: .9rem;
	border-radius: 50%;
	border: 0;
	background: #DDDAD2;
	overflow: hidden;
	text-indent: -99rem;
}
.fair_slider .slick-dots .slick-active button {
	background: #C9BC9C;
}
.fair_item {
	width: 58rem;
	margin-right: 4rem;
	float: left;
}
.fair_item a {
	display: flex;
	border-top: .1rem solid #DDDAD2;
}
.fair_item figure {
	width: 20rem;
	overflow: hidden;
}
.fair_item figure img {
	width: 100%;
	height: 20rem;
	object-fit: cover;
	transition: transform .3s;
}
.fair_box {
	flex: 1;
	padding: 2.7rem 0 0 4.5rem;
}
.fair_date {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: .5rem;
	letter-spacing: .05em;
}
.fair_date.sat {
	color: #4781B8;
}
.fair_date.sun {
	color: #BA3737;
}
.fair_time {
	font-size: 1.3rem;
	color: #A39483;
	letter-spacing: .05em;
	font-weight: 700;
}
.fair_time::before {
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/index/fair_icon_01.svg) no-repeat left top / 100% auto;
	vertical-align: -.3rem;
	margin-right: 1rem;
}
.fair_tag {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .05em;
	color: #A39483;
	margin-top: 1rem;
}
.fair_tag span,
.fair_tag a {
	padding: 0 .8rem;
	border: .1rem solid #A39483;
}
.fair_tag a.active {
	background: #A39483;
	color: #fff;
}
.fair_box h3 {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.7143;
	margin: 1rem 0 0;
}
.fair_more {
	width: 15.8rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #6a8252;
	margin: 1.5rem 0 0 .3rem;
	padding-bottom: .6rem;
	letter-spacing: .05em;
	border-bottom: .1rem solid #6a8252;
}
.fair_more::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
	width: .7rem;
	height: .9rem;
	position: absolute;
	top: .5rem;
	right: 0;
	transition: transform .3s;
}
.fair_btn {
	width: 60.1rem;
	background: #F2F4EF;
	display: flex;
	align-items: center;
	margin-top: 5.2rem;
	border-bottom: .1rem solid #6a8252;
	color: #6a8252;
	padding: 2.2rem .2rem 1.7rem;
}
.fair_btn::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
	width: .7rem;
	height: .9rem;
	position: absolute;
	top: .3rem;
	bottom: 0;
	right: 0;
	margin: auto 0;
	transition: transform .3s;
}
.fair_btn span:nth-child(1) {
	font-size: 2.5rem;
	letter-spacing: .1em;
}
.fair_btn span:nth-child(2) {
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin-left: 2.1rem;
}
.fair_btn span:nth-child(3) {
	font-size: 1.2rem;
	letter-spacing: .1em;
	margin: 0 2.2rem 0 auto;
}
@media (hover:hover) {
	.fair_item a:hover .fair_more::after {
		transform: translateX(.5rem);
	}
	.fair_item a:hover figure img {
		transform: scale(1.1);
	}
}
@media only screen and (max-width: 768px) {
	.fair {
		padding: 5.2rem 0 9.4rem 3rem;
	}
	.fair h2 {
		margin-bottom: 2.7rem;
	}
	.fair_slider .slick-next,
	.fair_slider .slick-prev {
		display: none !important;
	}
	.fair_slider .slick-dots {
		margin-top: 3.3rem;
	}
	.fair_item {
		width: 24.5rem;
		margin-right: 2rem;
	}
	.fair_item a {
		display: block;
		border-top: 0;
	}
	.fair_item figure {
		width: auto;
	}
	.fair_item figure img {
		height: 24.5rem;
	}
	.fair_box {
		padding: 1.3rem 0 0;
	}
	.fair_date {
		margin-bottom: .4rem;
	}
	.fair_time::before {
		margin-right: .8rem;
	}
	.fair_tag {
		margin-top: .8rem;
	}
	.fair_more {
		margin: .5rem 0 0 .1rem;
	}
	.fair_btn {
		width: 33rem;
		display: block;
		margin-top: 3.3rem;
		padding: 1.8rem 2rem 1.3rem;
	}
	.fair_btn::after {
		right: 2.2rem;
	}
	.fair_btn span:nth-child(1) {
		display: block;
		font-size: 1.2rem;
	}
	.fair_btn span:nth-child(2) {
		display: block;
		font-size: 1.3rem;
		font-weight: 700;
		margin-left: 0;
	}
	.fair_btn span:nth-child(3) {
		display: none;
	}
}

/* topic_path
----------------------------------------*/
.topic_path {
	height: 4.3rem;
	border-top: .1rem solid #DDDAD2;
	padding: 1.2rem 2rem 1rem;
}
.topic_path ol {
	max-width: 110.4rem;
	margin: 0 auto;
	display: flex;
	font-size: 1.1rem;
	letter-spacing: .05em;
	gap: 0 1.7rem;
}
.topic_path ol li + li::before {
	content: '>';
	display: block;
	position: absolute;
	top: 0;
	bottom: .1rem;
	left: -1.2rem;
	margin: auto 0;
}
@media only screen and (max-width: 768px) {
	.topic_path {
		height: 4.8rem;
		padding: 1.5rem 2rem 1rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #DDDAD2;
	padding: 9rem 2rem 0;
}
.footer_inner {
	max-width: 110rem;
	margin: 0 auto;
	display: flex;
}
.footer_logo {
	width: 16.7rem;
	margin: .3rem 10rem 0 0;
}
.footer_logo img {
	width: 100%;
}
.footer_inner ul {
	width: 72rem;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto); 
	gap: 1.75rem 0;
	font-size: 1.2rem;
	letter-spacing: .05em;
}
.footer_inner ul:nth-child(3) {
	width: auto;
	border-left: .1rem solid #C9BC9C;
	margin-left: -.5rem;
	padding-left: 5rem;
}
.footer_link {
	max-width: 110rem;
	margin: 0 auto;
	margin-top: 4rem;
	font-size: 1.2rem;
	letter-spacing: .05em;
	display: flex;
	justify-content: flex-end;
	padding-right: 22.5rem;
	font-weight: 500;
}
.footer_link li:nth-child(2) {
	margin-left: 3rem;
}
.footer_link li:nth-child(2)::before {
	content: '｜';
	display: block;
	position: absolute;
	left: -2.1rem;
	top: 0;
}
.footer_link_instagram {
	display: block;
	width: fit-content;
	font-size: 1.1rem;
	color: #A39483;
	letter-spacing: .1em;
	margin-left: 3.2rem;
}
.footer_link_instagram::before {
	content: '';
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/common/icon_instagram.svg) no-repeat left top / 100% auto;
	vertical-align: -.2rem;
	margin: 0 .8rem 0 0;
}
.footer .copyright {
	background: #fff;
	color: #1D1D1D;
	text-align: center;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 1.2rem 1rem 2.3rem;
	margin-top: 8.3rem;
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 5.8rem 0 0;
	}
	.footer_inner {
		display: block;
	}
	.footer_logo {
		width: 16.7rem;
		margin: 0 auto 5.5rem;
	}
	.footer_inner ul {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		gap: 0;
	font-size: 1.2rem;
	letter-spacing: .05em;
}
	.footer_inner ul::before {
		content: '';
		display: block;
		width: .1rem;
		background: #C9BC9C;
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
	}
	.footer_inner ul li {
		width: 50%;
		border-bottom: .1rem solid #C9BC9C;
	}
	.footer_inner ul li a {
		display: block;
		padding: 1.9rem 0 1.7rem;
	}
	.footer_inner ul:nth-child(3) {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}
	.footer_inner ul:nth-child(3) li {
		border-bottom: 0;
	}
	.footer_link {
		margin-top: 3rem;
		justify-content: center;
		flex-wrap: wrap;
		padding-right: 0;
	}
	.footer_address {
		width: 100%;
		order: -1;
		text-align: center;
		margin: 2.7rem 0 2.5rem;
	}
	.footer_link li:nth-child(3) {
		width: 100%;
		order: -1;
		text-align: center;
	}
	.footer_link_instagram {
		margin: 0 auto;
	}
	.footer .copyright {
		padding: 2.1rem 1rem 6.8rem;
		margin-top: 4.2rem;
	}
}

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