@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.pc_only_3 {
	display: none;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	display: inherit;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: inherit;
	}

	.sp_only{
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.pc_only_2 {
		display: inherit;
	}

	.sp_only_2{
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.pc_only_3 {
		display: inherit;
	}

	.sp_only_3 {
		display: none;
	}
}

body {
	font-family: "BIZ UDGothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 0.875rem; /* 14px */
	color: #242424;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 12px 16px;
	font-weight: 500;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.inversion_x {
	transform: scale(-1, 1);
}

.inversion_y {
	transform: scale(1, -1);
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	/* background-color: rgba(255, 255, 255, 0.7); */
	z-index: 100;
}

.header_inner {
	width: 100%;
	padding: 8px;
}

@media screen and (min-width: 768px) {
	.header.active {
		background-color: rgba(255, 255, 255, 0.8);
	}

	.header_inner {
		padding: 0;
	}

	.header_content {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
	}

	.header_list_wrap {}

	.header_list_inner {
		display: flex;
		flex-direction: row;
		gap: 12px;
	}

	.header_list_inner li {
		width: fit-content;
		margin: 0 auto;
	}

	.header_list_inner a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 0.8rem;
		color: #000;
	}

	.header_list_inner a:hover span:nth-of-type(1) {
		/* color: #F7D205; */
	}

	.header_list_inner a span {
		display: block;
		/* width: 50%; */
		text-align: center;
	}

	.header_list_inner a span:nth-of-type(1) {
		margin: 0 auto;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 0.8em;
		font-weight: 700;
		color: #B1B1B1;
	}

	.header_list_inner a span:nth-of-type(2) {
		margin: 0 auto;
		font-family: "BIZ UDGothic", sans-serif;
		color: #fff;
	}
	.header_list_inner a span:nth-of-type(2).active {
		color: #111;
	}

	.header_sns_wrap {}

	.header_sns_inner {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
		padding-right: 12px;
	}

	.header_sns_inner a {
		display: block;
		width: auto;
		height: 0.8rem;
	}

	.header_sns_inner a img {
		display: block;
		width: auto;
		height: 100%;
	}

	.header_btn_wrap {
		width: 25%;
	}

	.header_btn_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		gap: 0;
	}

	.header_btn_inner a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 50%;
		padding: 5%;
		text-align: center;
		font-size: 0.8rem;
	}

	.header_btn_inner a:nth-of-type(1) {
		background-color: #111;
		color: #fff;
	}

	.header_btn_inner a:nth-of-type(2) {
		background-color: #FBFBFB;
		color: #111;
	}

	.header_btn_inner span {
		display: block;
	}

	.header_btn_inner span:nth-of-type(1) {
		font-family: "EB Garamond", serif;
		font-size: 1em;
	}

	.header_btn_inner span:nth-of-type(2) {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 0.6em;
	}
}

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1440px) {
	.header_content {
		gap: 36px;
	}

	.header_list_inner {
		gap: 24px;
	}

	.header_list_inner a {
		font-size: 1.1rem;
	}

	.header_sns_inner {
		gap: 24px;
		padding-right: 24px;
	}

	.header_sns_inner a {
		height: 1.5rem;
	}

	.header_btn_wrap {
		width: 30%;
	}

	.header_btn_inner a {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
	.header_content {
		gap: 48px;
	}

	.header_list_inner {
		gap: 60px;
	}

	.header_sns_inner {
		padding-right: 36px;
	}

	.header_btn_wrap {
		width: 25%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.footer {
	padding: 0;
}

.map iframe {
    aspect-ratio: 3 / 4;
    width: 100%;
    height: auto;
}

.footer_inner {
	padding: 15% 5% 5%;
}

.footer_headline {
	width: fit-content;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	color: #fff;
}

.footer_text_1,
.footer_text_2,
.footer_text_3 {
	display: block;
	width: fit-content;
	color: #fff;
}

.footer_text_2,
.footer_text_3 {
	margin: 0 auto 0 0;
}

.footer_text_1 {
	margin: 2.5% auto 0;
}

.footer_text_3 {
	margin: 2.5% auto 0 0;
}

.footer_text_group {
	width: fit-content;
	margin: 5% auto 0;
}

.footer_bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.footer_list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	margin: 10% auto 0;
}

.footer_list li {
	width: fit-content;
	margin: 0 auto;
}

.footer_list a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 1rem;
	color: #000;
}

.footer_list a span {
	display: block;
	text-align: center;
}

.footer_list a span:nth-of-type(1) {
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	color: #B1B1B1;
}

.footer_list a span:nth-of-type(2) {
	margin: 0 auto;
	font-family: "BIZ UDGothic", sans-serif;
	color: #fff;
}

.footer_sns {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.footer_sns a {
	display: block;
    width: auto;
    height: 1.2rem;
}

.footer_sns a img {
	display: block;
    width: auto;
    height: 100%;
}

.footer_link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.footer_link a {
	
}

.copyright {
	display: block;
	padding: 5%;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

@media screen and (min-width: 768px) {
    .footer {}

	.map iframe {
		aspect-ratio: 3 / 1;
		width: 100%;
		height: auto;
	}

	.footer_inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 24px;
		padding: 5% 5% 2.5%;
	}

	.footer_headline {
		margin: 0 auto 0 0;
	}

	.footer_text_1 {
		margin: 5% auto 0;
	}

	.footer_text_group {
		margin: 10% auto 0;
	}

	.footer_bottom {
		align-items: flex-end;
		gap: 24px;
	}

	.footer_list {
		flex-direction: row;
		align-items: center;
		gap: 24px;
		margin: 0;
	}

	.footer_sns {
		gap: 12px;
	}

	.footer_link {
		justify-content: flex-end;
	}

	.copyright {
		padding: 2.5% 5%;
		text-align: right;
	}
}

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1440px) {
	.footer_headline {
		font-size: 2.4rem;
	}

	.footer_text_1,
	.footer_text_2,
	.footer_text_3 {
		font-size: 1rem;
	}

	.footer_list {
		gap: 36px;
	}

	.footer_list a {
		font-size: 1.2rem;
	}

	.footer_sns {
		gap: 24px;
	}

	.footer_sns a {
		height: 1.4rem;
	}
}

@media screen and (min-width: 1920px) {

}