@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: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 1em 0.5em;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.en {
	font-family: "Alex Brush", cursive;
}

.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: 72px;
	padding: 0 5%;
	background-color: #fff;
	z-index: 100;
}

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

.header_logo {
	width: 65%;
	height: auto;
}

.header_logo img {
    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;
	}

	.header_inner {
		justify-content: space-between;
		gap: 24px;
		padding: 1.25% 5%;
	}

	.header_logo {
		width: 20%;
	}

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

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

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

	.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) {
		font-size: 0.8em;
	}

	.header_contact {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 17.5%;
		height: auto;
	}

	.header_contact a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.header_contact a:nth-of-type(1) {}

	.header_contact a:nth-of-type(2) {}
}

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

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

	.header_contact {
		gap: 12px;
		width: max-content;
	}
}

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

	.header_list_inner {
		gap: 24px;
	}

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

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

	.header_list_inner {
		gap: 36px;
	}
}

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

.section_container {
	position: relative;
	z-index: 1;
}

.heading {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: max-content;
	gap: 24px;
	margin: 0 auto 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

.heading_1 {}

.heading_2 {}

.heading * {
	line-height: 1;
}

.heading .underline {
	position: relative;
}

.heading .underline::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 75%;
	background-color: #44CDD6;
}

.heading .underline.first-letter::after {
	bottom: -25%;
}

.heading .first-letter::first-letter {
	font-size: 1.5em;
}

.text {
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	.heading {
		flex-direction: row;
		align-items: flex-end;
	}
}

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

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

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

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

@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;
	}
}

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

.section_access {
    position: relative;
    background-image: url(../img/bg_orange_2_sp.png);
    background-size: cover;
}

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

.section_access .section_inner {}

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

.section_access .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

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

.section_access .heading {
	color: #fff;
}

.section_access table {
	width: 100%;
	margin: 0 auto;
}

.section_access th,
.section_access td {
	width: 100%;
	border: 0;
	border-top: 1px #fff solid;
	vertical-align: middle;
	font-size: 0.75rem;
	font-weight: 700;
	color: #fff;
}

.section_access .first_line th,
.section_access .first_line td {
	border: 0;
}

.section_access th {
	width: 35%;
	padding-left: 0;
	border-top: 2px #fff solid;
}

.section_access td {
	width: 65%;
	padding-right: 0;
	border-top: 2px #fff solid;
}

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

	.section_access .section_inner {
		padding: 5% 0;
	}

	.section_access .flex {
		flex-direction: row-reverse;
		gap: 24px;
	}

	.section_access .img,
	.section_access table {
		width: calc((100% - 24px) / 2);
	}

	.section_access th {
		width: 40%;
	}

	.section_access td {
		width: 60%;
	}
}

@media screen and (min-width: 1280px) {
	.section_access .section_content {
		gap: 36px;
		width: 80%;
	}

	.section_access .flex {
		gap: 36px;
	}

	.section_access th,
	.section_access td {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1440px) {
	.section_access .section_content {
		width: 70%;
	}

	.section_access .flex {
		gap: 60px;
	}

	.section_access th,
	.section_access td {
		font-size: 1.2rem;
	}
}

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

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

.section_map .section_inner {
	padding: 0;
}

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

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

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

.footer {
	background-color: #fff;
}

.footer_inner {
	padding: 10% 0;
}

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

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

.footer_content_1 {
	
}

.footer_content_2 {
	gap: 24px;
}

.footer_content_3 {
	
}

.footer_content .heading {
	width: 80%;
	margin: 0 auto;
}

.footer_acctel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: max-content;
	margin: 0 auto 0;
}

.footer_acctel .access {
	font-weight: 700;
}

.footer_acctel .tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: max-content;
	margin: 0 auto 0;
	font-weight: 700;
}

.footer_acctel .tel > * {
	display: block;
}

.footer_acctel .tel > img {
	width: auto;
	height: 1em;
}

.footer_share {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 70%;
	margin: 0 auto 0;
}

.footer_share .img {
	width: calc((100% - (36px * 3)) / 4);
}

.footer_list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: max-content;
}

.footer_list_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: max-content;
	margin: 0 auto 0;
}

.footer_list_inner li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: fit-content;
	margin: 0;
	text-align: center;
}

.footer_list_inner li::before {
	/* content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid #000;
    border-right: 0; */
}

.footer_list_inner a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	font-size: 1rem;
	font-weight: 700;
}

.footer_list_inner span {
	display: block;
	line-height: 1;
}

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

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

	.footer_container_inner {
		gap: 36px;
	}

	.footer_content {}

	.footer_content_1 {}

	.footer_content_2 {}

	.footer_content_3 {}

	.footer_content .heading {}

	.footer_acctel {}

	.footer_acctel .access {}

	.footer_acctel .tel {}

	.footer_acctel .tel > * {}

	.footer_acctel .tel > img {}

	.footer_share {
		gap: 60px;
		width: 45%;
	}

	.footer_share .img {
		width: calc((100% - (60px * 3)) / 4);
	}

	.footer_list {
		flex-direction: row;
		gap: 36px;
	}

	.footer_list_inner {
		gap: 36px;
	}

	.footer_list_inner li {}

	.footer_list_inner li::before {}

	.footer_list_inner a {}

	.footer_list_inner span {}

	.copyright {
		padding: 2.5% 5%;
	}
}

@media screen and (min-width: 1280px) {
	.footer_acctel .access {
		font-size: 1.2rem;
	}

	.footer_acctel .tel {
		font-size: 1.2rem;
	}

	.footer_share {
		width: 35%;
	}

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

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

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