﻿@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}



/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#000000;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
        background-color:#ffffff;
}


header {
	width:960px;

}

nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}


#main {
	float:right;
	width:65.625%;
}

#sub {
	float:left;
	width:31.25%;
}

#box_1 {
       float:left;
       width:50%;
}

#box_2 {
       float:right;
       width:50%;
}

#subnav {
	display:none;
}

a {
	text-decoration:none;
}



.marquee {
overflow:hidden;
margin:0;
padding:0.1em 0;
background:#ff0000;
}

.marquee p {
width:100%;
margin:0 20px 0;
padding:10px;
text-align:center;
line-height:130%;
display:inline-block;
white-space:nowrap;
color:#fff;
font-size:18px;
font-weight:600;
-moz-animation-name:marquee;
-moz-animation-duration:20s;
-moz-animation-timing-function:linear;
-moz-animation-iteration-count:infinite;
-webkit-animation-name:marquee;
-webkit-animation-duration:20s;
-webkit-animation-timing-function:linear;
-webkit-animation-iteration-count:infinite;
-o-animation-name:marquee;
-o-animation-duration:20s;
-o-animation-timing-function:linear;
-o-animation-iteration-count:infinite;
animation-name:marquee;
animation-duration:20s;
animation-timing-function:linear;
animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
@-moz-keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
@-o-keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
@keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}

h1 {
	color:#000000;
	font-size:12px;
	line-height:1.2;
        padding:3px;
        font-weight:500;
}
h1 a {
	color:#000000;
	text-decoration:none;
}
h1 a:hover {
	color:#4169e1;
	text-decoration:underline;
}

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:17px;
	font-weight:600;
	color:#ff1493;
	border-left:5px solid #ff1493;
	border-bottom:1px solid #ff1493;
        letter-spacing:1px;
}

h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#e4007f;
	font-size:14px;
	border-bottom:2px solid #e4007f;
        font-weight:bold;
        letter-spacing:1px;
}

h3.mae_gazou {
  font-weight: bold;
  font-size: 20px;
}

h3.mae_gazou::before {
  content: url(../images/front.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	color:#f19500;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#ff1493;
	font-size:14px;
	border-bottom:1px solid #ff1493;
        font-weight:bold;
}

h6.mae_gazou {
  font-weight: bold;
  font-size: 20px;
}

h6.mae_gazou::before {
  content: url(../images/point.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}


h7 {
	margin-bottom:0.25em;
	color:#000000;
	font-size:65%;
	font-weight:500;
}

p {
	margin:0 0 1em 0;
    letter-spacing:1px;
}




img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#dc143c;
}

strong_1 {
	font-weight:bold;
	color:#ff8c00;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}

ul li {
	    list-style-type: none;
        letter-spacing:2px;
        margin-left:10px;
        margin-right:10px;
        margin-top:10px;
        border-bottom:2px dotted #808080;
        color:#000000;
        font-weight:500;
        font-size:100%;

}
li {
	margin-left:1em;
}

ol li {
	list-style:decimal;
        letter-spacing:2px;
        margin-left:35px;
        margin-right:10px;
        margin-top:10px;
        border-bottom:3px dotted #808080;
        color:#000000;
        font-weight:500;
        font-size:100%;

}
li {
	margin-left:1em;
}

dt {
	margin-bottom:0.1em;
	border-bottom:2px dotted #808080;
        margin:10px;
        letter-spacing:1px;
        color :#000000;
        font-weight:bold;
        font-size:105%;

}

dd {
	margin-bottom:1em;
        letter-spacing:0.5px;
        font-size:100%;
                margin:10px;
					    list-style-type: circle;
}


<style type="text/css">
#CDT{
 font-size: 22px;
 font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
}
#CDT .day{
 font-size: 32px;
 font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
}
#CDT .hour,#CDT .min,#CDT .sec{
 font-size: 26px;
 font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
}
</style>

.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
  font-size: 4vmin;
  color:#ffffff;
  font-weight:bold;
  text-align:center;
  line-height:125%;
  }

.example img {
  width: 100%;
  }

/*================================================
 *  ページトップへの戻り
 ================================================*/

/* 上に戻るボタン */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 1px #808080;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #808080;
    border-right: 3px solid #808080;
    transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #3293e7;
    }
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#f19500 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#e78f00 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;margin-top:15px;
}


