@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: 1280px) {
	.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;
	}
}

html {
	/* scroll-padding-top: 120px; */
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #0C0C0C;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

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

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: 1280px) {
	
}

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

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

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

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	padding: 2.5%;
	background-color: rgba(255, 255, 255, 1);
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
	z-index: 100;
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: 100%;
}

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

.header_logo {
	display: block;
	width: 23.5%;
}

.header_logo picture,
.header_logo img {
	display: block;
	width: 100%;
	height: auto;
    max-width: 100%;
    max-height: 100%;
}

.header_link img {
	display: block;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		height: auto;
		padding: 0;
		/* background-color: rgba(243, 241, 245, 0.93); */
		background-color: transparent;
	}

	.header_inner {
		flex-direction: column-reverse;
		gap: 12px;
		padding: 0 0 0 1.25%;
	}

	.header_inner_1 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 12px;
		width: 100%;
	}

	.header_logo {
		width: 15%;
		margin: 0;
		margin-top: 1.25%;
		background-color: transparent;
	}

	.header_logo picture,
	.header_logo img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.header_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
	}

	.header_content_inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		gap: 12px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_btn {
		width: 50%;
	}

	.header_btn_inner {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_list {
		width: max-content;
	}

	.header_list_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 24px;
		width: 100%;
		margin: 0 auto 0;
		padding-right: 24px;
	}

	.header_list_inner li {
		position: relative;
		width: max-content;
		margin: 0 auto 0;
	}

	.header_list_inner li:not(:first-child):not(.sns):not(.tel)::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -12px;
        transform: translate(0, -50%) rotate(15deg);
		width: 1px;
		height: 50%;
        background-color: #0C0C0C;
	}

	.header_list_inner li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 0.8rem;
		font-weight: 500;
	}

	.header_list_inner li a::after {
		/* content: "";
		position: absolute;
		bottom: -4px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 16px;
		height: 2px;
		background-color: #041E3E; */
	}

	.header_list_inner li.tel a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: max-content;
		margin: 0 auto 0;
	}

	.header_list_inner li.sns a img {
		width: auto;
		height: 0.8rem;
	}

	.header_list_inner li.tel a img {
		width: auto;
		height: 0.8rem;
	}

	.header_list_inner li a span {}

	.header_list_inner li a span:nth-of-type(1) {}

	.header_list_inner li a span:nth-of-type(2) {}
}

@media screen and (min-width: 1280px) {
	.header_inner {}

	.header_logo {
		width: 12.5%;
	}

	.header_btn {
		width: 40%;
	}

	.header_list_inner {
		gap: 36px;
		padding-right: 36px;
	}

	.header_list_inner li {}

	.header_list_inner li:not(:first-child):not(.sns):not(.tel)::before {
		left: -18px;
	}

	.header_list_inner li a {
		font-size: 1rem;
	}

	.header_list_inner li.tel a {
		gap: 8px;
		font-size: 1rem;
	}

	.header_list_inner li.sns a img {
		height: 1rem;
	}

	.header_list_inner li.tel a img {
		height: 0.75rem;
	}
}

@media screen and (min-width: 1440px) {
	.header_logo {
		width: 10%;
	}

	.header_list_inner {
		gap: 36px;
		padding-right: 36px;
	}

	.header_list_inner li:not(:first-child):not(.sns):not(.tel)::before {
		left: -18px;
	}

	.header_list_inner li a {
		font-size: 1.2rem;
	}

	.header_list_inner li.tel a {
		font-size: 1.8rem;
	}

	.header_list_inner li.sns a img {
		height: 1.2rem;
	}

	.header_list_inner li.tel a img {
		height: 1.35rem;
	}
}

@media screen and (min-width: 1920px) {
	.header_logo {
		width: 10%;
	}

	.header_list_inner {
		gap: 48px;
		padding-right: 48px;
	}

	.header_list_inner li:not(:first-child):not(.sns):not(.tel)::before {
		left: -24px;
	}
}

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

.breadcrumblist {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding: 5%;
}

.breadcrumblist li {
	width: max-content;
	margin: 0;
	padding: 0;
}

