@charset "utf-8";

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.sp_only {
	display: block;
}

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

	.pc_only_2 {
		display: none;
	}

	.sp_only{
		display: none;
	}
}

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

	.pc_only_2 {
		display: block;
	}

	.sp_only{
		display: none;
	}
}

@font-face {
	font-family: 'Berlin Sans FB';
	src:
	/* url('../font/BRLNSB.TTF'), */
	url('../font/BRLNSR.TTF');
}

body {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	color: #4B4742;
	background-color: #F8F2ED;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 12px 16px;
	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);
}

.text_bold {
	font-weight: 700;
}

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

@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: relative;
	width: 100%;
	margin: 0;
	padding: 2%;
	/* background-color: rgba(255, 255, 255, 1); */
	z-index: 10;
}

.header_flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}

.header_logo_wrapper,
.header_contact_wrapper {
	width: 50%;
}

.header_logo_wrapper {
	width: 50%;
}

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

.header_logo_img {
	display: block;
	width: 100%;
	height: auto;
}

.header_contact_wrapper {
	width: 100%;
}

.header_contact {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}

.header_tel,
.header_mail {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 100px;
	width: 100%;
	padding: 8px 0;
	font-weight: 700;
	color: #fff;
}

.header_tel {
	background-color: #6FC5E6;
	font-size: 1rem;
}

.header_mail {
	background-color: #FE5A59;
	font-size: 0.8rem;
}

.header_tel_img,
.header_mail_img {}

.header_tel_img {
	width: auto;
	height: 1rem;
}

.header_mail_img {
	width: auto;
	height: 0.8rem;
}

@media screen and (min-width: 768px) {
	.header_flex {
		flex-direction: row;
		width: 85%;
	}

	.header_logo_wrapper {
		width: 30%;
	}

	.header_contact_wrapper {
		width: 55%;
	}

	.header_contact {
		height: 100%;
	}
}

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

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

	.header_tel,
	.header_mail {
		gap: 16px;
	}

	.header_tel {
		background-color: #6FC5E6;
		font-size: 1.4rem;
	}

	.header_mail {
		background-color: #FE5A59;
		font-size: 1.2rem;
	}

	.header_tel_img {
		width: auto;
		height: 1.4rem;
	}

	.header_mail_img {
		width: auto;
		height: 1.2rem;
	}
}

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

/* ---------- フッター ---------- */

.footer {
	margin: 20% auto 0;
}

.footer_inner {
	width: 100%;
	margin: 0 auto 0;
}

.copyright {
	width: 100%;
	margin: 0 auto;
	padding: 8% 0 2%;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.footer {
		margin: 10% auto 0;
	}
}

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

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

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

/* ----- お問い合わせ ----- */

.contact {
	width: 80%;
	margin: 0 auto 0;
	padding: 2%;
	border-radius: 16px;
	background-color: #fff;
	color: #6FC5E6;
}

.contact_inner {
	margin: 0 auto 0;
	padding: 8%;
	border: 1px #6FC5E6 solid;
	border-radius: 16px;
}

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

.contact_text {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
}

.contact_tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.25em;
	width: fit-content;
	margin: 5% auto 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.contact_tel img {
	width: auto;
	height: 0.8em;
}

.contact_mail {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	width: fit-content;
	margin: 5% auto 0;
	padding: 5%;
	border-radius: 100px;
	background-color: #FE5A59;
	font-size: 0.8rem;
	font-weight: 700;
	color: #fff;
}

.contact_mail img {
	width: auto;
	height: 1em;
}

.contact_address {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	width: fit-content;
	margin: 5% auto 0;
	font-size: 0.8rem;
	font-weight: 700;
}

.contact_address img {
	width: auto;
	height: 1em;
}

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

	.contact_tel {
		font-size: 1.6rem;
	}

	.contact_tel img {}

	.contact_mail {
		padding: 3% 5%;
		font-size: 1.2rem;
	}

	.contact_mail img {}

	.contact_address {
		font-size: 1rem;
	}

	.contact_address img {}
}

@media screen and (min-width: 1024px) {
	.contact_tel {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1440px) {
	.contact {
		padding: 1%;
	}

	.contact_text_area {
		margin: 3% auto 0;
	}

	.contact_tel {
		margin: 3% auto 0;
		font-size: 2.2rem;
	}

	.contact_mail {
		gap: 16px;
		margin: 3% auto 0;
		background-color: #FE5A59;
		font-size: 1.2rem;
	}

	.contact_address {
		margin: 3% auto 0;
	}
}

@media screen and (min-width: 1920px) {
	.contact_tel {
		font-size: 2.6rem;
	}
}

/* ----- 運営会社概要 ----- */

.company {
	margin: 20% auto 0;
}

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

.table {
	width: 100%;
}

.table th,
.table td {
    display: block;
	padding: 0.5em;
    border: 0;
	text-align: center;
	vertical-align: middle;
}

.table th {
	border-bottom: 2px #6FC5E6 solid;
}

.table td {
	border-bottom: 2px #4B4742 solid;
}

@media screen and (min-width: 768px) {
	.company {
		margin: 10% auto 0;
	}

	.table_area {
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		width: 80%;
		margin: 6% auto 0;
	}

	.table,
	.company_img {
		width: 50%;
	}

	.table {}

	.table th,
	.table td {
		display: table-cell;
        height: fit-content;
	}

	.table th {
		width: 30%;
	}

	.table td {
		width: auto;
		border-left: 5px rgba(255,255,255,0) solid;
	}

	.company_img {}
}

@media screen and (min-width: 1024px) {
	.table_area {
		margin: 6% auto 0;
	}

	.table,
	.company_img {
		width: 46%;
	}
}

@media screen and (min-width: 1440px) {
	.table,
	.company_img {
		width: 44%;
	}

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

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

/* ----- マップ ----- */

.map {
	position: relative;
	width: 100%;
	margin: 8% auto 0;
	height: 0;
	padding-top: 100%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
	.map {
		width: 80%;
		margin: 6% auto 0;
		padding-top: 45%;
	}
}

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

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

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