@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トラステック標準WEBサイト PHP + BootStrap
宮川動物病院　カスタム対応
	ver.2025.07.09.miyagawa-ah.com
	ホーム　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/index.css
Editor:			TRUSTEC
Description:	ホーム　スタイルシート。
────────────────────────────────────────
2025/05/30:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [CUSTOM PROPERTIES] ::::: */
:root {

	/* Fonts
	--------- --------- --------- ------- */
}





/* ::::: [COMMON-HEADER: OVER WRITE] ::::: */

/* Sticky Page Top
--------- --------- --------- ------- */
#sticky-page-top {
}

#sticky-page-top .sticky-page-top-transition {
}



/* ::::: [COMMON-HEADER: OVER WRITE] ::::: */
/* ::::: [IMAGE-STYLES] ::::: */

/* Picture Portrait
--------- --------- --------- ------- */
.portrait {
}

/* Picture Landscape
--------- --------- --------- ------- */
.landscape {
}

/* @media
--------- --------- --------- ------- */
/*	DisplayWidth < SM	*/
@media (max-width: 767px) {

	/* Picture
	--------- --------- --------- ------- */
	.common-picture {
	}

	/* Picture Portrait
	--------- --------- --------- ------- */
	.portrait {
	}

	/* Picture Landscape
	--------- --------- --------- ------- */
	.landscape {
	}

	img.common-picture.landscape,
	.common-picture.landscape img {
		aspect-ratio: 16 / 9;
	}
}



/* ::::: [COMMON-PARTS: OVER WRITE] ::::: */
/* :::::  [TEXT-STYLES: SIGNATURE] ::::: */

/* Setting
--------- --------- --------- ------- */
.signature {
	justify-content: flex-end;
}

/* @media
--------- --------- --------- ------- */
/*	DisplayWidth < SM	*/
@media (max-width: 767px) {

	/* Setting
	--------- --------- --------- ------- */
	.signature {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start
	}
}





/* ::::: [] ::::: */
.index-section-headline {
	color: #404040;
	font-size: max(1.75rem, 2.6vw);
	line-height: var(--common-line-height);
}

.index-section-caption {
	color: #404040;
	font-size: 1.2rem;
	line-height: var(--common-line-height);
}





/* ::::: [INDEX-EYECATCH] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-eyecatch {
    width: 100%;
    height: 100%;
}
#index-eyecatch.eyecatch {
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
	background-color: #ffffff;
	position: relative;
    height: 100%;
    max-height: 800px;
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
    z-index: 1;
}
@media(min-width: 992px){
	#index-eyecatch,
	#index-eyecatch.eyecatch {
		max-height: 980px;
		aspect-ratio: 16 / 10;
	}
}
@media(max-width: 991px){
	#index-eyecatch.eyecatch {
		align-items: flex-start;
	}
}
@media(max-width: 767px){
	#index-eyecatch.eyecatch {
		align-items: center;
	}
}
#index-eyecatch.eyecatch .eyecatch-wrapper {
}
/*	EyeCatch Lead	*/
#index-eyecatch.eyecatch .eyecatch-centering{
	width: 86%;
	max-width: initial;
    margin-top: 5em;
}
#index-eyecatch.eyecatch .eyecatch-centering .main-catch{
    font-size: max(1.8rem, 2.5vw);
    text-shadow: rgba(13, 13, 13, 0.4) 0 0 10px;
	font-weight: 900;
    letter-spacing: .05em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	width: fit-content;
	letter-spacing: .15em;
}
#index-eyecatch.eyecatch .eyecatch-centering .sub-catch{
    font-size: max(1.1rem, 1.25vw);
	line-height: 1.6em;
    letter-spacing: .05em;
	font-weight: 900;
    text-shadow: rgba(13, 13, 13, 0.4) 0 0 10px;
    margin-bottom: 0;
	width: fit-content;
    letter-spacing: .2em;
}

@media(max-width: 991px){
	#index-eyecatch.eyecatch .eyecatch-centering .main-catch{
		font-size: max(1.7rem, 2.5vw);
		margin-left: clamp(1rem, 5vw, 4rem);
	}
	#index-eyecatch.eyecatch .eyecatch-centering .sub-catch{
		margin-left: clamp(1rem, 5vw, 4rem);
	}
	.eyecatch-news {
		margin-top: clamp(2rem, 3vw, 4rem);
	}
}