.breadcrumblist li:not(:first-of-type) {
	position: relative;
}

.breadcrumblist li:not(:first-of-type)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-225%, -50%) rotate(45deg);
	width: 0.5em;
	height: auto;
	aspect-ratio: 1 / 1;
	border-top: 1px #0C0C0C solid;
	border-right: 1px #0C0C0C solid;
}

@media screen and (min-width: 768px) {
	.breadcrumblist {
		padding: 2.5% 5%;
	}
}

@media screen and (min-width: 1280px) {
	.breadcrumblist {
		padding: 2.5% 15%;
	}
}

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

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

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

.fv_1{
	position: relative;
	overflow: hidden;
}

.fv_1 .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv_1 .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_1 .fv_text {
	position: absolute;
	z-index: 1;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: max-content;
	max-width: 90%;
	height: max-content;
	max-height: 90%;
	margin: 0;
	text-align: center;
	font-family: "Kaisei HarunoUmi", serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
}

.fv_1 .fv_text > * {
	display: block;
}

.fv_1 .fv_text > *:nth-of-type(1),
.fv_1 .fv_text > *:nth-of-type(2) {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.fv_1 .fv_text > *:nth-of-type(1) {
	font-size: 1em;
}

.fv_1 .fv_text > *:nth-of-type(2) {
	font-size: 0.67em;
}

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

	.fv_1 .section_inner {}

	.fv_1 .section_container {}

	.fv_1 .fv_text {
		top: 55%;
		left: 50%;
		gap: 12px;
		line-height: 1;
		writing-mode: unset;
	}

	.fv_1 .fv_text > * {}

	.fv_1 .fv_text > *:nth-of-type(1),
	.fv_1 .fv_text > *:nth-of-type(2) {}
}