/*================================================
 *  サブコンテンツ
 ================================================*/


.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	margin-top:30px;
	padding-top:30px;
	overflow:hidden;
	border-top:1px dotted #f5f5f5;
	background-color:#f5f5f5;
	border-bottom:1px dotted #f5f5f5;
}

.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}



/*================================================
 *  クラス
 ================================================*/
 
 .hover-effect-list{
  display: inline-block;
  margin: 0px;
  width:130px;
  padding: 10px 5px;
  font-size: 13px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5; 
  color: #000000;
  text-decoration:none;
  border-radius: 5px;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in-out;
}
.hover-effect-list:hover{
  text-decoration: none;
  color: #000000;
}


.hover-list:hover{
  color: #ffffff; 
font-weight: 600;
  background-color: #191970;

}

.event_3{
    border:1px solid #ffffff;
    background-color: #ffffff;
    padding: 0px;
    text-align: center;
    width:150px;
    display:inline-block;
    vertical-align: middle;
    margin-bottom:5px;
    color:#000000;
    font-size:15px;
    font-weight: 500;
}

.event_3 h1 {
    text-align:center;
}

.man{
    color:#4169e1;
}

.woman{
    color:#ff1493;
}

.alert{
    color:#dc143c;
}


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.pie {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: 
    conic-gradient(
    #1e90ff 0,
    #1e90ff 46%,
    #ff69b4 46%,
    #ff69b4 54%,
    #ff69b4 54%,
    #ff69b4 54%,
    #ff69b4 54%,
    #ff69b4 54%,
    #ff69b4 54%,
    #ff69b4 100%
    );
    mask-image: radial-gradient(
    transparent 0%,
    transparent 50px,
    white 50px,
    white
  );
}

.pie_2 {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: 
    conic-gradient(
    #9acd32 0,
    #9acd32 1.6%,
    #00bfff 1.6%,
    #00bfff 3.2%,
    #ffa500 3.2%,
    #ffa500 18.8%,
    #db7093 18.8%,
    #db7093 56.3%,        
    #000080 56.3%,
    #000080 100%
    );
    mask-image: radial-gradient(
    transparent 0%,
    transparent 50px,
    white 50px,
    white
  );
}

.pie_3 {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background:
    conic-gradient(
    #ff1493 0,
    #ff1493 24.7%,
    #c0c0c0 24.7%,
    #c0c0c0 24.7%,
    #c0c0c0 24.7%,
    #c0c0c0 24.7%,
    #c0c0c0 24.7%,
    #c0c0c0 24.7%,
    #c0c0c0 24.7%,
    #c0c0c0 100%
    );
    mask-image: radial-gradient(
    transparent 0%,
    transparent 50px,
    white 50px,
    white
  );
}



.pie_4 {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: 
    conic-gradient(
    #4169e1 0,
    #4169e1 23.8%,
    #c0c0c0 23.8%,
    #c0c0c0 23.8%,
    #c0c0c0 23.8%,
    #c0c0c0 23.8%,
    #c0c0c0 23.8%,
    #c0c0c0 23.8%,
    #c0c0c0 23.8%,
    #c0c0c0 100%
    );
    mask-image: radial-gradient(
    transparent 0%,
    transparent 50px,
    white 50px,
    white
  );
}


.hospital{
    border:1px solid #000000;
    background-color: #ffffff;
    padding: 15px 15px;
    text-align: center;
    width:260px;
    display:inline-block;
    vertical-align: middle;
    color:#ffffff;
    margin-bottom:5px;
    font-size:20px;
    font-weight: bold;
    margin-bottom:5px;
}

.event_1{
    border:1px solid #ff1493;
    background-color: #ffffff;
    padding: 10px 10px;
    text-align: center;
    width:145px;
    display:inline-block;
    vertical-align: middle;
    color:#ff1493;
    font-size:18px;
    font-weight: 500;
        margin-bottom:5px;
}

.event_1 h1 {
    text-align:center;
    color:#ff1493;
}

.event_2{
    border:1px solid #4169e1;
    background-color: #ffffff;
    padding: 10px 10px;
    text-align: center;
    width:145px;
    display:inline-block;
    vertical-align: middle;
    margin-bottom:5px;
    color:#4169e1;
    font-size:18px;
    font-weight: 500;
}