.background-line-wrapper{
    position: absolute;
    top: 0;
	left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
	max-height: 980px;
	aspect-ratio: 16 / 10;
}
.hero_footprint_1{
    height: 45% !important;
    width: auto !important;
    position: absolute;
    bottom: -2%;
    left: -4%;
}
.hero_footprint_2{
    height: 70% !important;
    width: auto !important;
    position: absolute;
    bottom: -2%;
    left: -2%;
}
.hero_footprint_3{
    width: 40% !important;
    height: auto !important;
    position: absolute;
    bottom: -1%;
    right: 0;
}
.hero_footprint_4{
    width: 45% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    right: -5%;
}
.hero_footprint_5{
    height: 70% !important;
    width: auto !important;
    position: absolute;
    bottom: 0;
    right: -5%;
}
.hero_footprint_6{
    height: 30% !important;
    width: auto !important;
    position: absolute;
    top: 0;
    left: -5%;
}

@media (max-width: 823px) {
	.hero_footprint_1{
        height: 40% !important;
        width: auto !important;
        position: absolute;
        bottom: -15%;
        left: -10%;
	}
	.hero_footprint_2{
		height: 70% !important;
        width: auto !important;
        position: absolute;
        bottom: -15%;
        left: -12%;
	}
	.hero_footprint_3{
        width: 100% !important;
        max-width: 600px;
        min-width: 400px;
        height: auto !important;
        position: absolute;
        bottom: -5%;
        right: -30%;
	}
	.hero_footprint_4{
        width: 100% !important;
        max-width: 600px;
        min-width: 400px;
        height: auto !important;
        position: absolute;
		top: -5%;
        right: -30%;
	}
	.hero_footprint_5{
		height: 60% !important;
        width: auto !important;
        position: absolute;
        bottom: -10%;
        right: -25%;
	}
	.hero_footprint_6{
        width: 100% !important;
        max-width: 600px;
        min-width: 500px;
        height: auto !important;
        position: absolute;
        top: 0;
        left: -40%;
	}
}

/* @media
--------- --------- --------- ------- */
/*	画面が横向き（横長）	*/
@media (orientation: landscape){
	#index-eyecatch.eyecatch .eyecatch {
	}
}
/*	画面が縦向き（縦長）	*/
@media (orientation: portrait){
	#index-eyecatch.eyecatch .eyecatch {
	}
}

/* ::::: [INDEX-TOPICS] ::::: */


/* List
--------- --------- --------- ------- */
.index-topics-list ul ,
.index-topics-list li {
	list-style: none;
	margin: 0;
	width: 100%;
}
.topics-none{
	width: 100%;
}
.annotation-topics-none{
    color: var(--common-article-title-color1);
    font-size: max(.9rem, .9vw);
}
.index-topics-list {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
	padding: 0;
    background-color: #ffffff;
	width: 35%;
    max-width: 450px;
	border-radius: .7rem;
}