@media screen and (min-width: 1280px) {
	.fv_1 .fv_text {
		gap: 24px;
		font-size: 2.6875rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_1 .fv_text {
		font-size: 3.375rem;
	}
}

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

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

.fv_2 {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

.fv_2 .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv_2 .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_2 .fv_text {
	position: absolute;
	z-index: 1;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: max-content;
	max-width: 90%;
	height: max-content;
	max-height: 90%;
	margin: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	color: #B4045F;
}

.fv_2 .fv_text > * {
	display: block;
}

.fv_2 .fv_text > *:nth-of-type(1) {
	font-size: 1em;
}

.fv_2 .fv_text > *:nth-of-type(2) {
	
}

.fv_2 .fv_text > *:nth-of-type(3) {
	
}

.fv_2 .fv_text span {
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.fv_2 {
		height: auto;
	}

	.fv_2 .section_inner {}

	.fv_2 .section_container {}

	.fv_2 .fv_text {
		font-size: 1.25rem;
	}

	.fv_2 .fv_text > * {}

	.fv_2 .fv_text > *:nth-of-type(1) {
		
	}

	.fv_2 .fv_text > *:nth-of-type(2) {

	}

	.fv_2 .fv_text span {}
}

@media screen and (min-width: 1280px) {
	.fv_2 .fv_text {
		font-size: 1.75rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_2 .fv_text {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_2 .fv_text {
		font-size: 2.5rem;
	}
}

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

.section_1 .section_container {
	width: 100%;
}

.section_1 .section_container_inner {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_inner {
		padding: 10% 0;
	}
}

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

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

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

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

.section_floating {
	position: fixed;
	bottom: 0;
	z-index: 5;
}

.section_floating .section_inner {
	padding: 0;
}

.section_floating .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex .link {
	width: auto;
	height: auto;
}

.section_floating .flex .link img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

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

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

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

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

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

.heading_area {
	width: 100%;
}

.heading {
	position: relative;
	width: max-content;
	margin: 0 auto 0;
	padding: 0;
}

.heading > * {
	display: block;
	width: max-content;
	margin: 0;
	padding: 0;
	line-height: 1;
	/* letter-spacing: 0.1em; */
}

.heading p,
.heading span {
	display: block;
	width: max-content;
	line-height: 1;
}

.heading_1 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 1.5rem;
	color: #B4045F;
}

.heading_1::before,
.heading_1::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
	width: auto;
	height: 100%;
	aspect-ratio: 78 / 81;
	background-image: url(../img/heading_deco.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.heading_1::before {
	left: -4px;
}

.heading_1::after {
	right: -4px;
	transform: translate(100%, -50%) scale(-1, 1);
}

.heading_1 .main {
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
}

.heading_1 .main picture,
.heading_1 .main img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.heading_1 .sub {
	text-align: center;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
}

.heading_2 {
	padding-bottom: 12px;
	border-bottom: 1px #0C0C0C solid;
	font-family: "Kaisei HarunoUmi", serif;
	font-size: 1.2rem;
}

.heading_2 .main {
	font-size: 1em;
}

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

	.heading_1::before,
	.heading_1::after {
		top: auto;
	}

	.heading_1::before {
		transform: translate(-100%, -25%);
	}

	.heading_1::after {
		transform: translate(100%, -25%) scale(-1, 1);
	}

	.heading_1 .main {}

	.heading_1 .main picture,
	.heading_1 .main img {}

	.heading_1 .sub {}
}

@media screen and (min-width: 1280px) {
	.heading_1 {
		font-size: 1.35rem;
	}

	.heading_2 {
		font-size: 1.25rem;
	}
}

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

	.heading_2 {
		font-size: 2.2rem;
	}
}

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

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

.btn {
	/* display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin: 0 auto;
	padding: 12px 36px;
	background-color: #fff;
	border-radius: 60px;
	font-weight: 700;
	color: #ccc; */
}

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

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

.mouse_drag_scroll {
	cursor: grab;
}

.mouse_drag_scroll:active {
	cursor: grabbing;
}

@media screen and (min-width: 768px) {
	.mouse_drag_scroll {
		cursor: auto;
	}

	.mouse_drag_scroll:active {
		cursor: auto;
	}
}

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

.map {
    /* width: 100%; */
}

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

@media screen and (min-width: 768px) {
	.map iframe {
		/* aspect-ratio: 2 / 1; */
	}
}

@media screen and (min-width: 1280px) {
	.map iframe {
		/* aspect-ratio: 3 / 1; */
	}
}

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

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

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

.section_contact {
	background-image: url(../img/bg_contact_sp.png);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_contact .section_inner {
	padding: 20% 0 10%;
}

.section_contact .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 72px;
	width: 100%;
	margin: 0 auto 0;
}

.section_contact .heading_1 .main {
	width: max-content;
	font-size: 2.5rem;
	color: #ddc100;
}

.section_contact .heading_1 .sub {
	font-size: 1.5rem;
	color: #fff;
}

.section_contact .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 90%;
	margin: 0 auto 0;
}

.section_contact .content .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_contact .content .flex .text_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_contact .content .flex .text_area .text {
	text-align: center;
	color: #fff;
}

.section_contact .content .flex .img {
	display: block;
}

.section_contact .content .flex_1 .img {
	width: 35%;
}

.section_contact .content .flex_2 .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_contact {
		background-image: url(../img/bg_contact_pc.png);
	}

	.section_contact .section_inner {
		padding: 5% 0 10%;
	}

	.section_contact .section_container_inner {}

	.section_contact .heading_1 .main {}

	.section_contact .heading_1 .sub {}

	.section_contact .content {}

	.section_contact .content .flex {}

	.section_contact .content .flex_1 {
		gap: 12px;
	}

	.section_contact .content .flex_2 {
		flex-direction: row;
		align-items: flex-end;
		gap: 24px;
	}

	.section_contact .content .flex .text_area {
		gap: 8px;
	}

	.section_contact .content .flex .text_area .text {}

	.section_contact .content .flex .img {}

	.section_contact .content .flex_1 .img {
		width: 20%;
	}

	.section_contact .content .flex_2 .img {
		/* width: calc((100% - (12px * 2)) / 3); */
	}

	.section_contact .content .flex_2 .img:nth-of-type(1) {
		flex: 1.2800;
	}

	.section_contact .content .flex_2 .img:nth-of-type(2) {
		flex: 1;
	}

	.section_contact .content .flex_2 .img:nth-of-type(3) {
		flex: 1.1500;
	}
}