.event_2 h1 {
    text-align:center;
    color:#4169e1;
}


.data_1{
    border:1px solid #d3d3d3;
    background-color: #ffffff;
    padding: 15px 15px;
    text-align: center;
    width:auto;
    display:inline-block;
    vertical-align: middle;
    color:#000000;
    font-size:18px;
    font-weight: 600;
        margin-bottom:5px;
}

.data_1 h1 {
    text-align:center;
}


.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px;
  }
}

.submenu{
  width:100%;       
}

.submenu ul{
    list-style-type: none;
    margin:0;
    padding:0;
    border:2px dotted #ffffff;
    border-radius: 10px;
    background:#ffffcc;    
}

.submenu li{
    border-bottom:1px dotted #ff9933;
}

.submenu li:last-child{　
    border-bottom:none;
}

.submenu li a: hover {
    background:#ffffcc;
}

.submenu li a{
    display:block;
    padding:10px 10px;
    margin-bottom: 10px;
    text-decoration:none;
    color:#000000;
    font-weight:600;
    font-size:120%;
    
}


ul.cp_list {
	padding: 0 0.5em;
	list-style-type: none;
}
ul.cp_list li {
	position:relative;
	padding: 0.5em;
	margin-bottom: 4px;
    margin-right: 10px;
	background: #f5f5f5;
	border-left : 5px solid #dc143c;
    text-align: center;
}
ul.cp_list li::before {
	position: absolute;
	content: ;

ul.cp_list {
padding: 0 0.5em;
list-style-type: none;
}
    
ul.cp_list li {
position:relative;
padding: 0.5em;
margin-bottom: 4px;
background: #fafad2;
border-left : 3em solid #ff0000;
}
ul.cp_list li::before {
position: absolute;
content: "\002713";
display: block;
padding: 0.5em;
color: #fff;
top: 50%;
left: -2.25em;
transform: translateY(-50%);
}
ul.cp_list li:last-of-type {
border-bottom: none;
}

2713";
	display: block;
	padding: 0.5em;
	color: #fff;
	top: 50%;
	left: -2.25em;
	transform: translateY(-50%);
}
ul.cp_list li:last-of-type {
	border-bottom: none;
}


.scroll {
width: 100%;
height: 500px;
margin-bottom: 0.5em;
background-color: #ffffff;
color: #000000;
overflow: auto;
}


.btn-flat-border {
  display: inline-block;
  padding: 10px;
  margin-top:10px;
  text-decoration: none;
  color: #ff1493;
  border: solid 2px #ff1493;
  border-radius: 3px;
  transition: .4s;
  width:25%;
  font-size:110%;
  text-align:center;
  font-weight:bold;
}

.btn-flat-border:hover {
  background: #ff1493;
  color:#ffffff;
}

.fa-poo-storm {
   color:#ff0000;
}

.fa-car-alt {
   color:#008000;
}

.fa-heartbeat {
   color:#800080;
}

	
.flex_test-box {
    display: flex;              /* フレックスボックスにする */
}

.flex_test-box {
    background-color: #ffffff;     /* 背景色指定 */
    padding:  5px;             /* 余白指定 */
    justify-content:center;
    font-size:120%;
    font-weight:bold;
}
 
.flex_test-item a:hover
 { 
 color:#ff1493; }

.flex_test-item {
    padding: 5px;
    color:  #ffffff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */

}
 
.flex_test-item:nth-child(1) {
    background-color:  #f0f8ff; /* 背景色指定 */
}
 
.flex_test-item:nth-child(2) {
    background-color:  #fff0f5; /* 背景色指定 */
}
 
.flex_test-item:nth-child(3) {
    background-color: #f0fff0; /* 背景色指定 */
}
 
.親要素{
  display: flex;
}

 
.flexitem{
  width: 50%;
  height: 28px;
  padding-top:5px;
  margin-top:7px;
  text-align: center;
  font-size: 12px;
  color: #000000;
}

.item1{
  background: #f5f5dc;
  verthical-align:center;
}
 
.item2{
  background: #f5f5f5;
}
 
.item3{
  background: #f0ffff;
}
 
.item4{
  background: #fffff0;
}

.flexcontainer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
 
.item5{
  background: #FF33CC;
}

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  
  width: 100%;
}
 
