@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トラステック標準WEBサイト PHP + BootStrap
宮川動物病院　カスタム対応
	ver.2025.07.09.miyagawa-ah.com
	ページフッター　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/common-footer.css
Editor:			TRUSTEC
Description:	ページフッター　スタイルシート。
────────────────────────────────────────
2025/05/30:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [CUSTOM PROPERTIES] ::::: */
:root {

	/* Footer
	--------- --------- --------- ------- */
	--footer-color: #ffffff;
	--footer-font-size: var(--common-font-size);
	--footer-font-family: var(--common-font-family-suns);
	--footer-font-weight: var(--common-font-weight);
	--footer-font-style: var(--common-font-style);
	--footer-line-height: var(--common-line-height);
	--footer-letter-spacing: var(--common-letter-spacing);
	--footer-address-color: var(--common-color);

	/* Sitemap
	--------- --------- --------- ------- */
	--footer-sitemap-color: #ffffff;
	--footer-sitemap-font-size: var(--common-font-size-smaller);
	--footer-sitemap-link-font-weight: var(--common-font-weight);

	/* Address
	--------- --------- --------- ------- */
	--footer-addreess-color: var(--common-color);
	--footer-addreess-font-size: var(--common-font-size-smaller);
	--footer-addreess-font-weight: var(--common-font-weight);


	/* Copyright
	--------- --------- --------- ------- */
	--footer-copyright-color: var(--common-color);
	--footer-copyright-font-size: var(--common-font-size-smaller);

/*	--footer-return-top-background-color: rgba(255, 255, 255, 1);
	--footer-return-top-color: #6c6c6c;
	--footer-return-top-width: 3rem;
	--footer-return-top-border-radius: 100%;
	--footer-return-top-transition: var(--common-hover-transition);*/
}





/* ::::: [FOOTER] ::::: */

/* Footer Setting
--------- --------- --------- ------- */
footer {
	font-size: var(--footer-font-size);
	background-color: #fcf9f2;
}

footer a {
}

#page-footer .company-structure,
#page-footer .company-name-azabu,
#page-footer .company-name-printing{
	color: var(--footer-color);
}
#page-footer .company-structure{
	margin-right: 0.3em;
	font-size: max(1.3rem, 1.3vw);
}
#page-footer .company-name-azabu{
	letter-spacing: -0.02em;
	font-size: max(1.5rem, 1.5vw);
}
#page-footer .company-name-printing{
	letter-spacing: -0.06em;
	font-size: max(1.5rem, 1.5vw);
}

/* Sitemap
--------- --------- --------- ------- */
.footer-sitemap {
	color: var(--footer-color);
	font-size: var(--footer-sitemap-font-size);
    background-color: #6a9e5e;
}
.footer-sitemap a {
	color: currentColor;
	font-weight: 700;
	transition : all 0.3s;
    line-height: 2.5em;
}
@media screen and (max-width: 1000px) {
	.footer-sitemap a:active {
		transition : all 0.3s;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.footer-sitemap a:hover {
		transition : all 0.3s;
	}
}
/*	Horizontal List	*/
.footer-sitemap-horizontal {
	list-style: none;
    margin: 0;
    padding: 1em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.5em 2em;
}
.footer-sitemap-horizontal .sitemap-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4em;
    width: auto;
    transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
	.footer-sitemap a{
		font-size: .9rem;
	}
}
@media (max-width: 767px) {
	.footer-sitemap-horizontal .sitemap-item {
		gap: 1em;
	}
}
.footer-sitemap-horizontal .sitemap-item + .sitemap-item::before {
	flex-grow: 0;
	flex-shrink: 1;
}
.footer-copyright-row{
	display: flex;
	flex-direction: column;
    align-items: center;
}

.footer-copyright-menu-list {
	list-style: none;
	margin: 0;
    margin-bottom: 1em;
	padding: 0.5em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0;
	justify-content: center;
}
@media (min-width: 992px) {
	.footer-copyright-menu-list {
		/*margin-bottom: 0;*/
	}
}

.copyright-wrapper{
	width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
}
.copyright{
	width: fit-content;
}

/*	Blocks	*/
.footer-sitemap .fotter-menu-title {
}

.footer-sitemap-1 {
}
.footer-sitemap-2 {
}
.footer-sitemap-3 {
}

/* Address
--------- --------- --------- ------- */
.footer-address {
    margin: auto;
    margin-bottom: .5em;
    font-size: 1.1em;
    font-weight: 600;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.footer-address .footer-map-link {
    background-color: #ffffff;
    color: #6a9e5e !important;
    font-weight: 700;
    border-radius: 2.5em;
    line-height: 2.1em;
    margin-left: 1.5em;
    padding: 0 1.25em;
    font-size: .8em;
    width: fit-content;
}
.footer-address .footer-map-link .link-txt::after {
    content: '\f08e';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: ease .3s;
    margin-left: .5em;
}
@media screen and (max-width: 1000px) {
	.footer-address .footer-map-link:active{
		background-color: #6a9e5e !important;
		color: #ffffff !important;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.footer-address .footer-map-link:hover{
		background-color: #6a9e5e !important;
		color: #ffffff !important;
	}
}



.btn-index-room-guide .href-txt,
.btn-index-facility .href-txt{
	border: 2px solid #ffffff;
	border-radius: 0.5em;
	display: block;
	pointer-events: auto;
}



.footer-address .footer-brand {
    width: fit-content;
    margin-bottom: 0.5rem;
}
.footer-address .footer-brand img {
    max-width: 10em;
    width: 100%;
    height: auto;
    margin-bottom: 1.3rem;
}
.footer-ext-link-horizontal {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.5em 1.5em;
}
.footer-ext-link-horizontal .ext-link-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4em;
    width: auto;
    transition: all 0.3s ease-out;
}
.icon-ext-link{
    color: #6a9e5e;
    background-color: #FFFFFF;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
	transition: .3s;
}
@media screen and (max-width: 1000px) {
	.icon-ext-link:active{
		background-color: #6a9e5e;
		color: #FFFFFF;
		transition: .3s;
	}
	.icon-ext-link:hover{
		background-color: #6a9e5e;
		color: #FFFFFF;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.icon-ext-link:hover{
		background-color: #6a9e5e;
		color: #FFFFFF;
		transition: .3s;
	}
}

