body{
font-family: "M PLUS 1", sans-serif;
overflow-x: hidden; 
-webkit-font-smoothing: antialiased;
line-height: 1.5; 
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
a{
text-decoration: none;
word-break: break-all;
}
a.a_line{
text-decoration: underline;
}
i{
margin-right: 8px;
}
/*＝＝＝＝＝　見出し　＝＝＝＝＝*/
.common_h1{
width: 30%;
position: absolute;
left: 55%;
top:10%;
}
h1{
background: #ffffff;
display: inline-block;
box-shadow: 10px 10px 2px 0px rgba(13,247,10,0.30), inset 3px -3px 6px -2px rgba(0, 0, 0, 0.1);
padding: 20px 0;
border-radius: 10px;
}
.txt {
display: flex;
overflow: hidden;
justify-content: center;
}
.txt p {
font-size: 300%;
font-weight: 900;
background-clip: text;
-webkit-background-clip: text;
color: #0AC154;
letter-spacing: .06em;
transform: translateY(2em);
animation: textanimation 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
/* 1文字目 */
.txt p:nth-child(1) {animation-delay: 0.2s}
/* 2文字目 */
.txt p:nth-child(2) {animation-delay: 0.4s}
/* 3文字目 */
.txt p:nth-child(3) {animation-delay: 0.6s}
/* 4文字目 */
.txt p:nth-child(4) {animation-delay: 0.8s}
/* 5文字目 */
.txt p:nth-child(5) {animation-delay: 1s}
/* 6文字目 */
.txt p:nth-child(6) {animation-delay: 1.2s}
/* 7文字目 */
.txt p:nth-child(7) {animation-delay: 1.4s}
/* 8文字目 */
.txt p:nth-child(8) {animation-delay: 1.6s}
/* 9文字目 */
.txt p:nth-child(9) {animation-delay: 1.8s}
/* 10文字目 */
.txt p:nth-child(10) {animation-delay: 2s}
/* 11文字目 */
.txt p:nth-child(11) {animation-delay: 2.2s}
/* 12文字目 */
.txt p:nth-child(12) {animation-delay: 2.4s}
@keyframes textanimation {
0% {
transform: translateY(2em);
}
100% {
transform: translateY(0);
}
}

h2{
font-size: 150%;
font-weight: bold;
color: #0AC154;
background: #F7F4D2;
position: relative;
display: inline-block;
padding: 0px 0px 0px 10px;
border-radius: 0 100vh 100vh 0;
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
width: 100%;
}
h2:before {
position: absolute;
bottom: -10px;
left: 0;
width: 0;
height: 0;
content: '';
border-top: 10px solid #F0C66F;
border-left: 10px solid transparent;
}
h2 img{
width: 50px;
margin:5px 10px 5px 0;  /*画像右の余白*/
vertical-align: middle;
}
.h22{
 background: #ffffff;
}
.h222{
 background: #DDF1F0;
color: #85CDC7;
}
.h222:before {
border-top: 10px solid #C4E7E5;
}
h3{
color: #525252;
font-size: 120%;
font-weight: bold;
line-height: 2;
margin-bottom: 10px;
margin-top: 5px;
border-left: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ左*/
border-right: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ右*/
padding:5px 20px;/*タイトルの余白*/
box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
background: repeating-linear-gradient(-45deg, #EBF9FF, #EBF9FF 5px, #fff 0, #fff 10px);
}
.h3_pink{
background: repeating-linear-gradient(-45deg, #FFEBF4, #FFEBF4 5px, #fff 0, #fff 10px);
}
.h3_sinea{
background: repeating-linear-gradient(-45deg, #F5EBFF, #F5EBFF 5px, #fff 0, #fff 10px);
}
h3 p{
font-size: 80%;
font-weight: normal;
}
h4{
font-weight: bold;
color: #50AF03;
font-size: 130%;
}
h4:before{
content: url("../img/icon_pin02.png");
margin-right:5px;  /*画像右の余白*/
}
h5,.h5_midashi{
position: relative;
padding: 0 .5em .5em 1.7em;
text-align: left;
font-size: 105%;
}
h5::after {
position: absolute;
top: .4em;
left: .4em;
content: '';
width: 12px;
height: 12px;
background-color: #F6D239;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.h5_bu{
color: #525252;
background:#ffffff;
font-size: 110%;
font-weight: bold;
line-height: 2;
margin-bottom: 10px;
margin-top: 5px;
border-left: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ左*/
border-right: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ右*/
padding:5px 20px;/*タイトルの余白*/
box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
h5 span{
font-size: 18px;
font-weight: 700;
color: #0AC154;
}

.h5_midashi::after {
position: absolute;
top: .4em;
left: .4em;
content: '';
width: 12px;
height: 12px;
background-color: #F6D239;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
h6{
padding: 0.5em;
position: relative;
font-size: 140%;
font-weight: bold;
color: #85CDC7;
margin-bottom: 20px;
}
h6::before {
content: '';
width: 100%;
height: 30%;
background-image: radial-gradient(#ABDCD8 8%, transparent 16%), radial-gradient(#ABDCD8 8%, transparent 16%);
background-position: 0 0, 7px 7px;
background-size: 12px 12px;
position: absolute;
bottom: 2px;
left: 0px;
}
.h6_inkine{
display: inline-block;
font-size: 110%;
background: #CAF3E2;
color: #50AF03;
margin-bottom: 10px;
padding: 5px 20px;
border-radius: 10px;
position: absolute;
top: -20px;
left: -20px;
font-weight: bold;
}
.h6_inkine02{
position: inherit;
left: 0px;
}
.midashi01{
font-size: 110%;
font-weight: bold;
color: #c63c5d;
}
.senmon01{
position: relative;
padding: 0 .5em .5em 1.7em;
text-align: left;
font-size: 16px;
}
.senmon01::after {
position: absolute;
top: .4em;
left: .4em;
content: '';
width: 12px;
height: 12px;
background-color: #F6D239;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/*＝＝＝＝＝　header　＝＝＝＝＝*/
header{
display: flex;
position: relative;
padding: 100px 0 0 0;
border-bottom: 20px solid #ffffff;
background-image: linear-gradient(90deg, #F2FDF4 50%, transparent 50%), linear-gradient(#F2FDF4 50%, transparent 50%);/* チェック色 */
background-size: 15px 15px;	/* チェックのサイズ */
}
/*nav*/
.nav_flex{
display: flex;
justify-content:flex-end;
padding: 20px 0;
margin-bottom: 0px;
background-image: linear-gradient(90deg, #F2FDF4 50%, transparent 50%), linear-gradient(#F2FDF4 50%, transparent 50%);/* チェック色 */
background-size: 15px 15px;	/* チェックのサイズ */
}
.top_logo_img{
width: 30%;
position: absolute;
left: 0%;
top: 0%;
-webkit-animation:tekuteku 1.2s  linear alternate;
animation:tekuteku 1.2s  linear alternate;
/*-webkit-animation:tekuteku 3s infinite linear alternate;
animation:tekuteku 3s infinite linear alternate;*/
}
.top_logo_img img{
width: 100%;
}
.header_btn{
position: absolute;
width: 70%;
right: 0; 
top: 0%;
}
.header_btn p{
text-align: right;
color: #0AC154;/*文字色*/
padding: 10px;
}
.header_btn p img{
height: 30px;
vertical-align: bottom;
}
.header_btn_box{
display: flex;
justify-content: flex-end;
}
.header_btn_box a{
width: 30%;
padding: 7px 30px 10px;
margin: 0 5px;
font-size: 130%;
font-weight: bold;
border-radius: 20px;
text-align: center;
line-height: 1.1;
}
.header_btn_box a:hover{
opacity: 0.7;
}
.header_btn_box a span{
font-size: 70%;
}
.header_btn_box_sp{
display: none;
}
a.yoyaku_btn{
background: #E6CAFF;
color: #BF76FF;
text-align: center;
 width: auto;
box-shadow: 0px 2px 2px 0px rgba(247,11,218,0.30), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
}
a.monshin_btn{
background: #D3E5F4;
color: #83AAD6;
text-align: center;
width: auto;
box-shadow: 0px 2px 2px 0px rgba(10,118,247,0.30), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
}
a.tel_btn{
background: #FFD2DE;
color: #FF8AA9;
text-align: center;
width: auto;
box-shadow: 0px 2px 2px 0px rgba(247,10,28,0.30), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
}
.top_cont{
position: relative;
height: 50vh;
background-image: linear-gradient(90deg, #F2FDF4 50%, transparent 50%), linear-gradient(#F2FDF4 50%, transparent 50%);/* チェック色 */
background-size: 15px 15px;	/* チェックのサイズ */
}
.top_img,.nimo_img{
width: 85%;
position: absolute;
right: 0;
left: 0;
top:0;
margin: auto;
max-width: 1500px;
}
.wanko_img{
width: 70%;
position: absolute;
right: 0;
bottom:-40px;
margin: auto;
max-width: 1500px;
}
.nimo_img img,.top_img img,.top_logo img,.top_img_sp img,.wanko_img img{
width: 100%;
}
.top_nimo{
position: relative;
}
.top_nimo{
width: 100%;
position: absolute;
left:15%;
bottom:0;
max-width: 600px;
}
.top_img_sp{
display: none;
}

/* ＝＝＝＝＝＝　news　＝＝＝＝＝＝ */
.common_cont{
width: 100%;
margin: 0px auto;
padding: 20px 0 30px 0;
}
.common_box{
width: 85%;
margin: 0px auto;
padding: 20px 0;
max-width: 1400px;
}
.schedule_img{
position: absolute;
width: 10%;
right: -60px;
bottom: -10px;   
}
.schedule_img img{
width: 100%;
}
.tape_title {
background: rgba(255,255,255,0.54);
border-left: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ左*/
border-right: 2px dotted rgba(0,0,0,.1);/* テープのギザギザ右*/
transform: rotate(-3deg);/*テープの傾き*/
padding: 15px 40px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
position:absolute;	/*配置(ここを動かす)*/
top: -15px; /*上から（-10px）移動*/
left: 10px; /*左から(20px)移動*/
font-size: 120%;
font-weight: bold;
color: #28A000;
}
/* ＝＝＝＝＝＝　診療予定表　＝＝＝＝＝＝ */
/* -- SVG CSS -- */

.clinic_guide{
width: 85%;
margin: 0 auto;
}
.clinic_guide section{
width: 95%;
padding: 0 0 30px 0;
margin: 0 auto;
}
.bg001{
background-image:url("../img/bg001.png");
background-size: contain;
background-repeat: no-repeat;
}
.bg002{
background-image:url("../img/bg002.png");
background-size: contain;
background-repeat: no-repeat;
}
.sep3 {
transform: translateY(10%) translateY(2px) scale(1,1);
transform-origin: top;
}
.link_btn01{
border-radius: 30px;
font-size: 100%;
font-weight: 500;
border: 1px solid#B7D7D6;
margin: 5px;
background: #EBFDEE;
cursor: pointer;
position: relative;
transition: 0.5s;
box-shadow: 0px 2px 2px 0px rgba(53,247,12,0.30), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
}
.link_btn01 a{
color: #0AC154; 
padding: 12px 50px 12px 20px;
display: inline-block;
width: 100%;
}
.link_btn01 a::before {
border-right: 3px solid #0AC154;
border-top: 3px solid #0AC154;
bottom: 0;
content: "";
height: 10px;
margin: auto;
position: absolute;
right: 20px;
top: 0;
transform: rotate(45deg);
transition: right .5s; 
width: 10px;
}
.link_btn01:hover{
opacity: 0.9;
background: #EBFAFD;
}
.link_btn01 a:hover::before {
right: 10px;
border-right: 3px solid #00AB13;
border-top: 3px solid #00AB13;
}
.dis_inine_inherit{
display:inherit;
margin: 10px;
}
/* ＝＝＝＝＝＝　予約について　＝＝＝＝＝＝ */
.dot_cont{
margin: 0 auto;
width: 100%;
padding: 60px 0;
position: relative;
}
.dot_cont::before {
content: '';
width: 100%;
height:60px;
background-image: radial-gradient(#A7E9B9 8%, transparent 16%), radial-gradient(#9AD9AB 8%, transparent 16%);
background-position: 0 0, 7px 7px;
background-size: 12px 12px;
position: absolute;
top: -10px;left: 0px;
}
.dot_cont::after {
content: '';
right: 0;
z-index: 10;
display: block;
height: 40px;
background-image: radial-gradient(#ABDCD8 8%, transparent 16%), radial-gradient(#ABDCD8 8%, transparent 16%);
background-position: 0 0, 7px 7px;
background-size: 12px 12px;
position: absolute;
bottom: -30px;left: 0px;
}
.pinkdot_cont{
background: #FDEEEE; 
}
.pinkdot_cont::before {
background-image: radial-gradient(#FE949B 8%, transparent 16%), radial-gradient(#FE949B 8%, transparent 16%);
}
.pinkdot_cont::after {
background-image: radial-gradient(#ABDCD8 8%, transparent 16%), radial-gradient(#ABDCD8 8%, transparent 16%);
}
.yoyaku_cont{
margin: 0 auto;
width: 90%;
max-width: 1500px;
}

/* ＝＝＝＝＝＝　アクセス　＝＝＝＝＝＝ */
.access_cont_whole{
margin: 0px auto;
width: 100%;
background: #ffffff;
padding: 60px 0;
}
.access_cont{
width: 90%;
margin: 0 auto;  
max-width: 1500px;
position: relative;
}
.emmy_cont_whole{
position: relative;
padding: 60px 0;
background-color: #ffffff;
margin: 0 auto;
}
.emmy_cont_whole::before {
content: '';
width: 100%;
height: 30%;
background-image: radial-gradient(#ABDCD8 8%, transparent 16%), radial-gradient(#ABDCD8 8%, transparent 16%);
background-position: 0 0, 7px 7px;
background-size: 12px 12px;
position: absolute;
top: -10px;left: 0px;
}
.emmy_cont{
width: 90%;
margin: 0 auto;  
max-width: 1500px;
background: #ffffff;
}
.clinic_info{
width: 90%;
margin: 0 auto;
padding: 15px;    
}
.clinic_info p{
width: 90%;
margin: 5px auto 30px;
font-size: 95%;
}
/* ＝＝＝＝＝＝　ノーマル　＝＝＝＝＝＝ */
.normal_cont{
margin: 0px auto;
max-width: 1500px;
width: 90%;
padding: 60px 0;
}

/*＝＝＝＝＝　QRコード ＝＝＝＝＝*/
.qr_cont{
margin:0px auto 60px;
background: #ffffff;
padding: 50px 0;
}
.qr{
max-width: 1400px;
width: 90%;
margin: 5px auto;
}
.qrbox{
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
}	
.qrbox section{
padding: 15px 30px;
width: 24%;
margin: 40px 10px 10px;
}
.qrbox img{
width: 100%;
}
.qrbox p{
font-size: 85%;
padding-top: 5px;
text-align: left;
}
/*＝＝＝＝＝　common ＝＝＝＝＝*/
.check_cont{
padding: 20px 0;
background-image: linear-gradient(90deg, #F2FDF4 50%, transparent 50%), linear-gradient(#F2FDF4 50%, transparent 50%);/* チェック色 */
background-size: 15px 15px;	/* チェックのサイズ */
}



/*＝＝＝＝＝　common ＝＝＝＝＝*/
/*トップページ*/
#pagetop{
position:fixed;
right: -500px;
bottom:-60px;
cursor:pointer;
}
.pagetopbtn img{
width: 20%;
opacity: 0.8;
}
/*＝＝＝＝＝ footer ＝＝＝＝＝*/
footer{
background: #DDF1F0;
position: relative;
font-weight: bold;
text-align: center;
border-bottom: 30px solid #ABDCD8;
}
.footer_btn{
margin: 20px auto;
text-align: center;
}
.footer_btn a{
display: flex;
width: 90%;
padding: 10px 30px;
margin: 0 auto;
font-size: 130%;
font-weight: bold;
border-radius: 20px;
background: #E6CAFF;
color: #BF76FF;
text-align: center;
box-shadow: 0px 2px 2px 0px rgba(247,11,218,0.30), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
}
.footer_btn a:hover{
opacity: 0.7;
}
.footer_info02{
display: flex;
justify-content: center;
width: 80%;
margin: 0 auto;
max-width: 1600px;
}
.footer_info02 a{
width: 45%;
padding: 10px 30px;
margin: 0 5px;
font-size: 110%;
font-weight: bold;
border-radius: 20px;
text-align: center;
}
.footer_info022 a{
width: 85%;
}
.footer_info02 a:hover{
opacity: 0.7;
}
.footer_img{
width: 30%;
margin: 10px auto;
}
.footer_img img{
width: 100%;
}
.footerbox{
width: 90%;
margin: 10px auto;
font-weight: bold;
}
/*＝＝＝＝＝ footerマップ ＝＝＝＝＝*/
.sitemap{
width: 95%;
margin: 20px auto;
max-width: 1600px;
}
.sitemap nav ul {
display: flex;
flex-flow: row;
justify-content: flex-start;  
padding: 6px 0;
align-items: stretch;
flex-wrap: wrap;
white-space: wrap;
}
.sitemap nav ul li{
border-radius: 30px;
font-size: 100%;
font-weight: 500;
border: 1px solid#B7D7D6;
margin: 5px;
background: #EBFDEE;
cursor: pointer;
position: relative;
transition: 0.5s;
box-shadow: 0px 2px 2px 0px rgba(53,247,12,0.30), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.1);
}
.sitemap nav ul li a{
color: #0AC154; 
padding: 12px 50px 12px 20px;
display: inline-block;
}
.sitemap nav ul li a::before {
border-right: 3px solid #0AC154;
border-top: 3px solid #0AC154;
bottom: 0;
content: "";
height: 10px;
margin: auto;
position: absolute;
right: 20px;
top: 0;
transform: rotate(45deg);
transition: right .5s; 
width: 10px;
}
.sitemap nav ul li:hover{
opacity: 0.9;
background: #EBFAFD;
}
.sitemap nav ul li a:hover::before {
right: 10px;
border-right: 3px solid #00AB13;
border-top: 3px solid #00AB13;
}
.copy{
font-size: 80%;
}
.flow_box{
background: #ffffff;
position: relative;
border-left: 5px dashed #FFE643;
padding-bottom: 20px;
}
.flow_box:after{
content: "";
position:absolute;
bottom: -2px;
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 20px solid #FFE643;
left: -16px;
}
@media screen and (max-width: 1400px){
.top_cont{
height: 45vh;
padding-bottom: 100px;
}
.top_img,.nimo_img{
width: 90%;
}

.header_btn_box a{
font-size: 130%;
}
}

@media screen and (max-width: 1200px){
.top_cont{
height: 35vh;
}
.top_img,.nimo_img{
width: 85%;
}
.wanko_img{
width: 100%;
bottom:-40px;
}
.header_btn_box a{
font-size: 120%;
}
}
@media screen and (max-width: 960px){
/*アクセス*/
.qrbox section{
padding: 15px;
width: 30%;
margin: 5px;
}
.top_cont{
height: 40vh;
background: linear-gradient(180deg, transparent 0%, transparent 80%,transparent 80%, transparent);    
}
.top_img,.nimo_img{
display: none;
}
.top_img_sp{
display: block;
position: relative;
vertical-align: bottom;
background-image: url("../img/nimo_sp.gif");
background-repeat: no-repeat;
background-position: left bottom; 
background-size: cover;
}
.top_img_sp img{
vertical-align: bottom;
}
.header_btn_box a{
font-size: 110%;
padding: 10px;
}
.top_cont{
padding: 30px 0 0;
height: auto;
}
.top_logo_img{
width: 30%;
top: 20%;
}
}
@media screen and (max-width: 789px){
.nav_flex{
display: none;
}
.top_cont{
padding: 100px 0 0;
}
.top_logo_img_sp{
width: 60%;
position: absolute;
left: 0;
top: 0;
-webkit-animation:tekuteku 1.2s  linear alternate;
animation:tekuteku 1.2s  linear alternate;
/*-webkit-animation:tekuteku 3s infinite linear alternate;
animation:tekuteku 3s infinite linear alternate;*/
}
.top_logo_img_sp img{
width: 100%; 
}
.header_btn{
position: inherit;
width: 100%;
right: 0; 
top: 0;
}
.header_btn p{
padding: 30px 0 5px;
font-size: 80%;
text-align: left;
}
.header_btn_box{
display: none;
}
.header_btn_box_sp{
justify-content: center;
align-items: stretch;  
display: block;
display: flex;
}
.header_btn_box_sp a{
margin: auto;
width: 33.3%;
font-size: 90%;
font-weight: bold;
padding: 3px;
border-radius: 10px;
text-align: center;
line-height: 1.2;
}
.header_btn_box_sp a:hover{
opacity: 0.7;
}
header{
display: flex;
position: relative;
background: linear-gradient(180deg, #ffffff 0%, #ffffff 70%,transparent 70%, transparent 100%);
padding: 0;
border-bottom: 20px solid #EBFDEE;
flex-direction: column;
}
.common_h1{
width: 100%;
top:35%;
left: 0%;
}
h1{
background: rgba(255,255,255,0.45);
display: inline-block;
box-shadow: none;
padding:20px 0 20px 20px;
} 
.txt {
justify-content: flex-start;
}
.txt p {
font-size: 300%;
text-shadow: 0px 2px 2px 0px rgba(53,247,12,0.30);
}
h2{
font-size: 125%;
padding: 5px 0px 5px 10px;
width: 95%;
border-radius: 0 10px 10px 0;
}
h2 img{
width: 50px;
margin:5px 10px 5px 0;  /*画像右の余白*/
vertical-align: middle;
} 
h3 {
font-size: 110%;
line-height: 2;
margin-bottom: 10px;
margin-top: 25px;
}
h4{
font-size: 120%;
}
h6{
font-size: 110%;
padding: 0 20px;
}
.h6_inkine{
font-size: 100%;
}
/*＝＝＝＝＝　header　＝＝＝＝＝*/

.tape_title {
top: -30px; /*上から（-10px）移動*/
left:-5px; /*左から(20px)移動*/
transform: rotate(-1deg);/*テープの傾き*/
padding: 10px 40px 10px 10px;/*タイトルの余白*/
}
.schedule_img{
position: absolute;
width: 20%;
right: -10px;
bottom: -40px;   
}

/* ＝＝＝＝＝＝　news　＝＝＝＝＝＝ */
.common_cont{
width: 100%;
padding: 20px 0;
}
.common_box{
width: 95%;
margin: 0px auto;
padding: 10px 0;
}
/* ＝＝＝＝＝＝　診療予定表　＝＝＝＝＝＝ */
.link_btn01 a{
padding: 7px 15px;
width: 95%;
}
.link_btn01 {
width: 97%;
margin: 5px auto;
}
.link_btn01 a::before {
border-right: 2px solid #0AC154;
border-top: 2px solid #0AC154;
height: 5px;
right: 15px;
width: 5px;
}
.clinic_guide{
width: 96%;
margin: 0 auto;
}
/*当院案内*/
.access_cont_whole{
margin: 0px auto;
width: 100%;
}
.access_cont{
width: 98%;
}
.clinic_info{
width: 98%;
margin: 0 auto;
padding: 5px;    
}
.clinic_info p{
width: 90%;
margin: 5px auto 10px;
font-size: 95%;
}
.pinkdot_cont{
padding: 30px 0;
}
.yoyaku_cont{
width: 95%;
}
.normal_cont{
margin: 0px auto;
max-width: 1500px;
width: 100%;
padding: 30px 0;
}
.emmy_cont{
width: 100%;
margin: 0 auto;  
background: #ffffff;
}
/*＝＝＝＝＝　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{

}
footer p{
font-size: 90%;
}
.footerbox{
width: 95%;
margin: 0 auto;
}
/* サイトマップ*/
.sitemap{
width: 98%;
margin: 5px auto;
}
.sitemap nav ul {
justify-content: center;  
align-items: stretch;
flex-wrap: wrap;
white-space: wrap;
}
.sitemap nav ul li{
border-radius: 30px;
font-size: 85%;
font-weight: 500;
width: 46%;
}
.sitemap nav ul li a{
padding: 10px 30px 10px 15px;
display: inherit;
}
.sitemap nav ul li a::before {
border-right: 3px solid #0AC154;
border-top: 3px solid #0AC154;
height: 5px;
right: 20px;
width: 5px;
}
.sitemap nav ul li:hover{
opacity: 0.9;
background: #EBFAFD;
}
.sitemap nav ul li a:hover::before {
right: 10px;
border-right: 3px solid #00AB13;
border-top: 3px solid #00AB13;
}
.copy{
font-size: 60%;
}
.footer_info02{
flex-direction: column;
align-items:center;
justify-content: center;
flex-wrap: wrap;
width: 98%;
margin: 10px auto;
}
.footer_info02 a{
width: 90%;
padding: 10px 0px;
margin: 10px auto;
font-size: 90%;
border-radius: 10px;
}
.footer_img{
width: 70%;
margin: 10px auto;
}
}
@media only screen and (max-width:520px){
.top_cont{
padding: 60px 0 0;
}
/*qr*/
.qr_cont{
display: none;
}
.pagetopbtn img{
width: 15%;
opacity: 0.8;
} 
.txt p {
font-size: 220%;
}
h5,.h5_midashi{
font-size: 95%;
}

}
@media only screen and (max-width:400px){

}