.index-topics-list-item {
	padding-top: .5em;
	padding-bottom: 0;
    display: flex;
    justify-content: center;
}
.index-topics-list-item:last-child {
	padding-top: 0;
	padding-bottom: .5em;
}
.eyecatch-news{
	margin-top: clamp(1rem, 3vw, 4rem);
}
.index-topics-list-item a {
    padding: 0.5em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1em;
    position: relative;
    transition: all 0.3s ease-out;
	width: 95%;
    max-width: 400px;
}
.index-topics-list-item a::after{
	background-color: #5e8c51;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
	width: 100%;
	z-index: 2;
}
.topics-none{
	width: 95%;
    max-width: 400px;
    padding: .8em .3em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
@media (max-width: 767px) {
	.index-topics-list-item a  {
		flex-direction: column;
		gap: 0.25em;
		align-items: flex-start;
	}
}
.index-topics-list .index-topics-list-caption {
	font-size: max(.9rem, .9vw);
    letter-spacing: var(--common-letter-spacing-title);
	font-weight: 900;
    color: #ffffff;
	background-color: #6a9e5e;
    padding: .6em 1.5em;
	border-top-left-radius: .7rem;
	border-top-right-radius: .7rem;
}

.index-topics-list-item .item-data {
	font-size: max(.7rem, .8vw);
    letter-spacing: var(--common-letter-spacing-title);
    color: #6a9e5e;
	font-weight: 900;
	position: relative;
}
.index-topics-list-item .item-data::after {
	background-color: #848484;
	bottom: 0;
	content: "";
	height: 100%;
	right: -.5em;
	position: absolute;
	width: 1px;
}

.index-topics-list-item .item-text {
	font-size: max(.7rem, .8vw);
    letter-spacing: var(--common-letter-spacing-title);
	font-weight: 900;
    overflow: hidden;
    min-width: 0;
    color: var(--common-color);
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	transition: .3s;
}

@media screen and (max-width: 1000px) {
	.index-topics-list-item:active + .item-text{
		transition: .3s;
		color: #6a9e5e !important;
	}
}

 /*PCの時は:hover*/
@media screen and (min-width: 1001px) {
	.index-topics-list-item:hover .item-text {
		transition: .3s;
		color: #6a9e5e !important;
	}
}

@media (max-width: 991px) {
	#index-eyecatch.eyecatch .eyecatch-centering {
        width: fit-content;
        height: 100%;
        position: relative;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 0;
        margin-bottom: 3rem;
	}
	.eyecatch-news{
        width: 100%;
        margin-bottom: 2em;
	}
	.index-topics-list .index-topics-list-caption {
		font-size: max(.9rem, .9vw);
		letter-spacing: var(--common-letter-spacing-title);
		font-weight: 900;
		color: #ffffff;
		background-color: #6a9e5e;
		padding: .6em 2em;
	}
	.index-topics-list {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		padding: 0;
		background-color: #ffffff;
		width: 60%;
		max-width: 450px;
        margin: auto;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.index-topics-list .index-topics-list-caption{
		padding: .6em 1em;
	}
    .index-topics-list {
        width: 60%;
        max-width: 350px;
        min-width: 280px;
    }
	.index-topics-list-item .item-data {
		line-height: 1em;
	}
	.index-topics-list-item .item-data::after {
		height: 0%;
	}
}





/* ::::: [INDEX-CLINIC-HOURS] ::::: */
#home-clinic-hours{
    background-color: #fcf9f2;
    padding-top: calc(clamp(4rem, 7vw, 8rem) / 1.5);
    padding-bottom: calc(clamp(4rem, 7vw, 8rem) / 1);
	border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-top: -2rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.home-clinic-hours-wrapper{
    position: relative;
	z-index: 2;
}
#home-clinic-hours .article-background-line-wrapper{
	bottom: 0;
    left: 0;
}
#home-clinic-hours .article-background-line-wrapper .footprint_3{
    width: 100% !important;
    min-width: 1920px;
    height: auto;
    bottom: 12%;
	right: 0;
    position: absolute;
	opacity: .4;
}
#home-clinic-hours .article-background-line-wrapper .footprint_7{
    width: 575px !important;
    height: auto;
    top: 0;
	left: -10%;
    position: absolute;
	opacity: .4;
}
@media (max-width: 991px) {
	#home-clinic-hours .article-background-line-wrapper .footprint_3{
		bottom: 30%;
		right: -5%;
	}
}
@media (max-width: 575px) {
	#home-clinic-hours .article-background-line-wrapper .footprint_3{
		bottom: 38%;
		right: -50%;
	}
	#home-clinic-hours .article-background-line-wrapper .footprint_7{
		display: none;
	}
}
.clinic-hours-picture{
    border-radius: 1rem !important;
	margin-bottom: 1em !important;
    max-width: 550px;
}
.home-clinic-hours-address .address-contents{
    max-width: 550px;
}
.home-clinic-hours-address .address-wrapper .address{
    margin: unset;
}
.home-clinic-hours-address .clinic-hours-contents{
	max-width: 750px;
}
@media (max-width: 1199px) {
	.home-clinic-hours-address .clinic-hours-contents{
		margin-top: 1em;
	}
}
.home-clinic-hours-address .table-clinic-hours{
	max-width: 750px;
	font-size: 1rem;
}
.home-clinic-hours-address .table-clinic-hours th,
.home-clinic-hours-address .table-clinic-hours td {
	font-size: 1rem;
    padding: .8em 0;
    vertical-align: middle;
}
.home-clinic-hours-address .clinic-hours-contents .list-business-hours{
	font-size: .9rem;
    margin-top: 1.8rem;
}
.home-clinic-hours-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;
}
.home-clinic-hours-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) {
	.home-clinic-hours-address .footer-map-link:active{
		background-color: #6a9e5e !important;
		color: #ffffff !important;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.home-clinic-hours-address .footer-map-link:hover{
		background-color: #6a9e5e !important;
		color: #ffffff !important;
	}
}


