@charset "UTF-8";
html {
  overflow: auto;
}
body {
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  body {
    min-width: 1050px;
  }
}
/*------------------------------------------------------------header*/
#hatsunetsu {
  position: absolute;
  top: 100px;
  right: 10px;
  display: inline-block;
  width: calc(100% - 245px);
}
#hatsunetsu a {
  position: relative;
  display: block;
  line-height: 1.2;
  padding: 5px 15px 5px 5px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #d00000;
  word-break: keep-all;
}
#hatsunetsu a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  line-height: 1.3;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width:480px) {
  #hatsunetsu {
    width: calc(100% - 300px);
  }
  #hatsunetsu a {
    line-height: 1.1;
  }
}
@media print, screen and (min-width:768px) {
  #hatsunetsu {
    width: auto;
    top: 98px;
    right: 330px;
  }
  #hatsunetsu a {
    padding: 10px 25px 10px 10px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #d00000;
    transition: all 0.5s;
  }
  #hatsunetsu a:hover {
    opacity: 0.6;
  }
  #hatsunetsu a::after {
    right: 10px;
  }
}
/*tagalog*/
#tagalog {
  position: absolute;
  top: 10px;
  right: 100px;
  display: inline-block;
}
#tagalog a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding: 5px 20px 4px 8px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #9d2fd1;
}
#tagalog a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  line-height: 1.3;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width:480px) {
  #tagalog a {
  line-height: 1.1;
}
#tagalog a br {
  display: none;
}
}
@media print, screen and (min-width:768px) {
  #tagalog {
  top: 138px;
  right: 330px;
}
#tagalog a {
  padding: 11px 25px 8px 10px;
  line-height: 1.1;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #9d2fd1;
  transition: all 0.5s;
}
#tagalog a:hover {
  opacity: 0.6;
}
#tagalog a::after {
  right: 10px;
}
}
/*------------------------------------------------------------mainphoto*/
#mainimg {
  width: 100%;
  height: calc(100vw * 19 / 16);
  background: url(../img/index_img/bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
#mainimgarea .container {
  position: relative;
}
@media print, screen and (min-width:768px) {
  #mainimg {
    height: 700px;
  }
}
#cloud {
  width: 100%;
  height: calc(100vw * 19 / 16);
  background: url(../img/index_img/cloud.png);
  animation: cloudmove 70s linear infinite;
  -webkit-animation: cloudmove 70s linear infinite;
  -moz-animation: cloudmove 70s linear infinite;
}
@media print, screen and (min-width:768px) {
  #cloud {
    height: 700px;
  }
}
@keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 5px;
  }
  50% {
    background-position: 400px 0;
  }
  75% {
    background-position: 600px 5px;
  }
  100% {
    background-position: 800px 0;
  }
}
@-webkit-keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 5px;
  }
  50% {
    background-position: 400px 0;
  }
  75% {
    background-position: 600px 5px;
  }
  100% {
    background-position: 800px 0;
  }
}
@-moz-keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 5px;
  }
  50% {
    background-position: 400px 0;
  }
  75% {
    background-position: 600px 5px;
  }
  100% {
    background-position: 800px 0;
  }
}
#mainimgarea {
  width: 100%;
  height: calc(100vw * 19 / 16);
  position: absolute;
  top: 0;
  background: url(../img/index_img/mainimg_sp.png) center bottom no-repeat;
  background-size: cover;
}
.copy01 {
  transform: rotate(0);
  z-index: 500;
  position: absolute;
  width: auto;
  height: 40px;
  top: 180px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.copy02 {
  transform: rotate(0);
  z-index: 501;
  text-align: center;
  width: auto;
  height: 40px;
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.copy01 img, .copy02 img {
  margin: auto;
  width: auto;
  height: 40px;
}
.balloon01 {
  position: absolute;
  top: 240px;
  left: 5px;
  z-index: 400;
}
.balloon01 img {
  width: 95px;
  height: auto;
}
.balloon02 {
  display: none;
  z-index: 400;
}
.balloon03 {
  display: none;
  z-index: 400;
}
.balloon04 {
  position: absolute;
  top: 240px;
  right: 5px;
  z-index: 400;
}
.balloon04 img {
  width: 95px;
  height: auto;
}
.balloon05 {
  position: absolute;
  top: calc(100% + 350px);
  right: 30%;
  z-index: 999;
}
.balloon05 img {
  width: 130px;
  height: auto;
}
@media print, screen and (min-width:480px) {
  .copy01 {
    width: auto;
    height: 60px;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .copy02 {
    width: auto;
    height: 60px;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .copy01 img, .copy02 img {
    margin: auto;
    width: auto;
    height: 60px;
  }
  .balloon01 {
    position: absolute;
    top: 310px;
    left: 5px;
  }
  .balloon01 img {
    width: 140px;
    height: auto;
  }
  .balloon04 {
    position: absolute;
    top: 320px;
    right: 5px;
  }
  .balloon04 img {
    width: 130px;
    height: auto;
  }
  .balloon05 {
    top: calc(100% + 570px);
    right: 40%;
  }
  .balloon05 img {
    width: 170px;
    height: auto;
  }
}
@media print, screen and (min-width:768px) {
  #mainimgarea {
    height: 700px;
    background: url(../img/index_img/mainimg_pc.png) center top no-repeat;
    background-size: cover;
  }
  .copy01 {
    width: auto;
    height: 40px;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .copy02 {
    width: auto;
    height: 40px;
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .copy01 img, .copy02 img {
    margin: auto;
    width: auto;
    height: 40px;
  }
  .balloon01 {
    top: 120px;
    left: -90px;
  }
  .balloon01 img {
    width: 253px;
    height: auto;
  }
  .balloon02 {
    display: block;
    position: absolute;
    top: 430px;
    left: -148px;
  }
  .balloon02 img {
    width: 290px;
    height: auto;
  }
  .balloon03 {
    display: block;
    position: absolute;
    top: 150px;
    right: -100px;
  }
  .balloon03 img {
    width: 281px;
    height: auto;
  }
  .balloon04 {
    top: 318px;
    right: -148px;
  }
  .balloon04 img {
    width: 247px;
    height: auto;
  }
  .balloon05 {
    top: 410px;
    right: 65px;
  }
  .balloon05 img {
    width: 269px;
    height: auto;
  }
}
/*------------------------------------------------------------content*/
/*----------------------------------- common */
.title01 img {
  width: auto;
  height: 40px;
}
@media print, screen and (min-width:768px) {
  .title01 img {
    width: auto;
    height: auto;
  }
}
/*----------------------------------- background_animation */
#background_animation {
  width: 100%;
  min-height: 108px;
  height: 100%;
  background: url(../img/common_img/background_sp.jpg) no-repeat center 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width:768px) {
  #background_animation {
    background: url(../img/common_img/background_pc.jpg) no-repeat center 20px;
  }
}
/*----------------------------------- greeting */
#index_greeting {
  padding-top: 18px;
  text-align: center;
}
#index_greeting .box01 {
  background: url(../img/index_img/bg_greeting_sp.jpg) no-repeat center bottom #FFF;
  background-size: contain;
  border-top: 10px solid #A5D515;
  padding: 25px 15px 80px;
}
#index_greeting .box01 .title_tx {
  margin-bottom: 1em;
}
#index_greeting .box01 .title_tx span {
  max-width: 460px;
}
#index_greeting .box01 .title_tx::after {
  color: #a5d515;
}
#index_greeting p {
  text-align: center;
  margin-bottom: 1em;
  text-shadow: #fff 1px 1px 6px, #fff -1px 1px 6px, #fff 1px -1px 6px, #fff -1px -1px 6px;
}
#index_greeting p.tx_l {
  font-size: 14px !important;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  #index_greeting .box01 {
    background: url(../img/index_img/bg_greeting_pc.jpg) no-repeat center bottom #FFF;
    padding: 30px 30px 30px;
  }
  #index_greeting .box01 .title_tx span {
    max-width: 600px;
  }
  #index_greeting p.tx_l {
    font-size: 20px !important;
  }
}
/*----------------------------------- fever_outpatient */
#fever_outpatient {
  padding-top: 18px;
  text-align: center;
}
#fever_outpatient .box01 {
  background: url("../img/index_img/bg_fever_outpatient_sp.jpg") center bottom #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-top: 10px solid #A5D515;
  padding: 25px 15px 130px;
}
#fever_outpatient h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1.3;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  color: #744a30;
}
#fever_outpatient h3.fever_title_tx::after {
  content: "●●●●●●●●●●";
  display: block;
  font-size: 0.4em;
  margin: 1em auto;
  text-shadow: none;
  color: #a5d515;
}
@media print, screen and (min-width: 768px){
#fever_outpatient h3.fever_title_tx::after {
  font-size: 8px;
  letter-spacing: 3px;
}
}
#fever_outpatient h3 span {
  position: relative;
}
#fever_outpatient h3 figure {
  position: absolute;
  left: -60px;
}
#fever_outpatient h3 figure img {
  width: 100%;
  height: auto;
  max-width: 50px;
}
@media print, screen and (min-width:768px) {
  #fever_outpatient h3 figure {
    position: absolute;
    left: -90px;
  }
  #fever_outpatient h3 figure img {
    max-width: 70px;
  }
}
#fever_outpatient ul {
  background: #ffffc9;
  padding: 20px;
  margin: 30px auto;
  border-radius: 10px;
  width: 100%;
  max-width: 550px;
}
#fever_outpatient ul li {
  position: relative;
  margin: 0 0 40px 0;
}
#fever_outpatient ul li:last-of-type {
  position: relative;
  margin: 0;
}
#fever_outpatient ul li figure {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  #fever_outpatient ul li:first-of-type figure {
    position: absolute;
    bottom: 0;
    right: -45px;
  }
  #fever_outpatient ul li:nth-of-type(2) figure {
    position: absolute;
    bottom: 0;
    left: -112px;
  }
  #fever_outpatient ul li:nth-of-type(3) figure {
    position: absolute;
    bottom: -50px;
    right: -40px;
  }
}
#fever_outpatient h4 {
  margin: 0 auto 15px auto;
  line-height: 1.3;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  color: #fff;
  background: #f48124;
  border-radius: 50px;
  width: 100%;
  max-width: 360px;
  padding: 5px 20px;
}
#fever_outpatient p {
  text-align: center;
  margin-bottom: 1em;
  text-shadow: #fff 1px 1px 6px, #fff -1px 1px 6px, #fff 1px -1px 6px, #fff -1px -1px 6px;
}
.fever_outpatient_tel {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background: #fff;
  color: #744a30;
  padding: 20px;
  font-weight: bold;
  font-size: 1.7rem;
}
.fever_outpatient_tel .tel-link a {
  color: #744a30 !important;
  text-decoration: none !important;
}
.tx_highlight_red {
  background: linear-gradient(transparent 50%, #e88477 50%);
}
#fever_outpatient p.tx_l {
  font-size: 14px !important;
  font-weight: bold;
}
@media print, screen and (min-width:576px) {
  #fever_outpatient .box01 {
    padding: 25px 30px 180px;
  }
}
@media print, screen and (min-width:768px) {
  #fever_outpatient .box01 {
    background: url("../img/index_img/bg_fever_outpatient_pc.jpg") center bottom #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 25px 30px 30px;
  }
  .fever_outpatient_tel {
    font-size: 2.5rem;
  }
  #fever_outpatient h3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 34px;
  }
    #fever_outpatient h4 {
  font-size: 22px;
}
  #fever_outpatient p.tx_l {
    font-size: 20px !important;
  }
}
/*----------------------------------- corona */
#corona {
  padding-top: 18px;
  text-align: center;
}
#corona .box01 {
  background: url("../img/index_img/bg_corona_sp.jpg") center bottom #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-top: 10px solid #A5D515;
  padding: 25px 15px 130px;
}
#corona .box01 .title_tx {
  margin-bottom: 1em;
}
#corona p {
  text-align: center;
  margin-bottom: 1em;
  text-shadow: #fff 1px 1px 6px, #fff -1px 1px 6px, #fff 1px -1px 6px, #fff -1px -1px 6px;
}
@media print, screen and (min-width:576px) {
  #corona .box01 {
    padding: 25px 30px 180px;
  }
}
@media print, screen and (min-width:768px) {
  #corona .box01 {
    background: url("../img/index_img/bg_corona_pc.jpg") center bottom #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 25px 30px 30px;
  }
  #corona .box01 p {
    padding: 0 260px;
  }
}
/*----------------------------------- reserve */
#index_reserve a {
  text-decoration: none;
  display: block;
}
#index_reserve a:hover {
  opacity: .75;
}
#index_reserve a.box02 {
  background: url(../img/index_img/bg_reserve01.jpg) no-repeat right bottom #FFF;
  background-size: auto 100%;
  border-top: 10px solid #21d9b4;
  margin-bottom: 10px;
}
#index_reserve a.box02 .title_tx {
  margin-bottom: 1em;
}
#index_reserve a.box02 .title_tx::after {
  color: #21d9b4;
}
#index_reserve a.box03 {
  background: url(../img/index_img/bg_reserve02.jpg) no-repeat right bottom #FFF;
  background-size: auto 100%;
  border: 5px solid #32c1ea;
  border-top: 10px solid #32c1ea;
}
#index_reserve a.box03 .title_tx {
  margin-bottom: 1em;
}
#index_reserve a.box03 .title_tx::after {
  color: #32c1ea;
}
#index_reserve .text {
  display: flex;
}
#index_reserve .text img {
  display: flex;
  margin-right: 20px;
}
#index_reserve > div p {
  line-height: 1.35;
  text-shadow: #fff 1px 1px 6px, #fff -1px 1px 6px, #fff 1px -1px 6px, #fff -1px -1px 6px;
  margin-top: 5px;
}
@media print, screen and (min-width:768px) {
  #index_reserve a.box02, #index_reserve a.box03 {
    min-height: 210px;
  }
  #index_reserve a.box02 .title_tx, #index_reserve a.box03 .title_tx {
    font-size: 20px;
  }
  #index_reserve a.box02 {
    margin-bottom: 0;
  }
  #index_reserve a img {
    margin-right: 30px;
  }
}
#time_schedule .row {
  margin-right: auto;
  margin-left: auto;
}
#time_schedule .box01 .title_tx::after {
  color: #a5d515;
}
#time_schedule > div .naname_box {
  margin: 15px 0 25px;
  border-radius: 5px;
  background: #f0f0f0;
}
@media print, screen and (min-width:768px) {
  #time_schedule > div .naname_box {
    margin: 15px 0 25px;
    height: auto;
  }
}
#common_contact {
  padding-top: 24px;
  background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 3px, transparent 3px, transparent 8px);
  background-size: 8px 3px;
  background-position: top;
  background-repeat: repeat-x;
}
#common_contact h3 {
  text-align: center;
  margin-bottom: 10px;
}
#common_contact h3 img {
  width: 120px;
  height: auto;
}
#common_contact .in .text {
  font-size: 1.714em;
  line-height: 1.2;
  margin-bottom: 10px;
}
#common_contact .in .tel_num {
  position: relative;
}
#common_contact .in .tel_num span {
  color: #fff;
  background: #293f94;
  border-radius: 5px;
  padding: 3px 8px;
  display: block;
  margin-bottom: 1em;
}
#common_contact .in .tel_num img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}
@media print, screen and (min-width:768px) {
  #common_contact {
    display: flex;
    justify-content: center;
  }
  #common_contact h3 {
    margin-right: 32px;
  }
  #common_contact h3 img {
    width: 171px;
  }
  #common_contact .in {
    text-align: center;
    margin-top: 34px;
  }
  #common_contact .in .text {
    margin-bottom: 15px;
  }
  #common_contact .in .tel_num {
    display: flex;
  }
  #common_contact .in .tel_num span {
    text-align: left;
    padding: 8px 20px;
    margin-right: 16px;
    width: 200px;
  }
  #common_contact .in .tel_num img {
    width: 481px;
    max-width: 481px;
    height: 50px;
    margin-top: 20px;
  }
}
/*----------------------------------- pagenav */
#index_pagenav .row {
  margin-right: auto;
  margin-left: auto;
}
#index_pagenav li {
  text-align: center;
}
#index_pagenav li:first-child {
  margin-bottom: 10px;
}
#index_pagenav li img {
  max-width: 300px;
  margin: 0 auto;
}
@media print, screen and (min-width:480px) {
  #index_pagenav .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media print, screen and (min-width:768px) {
  #index_pagenav li:first-child {
    margin-bottom: 0;
  }
  #index_pagenav li img {
    max-width: 510px;
    margin: 0 auto;
  }
}
/*----------------------------------- news */
#index_news {
  margin-top: 25px;
}
#index_news .container {
  position: relative;
}
#index_news .box01 {
  padding: 45px 15px 30px;
}
#index_news #btn_more {
  position: absolute;
  top: 0;
  right: 35px;
  width: 90px;
}
#index_news #btn_more a {
  display: block;
}
#index_news #btn_more a img {
  width: 90px;
  height: auto;
}
@media print, screen and (min-width:768px) {
  #index_news {
    margin-top: 50px;
  }
  #index_news #btn_more {
    position: absolute;
    top: 0;
    right: 35px;
    width: 115px;
  }
  #index_news #btn_more a img {
    width: 115px;
    height: auto;
  }
}
/*更新プログラム(連動)フォーマット*/
#news01 {
  width: 100%;
  overflow: hidden;
}
#news01 dl {
  padding: 10px 5px 0.5em;
  text-align: center;
}
#news01 dl dt {
  display: inline-block;
  color: #fff;
  padding: 0.3em 2em;
  border-radius: 30px;
  background-color: rgb(249, 176, 2);
}
#news01 dl dd {
  text-align: center;
}
#news01 dl dd div.newstitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.5em 0 0;
}
@media print, screen and (min-width:768px) {
  #news01 dl dt {
    padding: 0.5em 2em;
  }
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
  width: 100%;
}
#news02 .newsbox {
  overflow: hidden;
  /* for modern browser */
}
#news02 .newsbox .news_text_area {
  zoom: 1;
  /*ie6*/
  overflow: hidden;
}
#news02 .newsbox .news_text {
  line-height: 1.5;
}
#news02 .newsbox img {
  margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
  font-size: 16px;
  font-weight: bold;
  color: #6D6D6D;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
  font-size: 12px;
}
#news02 .pdf_link {
  margin-top: 10px;
}
#news02 .pdf_link li {
  margin-bottom: 5px;
  text-align: left;
}
#news02 .pdf_link li a {
  padding: 2px 0 2px 28px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: underline;
  background: url(../img/common_img/icon_pdf.png) left top no-repeat;
  background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
  text-decoration: none;
}
@media print, screen and (min-width:768px) {
  #news02 .newstitle br {
    display: none;
  }
}
/*Googlemap*/
#googlemap iframe {
  display: none;
}
.mapbtn {
  background: #666;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}
.mapbtn a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
}
.mapbtn a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
  #googlemap iframe {
    display: block;
  }
  .mapbtn {
    display: none;
  }
}