@charset "Shif_JIS";
/* CSS Document */

* { 
margin: 0;
 padding: 0;
  border: 0;
	box-sizing: border-box;
}
ul,ol {
    margin-left: 1em;
    list-style-position: outside;
    text-align: left;
}
table {
}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
    border: 1px solid #EBEBEB;
}


p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
    color: #CD3900;
    text-decoration: none;
} 




/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*?*//*/
    height: auto;
    overflow: hidden;
    /**/
}




h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 60px;
    color: #10243F;
    background-image: url(images/bg_h2.png);
    background-position: center center;
    background-repeat: no-repeat;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2 div {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    padding-top: 80px;
    color: #4FA9D5;
}

h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    background-image: url(images/bg_h3.png);
    color: rgba(107,34,35,1.00);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    text-align: left;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
}


h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #F84C67;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	vertical-align: bottom;
	border: 0px;

}



main a:hover img {
	opacity: 0.9;
	-moz-opacity:0.9; 
	filter: alpha(opacity=90);
	zoom: 1;
}




/*ページ構成*/
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #4D2600;
    background-color: #fff;
    line-height: 1.8em;
}

#system_main {

    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	position: relative;
	padding-bottom: 50px;
}
footer {
	width: 100%;
    background-image: url(images/bg_footer.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
    padding-bottom: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100px;
}


#headerbox {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    width: 1200px;
    padding-bottom: 20px;
}

h1 {
    width: 20%;
}
h1 img {
	width: 100%;
}

#mainnav {
    width: 78%;
	margin-top: 40px;
}
#mainnav ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#mainnav ul li{
    width: calc(100% / 6);
    list-style-type: none;
    text-align: center;
	transition-duration: 2s;
}

#mainnav ul li a img{
	width: 100%;
	transform: rotate(0deg);
	transition-duration: 0.5s;
}
#mainnav ul li a:hover img{
	transition-duration: 0.5s;
	transform: rotate(10deg);
}


#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0px;
  bottom: -100px;
}

#page_top img {
    width: 100%;
}

/* トップ */


#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
	max-width:1920px;
}
#topslide img {
	width: 100%;

}
#topbgimg {
    position: relative;
}
#topbgimg img {

    width: 100%;
    height: 200px;
    object-fit: cover; /* この一行を追加するだけ！ */
}
#topimg {
	position: absolute;
	bottom: -1px;
	left: 0px;
}
#topimg img {
	width: 100%;
	vertical-align: bottom;
}

.bg1 {
    background-image: url(images/bg1.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.bg2 {
    background-image: url(images/bg2.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.bg3 {
    background-color: #CDF0F3;
}
.box {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
}

.txt1 {
    text-align: left;
    margin-bottom: 35px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: rgba(255,255,255,0.80);
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC;
}


#news {

	}
#news ul {
    text-align: left;
	list-style: none;
    margin-left: auto;
    margin-right: auto;
}
#news li {
    border-bottom: 2px dashed #3881d6;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url(images/list_birdy.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;

}

.aboutbox {
    background-image: url(images/bg_rinen.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    text-align: left;
    margin-bottom: 30px;
}



#outline {
    padding-top: 80px;
	}
#outline table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-spacing: 0px;
}
#outline th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    border-width: 0px 0px 2px;
    background-image: url(images/circle.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    border-bottom-style: dotted;
    border-bottom-color: #9A7B64;
}
#outline td {
    padding: 0.5em;
    text-align: left;
    border-width: 0px 0px 2px;
    border-bottom-style: dotted;
    border-bottom-color: #9A7B64;
}


#map {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
	}
	
#map iframe {
    width: 63%;
    height: 400px;
	}


#map #photo {
    width: 33%;
}

#map #photo figure {
	margin-bottom: 10px;
}
#map #photo img {
    width: 100%;
    border-radius: 15px;
}


#dl {
    margin-bottom: 40px;

}
#dl ul {
    counter-reset: list;
    list-style-type: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 20px;
    border: 20px solid #B3DFFF;
    border-radius: 20px;
}
#dl ul li{
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    border-bottom: 1px dashed #20917F;

}
#dl ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #FFCA13;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#dl ul li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#shien1 {
	margin-bottom: 50px;
	}
