@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 100px 0 0;
}

.section-bottom{
    padding-bottom: 100px;
}

.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1200px;
	margin: 0 auto;
}

p{
    text-align: left;
}


@media screen and (max-width:767px) {
    section{
        padding: 40px 0 0;
    }

    .section-bottom{
        padding-bottom: 40px;
    }

    .contents-wrapper{
        width: calc(100% - 60px);
    }
}


/*home
-----------------------------------------------------------------------------------------*/
.fv-flex{
    padding-top: 50px;
    justify-content: space-between;
    padding-bottom: 50px;
}

.fv-box{
    position: relative;
    width: 25%;
    margin-top: 80px;
}

.fv-bg{
    position: absolute;
    width: 120%;
    z-index: 2;
    top: 0px;
    left: 0;
    object-fit: contain;
}

.fv-text{
    font-size: 2.2rem;
    writing-mode: vertical-rl; 
    z-index: 3;
    margin-left: 150px;
    position: relative;
    text-align: end;
    letter-spacing: 10px;
}

.swiper-slide img{
    border-radius: 70px 0 0 75px;
}

.swiper-top{
    position: relative;
    width: 75%;
}

.swiper-pagination-bullet-active{
    background-color: rgba(127, 112, 101, 1) !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px !important;
}

.front-title{
    font-size: 2rem;
    font-weight: 700;
}

.front-inf-flex{
    text-align: left;
    gap: 20px;
    justify-content: space-between;
    margin-top: 50px;
}

.front-inf-left{
    width: 30%;
}

.front-inf-add{
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.8;
}

.front-inf-box{
    gap: 20px;
    margin: 20px 0 50px;
}

.front-inf-time{
    width: 140px;
}

.front-inf-mini{
    justify-content: space-between;
    text-align: right;
}

.front-inf-iframe{
    border-radius: 20px;
    height: 220px;
}

.front-inf-right{
    width: calc(100% - 35%);
}

.front-inf-text{
    margin: 5px 0 30px;
}

.front-inf-img{
    margin-bottom: 5px;
}

.front-news-box{
    background-color: rgba(255, 255, 255, 1);
    padding: 25px 30px;
    width: 80%;
    margin: 30px auto 0;
    border-radius: 30px;
}

.front-news-flex{
    gap: 100px;
    color: rgba(63, 63, 63, 1);
    padding-left: 30px;
}

.front-news-link:first-child{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed rgba(244, 162, 97, 1);
}

.front-news-ymd{
    font-size: 1.2rem;
    font-weight: 900;
}

.front-title-1c{
    font-size: 1.5rem;
    font-weight: 800;
}

.front-sub-title{
    font-size: 1.2rem;
    font-weight: 800;
    color: rgba(127, 112, 101, 1);
}

.front-about-top{
    position: relative;
    padding-top: 150px;
}

.footprint-1{
    position: absolute;
    top: 100px;
    left: 50px;
    width: 100px;
}

.front-about-flex{
    align-items: center;
}

.front-about-img{
    width: 65%;
    margin: 0;
    margin-left: calc(50% - 50vw);
}

.front-about-box{
    width: 40%;
}

.front-about-title{
    color: rgba(127, 112, 101, 1);
    font-size: 1.7rem;
    margin-bottom: 20px;
    text-align: left;
}

.front-feature-top{
    position: relative;
}

.footprint-2{
    position: absolute;
    top: 100px;
    right: 20px;
    width: 250px;
}

.front-feature-flex{
    gap: 100px;
    margin-top: 100px;
}

.front-feature-img{
    width: 45%;
    margin: 0;
}

.front-feature-box{
    width: 420px;
}