#home-about-us{
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: calc(var(--common-margin-width) / 2);
    padding-bottom: calc(var(--common-margin-width) / 2);
}
.home-about-us-picture{
    overflow: hidden;
	height: 100%;
	border-radius:  1rem;
    max-width: 700px;
    margin: auto;
}
#home-about-us-article .title-short::before{
    content: url(../images/common/title-icon-1.png);
}
#home-about-us .article-background-line-wrapper{
    top: 0;
    right: 0;
    overflow: hidden;
}
#home-about-us .article-background-line-wrapper .footprint_1{
    width: 100% !important;
    min-width: 1920px;
    height: auto;
    top: 10%;
    right: 0;
    position: absolute;
	opacity: .4;
}
.home-about-us-wrapper {
    position: relative;
    z-index: 2;
}
.about-us-article-wrapper .btn-andmore{
	margin-left: auto;
	margin-top: 2.2em;
}
.about-us-article-wrapper{
    width: 500px;
}
@media (max-width: 1199px) {
	#home-about-us .article-background-line-wrapper .footprint_1{
		top: 5%;
	}
}
@media (max-width: 767px) {
	.about-us-article-wrapper{
		margin-bottom: 2rem;
		width: fit-content;
	}
	#home-about-us .article-background-line-wrapper .footprint_1{
        top: 0;
        right: -50%;
	}
}



#home-service{
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: calc(var(--common-margin-width) / 2);
    padding-bottom: calc(var(--common-margin-width) / 2);
}
#home-service .article-background-line-wrapper{
    top: 0;
    right: 0;
    overflow: hidden;
}
.home-service-picture{
    overflow: hidden;
	height: 100%;
	border-top-left-radius:  1rem;
	border-bottom-left-radius:  1rem;
    margin: auto;
}
#home-service .article-background-line-wrapper .footprint_1{
    width: 100% !important;
    min-width: 1920px;
    height: auto;
    top: 50%;
    left: 0;
    position: absolute;
	transform: scale(-1, 1);
	opacity: .4;
}
.home-service-wrapper {
    position: relative;
    z-index: 2;
}
#home-service .title-short::before{
    content: url(../images/common/title-icon-2.png);
}
.service-article-wrapper .btn-andmore {
    margin-top: 2.2em;
}

.about-us-article-wrapper{
	margin-left: 5rem;
}
@media (max-width: 1199px) {
	.service-article-wrapper{
		margin-left: 2rem;
	}
	.about-us-article-wrapper{
		margin-left: 1rem;
	}
	#home-service .article-background-line-wrapper .footprint_1{
		top: 45%;
	}
}
@media (max-width: 767px) {
	#home-service .article-background-line-wrapper .footprint_1{
		top: 0;
	}
}



.slide .index-picture{
	width: 100%;
	height: 100%;
}

#service-comprehensive-care .title-short::before{
    content: url(../images/common/title-icon-3.png);
}
.comprehensive-care-footer-picture{
	border-radius: 1rem !important;
}
@media (max-width: 767px) {
	.comprehensive-care-footer-picture{
		height: 300px !important;
	}
}
@media (max-width: 575px) {
	.comprehensive-care-footer-picture{
		height: 200px !important;
	}
}
#home-instagram .title-short::before{
    content: url(../images/common/title-icon-8.png);
}
#home-instagram{
	background-color: #e6eccc;
    padding-top: calc(clamp(4rem, 7vw, 8rem) / 1);
    padding-bottom: calc(clamp(4rem, 7vw, 8rem) * 1.2);
    position: relative;
    overflow: hidden;
}
#home-instagram .article-background-line-wrapper{
    position: absolute;
    overflow: visible;
    width: 100vw;
    height: 100%;
    top: 0;
    z-index: 1;
}
#home-instagram .article-background-line-wrapper .footprint_9 {
    width: 103vw !important;
    min-width: 1920px;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .5;
    transform: scale(1, -1);
}

