body{
font-family: "FOT-筑紫A丸ゴシック Std R", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
line-height: 1.6;
overflow-x: hidden; 
}
.backbtn{
text-align: center;
}
#js-close-btn{
text-align: center;
font-weight: bold;
cursor: pointer;
}
a{
color: #9E4B03;
text-decoration: none;
}
a:hover{
opacity: 0.7;         /* カーソル時透明度 */
color: #FC1F00;
}
.ssize{
font-size: 70%;
}
.mark01{
font-weight: bold;
color: #FD0004;
}
.mark02{
font-weight: bold;
color: #FC7C00;
}
.mark03{
font-size: 115%;
font-weight: bold;
color: #FC7C00;
padding-right: 2px;
}
.aka{
color: #FD7986;
font-weight: bold;
font-size: 110%;text-decoration: underline;
}
.underline{
border-bottom: double 2px #FC7C00;
}
.midashi01{
padding: .25em 0 .5em .75em;
border-left: 6px solid #F6D239;
border-bottom: 1px solid #F6D239;
text-align: left;
color: #FC7C00;
font-weight: bold;
}
.midashi02{
padding-bottom: .3em;
border-bottom: 3px double #F6D239;
text-align: left;
color: #FC7C00;
font-weight: bold;
}
.container00{
height: 26px;
background: #FFF7EE; 
text-align: right;
font-size: 70%;
color: #FC7C00;
padding-top: 3px;
padding-right: 4px;
border-top:solid 5px rgba(252, 173, 94, 0.918);
}
/*トップページ*/
#pagetop{
position:fixed;
right: -100px;
bottom:-60px;
cursor:pointer;
}
strong{
font-weight: bold;
}
.pagetopbtn img{
width: 50%;
opacity: 0.8;
}
.btn01{
display: inline-block;
width: auto;
text-align: center;
font-size: 16px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding: 8px 20px;
border-radius: 50px;
background-image: linear-gradient(#f4c14e,#F99441);
transition: .5s;
background-size: 200%;
}
.btn01:hover {
background-position: right center;
}
.btn01s{
display: inline-block;
width: auto;
text-align: center;
font-size: 80%;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding: 8px 24px;
border-radius: 50px;
background-image: linear-gradient(#f4c14e,#F99441);
transition: .5s;
background-size: 200%;
}
.btn01s:hover {
background-position: right center;
}
/* 動くアニメーション*/
@keyframes tekuteku {
0%   { transform: translate(200%, 0%); }
60% { transform: translate(0%, 0%) ; }
100% { transform: translate(0%, 0%) ; }
}
@keyframes poyon {
0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/*見出し*/
h1 {
text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
font-size: 30px;
color: #FC7C00;
font-weight: bold;
}
h2 {
color: #FC7C00;
font-size:20px;
font-weight: bold;
}
h3{
position: relative;
padding: 5px 30px;
border-bottom: 3px solid #FBE5D3;
font-size: 20px;       /* 文字サイズ指定 */
font-weight: bold;   /* 文字の太さ調整 */
color: #FC7C00;
margin-bottom: 5px;
}
h3:before {
position: absolute;
bottom: -14px;
left: 1em;
width: 0;
height: 0;
content: '';
border-width: 14px 12px 0 12px;
border-style: solid;
border-color: #FBE5D3 transparent transparent transparent;
}
h3:after {
position: absolute;
bottom: -10px;
left: 1em;
width: 0;
height: 0;
content: '';
border-width: 14px 12px 0 12px;
border-style: solid;
border-color: #ffffff transparent transparent transparent;
}
h4 {
position: relative;
padding: 0.5rem 1rem;
color: #FC7C00;
font-size: 20px;
font-weight: bold;
}
h4:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
content: '';
background-image: -webkit-repeating-linear-gradient(135deg, #FC7C00, #FC7C00 1px, transparent 2px, transparent 5px);
background-image: repeating-linear-gradient(-45deg, #FC7C00, #FC7C00 1px, transparent 2px, transparent 5px);
background-size: 7px 7px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
h5{
text-align:  center;    /* 文字位置指定 */
font-weight: bold;
border-bottom: 4px solid #F9E034;
color: #FC7C00;
font-size: 18px;
}
h5 span {
display: block;/* ブロック要素にする */
color: #DD3166;
line-height: 1;
}
h6{
margin: 0 auto;
padding: 10px 0 5px 0;
width: 80%;
border: 2px solid #F9E034; /*線の太さ・色*/
background-color: #fff; /*背景色*/
box-shadow: 2px 2px 2px 2px rgba(252,124,0,0.41); /*影*/
border-radius: 20px; /*角の丸み*/
font-size: 20px;
text-align: center;
font-weight: bold;
margin-bottom: 30px;
color: #FC7C00;
}
.senmon01{
position: relative;
padding: 0 .5em .5em 1.7em;
text-align: left;
font-size: 14px;
}
.senmon01::after {
position: absolute;
top: .4em;
left: .4em;
content: '';
width: 12px;
height: 12px;
background-color: #F6D239;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.senmon02{
position: relative;
padding: 0 .5em .5em 1.7em;
text-align: left;
font-weight: 500;
line-height: 1.3;
}
.senmon02::after {
position: absolute;
top: 0;
left: .4em;
content: '★';
}
/* ナビゲーション */
.menu{
width: auto;
text-align: center;
padding-bottom: 20px;
padding-top: 25px;
background: #F8FFFF;
}
.menu nav ul {
display: flex;
flex-flow: row;
justify-content: center;
margin: 0;
padding: 3px 7px;
align-items: stretch;
flex-wrap: nowrap;
white-space: nowrap;
}
.menu nav ul li{
padding-right: 20px;
}
.menu nav ul li a dl {
display: flex;
align-items: center;
}
.menu nav ul li a dl dt img{
height: 20px;
margin-right: 2px;
}
.menu nav ul li a dl dd {
font-weight: bold;
color: #FC7C00;
font-size: 110%;
}
.menu nav ul li a {
position: relative;
display: inline-block;
text-decoration: none;
}
.menu nav ul li a::after {
position: absolute;
bottom: 2px;
left: 0;
content: '';
width: 100%;
height: 5px;
background: #FC7C00;
transform: scale(0, 1);
transform-origin: center top;
transition: transform .4s;
}
.menu nav ul li a:hover::after {
transform: scale(1, 1);
}
.menu nav ul li a:hover {
background: #FFF897;
}
/* conteiner2 */
.container2{
padding: 20px 30px 60px 10px;
background: #FFF7EE;
}
/* 最新のお知らせ */
.news{
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
} 
.newsbox01{
width: 55%;
}
/*adminの中*/
.text_admin{
padding: 3px 3px 3px 5px;
background: #ffffff;
border-radius: 10px;
border: solid 4px rgba(243,70,3,0.50);
box-shadow: 2px 2px 4px rgba(243,70,3,0.20);
height: 300px;/*スクロールの高さ*/
overflow-y: scroll;
text-align: left;
}
.caption{
font-weight: bold;
color: #FC7C00;
line-height: 2em;
padding-top: 7px;
font-size: 110%;
}
.text ul{
padding: 10px;
}
.text li {
line-height:1.3em;
border-bottom: 1px dashed #F34603;
list-style-position: inside;
padding-bottom: 8px;
font-size: 80%;
}
.text li.last{
border-bottom: none;
}
.text::-webkit-scrollbar {
width: 10px;
}
.text::-webkit-scrollbar-track {
border-radius: 10px;
box-shadow: inset 0 0 1px #FC7C00;
}
.text::-webkit-scrollbar-thumb {
background-color: #FC7C00;
border-radius: 10px;
box-shadow:0 0 0 1px #FC7C00;
}
/*予約ボタン*/
.news02{
width: 38%;
margin-left: 2%;
text-align: center;
}
.news02 p{
text-align: left;
padding-top: 10px;
}
.newsbox03{
text-align: center;
}
.newsbox03 img{
width: 90%;
height:auto;
}
.fo_90{
font-size: 90%;
}
.newsbox03 a{
display: inline-block;
transition: all 0.4s ease 0s; 
}
.newsbox03 a:hover{
transform: translateY(-0.3em);
}
/*診療案内*/
.container3{
padding: 60px 0;
margin: 0 auto;
}
.container3box{
margin: 0 auto;
text-align: center;
width: 90%;
}
.information{
width: 100%;
margin: 0 auto;
padding: 30px 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
} 
/*表*/
.schedule{
color: #FF9934;
width: 40%;
text-align: center;
margin: 0 50px;
} 
.schedule table{
border: solid 2px #FF9934;
font-size: 85%;
font-weight: 600;
}
.schedule table.table01 {
width: 100%;
border-right: #FF9934 solid 2px;
border-left: #FF9934 solid 2px;
border-collapse: collapse;
border-spacing: 0;
border: solid 2px #FF9934;
margin: 0 auto;
}
.schedule table.table01 thead th {
background: #FBE5D3;
color: #FF9934;
padding: 6px 10px;
border-right: #FF9934 solid 2px;
border-bottom: #FF9934 solid 2px;
white-space: nowrap;
}
.schedule table.table01 thead th:last-child {
border-right: #FF9934 solid 2px;
}
.schedule table.table01 tbody th {
background: #FBE5D3;
color: #FF9934;
padding:6px 10px;
border-bottom: #FF9934 solid 2px;
border-color: #FF9934 solid 2px;
vertical-align: middle;
}
.schedule table.table01 tbody tr:last-child th {
border-bottom: #FF9934 solid 2px;
}
.schedule table.table01 tbody td {
padding: 6px 3px;
border-left: #FF9934 solid 2px;
border-bottom: #FF9934 solid 2px;
vertical-align: middle;
text-align: center;
}
.info{
width: 100%;
margin: 10px auto;
color: #000000;
}
.info ul{
text-align: left;
padding: 5px 15px;
font-weight: 500;
}
.info p{
text-align: left;
padding: 0 5px;
font-weight: 500;
}
.info p span{
display: inline-block;
}
.info p.co_ore{
color: #FF9934;
font-weight: bold;
text-align: center;
}
.info img{
width: 55%;
}
/*クリニック概要*/	
.info02{
width: 40%;
text-align: center;
margin: 0 50px;
}
.info02 img{
width: 	100%;
}
.info02 table {
margin: 0 auto;
border: none;
}
.infobox02 tr{
border-bottom: dashed 1px #FF9934;
}
.infobox02 th {
padding: 10px;
text-align: left;
color: #FF9934;
font-weight: bold;
}
.infobox02 td {
padding: 10px;
text-align: left;
}
.infobox02 .first{
border-top: dashed 1px #FF9934;
} 
.info02 p{
text-align: left;
padding: 7px;
font-size: 85%;
}
.infobox02 img{
width: 50%;
}
.dw_img{
width: 30%;
}
.dw_img img{
width: 100%;
}
 /*アクセス*/
.container4{
padding-top: 20px;
text-align: center;
padding-bottom: 60px;
}
.access{
width: 90%;
text-align: center;
margin: 20px auto;
}
.map02{
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
margin-top: 30px;
}
.mapbun{
width: 50%;
margin: 0 10px;
}
.mapbox{
width: 45%;
margin: 0 10px;
}
.mapbox img{
width: 100%;
}
.mapqr img{
width: 70%;
}
.access p{
text-align: left;
padding-top: 10px;
}
.map{
text-align: center;
margin-top: 20px;
}
.map img{
width: 75%;
}
/*リンク集*/
.container5{
text-align: center;
background: #FFF7EE;
padding: 50px 0;
}
.collection{
width: 94%;
text-align: center;
margin: 5px auto;
}
.collectionbox01{
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
}	
.collectionbox01 section{
padding: 5px;
width: 35%;
margin: 15px;
}
.collectionbox01 img{
width: 80%;
}
.collectionbox01 p{
font-size: 90%;
padding: 7px;
text-align: left;
}
/*QRコード*/
.container6{
text-align: center;
padding: 60px 0;
}
.qr{
width: 80%;
text-align: center;
margin: 5px auto;
}
.qrbox{
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
}	
.qrbox section{
padding: 15px;
width: 25%;
margin: 20px 10px ;
}
.qrbox img{
width: 100%;
}
.qrbox p{
font-size: 90%;
padding-top: 5px;
text-align: left;
}
#nav-open {
display:none;
}
footer{
background: #FBE5D3;
text-align: center;
padding: 30px;
}
footer p{
font-size: 80%;
margin-bottom: 30px;
}
.footerbox{
display: flex;
flex-flow: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
white-space: nowrap;
}
.footerbox02{
width: 28%;
}
.footerbox02 a img{
width: 100%;
}
.footerbox02 img{
margin-top: 15px;
}
.footerbox a{
display: inline-block;
transition: all 0.4s ease 0s; 
}
.footerbox a:hover{
transform:translateY(-0.3em);
}
/* サイトマップ*/
.sitemap{
margin:0 auto;
width: 70%;
}
.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;
}
.sitemap nav ul li a {
display: flex;
align-items: center;
}
.sitemap nav ul li a dd {
font-weight: bold;
color: #FC7C00;
font-size: 80%;
border-bottom: 1px dashed #FC7C00;
}
.sitemap nav ul li a {
position: relative;
display: inline-block;
text-decoration: none;
padding: 5px 10px;
color: #FC7C00;
}
.sitemap nav ul li a:hover {
background: #ffffff;
border-radius: 10px;
}


@media screen and (max-width: 960px){
.news{
flex-direction: column;
align-items: center;
} 
.newsbox01{
width: 95%;
}
.text{
height: 300px;/*スクロールの高さ*/
}
.news02{
width: 95%;
margin-top: 40px;
}
.newsbox03 img{
width: 80%;
}
 /*診療案内*/
.container3{
margin-top: 10px;
margin-bottom:10px;
}
.information{
flex-direction: column;
width: 100%;
text-align: center;
align-items: center;
margin: 0 auto;
}
		
/*表*/
.schedule{
color: #FF9934;
font-weight: normal;
width: 100%;
margin: 10px;
text-align: center;
} 
.schedule table{
border: solid 1px #FF9934;
text-align: center;
}
.schedule table.table01 {
width: 100%;
border-right: #FF9934 solid 1px;
border-left: #FF9934 solid 1px;
border-collapse: collapse;
border-spacing: 0;
border: solid 1px #FF9934;
margin: 0 auto;
font-weight: bold;
}
.schedule table.table01 thead th {
background: #FBE5D3;
color: #FF9934;
padding: 5px 5px;
border-right: #FF9934 solid 1px;
border-bottom: #FF9934 solid 1px;
white-space: nowrap;
}
.schedule table.table01 thead th:last-child {
border-right: #FF9934 solid 1px;
}
.schedule table.table01 tbody th {
background: #FBE5D3;
color: #FF9934;
padding:5px 5px;
border-bottom: #FF9934 solid 1px;
border-color: #FF9934 solid 1px;
vertical-align: middle;
font-size: 80%;
}
.schedule table.table01 tbody tr:last-child th {
border-bottom: #FF9934 solid 1px;
}
.schedule table.table01 tbody td {
padding: 10px 6px;
border-left: #FF9934 solid 1px;
border-bottom: #FF9934 solid 1px;
vertical-align: middle;
text-align: center;
} 
.info{
width: 100%;
margin: 3px;
text-align: center;
}
.info ul{
text-align: left;
padding: 5px 5px;
font-weight: 500;
}
.info ul img{
width: 50%;
} 
/*クリニック概要*/	
.info02{
width: 100%;
margin-left: 0;
text-align: center;
margin: 20px;
}
.info02 table{
width: 100%;
}
.infobox02 tr{
border-bottom: none;
margin: 0 20px;
}
.infobox02 th,.infobox02 td {
display: inline-block;
width: 100%;
text-align: left;
padding: 5px 0 5px 5px;
}
.infobox02 th{
background: #FBE5D3;
}
.infobox02 .first{
border-top: none;
} 
iframe{
width: 100%;
}
/*マップ*/
.map02{
flex-direction: column-reverse;
align-items: center;
margin-top: 20px;
}
.mapbun{
width: 90%;
margin: 0 5px;
}
.mapbox{
width: 90%;
margin: 0 5px;
}
.mapbox img{
width: 100%;
}
.mapqr img{
width: 40%;
}
.map img{
width: 100%;
}
.sitemap{
width:80%;
}
.footerbox02{
width: 40%;
}
}

/*ipadサイズ*/

@media screen and (max-width: 768px){
.container00{
height: 18px; 
font-size: 50%;
color: #FC7C00;
padding-top: 2px;
padding-right: 2px;
line-height: 1.1em;
}
/*トップページ*/
#page_top{
width: 30px;
height:30px;
position: fixed;
right: 5px;
bottom: 20px;
background: #FFA854;
opacity: 0.6;
border-radius: 50%;
}
#page_top a{
position: relative;
display: block;
width:30px;
height: 30px;
text-decoration: none;
}
#page_top a::before{
font-weight: normal;
content: '▲';
font-size: 20px;
color: #fff;
position: absolute;
width: 30px;
height: 30px;
top: -5px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}	
h2 {
font-size:18px;
}
h3{
font-size: 20px;       /* 文字サイズ指定 */
}
h4 {
padding: 0.5rem 0;
font-size: 19px;
}
h6{
margin: 0 auto;
padding: 5px 0 1px 0;
width: 75%;
box-shadow: -1px 2px 2px #d1edea; /*影*/
border-radius: 30px; /*角の丸み*/
font-size: 20px;
margin-bottom: 15px;
}
.topss{
width: 100%;
display: block;
}
.topss img{
width: 100%;
}  
.container1{
display: none;
}
h1 {
font-size: 23px;
}
.menu{
display: none;
}	
/*リンクボタンここから*/
.link ul {
display: flex;
flex-flow: row;
justify-content: center;
margin: 0;
padding: 2px 1px;
list-style-type: none;
}
.link a {
display: block;
padding: 2px 1px; 
text-decoration: none;
}	
.link a img{
width: 90px;
height: 90px;
}
.toplogo{
top: 20px;
}
/*最新のお知らせ*/	
.container2{
padding: 20px 10px 40px 10px;
background: #FFF7EE;
}
.news{
flex-direction: column;
align-items: center;
} 
.newsbox01{
width: 95%;
}
.text{
padding: 5px;
background: #ffffff;
border-radius: 10px;
border: solid 2px rgba(243,70,3,0.50);
box-shadow: 1px 1px 1px rgba(243,70,3,0.20);
height: 250px;/*スクロールの高さ*/
font-size: 85%;
}
.news02{
margin-top: 30px;
width: 90%;
margin-left: 0;
text-align: center;
}
.newsbox03 img{
width: 95%;
}
.newsbox02{
text-align: left;
}
/*adminの中*/
.caption{
font-weight: bold;
color: #FC7C00;
line-height: 2em;
padding-top: 7px;
}
.text ul{
padding: 5px;
}
.text li {
line-height:1.3em;
}
/*アクセス*/
.container4{
padding-top: 10px;
}
.access{
width: 90%;
margin: 15px auto;
}
.map02{
display: flex;
flex-direction: column-reverse;
align-items: center;
margin-top: 20px;
}
.mapbun{
width: 95%;;
margin: 5px;
}
.mapbun p{
font-size: 90%;
padding: 5px;
}
.mapbox{
width: 100%;
margin: 0 10px;
}
.mapbox img{
width: 100%;
}
.access p{
text-align: left;
padding-top: 10px;
}
.map{
text-align: center;
}
.map img{
width: 100%;
}
/*リンク集*/	
.collection{
width: 90%;
margin: 5px auto;	
}
.collectionbox01{
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
}
.collectionbox01 section{
padding: 10px;
width: 100%;
margin: 5px;
}
.collectionbox01 img{
width: 50%;
}
.collectionbox01 p{
font-size: 90%;
padding: 10px;
}
.qr{
width: 85%;
margin: 5px auto;
}
.qrbox{
flex-direction: column;
flex-wrap: nowrap;
}	
.qrbox section{
padding: 10px;
width: 90%;
margin: 5px;
}
.qrbox img{
width: 70%;
}
.qrbox p{
font-size: 95%;
padding: 10px;
}
.mapqr img{
width: 50%;
}
.dw_img{
width: 50%;
}
/*フッター*/
footer p{
font-size: 80%;
margin-bottom: 30px;
}
.footerbox02{
width: 100%;
}
.footerbox02 a img{
width: 100%;
}
.footerbox02 img{
margin-top: 3px;
}
.footerbox a{
display: inline-block;
transition: all 0.4s ease 0s; 
}
.footerbox a:hover{
transform: scale(1.1, 1.2)translateY(-0.2em);
}
/* サイトマップ*/
.sitemap{
width:0 auto;
text-align: center;
}
.footerbox02{
width: 45%;
}
.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;
border-left:none;
border-right: none;

}
.sitemap nav ul li+ li {
border-left: none;
border-right: none;
}
.sitemap nav ul li::before{
content: "";
border-right: none;
position: absolute;
color:  #FC7C00;
}
.sitemap nav ul li a dd {
font-weight: bold;
color: #FC7C00;
font-size: 80%;
border-bottom: 1px dashed #FC7C00;
}
.sitemap nav ul li a {
position: relative;
display: inline-block;
padding: 5px 10px;
color: #FC7C00;
}
.sitemap nav ul li a:hover {
background: #ffffff;
border-radius: 10px;
}
}
@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 10%;
}
.topics dd {
margin-left: 11%;
}
.info p.co_ore{
text-align: left;
}
}
@media only screen and (max-width:479px) {
.btn01{
font-size: 13px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding: 5px 15px;
border-radius: 40px;
background-image: linear-gradient(#f4c14e,#F99441);
transition: .5s;
background-size: 200%;
margin-bottom: 10px;
}
.container00{
height: 16px;
border-top:solid 4px rgba(252, 173, 94, 0.918);
text-align: left;
padding-left: 5px;
}
.toplogo img{
width: 70%;
text-align: center;
}
.toplogo{
left: 2%;
top: 3%;
}
.hiyokologo{
display: none;	
}
/*診療案内*/
.container3{
padding: 20px 0;
}
/*表*/
.schedule{
width: 100%;
margin: 0;
text-align: center;
} 
.schedule table{
border: solid 1px #FF9934;
}
.schedule table.table01 {
width: 100%;
border-right: #FF9934 solid 1px;
border-left: #FF9934 solid 1px;
border: solid 1px #FF9934;
font-size: 80%;
}
.schedule table.table01 thead th {
padding: 3px 3px;
border-right: #FF9934 solid 1px;
border-bottom: #FF9934 solid 1px;
}
.schedule table.table01 thead th:last-child {
border-right: #FF9934 solid 1px;
}
.schedule table.table01 tbody th {
padding:3px 3px;
border-bottom: #FF9934 solid 1px;
border-color: #FF9934 solid 1px;
font-size: 60%;
}
.schedule table.table01 tbody tr:last-child th {
border-bottom: #FF9934 solid 1px;
}
.schedule table.table01 tbody td {
padding: 3px 2px;
border-left: #FF9934 solid 1px;
border-bottom: #FF9934 solid 1px;
} 
.newsbox03 img{
width: 100%;
}
.mapqr img{
display: none;
}
.info{
width: 100%;
margin: 5px;
text-align: center;
}
.info ul{
text-align: left;
padding: 5px 5px;
font-weight: 500;
}
/*リンク集*/	
.collection{
width: 90%;
margin: 5px auto;	
}
.collectionbox01 section{
padding: 5px;
width: 100%;
margin: 5px;
}
.collectionbox01 img{
width: 70%;
}
.collectionbox01 p{
font-size: 85%;
padding: 3px 10px 0 10px;
}
/*qr*/
.container6{
display: none;
}
#pagetop{
position:fixed;
right: -130px;
bottom:-30px;
cursor:pointer;
}
.pagetopbtn img{
width: 30%;
opacity: 0.8;
}
.footerbox{
flex-flow: column;
}
.footerbox02 a img{
width: 95%;
}
footer{
padding: 5px;
}
.footerbox02{
width: 100%;
}
}