.row-head th,
.row-head td {
  border: thin solid #a9a9a9;
  vertical-align: middle; 
  text-align:center;
  padding: 10px;
  font-weight:500;
  font-size:15px;
  
}
 
.row-head th {
  background: #dcdcdc;
  color: #000000;
  text-align:center;
}
 
.row-head label {
  line-height: 25px;
  margin: 0;
  text-align:center;
}
 
@media only screen and (max-width: 800px) {
  .row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 3px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    padding: 8px 8px 0;
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  
  .row-head.header-check tr {
    padding-left: 30px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}

.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0 ;
	padding:15px;
	border:1px solid #6b8e23;
	background:#fff;
}

.photo_1 {
	overflow:hidden;
	margin:0 auto ;
	padding:2px;
	border:1px solid #ffffff;
	background:#ffffff;
}

.photo_2 {
	overflow:hidden;
	margin:0 auto ;
	padding:20px;
	border:1px solid #191970;
	background:#ffffff;
    font-size:15px;
    letter-spacing: 1px;
    text-align:justify;
}

.photo_3 {
	overflow:hidden;
    	margin-top:5px;
    	margin-bottom:15px;
	padding:10px 20px 10px 20px;
	border:1px solid #dc143c;
	background:#ffffff;
    font-size:15px;
    letter-spacing: 1px;
    text-align:justify;
}

.imgL {
	float:left;
	margin:0.5em 1em 0.5em 1em;
}