@media (max-width: 575px) {
	#home-instagram .article-background-line-wrapper .footprint_9{
		width: 103vw !important;
		min-width: 1920px;
		height: auto;
		bottom: 0;
		left: -60%;
		position: absolute;
		opacity: .5;
		transform: scale(1, 1);
	}
}
#home-instagram .index-topics-wrapper,
#home-instagram .sns-feed-wrapper{
    position: relative;
    z-index: 2;
}


#service-comprehensive-care{
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: calc(var(--common-margin-width) / 2);
    padding-bottom: calc(var(--common-margin-width) / 2);
}
#service-comprehensive-care .article-background-line-wrapper{
    top: 0;
    right: 0;
    overflow: hidden;
}
.service-comprehensive-care-wrapper{
    position: relative;
    z-index: 2;
}
.home-service-picture{
    overflow: hidden;
	height: 100%;
	border-top-left-radius:  1rem;
	border-bottom-left-radius:  1rem;
    margin: auto;
}
#service-comprehensive-care .article-background-line-wrapper .footprint_8{
    width: 100% !important;
    min-width: 1920px;
    height: auto;
	top: 0;
    left: 0;
    position: absolute;
	opacity: .4;
}
#service-comprehensive-care .article-background-line-wrapper .footprint_6{
    width: 100% !important;
    min-width: 1920px;
    height: auto;
	bottom: -10%;
    left: 0;
	right: 0;
    position: absolute;
	opacity: .4;
}
.comprehensive-care-list{
	list-style: none;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.comprehensive-care-list-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.comprehensive-care-picture{
    width: 300px;
    aspect-ratio: 1 / 1;
}
.caption-comprehensive-care{
    width: fit-content;
    margin: auto;
	font-weight: 600;
    line-height: 2em;
	margin-top: 2em;
    font-size: .9rem;
}
.comprehensive-care-wrapper .article-text{
	white-space: nowrap;
}
.comprehensive-care-wrapper .btn-andmore {
    margin-top: 2.2em;
}
@media (max-width: 1199px) {
	.comprehensive-care-list-item{
		width: 35%;
	}
	.comprehensive-care-picture {
		width: 200px !important;
		aspect-ratio: 1 / 1;
	}
	#service-comprehensive-care .article-background-line-wrapper .footprint_6{
        min-width: 1300px;
	}
}
@media (max-width: 991px) {
	.comprehensive-care-list-item{
		width: 45%;
	}
	.comprehensive-care-picture {
		width: 100% !important;
	}
}
@media (max-width: 768px) {
	.comprehensive-care{
		width: 95%;
	}
	.comprehensive-care-list{
		margin-top: 2em;
	}
	.comprehensive-care-list-item{
		width: 30%;
	}
	#service-comprehensive-care .article-background-line-wrapper .footprint_5{
		width: 100% !important;
        min-width: 1200px;
        height: auto;
        bottom: -5%;
        right: 0;
        position: absolute;
        opacity: .4;
	}
}
@media (max-width: 576px) {
	.comprehensive-care-list{
		margin-top: 0;
	}
	.comprehensive-care-list-item{
		width: 43%;
		min-width: 135px;
	}
	.comprehensive-care-picture{
		min-width: 135px;
	}
	.comprehensive-care-wrapper .article-text{
		white-space: normal;
	}
}

.comprehensive-care-wrapper,
.about-us-article-wrapper,
.service-article-wrapper{
		width: fit-content;
}
@media (max-width: 767px) {
	.article-wrapper{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.comprehensive-care-wrapper,
	.service-article-wrapper,
	.about-us-article-wrapper{
		width: 95%;
		max-width: 500px;
		margin-left: 1rem;
		margin-bottom: 2rem;
		margin-right: 1rem;
	}
	.comprehensive-care-wrapper .btn-andmore,
	.service-article-wrapper .btn-andmore{
		margin-left: auto;
	}
	.home-about-us-picture{
		max-width: unset;
		height: 300px;
	}

	.home-service-picture,
	.home-about-us-picture,
	.comprehensive-care-footer-picture{
		border-radius: 0 !important;
	}
}