.clinic-hours-contents{
    max-width: 625px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.address-contents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	width: fit-content;
	max-width: 400px;
    margin-right: 2rem;
}
.address-wrapper {
    width: fit-content;
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .9em;
    color: var(--footer-address-color);
    margin-bottom: 1em;
}
.address-wrapper .address {
	width: fit-content;
    margin: auto;
	font-weight: 600;
    margin-bottom: .3em;
}
.address-wrapper .address:before{
	content: url(../images/common/map-pin-icon.png);
	display: inline-block;
	margin-right: .3em;
}
.address-wrapper .contact-telp {
	width: fit-content;
    margin: auto;
	font-weight: 600;
    color: var(--footer-address-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.address-wrapper .contact-telp .telp:before{
	content: url(../images/common/footer-telp-icon.png);
	display: inline-block;
	margin-right: .5em;
}
.address-wrapper .contact-telp .telp{
	letter-spacing: .1em;
}
.address-wrapper .contact-telp .business-hours{
	margin-left: 1.8em;
	font-size: .8em;
    text-align: justify;
}
@media (max-width: 1199px) {
	.address-contents{
		margin-right: .5rem;
	}
}
@media (max-width: 991px) {
    .address-wrapper {
        margin-bottom: 1.5em;
        width: 100%;
    }
	.address-wrapper .contact-telp{
        margin: unset;
	}
	.address-contents{
		margin-right: 0;
		margin-bottom: 2em;
	}
	.address-wrapper .contact-telp,
	.address-wrapper .address{
		font-size: 1.1rem;
	}
	.ext-link-wrapper{
		display: flex;
		justify-content: center;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.footer-address .footer-brand {
		padding-right: 0;
	}
	.address-contents{
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.address-wrapper {
		padding-left: 0;
	}
	.footer-address .footer-brand img{
		margin-right: 0;
        margin-bottom: 1em;
	}
	.address-wrapper .company-inf {
		margin-bottom: 0.3em !important;
	}
}
@media (max-width: 576px) {
	.address-wrapper .address {
		width: fit-content;
		margin-bottom: .5em;
	}
	.address-wrapper .company-inf {
		font-size: 1em;
	}
	.footer-address{
		padding-bottom: 0;
	}
}

/* Copyright
--------- --------- --------- ------- */
.footer-copyright {
	background-color: var(--footer-copyright-background-color);
	color: var(--footer-copyright-color);
	padding: 1.5rem 0;
	padding-bottom: 3.5rem;
}

.copyright {
	font-size: max(0.7rem, 0.8vw);
	margin: 0;
    font-weight: 600;
}

.icon-returnTop {
	background-color: var(--footer-return-top-background-color);
	color: var(--footer-return-top-color);
	font-size: var(--footer-return-top-width);
	width: var(--footer-return-top-width);
	height: var(--footer-return-top-width);
	border: none;
	border-radius: var(--footer-return-top-border-radius);
	display: inline-block;
	transition: var(--footer-return-top-transition);
}
.icon-returnTop:hover,
.icon-returnTop:focus,
.icon-returnTop:active {
	color: #5b8f82;
}

.contact-wrapper{
	border-radius: 0.5em;
	background-color: var(--footer-color);
}

.contact-list {
	list-style: none;
    margin: 0;
    padding: 3em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.contact-list-item:first-child{
	border-right: solid 1px #00813d;
}

.contact-list-item {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 50%;
}
.contact-list-item-telp,
.contact-list-item-web {
	width: fit-content;
	display: flex;
    flex-direction: column;
    margin: auto;
}
.contact-telp-caption,
.contact-web-caption {
    font-size: max(0.9em, 1vw) !important;
    font-weight: 600;
    margin-bottom: 0.8em;
}
.contact-list-item .telp{
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    font-size: max(1.8em, 2vw) !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em;
    padding-bottom: 0;
    color: #00813d !important;
}
.contact-web-link{
	background-color: #00813d;
    color: #ffffff !important;
    border-radius: 0.5em;
	font-weight: 700;
	letter-spacing: 0.1em;
    padding: 1em 1.5em !important;
    font-size: max(1em, 1.2vw) !important;
}
.contact-web-link .link-txt:after {
	content: '\f054';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 0.8em;
}


.contact-list-item .business-hours {
    font-size: max(0.5em, 0.4vw) !important;
    font-weight: 600;
    letter-spacing: var(--common-letter-spacing);
    margin-top: 0.5em;
    text-align-last: justify;
    color: var(--header-color);
}

@media (max-width: 767px) {
	.contact-list {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1.5em 0;
	}
	.contact-list-item {
		width: 100%;
	}
	.contact-list-item:first-child{
		border-right: none;
		border-bottom: solid 1px #00813d;
        padding-bottom: 1.5em;
	}
}