.imgR {
	float:right;
	margin:0.5em 0.5em 0.5em 1em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

p.t1 {
margin: 10px 0px; 
padding: 20px;
background-color:#ffc0cb;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:110%;
line-height:120%;
color:#000000;
letter-spacing:1px;
text-align: center;
text-justify: inter-ideograph;
vertical-align:center;
}



p.s1 {
margin: 10px 10px; 
padding: 5px;
background-color:#ffc0cb;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:120%;
font-weight:bold;
line-height:130%;
text-align:left;
}

.under {
  border-bottom: dotted 3px #696969;
  }

p.s2 {
margin: 10px 0px; 
padding: 15px;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:105%;
font-weight:500;
line-height:150%;
text-align:justify;
color:#000000;
}

p.s3 {
margin: 2px 0px 20px; 
padding: 15px;
border: medium solid #ff0000;
background-color:#ff0000;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:120%;
font-weight:600;
line-height:140%;
text-align:left;
color:#ffffff;
}


p.s4 {
margin: 10px 0px; 
padding: 15px;
border: medium solid #ff0000;
background-color:#ff0000;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:160%;
font-weight:600;
line-height:140%;
text-align:center;
color:#ffffff;
}

p.s5 {
margin: 10px 0px 10px; 
padding: 15px;
border: medium solid #191970;
background-color:#191970;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:115%;
font-weight:600;
line-height:140%;
text-align:left;
color:#ffffff;　
}


p.s15 {
margin: 10px 0px 10px; 
padding: 15px;
border: thin solid #dc143c;
background-color:#dc143c;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:115%;
font-weight:600;
line-height:140%;
text-align:left;
color:#ffffff;
}


p.s7 {
margin: 10px 0px; 
padding: 20px;
border: thin solid #dcdcdc;
background-color:#f5f5dc;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:115%;
font-weight:500;
line-height:140%;	
text-align: justify;
text-justify: inter-ideograph;
color:#000000;
letter-spacing:1px;
}


p.s8 {
margin: 10px 0px; 
padding: 20px;
border: thin solid #dcdcdc;
background-color:#e6e6fa;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:110%;
font-weight:500;
line-height:130%;	
text-align: justify;
text-justify: inter-ideograph;
color:#000000;
letter-spacing:1px;
font-weight:500;
}


p.s20 {
margin: 10px 0px 10px; 
padding: 15px;
border: medium thin #000000;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:115%;
font-weight:bold;
line-height:140%;
text-align:left;
color:#000000;
}

p.s9 {
margin: 10px 0px 10px; 
padding: 15px;
border: medium dotted #ff0000;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:115%;
font-weight:bold;
line-height:140%;
text-align:left;
color:#000000;
}

p.s10 {
margin: 10px 0px; 
padding: 20px;
border: thin solid #dcdcdc;
background-color:#fffaf0;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:110%;
font-weight:500;
line-height:160%;	
text-align: justify;
text-justify: inter-ideograph;
text-decoration:underline;
text-decoration-color:#4169e1;
text-decoration-style:dotted;
color:#000000;
letter-spacing:1px;
font-weight:500;
}

p.s11 {
margin: 10px 0px; 
padding: 10px;
border: thin solid #ffffff;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:120%;
line-height:130%;
color:#000000;
letter-spacing:2px;
text-align: justify;
text-justify: inter-ideograph;
vertical-align:center;
font-weight:600;
}

p.s12 {
margin: 10px 0px; 
padding: 15px;
border: thin solid #e4007f;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:110%;
line-height:150%;
color:#e4007f;
letter-spacing:1px;
font-weight:600;
text-align:left;
vertical-align:center;
}

p.s13 {
margin: 10px 0px; 
padding: 20px;
background-color:#ffffff;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:110%;
line-height:120%;
color:#000000;
letter-spacing:1px;
text-align: justify;
text-justify: inter-ideograph;
vertical-align:center;
}

p.s21 {
margin: 10px 0px; 
padding: 0px;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:80%;
font-weight:500;
line-height:100%;
text-align:right;
color:#000000;
}


.circle{
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ffffff;
  border :thin solid #4169e1;
  text-align:center;
  line-height: 150px;
  vertical-align: middle;
  text-decoration:none;
  font-size:20px;
  font-weight:bold;
  margin:20px;
}

.app{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

p.resizeimage img { width: 100%; }

.hover-effect{
  display: inline-block;
  margin: 10px;
  padding: 8px 50px;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  border: 1px solid #191970;
  background-color: #191970; 
  color: #fff;
  text-decoration:none;
  border-radius: 10px;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in-out;
}


.hover-effect:hover{
  text-decoration: none;
  color: #ffffff;
}


.hover:hover{
  color: #191970; 
  background-color: transparent;
  box-shadow: 0 0 4px 1px rgba(192,192,192,0.5) inset;
  text-shadow: 1px 1px 2px #fff; 
}

p.s13 {
margin: 10px 0px; 
padding: 15px;
border: medium solid #ff0000;
background-color:#ff0000;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:130%;
font-weight:bold;
line-height:110%;
text-align:center;
color:#ffffff;
}

p.s14 {
margin: 10px 0px; 
padding: 15px;
border: medium solid #00ced1;
background-color:#00ced1;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:130%;
font-weight:bold;
line-height:110%;
text-align:center;
color:#ffffff;
}


p.s16 {
margin: 10px 0px; 
padding: 15px;
border: medium solid #000080;
background-color:#000080;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:130%;
font-weight:bold;
line-height:110%;
text-align:center;
color:#ffffff;
}

p.s17 {
margin: 10px 0px; 
padding: 15px;
border: medium solid #ff1493;
background-color:#ff1493;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:130%;
font-weight:bold;
line-height:110%;
text-align:center;
color:#ffffff;
}

p.s18 {
margin: 10px 0px; 
padding: 15px;
border: medium solid #32cd32;
background-color:#32cd32;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:130%;
font-weight:bold;
line-height:110%;
text-align:center;
color:#ffffff;
}

p.s19 {
margin: 10px 0px; 
padding: 15px;
border: medium solid #d2691e;
background-color:#d2691e;
font-family:Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, Osaka, MS Pコジック,MS PGothic, arial, helvetica, sans-serif;
font-size:130%;
font-weight:bold;
line-height:110%;
text-align:center;
color:#ffffff;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.flash-title {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  -webkit-animation: fade-in-out 3s ease 2s forwards;
  animation: fade-in-out 3s ease 2s forwards;
  visibility: hidden;
  z-index: 1;
}

.flash-title p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

@-webkit-keyframes fade-in-out {
  0% {visibility: hidden; opacity: 0;}
  50% {visibility: visible; opacity: 1;}
  100% {visibility: hidden; opacity: 0;}
}

@keyframes fade-in-out {
  0% {visibility: hidden; opacity: 0;}
  50% {visibility: visible; opacity: 1;}
  100% {visibility: hidden; opacity: 0;}
}

.btn-circle-border-double {
  display: inline-block;
  text-decoration: none;
  color: #808080;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: double 4px #808080;
  text-align: center;
  overflow: hidden;
  transition: .6s;
}

.btn-circle-border-double:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}


/* 初期値等のリセット */
.graph-title , .bar-graph, .bar-graph li, .bar-graph dl,
.bar-graph dt, .bar-graph dd, .bar-graph span {
  font-size: 100%;
  line-height: 20px;
  margin: 0;
  padding: 0;
	list-style-type: none;
}

/* グラフのタイトル */
.graph-title {
  font-weight: bold;
  text-align: center;
	list-style-type: none;
}

.bar-graph {
  border: 1px solid #ccc;
  margin-bottom: 10px;

}

.bar-graph li {
  border-bottom: 1px solid #ccc;
	list-style-type: none;

}

.bar-graph li:last-child {
  border-bottom: 0;


}

/* 各グラフの横並びは flex */
.bar-graph dl {
  display: flex;
    justify-content: space-between;
}

/* グラフの項目名は固定幅 */
.bar-graph dt {
  border-right: 1px solid #ccc;
  flex-basis: 100px; /* 項目名の幅 */
  flex-grow: 0;
  flex-shrink: 0;
  padding: 3px 0;
  text-align: center;
  color:#000000;
  font-weight:500;
	list-style-type: none;
    font-size:90%;
}

/* グラフが入る要素は自由幅 */
.bar-graph dd {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 3px 0;
  text-align: center;
	list-style-type: none;
    font-size:90%;
}

/* グラフ本体 */
.bar-graph dd span {
  display: block;
  overflow: visible;
  white-space: nowrap;
	list-style-type: none;
    font-size:90%;
}


/* レスポンシブ対応、狭いと+きは flex を解除 */
@media (max-width: 860px) {
  .bar-graph dl {
    display: block;
  }

  .bar-graph dt {
    border-bottom: 1px solid #ccc;
    border-right: 0;
      	list-style-type: none;
  }
}

/* 初期値等のリセット */
.gra-title , .bar-gra, .bar-gra li, .bar-gra dl,
.bar-gra dt, .bar-gra dd, .bar-gra span {
  line-height: 15px;
  margin: 0;
  padding: 0;
     	list-style-type: none;
          font-size: 95%;
}

/* グラフのタイトル */
.gra-title {
  font-weight: bold;
  text-align: center;
	list-style-type: none;
}

.bar-gra {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.bar-gra li {
    
  border-bottom: 1px solid #ccc;

}

.bar-gra li:last-child {
  border-bottom: 0;

}

/* 各グラフの横並びは flex */
.bar-gra dl {
  display: flex;
    justify-content: space-between;
     	list-style-type: none;
}

/* グラフの項目名は固定幅 */
.bar-gra dt {
  border-right: 1px solid #ccc;
  flex-basis: 100px; /* 項目名の幅 */
  flex-grow: 0;
  flex-shrink: 0;
  padding: 5px 0;
  text-align: center;
  color:#000000;
  font-weight:500;
 	list-style-type: none;
}

/* グラフが入る要素は自由幅 */
.bar-gra dd {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 5px 0;
  text-align: center;
	list-style-type: none;
}

/* グラフ本体 */
.bar-gra dd span {
  display: block;
  overflow: visible;
  white-space: nowrap;
}


/* レスポンシブ対応、狭いときは flex を解除 */
@media (max-width: 860px) {
  .bar-gra dl {
    display: block;
  }

  .bar-gra dt {
    border-bottom: 1px solid #ccc;
    border-right: 0;
    	list-style-type: none;
  }
}

.corona_data{
    position:relative;
    width:100%;
    height:0;
    padding-top:60%;   

}
.corona_data iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*================================================
 *  トップ
 ================================================*/

top {
	clear:both;
}

.topmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ffffff;
	border-bottom:medium solid #191970;
        background-color:#ffffff;
	text-align: center;
}

.topmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.topmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#7CC3D0;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f0f8ff;
	border:1px solid #f0f8ff;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background: #fff0f5 none repeat scroll 0 0;
	border:1px solid #ffb6c1;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#696969;
	border:none;
}
.topNaviCon:hover h2 {
	color:#191970;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#e4007f;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
}
