@import url(../fix_page.css);


.p-cover {
	height: clamp(120px, 83.636px + 9.697vw, 240px);
}

.p-cover__title,
.p-cover__sub {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.85);
}

.contact_area {
    padding: 10px 0 var(--size-10-20);
}

.contact_area h2 {
    font-size: var(--size-18-24);
    font-weight: 800;
    margin-bottom: var(--size-20-30);
    background: #aaa;
    color: #fff;
    text-align: center;
    padding: var(--size-10-15);
}

.contact_area h3 {
    text-align: center;
}

.contact_area h2+p {
    text-align: center;
    margin-bottom: 1.5;
}

.contact_block {
    margin: var(--size-10-20) var(--size-10-20) var(--size-30-50) !important;
}

.contact_block li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: baseline;
    border-bottom: 1px dashed #ccc;
    padding: var(--size-5-10);
}

.contact_block .contact_kind {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: var(--size-10-15) 0;
}

.contact_block .contact_kind dt,
.contact_block .contact_kind dd {
    margin-right: 1em;
    margin-bottom: 0;
    line-height: 1.6;
}

.contact_block .contact_kind dt {
    font-size: var(--size-16-20);
    margin-bottom: 5px;
}

.contact_block .contact_kind dd {
    margin: 0 0 0 .5em;
}

.contact_kind_btn {
    margin-left: auto;
}

@media screen and (max-width: 782px) {
	.contact_kind_btn {
    margin-right: auto;
	}
}

.contact_btn {
    display: block;
    width: 220px;
    background: var(--clr-main);
    padding: 6px;
    margin: 8px 0;
    color: #fff !important;
    text-align: center;
    line-height: 1.6;
    font-size: var(--size-14-16);
}

.contact_btn:before {
    font-family: 'Material Symbols Outlined';
    padding-right: .3em;
    font-size: clamp(18px, 14.364px + 0.97vw, 26px);
    vertical-align: middle;
}

.contact_btn.ico_mail:before {
    content: "\e158";
}

.contact_btn.ico_dl:before {
    content: "\f090";
}

.b_center {
    margin: var(--size-15-20) auto var(--size-30-50);
    text-align: center;
}

.b_center .contact_btn {
    margin: 0 auto;
}

.other_contact {
    margin: var(--size-10-20) auto var(--size-30-50) !important;
    width: min(98%, 1000px);
}

.other_contact th,
.other_contact td p {
    font-size: var(--size-14-18);
    margin-bottom: 0;
}

.other_contact th {
    font-weight: 600;
	background:#f1f1f1;
}
.other_contact .office_area {
	background:#fafafa;
}

.office_txt p {
    display: inline-flex;
}

@media screen and (max-width: 782px) {
	.other_contact th,
	.other_contact td {
		display:block;
		width:100%;
		border-bottom-width:0;
	}
	.other_contact tr:last-of-type td {
		border-bottom-width:1px;
	}
}

/*********************
 * 改修前：お問い合わせ（改修後に削除）
 ********************/
.overview_box table {
    display: table;
    width: 100%;
    margin-bottom: var(--size-30-50);
}

.overview_box th {
    background-color: #F5F5F5;
    font-weight: 600;
}

.overview_box h3 {
    margin-bottom: 15px;
    margin-right: var(--size-10-20);
}

.office_box_inner {
    display: grid;
    gap: 30px;
    margin: 0 clamp(0px, -9.091px + 2.424vw, 20px);
}

.office_box_inner figure {
    margin: 0 auto;
}

.office_box_inner .office_map {
    /*     margin: 0 auto; */
    height: clamp(200px, 131.818px + 18.182vw, 350px);
    border: 1px solid #ddd;
    padding: 1px;
}

@media screen and (max-width: 767px) {

    .overview_box th,
    .overview_box td {
        display: block;
        width: 100%;
    }

    .office_box_inner {
        margin: 0;
    }
}