@media screen and (min-width: 1280px) {
	.section_contact .content .flex_2 {
		width: 70%;
	}

	.section_contact .content .flex_2 {
		gap: 48px;
	}

	.section_contact .content .flex_1 .img {
		width: 15%;
	}
}

@media screen and (min-width: 1440px) {
	.section_contact .section_container_inner {
		gap: 108px;
	}

	.section_contact .heading_1 {
		gap: 24px;
	}

	.section_contact .heading_1 .main {
		font-size: 3.75rem;
	}

	.section_contact .heading_1 .sub {
		font-size: 1.875rem;
	}

	.section_contact .content {
		gap: 72px;
	}

	.section_contact .content .flex_1 {
		gap: 24px;
	}

	.section_contact .content .flex_2 {
		gap: 60px;
	}

	.section_contact .content .flex .text_area .text {
		font-size: 1.125rem;
	}

	.section_contact .content .flex_1 .img {
		width: 12.5%;
	}
}

@media screen and (min-width: 1920px) {
	.section_contact .content .flex_2 {
		gap: 84px;
	}
}

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

.section_map {
	
}

.section_map .section_inner {
	padding: 0;
}

.section_map .section_container {
	
}

.section_map .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_map .map {
    width: 100%;
}

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

@media screen and (min-width: 768px) {
	.section_map .map iframe {
		aspect-ratio: 2 / 1;
	}
}

@media screen and (min-width: 1280px) {
	.section_map .map iframe {
		aspect-ratio: 3 / 1;
	}
}

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

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

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

.footer {}

.footer_inner {
	padding: 0;
}

.footer_container_inner {}

.footer_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.footer .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.footer .flex .top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.footer .flex .top .top_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.footer .flex .top .top_inner_1 {
	padding: 5% 0;
	background-image: url(../img/bg_footer_sp.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .flex .top .top_inner_2 {}

.footer .flex .top .top_inner .logo {
	display: block;
	width: 25%
}

.footer .flex .top .top_inner .logo picture,
.footer .flex .top .top_inner .logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .flex .top .top_inner .address,
.footer .flex .top .top_inner .tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: max-content;
	font-size: 1rem;
	line-height: 1;
	color: #B4045F;
}

.footer .flex .top .top_inner .address {}

.footer .flex .top .top_inner .tel {
	font-size: 2rem;
}

.footer .flex .top .top_inner .address img {
	width: auto;
	height: 1rem;
}

.footer .flex .top .top_inner .tel img {
	width: auto;
	height: 1.5rem;
}

.footer .flex .top .top_inner .table {
	width: 50%;
}

.footer .flex .top .top_inner .table tr th,
.footer .flex .top .top_inner .table tr td {
	padding: 0.25em 0;
	border: 0;
	color: #B4045F;
}

.footer .flex .top .top_inner .table tr.first_line th,
.footer .flex .top .top_inner .table tr.first_line td {
	padding-top: 0;
}

.footer .flex .top .top_inner .table tr.last_line th,
.footer .flex .top .top_inner .table tr.last_line td {
	padding-bottom: 0;
}

.footer .flex .top .top_inner .table tr th {
	width: 50%;
}

.footer .flex .top .top_inner .table tr td {
	width: 50%;
}

.footer .flex .bottom {
	width: 100%;
}

.footer .flex .bottom .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: 90%;
	margin: 0 auto 0;
}

.footer .flex .bottom .list li {
	width: 100%;
	padding: 1em 0 0.5em;
	border-bottom: 1px #0C0C0C solid;
}

.footer .flex .bottom .list li:first-child {
    padding-top: 0;
    /* border: 0; */
}

.footer .flex .bottom .list li:last-child {
    padding-bottom: 0;
    /* border: 0; */
}

.footer .flex .bottom .list li a {
	display: block;
	width: 100%;
	text-align: center;
}

.footer .text {
	text-align: center;
	font-size: 1rem;
}

