/* **************************************************

  		　　　　　　レイアウト

************************************************** */
.inner {
    width:90%;
    margin:0 auto;
}

.move {
    height:100%;
    width:100%;
}
#move_mon {
    width:34%;
    height:auto;
}
#move_ebi {
    width:34%;
    height:auto;
}

/* **************************************************

  		　　　　ネコ・イヌ専用の動物病院です。

************************************************** */
#info h1 img {
    width:95%;
    height:auto;
    margin:3rem auto 2rem;
}
#info p {
    margin:0 0 1rem 0;
    font-size:1rem;
}
#info span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight:bold;
}

/* **************************************************

  		　　　　　　病院からのお知らせ

************************************************** */
#topics .inner {
    margin-top:4rem;
}
#topics h1 {
    font-size:1.1rem;
}
#topics dl {
    padding:3rem 1rem 3rem;
}
#topics dl > div > dt {
    flex-basis:100%;
    font-size:1.2rem;
    justify-content:center;
    margin-bottom:1rem;
}
#topics dl > div > dd {
    flex-basis:100%;
    text-align:left;
}

/* **************************************************

  		　　　　　　  診療案内

************************************************** */
#sinryouannai {
    background-position:0 5rem;
    margin-top:2rem;
    padding-bottom:0.5rem;
}
#sinryouannai .inner h1 {
    width:26%;
    height:auto;
    margin-bottom:0rem;
    padding-right:0rem;
}
#sinryouannai #monben {
    width:46%;
    padding-left:1rem;
}
#sinryouannai #monben img {
    margin:0;
    padding:0;
}
#sinryouannai #monben_com {
    width:28%;
    padding-left:0.5rem;
    margin-bottom:1rem;
}



#sinryouannai .juju1_block {
    margin:3rem 0 0 0;
} 
#sinryouannai #juju1 {
    width:38%;
    margin-bottom:-1rem;
}
#sinryouannai #juju1_com {
    width:36%;
    margin-top:0rem;
}

#sinryou_closed h2 {
    font-size:1.1rem;
}
#sinryou_closed dl > div {
    font-size:1rem;
}


/* **************************************************

  		　　　　　　  病院案内

************************************************** */
#byouinannai .inner h1 {
    width:26%;
    height:auto;
    margin-top:3rem;
}
#byouinannai #gaikan {
    width:calc(100% - 1rem);
}
#byouinannai #daikokuten_com {
    width:auto;
    height:50%;
}
#byouinannai #daikokuten {
    width:auto;
    height:55%;
    padding-top:0.5rem;
    margin-right:1rem;
}

#byouinannai .place h2 span {
    display:block;
    font-size:1rem;
    line-height:1em;
}

/* **************************************************

  		　　　　　フォトギャラリー

************************************************** */
#photo {
    background-position:0 4rem;
    margin-top:3rem;
    padding-bottom:2rem;
}
#photo .photo_header {
    align-items:flex-end;
}
#photo #juju2 {
    width:28%;
    height:100%;
}
#photo #juju2_com {
    width:26%;
    margin-left:0.5rem;
    margin-bottom:1rem;
}
#photo #Photo_Kiyohiro {
    position:absolute;
    right:0;
    top:3.5rem;
    width:auto;
    height:1rem;
}

/* **************************************************

  		　　　　　　フッター

************************************************** */
footer {
    padding:3rem 0 1rem;
    font-size:0.8rem;
}

.scroll-track img {
  width:28vw;
  min-width:auto;
  height:28vw;
  min-height:auto;
  border-radius:0.75rem;
}
