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;
background-image: linear-gradient(90deg, #F2FDF4 50%, transparent 50%), linear-gradient(#F2FDF4 50%, transparent 50%);/* チェック色 */
background-size: 15px 15px;	/* チェックのサイズ */
}
a{
text-decoration: none;
word-break: break-all;
}
i{
margin-right: 8px;
}
strong{
font-weight: bold;
}
/*＝＝＝＝＝　見出し　＝＝＝＝＝*/
h1 {
position: relative;
margin: 30px;
text-align: center;
display: inline-block;
font-weight: 900;
font-size: 120%;
}
h1:before,
h1:after {
position: absolute;
z-index: 0;
bottom: -10px;
display: block;
content: '';
border: 1em solid #D0FBD8;
}
h1:before {
left: -30px;
border-left-width: 15px;
border-left-color: transparent;
}
h1:after {
right: -30px;
border-right-width: 15px;
border-right-color: transparent;
}
h1 span {
position: relative;
z-index: 1;
display: block;
padding: 1rem 2rem;
color: #0AC154;
background: #D0FBD8;
}
h1 span:before,
h1 span:after {
position: absolute;
bottom: -10px;
display: block;
width: 10px;
height: 10px;
content: '';
border-style: solid;
border-color: #D0FBD8 transparent transparent transparent;
}
h1 span:before {
left: 0;
border-width: 10px 0 0 10px;
}
h1 span:after {
right: 0;
border-width: 10px 10px 0 0;
}
.h1_cont{
width: 85%;
margin: 10px auto 20px;
font-size: 120%;
font-weight: bold;
color: rgba(67,36,6,1.00);
}
.h1_cont p{
color: #FC592E;
}
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;
}
.news_title{
width: 80%;
margin: 0 auto;
transform: translateY(10px)translateX(-10px);
}
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;
background:#ffffff;
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);
}
h4{
font-weight: bold;
color: #50AF03;
font-size: 110%;
}
h4:before{
content: url("../img/icon_pin02.png");
margin-right:5px;  /*画像右の余白*/
}
h5{
position: relative;
padding: 0 .5em .1em 1.7em;
text-align: left;
font-size: 18px;
font-weight: 700;
color: #0AC154;
}
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: repeating-linear-gradient(-45deg, #FFEBED, #FFEBED 5px, #fff 0, #fff 10px);
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);
}
h6 {
background-color: #fff;
padding: 0.5em;
position: relative;
font-size: 120%;
font-weight: bold;
background: #DDF1F0;
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: -10px;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;
background: linear-gradient(180deg, #ffffff 0%, #ffffff 70%,transparent 70%, transparent 100%);
padding: 100px 0 0 0;
border-bottom: 20px solid #EBFDEE;
}
.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: linear-gradient(180deg, transparent 0%, transparent 80%,rgba(184,251,196,0.3) 80%, rgba(184,251,196,0.3) 100%);
}
.top_img,.nimo_img{
width: 85%;
position: absolute;
right: 0;
left: 0;
top:0;
margin: auto;
max-width: 1500px;
}
.wanko_img{
width: 60%;
position: absolute;
left: 0;
bottom:-50px;
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;
}
.top_cal{
width: 50%;
position: absolute;
right: 5%;
top:0;
max-width: 800px;
}
/* ＝＝＝＝＝＝　news　＝＝＝＝＝＝ */
.oshirasemsg{
background: rgba(255,255,255,0.86);
padding: 5px;
margin: 0 auto;
width: 95%;
border-radius: 5px;
}
.futoji01{
font-weight: bold;
color: #0AC154;
}
.cal_sent{
font-size: 90%;
}
.news_cont{
width: 100%;
margin: 0px auto;
padding: 0 0 30px 0;
}
.news_box{
width: 80%;
margin: 0 auto;
padding: 20px 0;
background-color: #ffffff;
background-image: linear-gradient(0deg, transparent 9px, #E8E8E8 10px),linear-gradient(90deg,  transparent 9px, #E8E8E8 10px);
background-size: 10px 10px;
box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
border: 2px solid #EBAF32;
border-radius: 10px;
}
.news_box::-webkit-scrollbar {
width: 16px;
}
.news_box::-webkit-scrollbar-track {
background-color: #e4e4e4;
border-radius: 100px;
}
.news_box::-webkit-scrollbar-thumb {
background-image: linear-gradient( 135deg, #FCBDD6 10%, #E4615D 100%);
box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
border-radius: 100px;
}
.top_info_box{
width: 95%;
border-radius: 20px;
background-image: repeating-linear-gradient(-45deg,#F6EEEC 0, #F6EEEC 3px,#E7F2F9 3px,#E7F2F9 6px);/*ストライプ*/
background-color: #F6EEEC;/*ボックス背景色*/
padding: 20px 0 40px;
position:relative;/*配置(ここを基準に)*/
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
margin: 30px auto 40px;
}
.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_whole{
padding: 40px 0;
background: #fcf7de;
}
.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;
display:  inline-block;
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;
}
.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;
}
/* ＝＝＝＝＝＝　予約について　＝＝＝＝＝＝ */
.yoyaku_cont_whole{
margin: 0 auto;
width: 100%;
background: #FDEEEE; 
padding: 60px 0;
position: relative;
}
.yoyaku_cont_whole::before {
content: '';
width: 100%;
height:60px;
background-image: radial-gradient(#FE949B 8%, transparent 16%), radial-gradient(#FE949B 8%, transparent 16%);
background-position: 0 0, 7px 7px;
background-size: 12px 12px;
position: absolute;
top: -10px;left: 0px;
}
.yoyaku_cont_whole::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;
}
.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 ＝＝＝＝＝*/
.common_title{
width: 65%;
text-align: center;
-webkit-animation:zoomIn 1.5s forwards;
animation:zoomIn 1.5s forwards;
}
.common_top_info{
width: 70%;
margin: 0px auto;
padding: 0;
}
/*トップページ*/
#pagetop{
position:fixed;
right: -550px;
cursor:pointer;
}


