body{
font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
overflow-x: hidden; 
-webkit-font-smoothing: antialiased;
line-height: 1.6;
background: url("../img/bg.png");
}
a{
text-decoration: none;
word-break: break-all;
}
i{
margin-right: 8px;
}
i{
padding-right: 5px;
}
/*＝＝＝＝＝　見出し　＝＝＝＝＝*/

.news_title{
font-size: 120%;
padding: 20px;
font-weight: bold;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 7px 13px -3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
color: #009245;
background: rgba(0,146,69,0.1);
border-radius: 20px;
width: 95%;
}
h1{
line-height: 1.1;
animation-name:blurAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
text-align: center;
color: #009245;
text-shadow:
1px 1px 1px #FFF4F1,
1px 2px 1px #FFF4F1,
1px 3px 1px #FFF4F1,
1px -1px 1px #FFF4F1,
1px 3px 5px rgba(255,238,228,0.30),
1px 4px 5px rgba(255,239,223,0.30);
font-weight: bold;
font-size: 300%;
}
h1 p{
font-size: 60%;
padding: 10px;
}
h1 p span{
font-size: 60%;
padding: 10px;
}
h1 img{
width: 40px;
height: 40px;
margin-right: 10px;
}
h2{
font-size: 120%;
padding: 15px 0px 15px 20px;
font-weight: bold;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 7px 13px -3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
color: #ffffff;
background: #ff7c5c;
border-radius: 20px;
width: 95%;
}
h2 img{
width: 25px;
height: 25px;
margin-right: 5px;
vertical-align:middle;
}
h4{
font-weight: bold;
color: #ff7c5c;
font-size: 110%;
}
h4:before{
content: url("../img/icon_himawari.png");
margin-right:5px;  /*画像右の余白*/
}
h4 span{
font-weight: 500;
color: #1D1D1D;
}
h5 {
position: relative;
padding: 20px 0 5px;
font-size: 120%;
font-weight: bold;
color:#ff7c5c;
margin-bottom: 30px;
}
h5:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
content: '';
background-image: -webkit-repeating-linear-gradient(135deg, #ff7c5c, #ff7c5c 1px, transparent 2px, transparent 5px);
background-image: repeating-linear-gradient(-45deg, #ff7c5c, #ff7c5c 1px, transparent 2px, transparent 5px);
background-size: 7px 7px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
h6{
font-weight: bold;
font-size: 120%;
color:#ff7c5c;
padding: 0 10px;
}

h6::before {
content: attr(data-en);
display: block;
color: #009245;
font-size: 80%;
}

/*＝＝＝＝＝　header　＝＝＝＝＝*/
header{
padding:0 10px 20px 20px;
background: #FFEC8A;
position: relative;
}
.scallop-down{
height:28px;
width:100%;
background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#FFEC8A), color-stop(0.49, #FFEC8A), color-stop(0.51, rgba(255,255,255,0.18)), to(rgba(255,255,255,0.00)));
-webkit-background-size: 49px 100%;
}
.header_flex{
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.header_clinic_common{
display: flex;
color: #009245;
font-size: 100%;
width: 25%;
padding-top: 10px;
}
.common_title{
width: 50%;
color: #009245;
padding: 20px;
}
.header_btn_box{
width: 25%;
padding-top: 10px;
}


.bound-container{
position:relative;
width:100%;
height:300px;
}


/*ボール*/
.ball{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
  width:100px;
  height:100px;
  border-radius: 50%;
  background:#0091EA;
  opacity:0.6;
  animation: bound-anim 1s ;
}

@keyframes bound-anim {
  0%,100% {top: 0;transform: scale(1);}
  30% {top: -60%; transform: scale(0.96,1.04);}
  60% {transform: scale(1);}
  90% {top: 0;transform: scale(1.15,0.9);}
}

/*影*/
.shadow{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: -95px;/*対象のheightと微調節*/
  margin: auto;
  width: 60px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  filter: blur(6px);
  opacity:0.9;
  animation: shadow-anim 1s;
}

@keyframes shadow-anim {
0%,100%  {transform: scale(1);filter: blur(4px);}
30% {transform: scale(1.6,1);filter: blur(8px);}
}

.logo_text p{
font-weight: bold
}
.top_logo_common{
width: 30%;
}
.top_logo_common img{
width: 100%;
}
.header_info_p{
font-size: 80%;
}
@keyframes blurAnime{
from {
filter: blur(10px);
transform: scale(1.02);
opacity: 0;
}
to {
filter: blur(0);
transform: scale(1);
opacity: 1;
}
}
a.header_circle{
width: 120px;
height: 90px;
padding: 20px 0 0;
border-radius: 50%;
color: #fff;
background: #34D17C;
font-size: 110%;
font-weight: bold;
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
animation: bound-anim 1s ;
}
a.header_circle02{
background: #ff7c5c;  
}
a.header_circle i { 
font-size: 150%;
text-align: center;
margin-right: 0;
}
.fa-position-bottom {
position: absolute;
bottom: 10px;
left: calc(50% - 0.5rem);
}
a.header_circle:hover {
opacity: 0.6;
}
.tel_btn{
margin: 20px auto;
}
.tel_btn a{
color: #009245;
border: 2px solid #009245;
padding: 10px 15px;
border-radius: 5px;
}

.tel_btn a:hover{
background: #009245;
color: #ffffff;
}
.main_cont{
display: flex;
justify-content: flex-start;
max-width: 1600px;
margin: auto;
}
.img_border{
border: 5px solid #FFF;
box-shadow: 0 0 5px #999;
}
/* ＝＝＝＝＝＝　news　＝＝＝＝＝＝ */
.common_cont{
width: 80%;
margin: 50px auto;
}
.inner_box{
width: 90%;
border-bottom: 5px dotted #C1EDCE;
padding: 1em;
margin: 1em auto;
}
.news_sent{
width: 95%;
margin: 10px auto;
}
.img_waku{
border: 3px solid;
border-image: linear-gradient(to right bottom,#FFF069,#F16248) 1 / 3px;
outline: 3px outset #efe9cc;
padding: 5px;
background: #FFF;
box-shadow: 1px 3px 10px #999;
margin: 10px 0 15px 0;
}
/* ＝＝＝＝＝＝　診療予定表　＝＝＝＝＝＝ */
/* -- SVG CSS -- */
.common_cont02{
margin: 0 auto;
width: 100%;
background: #FFF4BA; 
padding: 50px 0;
position: relative;
}
.sep3 {
transform: translateY(10%) translateY(2px) scale(1,1);
transform-origin: top;
}
.common_box{
margin: auto;
max-width: 1500px;
width: 90%;
}
.doctor_info{
width: 90%;
margin: 0 auto;
padding: 15px 10px;
display: flex;
align-items: flex-start;
}
ul.btn_box{
padding: 20px 0;
}
ul.btn_box li{
display: inline-block;
margin: 10px 0;
}
.web_btn01{
padding: 10px 15px;
border-radius: 5px;
font-size: 90%;
color: #009245; 
border: 1px solid #009245;
}
.web_btn01:hover{
background: #FDFFCD;
}

.vacc_table{
margin: 20px auto;
}
.vacc_table tr:hover{
background: #d1edea;
}
.vacc_table th {
background: #00a99d;
border: solid 1px #ccc;
color: #fff;
padding: 5px 10px;
white-space: nowrap;
}
.vacc_table td {
border: solid 1px #ccc;
padding: 5px 10px;
}
.vacc_table td:first-child {
color:  #00a99d;
    font-weight: bold;
}



.hosoku{
font-size: 90%;
line-height: 1.6;
margin: 0 auto;
text-align: right;
width: 90%;
}
.hosoku a{
color: #F17306;
text-decoration: underline;
}
.ru_left{
border-bottom-left-radius: 30px;
border-top-left-radius: 30px;
}
.ru_right{
border-bottom-right-radius: 30px;
border-top-right-radius: 30px;
}

.clinic_info{
width: 90%;
margin: 0 auto;
padding: 15px;    
}
.clinic_info p{
width: 90%;
margin: 5px auto 10px;
font-size: 95%;
}
.yoyaku_cont{
margin: 0px auto 60px;
width: 100%;
background: #E8F9E6; 
padding: 50px 0;
position: relative;
max-width: 1200px;
}
.yoyaku_cont::before {
content: '';
position: absolute;
right: 0;
left: -0%;
top: -25px;
z-index: 10;
display: block;
height: 25px;
background-size: 25px 100%;
background-image: linear-gradient(45deg, #E8F9E6 25%, transparent 25%), linear-gradient(-45deg, #E8F9E6 25%, transparent 25%);
background-position: 0 0;
}
.link_btn{
width: 70%;
margin: 10px auto;
vertical-align: middle;
text-decoration: none;
padding: 1rem 2rem;
font-weight: bold;
color: #ff7c5c;
box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
transition: 0.5s;
background: #ffffff;
text-align: center;
}
.link_btn:hover {
transform: translateX(3px);
background: #FFE1DA;
}

.flow_cont{
margin: 30px auto 60px;
width: 80%;
background: #ffffff; 
position: relative;
padding: 20px;
}
.flow_cont::after {
content: '';
position: absolute;
right: 0;
left: -0%;
top: 100%;
z-index: 10;
display: block;
height: 25px;
background-size: 25px 100%;
background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(225deg, #ffffff 25%, transparent 25%);
background-position: 0 0;
}
.flow_cont::before {
content: '';
position: absolute;
right: 0;
left: -0%;
top: -25px;
z-index: 10;
display: block;
height: 25px;
background-size: 25px 100%;
background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%), linear-gradient(-45deg, #ffffff 25%, transparent 25%);
background-position: 0 0;
}
/*トップページ*/
#pagetop{
position:fixed;
right: -500px;
bottom:-60px;
cursor:pointer;
}
.pagetopbtn img{
width: 20%;
opacity: 0.8;
}
/*＝＝＝＝＝ footer ＝＝＝＝＝*/
footer{
padding: 30px;
position: relative;
font-weight: bold;
text-align: center;
}

.footerbox{
width: 90%;
margin: 10px auto;
font-weight: bold;
}
.footer_btn{
margin: 20px auto;
text-align: center;
}
.footer_btn a:hover{
background: #ffffff;
color:#ff7c5c;
}
.footer_btn a{
color:#ffffff;
padding: 10px 30px;
font-size: 110%;
background: #ff7c5c;
border-radius: 30px;
font-weight: bold;
text-decoration: none;
transition: all 0.2s ease 0s;
text-align: center;
}
.footer_info{
display: flex;
flex-direction: row;
align-items:center;
justify-content: space-between;
padding: 10px 0;
flex-wrap: wrap;
width: 90%;
margin:  0 auto;
}
/*＝＝＝＝＝ footerマップ ＝＝＝＝＝*/
.sitemap{
margin:20px auto;
width: 65%;
}
.sitemap nav ul {
display: flex;
flex-flow: row;
justify-content: center;  
padding: 6px 0;
align-items: stretch;
flex-wrap: wrap;
white-space: wrap;
}
.sitemap nav ul li{
padding: 0 10px;
margin: 5px 0; 
}
.sitemap nav ul li a {
display: inline-block;
align-items: center;
text-decoration: none;
padding: 5px 0 5px 10px;
color:#ff7c5c;
font-weight: bold;
font-size: 90%;
border: 1px solid #ff7c5c;
transition: all 0.2s ease 0s;
background: #ffffff;
}
.sitemap nav ul li a:hover {
color: #ffffff;
background: #ff7c5c;
}
.sitemap nav ul li a dd i{
padding-left: 10px;
}
.copy{
font-size: 80%;
}

@media screen and (max-width: 960px){
/*アクセス*/
.qrbox section{
padding: 15px;
width: 30%;
margin: 5px;
}
}
@media screen and (max-width: 834px){
h2{
font-size: 110%;
padding: 10px 0px 10px 10px;
border-radius: 15px;
width: 95%;
}
h4{
font-size: 110%;
}
h6{
font-weight: bold;
font-size: 100%;
padding: 0 5px;
}
h6::before {
font-size: 90%;
}
/*＝＝＝＝＝　header　＝＝＝＝＝*/
.scallop-down{
display: none;
}
header{
padding:0;
background: rgba(255,227,80,0.70);
position: relative;
border-bottom-left-radius: 80% 68%;
border-bottom-right-radius: 80% 68%;
}
.header_flex{
display: inherit;
}
.header_info{
display: flex;
width: 100%;
padding: 5px;
font-size: 75%;
}
.header_clinic_common{
font-size: 100%;
width: 100%;
margin: 0 auto;
}
.tel_btn{
margin: 5px 10px 0 0;
text-align: right;
}
.tel_btn a{
border: 1px solid #009245;
padding: 3px 7px;
border-radius: 5px;
}
.header_btn_box{
width: 98%;
padding-top: 0;
margin: 10px auto;
text-align: center;
}
.common_title{
width: 95%;
color: #009245;
padding: 20px 0;
}
h1 p{
font-size: 60%;
padding: 10px;
}
h1 p span{
font-size: 60%;
padding: 10px;
}
.logo_text{
padding-top: 25px;
}
.logo_text p{
text-align: right;
font-weight: 600;
padding-right: 5%;
line-height: 1.1;
}
.top_logo_common{
width: 35%;
margin: 0 auto;
}
/* ＝＝＝＝＝＝　news　＝＝＝＝＝＝ */
.common_cont{
width: 95%;
}
.inner_box{
width: 95%;
padding: 10px 0;
margin: 10px auto;
}
.flow_cont{
margin: 30px auto 0px;
width: 90%;
background: #ffffff; 
padding: 10px;
}
.flow_cont.inner_box{
width: 99%;
padding: 10px;
margin: 10px auto;
}
.news_sent{
width: 95%;
margin: 10px auto;
font-size: 90%;
}
/* ＝＝＝＝＝＝　診療予定表　＝＝＝＝＝＝ */
/* -- SVG CSS -- */
.common_cont02{
padding: 20px 0;
}
.common_box{
width: 95%;
}
.doctor_info{
width: 95%;
margin: 0 auto;
padding: 15px 5px;
align-items: flex-start;
flex-direction: column;
}
ul.btn_box{
padding: 10px 0;
}
ul.btn_box li{
display:  list-item;
}
.web_btn01{
padding: 5px 10px;
}
.doctor_info a{
margin-left: 10px;     
}

    
.hosoku{
font-size: 85%;
width: 95%;
}
/*当院案内*/
.access_cont{
width: 95%;
}
.clinic_info{
width: 90%;
margin: 0 auto;
padding: 15px;    
}
.clinic_info p{
width: 90%;
margin: 5px auto 10px;
font-size: 95%;
}
.yoyaku_cont{
padding: 30px 0;
}
.yoyaku_cont{
width: 95%;
}
.link_btn{
width: 85%;
margin: 10px auto;
padding: 10px 20px;
}
/*＝＝＝＝＝　QRコード ＝＝＝＝＝*/
.qr{
width: 95%;
}
.qrbox{
display: flex;
flex-direction: column;
justify-content: center;
align-items:center;
flex-wrap: wrap;
}	
.qrbox section{
padding: 15px;
width: 80%;
margin: 10px;
}
.qrbox p{
font-size: 95%;
}
/*フッター*/
footer{
padding: 30px 0;

}
footer p{
font-size: 90%;
margin-bottom: 30px;
}
.footerbox{
width: 95%;
margin: 0 auto;
}
/* サイトマップ*/
.sitemap{
margin: 0 auto;
text-align: center;
width: 100%;
}
.sitemap nav ul {
display: flex;
flex-flow: row;
justify-content: center;  
padding: 6px 0;
align-items: stretch;
flex-wrap: wrap;
white-space: wrap;
}
.sitemap nav ul li{
padding: 0 2px;
}
.sitemap nav ul li a dd {
font-weight: bold;
font-size: 90%;
}
.sitemap nav ul li a {
padding: 5px 10px;
}
.copy{
font-size: 60%;
}
.footer_info{
display: flex;
flex-direction: column;
align-items:center;
justify-content: center;
padding: 10px 0;
flex-wrap: wrap;
width: 98%;
margin: 0 auto;
}
}
@media only screen and (max-width:600px){
.vacc_table {
width: 95%;
}
.vacc_table .thead {
display: none;
}
.vacc_table tr {
 width: 100%;
}
.vacc_table td {
display: block;
text-align: right;
width: 100%;
}
.vacc_table td:first-child {
background: #00a99d;
color: #fff;
font-weight: bold;
text-align: center;
}
.vacc_table td:before {
content: attr(data-label);
float: left;
font-weight: bold;
margin-right: 10px;
}
    
#pagetop{
position:fixed;
right: -550px;
cursor:pointer;
}
.pagetopbtn img{
width: 15%;
opacity: 0.8;
}
}