#daily {}
#daily table {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#daily table th {
    background-color: #FEFFE1;    
}
#event {}
#event article:nth-child(odd) {
    margin-bottom: 20px;
    background-color: rgba(255,225,238,0.79);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
}
#event article:nth-child(even) {
    margin-bottom: 20px;
    background-color: rgba(221,242,255,0.80);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
}
#event article:nth-child(even) h4 {
    color: #4698DD;
    background-color: rgba(255,255,255,1.00);
    padding-top: 30px;
    text-align: center;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.5rem;
    width: 5em;
    margin-right: auto;
    margin-left: auto;
}
#event article:nth-child(odd) h4 {
    color: #DD4675;
    background-color: rgba(255,255,255,1.00);
    padding-top: 30px;
    text-align: center;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.5rem;
width: 5em;
    margin-right: auto;
    margin-left: auto;
}
#event article:nth-child(even) dl {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#event article:nth-child(even) dt {
	width: 36%;
	order:2;
}
#event article:nth-child(even) dd {
    width: 60%;
    text-align: center;
    border: 2px dashed rgba(184,238,255,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    order: 1;
    background-color: rgba(255,255,255,0.61);
    border-radius: 20px;
}

#event article:nth-child(odd) dl {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#event article:nth-child(odd) dt {
	width: 36%;
	order:1;
}
#event article:nth-child(odd) dd {
    width: 60%;
    text-align: center;
    border: 2px dashed rgba(255,205,219,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    order: 2;
    background-color: rgba(255,255,255,0.61);
    border-radius: 20px;
}




#event article dt img {
    width: 100%;
    border: 10px solid #FFFFFF;
    border-radius: 30px;
}




#shien2 {
	margin-bottom: 50px;
	}
#houmon {
    margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
	}
#houmon article {
    width: 31.7%;
    margin-left: 0.8%;
    margin-right: 0.8%;
    margin-bottom: 20px;
	}
#houmon article dl {
    padding: 20px;
    background-color: rgba(255,255,255,0.80);
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC;
}


#houmon dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    border-bottom: 2px dashed #E93594;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: rgba(176,2,72,1.00);
}

#houmon dd {

    border-bottom: 1px dashed #E93594;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#houmon dd figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#houmon dd figure img {
    width: 100%;
    border-radius: 5px;
}
.gpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.gpdf a {
    display: block;
    background-color: #FFA3BA;
    padding: 7px;
    width: 80%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}




#shien3 {
	margin-bottom: 50px;
	}
#ryouiku {
    margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
	}
#ryouiku article {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
	}
#ryouiku article dl {
    padding: 20px;
    background-color: rgba(255,255,255,0.80);
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC;
}


#ryouiku dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    border-bottom: 2px dashed #778AF7;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #2F3AB5;
}

#ryouiku dd {
    border-bottom: 1px dashed #344FE9;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#ryouiku dd figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#ryouiku dd figure img {
    width: 100%;
    border-radius: 5px;
}
.rpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.rpdf a {
    display: block;
    background-color: #B1BCFF;
    padding: 7px;
    width: 80%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#info {}
#info ul {
    text-align: left;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background-color: rgba(255,255,255,0.80);
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC;
}
#info li {
    border-bottom: 2px dashed #E57DCB;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url(images/list_link1.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;

}
#recruit {}
#recruit article {
    width: 100%;
    margin-bottom: 20px;
	}
#recruit article dl {
    padding: 20px;
    background-color: rgba(255,255,255,0.80);
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC;
}


#recruit dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    border-bottom: 2px dashed #52BCB4;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #056059;
}

#recruit dd {
    border-bottom: 1px dashed #22948B;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rcpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.rcpdf a {
    display: block;
    background-color: #63CCC4;
    padding: 7px;
    width: 80%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#blog {
    margin-bottom: 50px;
}
#blog h4 {
    width: 100%;
    background-color: #EEE0FF;
    letter-spacing: 2px;
    border-radius: 10px;
    background-image: url(images/bg41wb.png);
    border-width: 0px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    background-repeat: repeat;
    color: rgba(163,66,138,1.00);
}

#blogbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#blogside {
    width: 26%;
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
    margin-bottom: 20px;
}
#blogside ul {
    counter-reset: list;
    list-style-type: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
#blogside ul li{
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #924BAD;
}
#blogside ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #FFCA13;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blogside ul li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#blog_o {
    text-align: center;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
}

#blog .blogmain {
    text-align: center;
    margin-bottom: 55px;
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background-color: #FFFFFF;
	position: relative;
}

#blog table {
	width: 100%;
	border-spacing: 6px 6px;
	padding-bottom: 10px;
}
#blog table tr .blogtext {
    text-align: left;
    padding-left: 30px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #FFFAE1;
    border-radius: 15px;
	border-width: 0px;
}


#blog .blogphoto {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 0px;
}