.copyright {
	width: 100%;
	padding: 2.5% 5%;
	border-top: 2px #B4045F solid;
	background-color: #F8F8F8;
	text-align: center;
	font-size: 0.8rem;
}

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

	.footer_inner {}

	.footer_container_inner {}

	.footer .flex {
		gap: 36px;
		padding-bottom: 12px;
	}

	.footer .flex .top {
		flex-direction: row;
		align-items: stretch;
	}

	.footer .flex .top .top_inner {
		flex: 1;
	}

	.footer .flex .top .top_inner_1 {
		gap: 12px;
		padding: 2.5% 0;
		background-image: url(../img/bg_footer_pc.png);
	}

	.footer .flex .top .top_inner_2 {}

	.footer .flex .top .top_inner_2 .img {
		width: 100%;
	}

	.footer .flex .top .top_inner .logo {}

	.footer .flex .top .top_inner .logo picture,
	.footer .flex .top .top_inner .logo img {}

	.footer .flex .top .top_inner .address,
	.footer .flex .top .top_inner .tel {}

	.footer .flex .top .top_inner .address {}

	.footer .flex .top .top_inner .tel {}

	.footer .flex .top .top_inner .address img {}

	.footer .flex .top .top_inner .tel img {}

	.footer .flex .top .top_inner .table {
		width: fit-content;
	}

	.footer .flex .top .top_inner .table tr th,
	.footer .flex .top .top_inner .table tr td {}

	.footer .flex .top .top_inner .table tr.first_line th,
	.footer .flex .top .top_inner .table tr.first_line td {}

	.footer .flex .top .top_inner .table tr.last_line th,
	.footer .flex .top .top_inner .table tr.last_line td {}

	.footer .flex .top .top_inner .table tr th {}

	.footer .flex .top .top_inner .table tr td {}

	.footer .flex .bottom {}

	.footer .flex .bottom .list {
		flex-direction: row;
		align-items: center;
		gap: 36px;
		width: max-content;
		max-width: 90%;
	}

	.footer .flex .bottom .list li {
		position: relative;
		width: max-content;
		padding: 0;
		border: 0;
	}

	.footer .flex .bottom .list li:not(:first-of-type):before {
		content: "";
        position: absolute;
        top: 50%;
        left: -18px;
        transform: translate(0, -50%) rotate(15deg);
        width: 1px;
        height: 50%;
        background-color: #0C0C0C;
	}

	.footer .flex .bottom .list li:first-child {}

	.footer .flex .bottom .list li:last-child {}

	.footer .flex .bottom .list li a {}

	.footer .text {}

	.copyright {}
}

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

	.footer_inner {}

	.footer_container_inner {}

	.footer .flex {}

	.footer .flex .top {}

	.footer .flex .top .top_inner {}

	.footer .flex .top .top_inner_1 {
		padding: 0;
	}

	.footer .flex .top .top_inner_2 {}

	.footer .flex .top .top_inner_2 .img {}

	.footer .flex .top .top_inner .logo {
		width: 15%;
	}

	.footer .flex .top .top_inner .logo picture,
	.footer .flex .top .top_inner .logo img {}

	.footer .flex .top .top_inner .address,
	.footer .flex .top .top_inner .tel {}

	.footer .flex .top .top_inner .address {}

	.footer .flex .top .top_inner .tel {}

	.footer .flex .top .top_inner .address img {}

	.footer .flex .top .top_inner .tel img {}

	.footer .flex .top .top_inner .table {}

	.footer .flex .top .top_inner .table tr th,
	.footer .flex .top .top_inner .table tr td {}

	.footer .flex .top .top_inner .table tr.first_line th,
	.footer .flex .top .top_inner .table tr.first_line td {}

	.footer .flex .top .top_inner .table tr.last_line th,
	.footer .flex .top .top_inner .table tr.last_line td {}

	.footer .flex .top .top_inner .table tr th {}

	.footer .flex .top .top_inner .table tr td {}

	.footer .flex .bottom {}

	.footer .flex .bottom .list {}

	.footer .flex .bottom .list li {}

	.footer .flex .bottom .list li:not(:first-of-type):before {}

	.footer .flex .bottom .list li:first-child {}

	.footer .flex .bottom .list li:last-child {}

	.footer .flex .bottom .list li a {}

	.footer .text {}

	.copyright {}
}

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

	.footer_inner {}

	.footer_container_inner {}

	.footer .flex {
		gap: 60px;
		padding-bottom: 16px;
	}

	.footer .flex .top {}

	.footer .flex .top .top_inner {}

	.footer .flex .top .top_inner_1 {
		gap: 18px;
	}

	.footer .flex .top .top_inner_2 {}

	.footer .flex .top .top_inner_2 .img {}

	.footer .flex .top .top_inner .logo {}

	.footer .flex .top .top_inner .logo picture,
	.footer .flex .top .top_inner .logo img {}

	.footer .flex .top .top_inner .address,
	.footer .flex .top .top_inner .tel {
		gap: 12px;
	}

	.footer .flex .top .top_inner .address {
		font-size: 1.125rem;
	}

	.footer .flex .top .top_inner .tel {
		font-size: 2.5rem;
	}

	.footer .flex .top .top_inner .address img {}

	.footer .flex .top .top_inner .tel img {}

	.footer .flex .top .top_inner .table {}

	.footer .flex .top .top_inner .table tr th,
	.footer .flex .top .top_inner .table tr td {
		font-size: 1.125rem;
	}

	.footer .flex .top .top_inner .table tr.first_line th,
	.footer .flex .top .top_inner .table tr.first_line td {}

	.footer .flex .top .top_inner .table tr.last_line th,
	.footer .flex .top .top_inner .table tr.last_line td {}

	.footer .flex .top .top_inner .table tr th {}

	.footer .flex .top .top_inner .table tr td {}

	.footer .flex .top .top_inner .btn {
		width: 30%;
	}

	.footer .flex .top .top_inner .sns {
		width: 30px;
	}

	.footer .flex .bottom {}

	.footer .flex .bottom .list {}

	.footer .flex .bottom .list li {}

	.footer .flex .bottom .list li:not(:first-of-type):before {}

	.footer .flex .bottom .list li:first-child {}

	.footer .flex .bottom .list li:last-child {}

	.footer .flex .bottom .list li a {
		font-size: 1.125rem;
	}

	.footer .text {}

	.copyright {
		font-size: 1.125rem;
	}
}

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

	.footer_inner {}

	.footer_container_inner {}

	.footer .flex {}

	.footer .flex .top {}

	.footer .flex .top .top_inner {}

	.footer .flex .top .top_inner_1 {
		gap: 24px;
	}

	.footer .flex .top .top_inner_2 {}

	.footer .flex .top .top_inner_2 .img {}

	.footer .flex .top .top_inner .logo {}

	.footer .flex .top .top_inner .logo picture,
	.footer .flex .top .top_inner .logo img {}

	.footer .flex .top .top_inner .address,
	.footer .flex .top .top_inner .tel {}

	.footer .flex .top .top_inner .address {}

	.footer .flex .top .top_inner .tel {}

	.footer .flex .top .top_inner .address img {}

	.footer .flex .top .top_inner .tel img {}

	.footer .flex .top .top_inner .table {}

	.footer .flex .top .top_inner .table tr th,
	.footer .flex .top .top_inner .table tr td {}

	.footer .flex .top .top_inner .table tr.first_line th,
	.footer .flex .top .top_inner .table tr.first_line td {}

	.footer .flex .top .top_inner .table tr.last_line th,
	.footer .flex .top .top_inner .table tr.last_line td {}

	.footer .flex .top .top_inner .table tr th {}

	.footer .flex .top .top_inner .table tr td {}

	.footer .flex .top .top_inner .btn {}

	.footer .flex .top .top_inner .sns {}

	.footer .flex .bottom {}

	.footer .flex .bottom .list {}

	.footer .flex .bottom .list li {}

	.footer .flex .bottom .list li:not(:first-of-type):before {}

	.footer .flex .bottom .list li:first-child {}

	.footer .flex .bottom .list li:last-child {}

	.footer .flex .bottom .list li a {}

	.footer .text {}

	.copyright {}
}