/*＝＝＝＝＝ 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_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%;
}
@media screen and (max-width: 1400px){
.top_cont{
height: 45vh;
}
.top_img,.nimo_img{
width: 90%;
}
.top_cal{
width: 50%;
right: 0%;
}
.header_btn_box a{
font-size: 130%;
}
.wanko_img{
top:40%;
width: 60%;
}
}

@media screen and (max-width: 1200px){
.top_cont{
height: 35vh;
}
.top_img,.nimo_img{
width: 85%;
}
.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;
}
.wanko_img{
top:35%;
width: 100%;
}
.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_cal{
width: 100%;
position: inherit;
right: 0;
top:0;
margin: auto;
}
.top_cont{
padding: 30px 0 0;
height: auto;
}
.top_logo_img{
width: 30%;
top: 20%;
}
}
@media screen and (max-width: 789px){
.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;
}
h1{
font-size: 110%;
}
.h1_cont{
width: 85%;
margin: 10px auto 20px;
font-size: 100%;
}
.h1_cont p{
font-size: 105%;
}
h2{
font-size: 125%;
padding: 5px 0px 5px 10px;
width: 95%;
border-radius: 0 10px 10px 0;
}

.news_title{
width: 80%;
margin: 0 auto;
transform: translateY(10px)translateX(-10px);
}
h2 img{
width: 50px;
margin:5px 10px 5px 0;  /*画像右の余白*/
vertical-align: middle;
} 
    
    
    
h2 img{
width: 50px;
margin:2px 10px 2px 0;  /*画像右の余白*/
}
h3 {
border-top: 2px dotted #FFADCC;
border-bottom: 2px dotted #FFADCC;
font-size: 110%;
line-height: 2;
margin-bottom: 10px;
margin-top: 25px;
}
h4{
font-size: 120%;
}
h6{
font-size: 110%;
padding: 0 20px;
}
/*＝＝＝＝＝　header　＝＝＝＝＝*/
.top_info_box{
width: 98%;
border-radius: 5px;
margin: 50px auto 10px;
}
.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_title{
width: 99%;
margin: 0 auto;
transform: translateY(10px)translateX(0px);
}
/* ＝＝＝＝＝＝　news　＝＝＝＝＝＝ */
.news_cont{
width: 100%;
padding: 20px 0;
}
.news_box{
width: 98%;
border-radius: 0px;
background: #ffffff;
padding-bottom: 20px;
border: none;
box-shadow: none;
}
.clinic_guide_whole{
padding: 20px 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%;
}
.yoyaku_cont_whole{
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;
} 
h1 {
margin: 20px;
display: inherit;
font-weight: 900;
font-size: 120%;
}
.wanko_img{
top:22%;
width: 100%;
}
}
@media only screen and (max-width:400px){

}