#blog .blogphoto img {
    width: 98%;
    border-radius: 10px;
}
#blog table tr .blogcomment {
	
	font-size: 75%;
	text-align: center;
	padding: 5px;
	margin:5px;
	background-color:#FFF276;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#blog .blogdate {
    font-size: 12px;
    text-align: right;
    padding: 5px;
    border-radius: 6px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: auto;
    background-color: #F9E4FB;
}

#blog dl {}
#blog dt {
	text-align: center;
}
#blog dd {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.blogyoutube {
	text-align: center;

		border-width: 0px;
}

.blogpdf {
	text-align: center;
	padding: 10px;
		border-width: 0px;
}
.blogpdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #FFF2C1;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #4D330D;
    text-decoration: none;
}
.blogpdf a:hover {
    background-color: #8C439C;
    color: #FFFFFF;
}





.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 15px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ページ送り*/
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background-color: #FFAB0F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    font-size: 0.9em;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #000;
    background-color: #FFF9E5;
    border-radius: 50%;
}















@media screen and (max-width:1020px){

html,body {
}


#system_main {

}

#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
#headerbox {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

h1 {
    width: 20%;
}

#mainnav {
    width: 75%;
    margin-top: 10px;
}


#mainnav ul li img{
	width: 100%;
}

	
.fixed.header-nav {
    /* liアイテムを横並び */
    display: flex;
    /* ul全体の幅・高さ */
    width: 100%;
    height: auto;
    position: fixed;

     background-color: rgba(255,221,49,0.80);
}
  /* 
.fixed.header-nav li:hover{
  background: rgba(104, 138, 35, .6);  
}
スクロールダウン時に下に影をつける*/
.fixed.header-nav {
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.fixed.header-nav ul {
    width: 100%;
	padding: 10px;
	  display: flex;
	float: none;
}
.fixed.header-nav li {
  /* メニュー名を左右中央寄せ */
  text-align: center;
  /* li box の高さをulに合わせる */
  line-height: normal;
  width: calc(100% / 8);
}
.fixed.header-nav li a {
  /* リンクをブロックいっぱいに */
  display: block;
  color: #fff;
  text-decoration: none;
}
.fixed.header-nav li img {
 width: 90%;
}

#enmei {
	width: 30%;
	float: none;
	display: none;
}

footer .copy img {
	width: 60%;
	height:auto;
	}


h2 {
    font-size: 24px;
	margin-bottom: 35px;

}
h2 div {
    font-size: 18px;
    padding-top: 50px;
}

	
.box {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#houmon article {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	}	
	

#ryouiku article {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	}		
	

	
#blog td{
	width: auto;
	display:block;
}

#blog table tr .blogphoto {
	width: auto;
	padding: 10px;
}
#blogside, #blog_o {
	width: 100%;
}	


		
			
}

@media screen and (max-width:480px){


h1 {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

#system_main {

}
footer {
text-align: left;
	padding-left: 5px;
	font-size: 0.8rem;
}
#mainnav {
    width: 100%;
}

	
#mainnav ul li{
	width: calc(100% / 3);
}
	
	
h3 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    background-image: url(images/bg_h3.png);
    color: rgba(107,34,35,1.00);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto auto;
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}




header {
    width: 100%;
}



#page_top{
  width: 100px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: -70px;
}	
	
	
	
#map th {
	display: block;
}
#map td {
	display: block;
}	
	
#outline th {
	width: auto;
display: block;
}

#outline td {
	width: auto;
display: block;
}

#map iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
	}


#map #photo {
    width: 100%;
}


#topbgimg {

  object-fit: cover; /* この一行を追加するだけ！ */
}	
#topbgimg img {
  height: 100px;
}	
	

.x-scroll {
overflow: auto;
}
.x-scroll table{
width:100%;
}
.x-scroll::-webkit-scrollbar{
height: 5px; /* スクロールバーの高さ */
}
.x-scroll::-webkit-scrollbar-track{
background: #F1F1F1; /* スクロールバーの背景色 */
}
.x-scroll::-webkit-scrollbar-thumb {
background: #d6d6d6; /* スクロールバーの色 */
}
.x-scroll td, .x-scroll th{
white-space: nowrap;　/* 文字の折返しを禁止 */
}	
	
#event article:nth-child(even) dt {
	width: 100%;
	order:2;
}
#event article:nth-child(even) dd {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
}

#event article:nth-child(odd) dt {
	width: 100%;
	order:2;
}
#event article:nth-child(odd) dd {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
}	
#daily table {
    width: 100%;

}	

	
	
	
	}