.front-feature-text{
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.front-feature-number{
    font-size: 3rem;
    font-weight: 700;
}

.front-feature-sub{
    font-size: 1.2rem;
}

.front-dog-img{
    width: 100%;
}

.front-facilities-top{
    background-image: url("../images/line-bg.jpg");
    position: relative;
    padding: 150px 0 100px;
    margin-bottom: 50px;
}

.front-facilities-top::after{
    position: absolute;
    content: '';
    border-top: 4px dashed rgba(244, 162, 97, 1);
    width: 100%;
    top: 50px;
    left: 0;
}

.front-facilities-top::before{
    position: absolute;
    content: '';
    border-top: 4px dashed rgba(244, 162, 97, 1);
    width: 100%;
    bottom: -50px;
    left: 0;
}

.front-facilities-flex{
    gap: 25px;
    margin-top: 70px;
}

.front-facilities-flex img{
    width: calc((100% - 25px*3)/4);
    border-radius: 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.front-inst-box{
    margin: 100px 0;
}

.front-inst-link{
    font-size: 1.2rem;
    font-weight: 800;
    width: 300px;
    background-color: rgba(244, 162, 97, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: auto;
    padding: 10px;
    border-radius: 50px;
    /* border: 1px solid rgba(244, 162, 97, 1); */
}

.front-inst-link:hover{
    background-color: rgba(237, 215, 198, 1);
    /* color: rgba(244, 162, 97, 1);
    background-color: rgba(255, 255, 255, 1); */
}

.front-last-top{
    background-image: url("../images/front-last-bg.jpg");
    background-position: bottom;
    position: relative;
}

.front-last-text{
    width: 550px;
    margin: 0 auto 100px;
}

.front-last-title{
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(127, 112, 101, 1);
    margin-bottom: 30px;
}

.front-last-name{
    text-align: right;
    margin-top: 20px;
}

.front-last-1{
    position: absolute;
    width: 150px;
    top: 300px;
    left: 15%;
}

.front-last-2{
    position: absolute;
    width: 250px;
    right: 10%;
    top: 30px;
}

.front-last-3{
    position: absolute;
    width: 170px;
    top: 250px;
    right: 10%;
}

@media screen and (max-width:1350px) {
    .front-about-box {
        width: 44%;
    }

    .front-about-img {
        width: 60%;
    }
}

@media screen and (max-width:1200px) {
    .fv-text {
        margin-left: 100px;
        letter-spacing: 0;
    }

    .fv-box {
        margin-top: 45px;
    }

    .fv-flex {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -40px !important;
    }

    .front-inf-left{
        width: 100%;
        position: relative;
    }

    .front-inf-set{
        width: 50%;
        margin-left: 50px;
    }

    .front-inf-iframe{
        position: absolute;
        top: 0;
        right: 50px;
        width: 50%;
    }

    .front-inf-right{
        width: 80%;
        margin: auto;
    }

    .front-news-box{
    width: 100%;
    }

    .front-about-box {
        width: 52%;
    }

    .front-about-img {
        width: 53%;
    }

    .front-feature-flex {
        gap: 80px;
    }

    .front-last-2 {
        right: 8%;
    }

    .front-last-3 {
        right: 5%;
    }

    .front-last-1 {
        left: 7%;
    }
}

@media screen and (max-width:1023px) {
    .fv-text {
        margin-left: 50px;
    }

    .fv-box {
        margin-top: 20px;
    }

    .fv-bg {
        top: 20px;
    }

    .fv-flex{
        align-items: flex-start;
    }

    .front-inf-set{
        margin-left: 0px;
    }

    .front-inf-iframe{
        right: 0px;
    }

    .front-about-img {
        width: 60%;
    }

    .front-about-box{
        margin: 30px auto 0;
        width: 75%;
    }

    .front-about-img {
        width: 80%;
        margin-top: 20px;
    }

    .footprint-1 {
        top: 250px;
        left: auto;
        width: 150px;
        right: 100px;
    }

    .footprint-2 {
        top: -10px;
    }

    .front-feature-flex {
        gap: 30px;
        align-items: center;
    }

    .front-feature-box {
        width: 50%;
    }

    .front-last-2 {
        width: 220px;
        right: 1%;
        top: 10px;
    }

    .front-last-1 {
        width: 145px;
        left: 5%;
        top: 340px;
    }

    .front-last-3 {
        width: 160px;
        top: 360px;
        right: 20%;
    }
}

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

    .fv-text {
        margin-left: 20px;
        font-size: 2rem;
    }

    .fv-flex {
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .fv-box {
        margin-top: 0px;
    }

    .swiper-slide img{
        height: 250px;
        object-fit: cover;
        border-radius: 20px 0 0 20px;
    }

    .front-inf-set{
        width: 100%;
    }

    .front-inf-iframe{
        position: static;
        width: 100%;
    }

    .front-inf-flex {
        gap: 20px;
        margin-top: 10px;
    }

    .front-inf-box {
        margin: 10px 0 20px;
    }

    .front-inf-add {
        line-height: 1.5;
    }

    .front-inf-right{
        width: 100%;
    }

    .front-inf-text {
        margin: 5px 0 15px;
    }

    .front-news-box {
        padding: 15px;
        margin: 15px auto 0;
        border-radius: 20px;
    }

    .front-news-flex {
        gap: 15px;
        padding-left: 0px;
    }

    .front-news-title{
        width: 69%;
        text-align: left;
    }

    .front-about-top {
        padding-top: 40px;
    }

    .front-about-img {
        width: 100%;
        margin-top: 10px;
    }

    .footprint-1 {
        top: 20px;
        left: 10px;
        width: 80px;
        right: auto;
    }

    .front-about-box {
        margin: 20px auto 0;
        width: 100%;
    }

    .front-feature-flex{
        margin-top: 20px;
        gap: 0px;
    }

    .front-feature-img{
        width: 100%;
    }

    .footprint-2{
        width: 110px;
    }

    .front-feature-box{
        width: 100%;
    }

    .front-feature-text {
        margin-bottom: 0px;
    }

    .front-feature-img2{
        order: 0;
    }

    .front-feature-box2{
        order: 2;
    }

    .front-facilities-top::after {
        top: 20px;
    }

    .front-facilities-top {
        padding: 50px 0 40px;
        margin-bottom: 20px;
    }

    .front-facilities-top::before {
        bottom: -20px;
    }

    .front-facilities-flex {
        gap: 10px;
        margin-top: 20px;
    }

    .front-facilities-flex img {
        width: calc((100% - 10px * 3) / 4);
        border-radius: 10px;
    }

    .front-inst-link{
        width: 100%;
    }

    .front-last-text{
        width: 100%;
    }

    .front-last-2,.front-last-3{
        display: none;
    }

    .front-last-title{
        margin-bottom: 15px;
    }

    .front-last-name{
        margin-top: 10px;
    }

    .front-last-1 {
        left: 30%;
        top: 290px;
    }


}


/*line
-----------------------------------------------------------------------------------------*/
.line-top{
    position: relative;
    padding: 50px;
    background-image: url("../images/line-bg.jpg");
}

.line-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    z-index: 1;
}

.line-right{
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 20%;
}

.line-bg{
    background-color: rgba(255, 250, 245, 1);
    padding: 50px;
}

.line-title{
    font-size: 2rem;
    font-weight: 800;
    color: rgba(0, 185, 0, 1);
    margin-bottom: 30px;
}

.line-box{
    text-align: left;
    font-size: 1.2rem;
    width: 800px;
    margin: 0 auto 30px;
    z-index: 2;
    position: relative;
}

.line-sub{
    margin-bottom: 20px;
}

.line-flex{
    gap: 25px;
    align-items: center;
}

.line-flex1{
    margin-bottom: 10px;
}

.line-flex2{
    align-items: flex-start;
}

.line-number{
    font-size: 2.2rem;
    font-weight: 700;
    color: rgba(0, 185, 0, 1);
}

.line-link{
    background-color: rgba(6, 199, 85, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.2rem;
    font-weight: 800;
    width: 300px;
    padding: 15px;
    display: block;
    border-radius: 50px;
    margin: auto;
    /* border: 1px solid rgba(6, 199, 85, 1); */
}

.line-link:hover{
    background-color: rgba(237, 215, 198, 1);
    /* background-color: rgba(255, 255, 255, 1);
    color: rgba(6, 199, 85, 1); */
    
}

.line-link-flex{
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.line-img{
    width: 40px;
    margin: 0;
}

.line-text{
    width: 50%;
}

@media screen and (max-width:1023px) {
    .line-box{
        width: 100%;
    }

    .line-text-02{
        width: 83%;
    }

    .line-bg {
        padding: 50px 70px;
    }
}

@media screen and (max-width:767px) {
    .line-top {
        padding: 20px;
    }

    .line-bg {
        padding: 20px;
    }

    .line-title {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }

    .line-flex {
        gap: 10px;
    }
    .line-flex1{
        align-items: flex-start;
    }

    .line-left {
        top: -40px;
    }

    .line-box{
        margin-bottom: 20px;
    }

    .line-link{
        width: 100%;
    }

    .line-right {
        bottom: -60px;
        width: 30%;
        /* display: none; */
        z-index: 1;
    }

}



/*about-us
-----------------------------------------------------------------------------------------*/
.about-us-top{
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 100px;
    border-radius: 30px;
}

.about-us-title{
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 0.5px solid rgba(63, 63, 63, 1);
}

.about-us-iframe{
    width: 40%;
    border-radius: 20px;
    margin: 0;
    height: 300px;
}

.about-us-flex{
    gap: 100px;
    justify-content: center;
    margin-top: 30px;
}

.about-us-right{
    width: 45%;
}

.about-us-box{
    color: rgba(127, 112, 101, 1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(191, 171, 155, 1);
}

.about-us-sub{
    font-size: 1.2rem;
    width: 100px;
    text-align: left;
}
@media screen and (max-width:1100px) {
    .about-us-top{
        padding: 50px 70px;
    }

    .about-us-flex{
        gap: 70px;
    }

    .about-us-right{
        width: 50%;
    }
}

@media screen and (max-width:1023px) {
    .about-us-right{
        width: 100%;
    }

    .about-us-iframe{
        width: 100%;
    }

    .about-us-top {
        padding: 50px 100px;
    }

}

@media screen and (max-width:767px) {
    .about-us-top{
        padding: 20px;
    }

    .about-us-flex {
        gap: 20px;
        margin-top: 15px;
    }

    .about-us-iframe{
        height: 200px;
    }


    .about-us-sp{
        width: 122px;
    }

}



/*当院についてabout
-----------------------------------------------------------------------------------------*/
.page-box{
    text-align: left;
}

.page-title{
    font-size: 2.5rem;
    font-weight: 700;
}

.page-sub{
    font-size: 2rem;
    font-weight: 800;
    color: rgba(127, 112, 101, 1);
}

.about-top-text{
    margin: 100px 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.about-our-top{
    position: relative;
    padding-top: 150px;
}

.about-our-sub{
    padding-bottom: 100px;
}

.about-our-top::after{
	position: absolute;
	content: '';
	width: 98%;
	border-top: 4px dashed rgba(244, 162, 97, 1);
	top: 300px;
	left: 15px;
    transform: rotate(-5deg);
}

.about-our-box{
    width: 90%;
    margin: 100px auto 0;
}

.about-our-flex{
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.about-our-number{
    font-size: 3rem;
    font-weight: 700;
}

.about-our-title{
    font-size: 1.2rem;
}

.about-our-set{
    margin-left: 70px;
}

.about-our-set p{
    line-height: 2;
}

.about-our-img{
    width: 85%;
    margin: 0 0 30px;
}


@media screen and (max-width:767px) {
    .about-top-text {
        margin: 20px 0;
    }

    .about-our-top{
        padding-top: 40px;
    }

    .page-title {
        font-size: 2rem;
    }

    .about-our-top::after {
        width: 93%;
        top: 130px;
    }

    .about-our-sub {
        padding-bottom: 30px;
    }

    .about-our-box {
        width: 100%;
        margin: 20px auto 0;
    }

    .about-our-title {
        width: 78%;
    }

    .about-our-set{
        margin-left: 0;
    }

    .about-our-flex {
        gap: 10px;
        margin-bottom: 15px;
    }

    .about-our-img {
        width: 100%;
        margin: 0 0 15px;
    }

    .about-our-set p {
        line-height: 1.5;
    }
}

/*院長挨拶page-greeting
-----------------------------------------------------------------------------------------*/
.greeting-about-text{
    margin-bottom: 0;
}

.greeting-flex{
    justify-content: space-between;
    align-items: flex-end;
}

.greeting-box{
    width: 550px;
}

.greeting-text{
    margin: 30px 0 10px;
}

.greeting-name-flex{
    justify-content: space-between;
}

.greeting-img{
    width: 40%;
    z-index: 2;
    margin: 0;
}

.greeting-top{
    position: relative;
}

.greeting-top::after{
	position: absolute;
	content: '';
	width: 98%;
	border-top: 4px dashed rgba(244, 162, 97, 1);
	top: 150px;
	left: 15px;
    transform: rotate(-5deg);
    z-index: 1;
}

.greeting-doctor-box{
    margin-top: 100px;
}

.greeting-doctor-img{
    width: 60%;
    margin: 70px auto;
    position: relative;
}

.footprint-3{
    position: absolute;
    width: 100px;
    left: -200px;
    top: 50px;

}

.greeting-dog-box{
    gap: 80px 50px;
    justify-content: space-between;
}

.greeting-dog-flex{
    width: calc(100%/2 - 30px);
    align-items: center;
}

.greeting-dog-img{
    width: 100px;
}

.greeting-dog-left{
    position: relative;
    width: 150px;

}

.greeting-dog-name{
    position: absolute;
    bottom: -35px;
    left: 10px;
    font-size: 1.2rem;
    font-weight: 800;
    color: rgba(127, 112, 101, 1);
}

.greeting-dog-name2{
    left: 30px;
}

@media screen and (max-width:1200px) {
    .greeting-box {
        width: 470px;
    }

    .greeting-dog-text{
        width: 65%;
    }

    .greeting-dog-box{
        gap: 80px 0px;
    }

    .greeting-dog-flex {
        width: calc(100% / 2 );
    }
}

@media screen and (max-width:1023px) {
    .greeting-box {
        width: 370px;
    }

    .greeting-name-1{
        width: 100%;
    }

    .greeting-name-2{
        margin: 10px 20px 0 auto;
        font-weight: 500;
    }

    .greeting-img {
        width: 42%;
    }

    .greeting-top::after {
        top: 50px;
    }

    .greeting-doctor-img {
        width: 80%;
        margin: 70px 0 70px auto;
    }

    .footprint-3 {
        left: -140px;
    }

    .greeting-dog-text {
        width: 55%;
    }
}

@media screen and (max-width:767px) {
    .greeting-top::after {
        top: 0px;
        width: 93%;
    }

    .about-top-text {
        margin: 10px 0 20px;
    }

    .greeting-text {
        margin: 10px 0;
        width: 103%;
    }

    .greeting-box{
        width: 100%;
    }

    .greeting-img {
        width: 70%;
        object-fit: cover;
        margin-top: -15px;
    }

    .greeting-doctor-box {
        margin-top: 20px;
    }

    .greeting-doctor-img {
        width: 100%;
        margin: 20px 0;
    }

    .footprint-3 {
        left: auto;
        right: -20px;
        top: -200%;
    }

    .greeting-dog-flex{
        width: 100%;
    }

    .greeting-dog-left {
        width: 114px;
    }

    .greeting-dog-img {
        width: 70px;
        margin: 0;
    }

    .greeting-dog-name{
        left: 0;
    }

    .greeting-dog-text {
        width: 67%;
        margin-left: -20px;
    }

    .greeting-dog-box {
        gap: 60px 0px;
    }

    .greeting-dog-flex3{
        order: 1
    }

    .greeting-dog-flex2{
        order: 2
    }

    .greeting-dog-flex4{
        order: 3
    }

    .greeting-top{
        padding-bottom: 70px;
    }
}


/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.contact-box{
    width: 80%;
    margin: 150px auto 0;
}

.contact-title{
    font-size: 1.2rem;
    color: rgba(127, 112, 101, 1);
    margin-bottom: 10px;
}

.contact-title p{
    font-weight: 800;
}

.required{
    font-size: 10px;
    vertical-align: text-top;
    color: rgba(255, 56, 60, 1);
}

.contact-text{
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(219, 198, 180, 1);
}

.text-common{
    width: 100%; 
    height: 60px;
    border: 1px solid rgba(191, 171, 155, 1);
}

.contact-common{
    width: 100%;
    border: 1px solid rgba(191, 171, 155, 1);
    height: 500px;
}

.contact-privacy-box{
    font-weight: 500;
    width: 470px;
    margin: 100px auto 25px;
}

.contact-privacy{
    color: rgba(244, 162, 97, 1);
}

.contact-check p{ 
    text-align: center;  
    font-weight: 500;
}

.check-accept{
    margin-right: 10px;
}

.button-submit{
    border: none;
    width: 300px;
    font-size: 1.2rem;
    font-weight: 800;
    margin: 50px auto 0;
    display: block;
    opacity: 0.5;
    color: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 50px;
    letter-spacing: 10px;
    background-color: rgba(244, 162, 97, 1);
}

.button-submit.active {
    opacity: 1;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .contact-box{
        width: 100%;
        margin-top: 20px;
    }

    .contact-common{
        height: 300px;
    }

    .contact-privacy-box {
        width: 100%;
        margin: 20px auto 15px;
    }

    .button-submit{
        width: 100%;
        margin-top: 20px;
    }
}

/*privacy-policy
-----------------------------------------------------------------------------------------*/
.privacy-box{
    margin-left: 30px;
}

.privacy-text{
    font-size: 1.2rem;
    margin: 50px 0 20px;
}

.privacy-title{
    font-size: 1.2rem;
    padding: 30px 0 10px;
}
@media screen and (max-width:767px) {
    .privacy-text{
        margin: 10px 0 0;
    }

    .privacy-box{
        margin-left: 0;
    }

    .privacy-title{
        padding: 20px 0 5px;
    }
}



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