@charset "shift_JIS";
/* CSS Document */


* { 
margin: 0;
 padding: 0;
  border: 0;
    box-sizing: border-box;
   }

ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}
table {

}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
    border: 1px solid #EBEBEB;
}
/*font*/
.kosugi-maru-regular {
  font-family: "Kosugi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900*/ 

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*font*/

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
    color: #3887B3;
    text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
    color: #C03A4B;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}


.photo {
	border: 10px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:1px 1px 4px #ccc;
	-moz-box-shadow:1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
}

/*---------------------------------------------------------
  						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;
    /**/
}



h1 {
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}
h1 img {
	width: 100%;
}
.animated:hover{
    animation-name: bounce;
    animation-duration: 1s;
}
.animated2:hover{
    animation-name: swing;
    animation-duration: 1s;
}

h2 {
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    color: #582C0E;
    border-radius: 10px;
    background-image: url(images/bg_h2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 90px;
    padding-top: 40px;
}


h3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 4px;
    padding-left: 4px;
    position: relative;
    background-color: #CB54C6;
    box-shadow: 0px 0px 0px 5px #CB54C6;
    border: dashed 2px white;
    padding-top: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 5px #CB54C6;
}

h3:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #EF94EB;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #22862B;
    margin-bottom: 15px;
    border-top: 1px dotted #97D765;
    border-bottom: 1px dotted #97D765;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F4FDEE;
}

img {
	vertical-align: bottom;
	border: 0px;

}


/*
main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}
*/



/*ページ構成*/
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #564235;
    background-color: #FFFFFF;
    background-image: url("images/bg_left.png"),url("images/bg_right.png"), url("images/bg_body.png");
    background-position: left top,right top,center top;
    background-repeat: no-repeat;
    background-size: 18% auto,18% auto,100% auto;
    line-height: 1.7em;
}

#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/bg_footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

header {

}

#menu{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
#menu ul{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: -1px;
}
#menu li a{
    color: #08677B;
}
#menu li{
    text-align: center;
    padding: 0 5px;
    width: calc(100% / 7);
    list-style-type: none;
}


#menu p{
	margin: 5px auto;
}
.sp { display: none !important; }


main {
}
#maintop {
    background-repeat: repeat-x;
    background-position: center top;
}

footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

footer .copy {
    text-align: center;
    font-size: 13px;
    color: #2F5A03;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
    padding-top: 20px;
}
footer .copy img {

	}
.address img {
	width: 30%;
}
.address {
    padding: 10px;
}

#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0px;
    bottom: -80px;
    z-index: 100;
}

#page_top img {
    width: 100%;
}

#animation_container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}







.box {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.line img {
    width: 100%;
}
/* トップ */
#top {
    height: 500px;
	
}
#top ul {
	position: relative;
}

#top ul li:nth-child(1) {
	position: absolute;
	top:0px;
	left: 0px;
	width: 560px;
}
#top ul li:nth-child(2) {
	position: absolute;
	top:170px;
	right: 0px;
	width: 560px;
}
#top ul li:nth-child(3) {
	position: absolute;
	top:0px;
	right: 0px;
	width: 400px;
}
#top ul li:nth-child(4) {
	position: absolute;
	top:260px;
	left: 0px;
	width: 400px;
}


#top ul li img {
	width: 100%;
	border-radius: 20px;
}

#slogan {}
#slogan figure {}
#slogan figure img {
    width: 80%;
}
.bg0 {
    background-image: url(images/bg0.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.bg1 {
    padding: 30px;
    background-image: url(images/bg42.png);
}

#kihon {
	margin-bottom: 50px;
	}
#kihon table {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
}
#kihon th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    font-weight: normal;
    background-color: #D91F2E;
    color: hsla(0,0%,100%,1.00);
    border-width: 0px;
}
#kihon td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFF8EB;
	border-width: 0px;
}

#map {
    width: 46%;
	}
	
#map iframe {
    width: 100%;
    height: 330px;
	}

.flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}

#link {}
#link ul {
	width: 60%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
}
#link ul li {
    width: calc(100% / 2);
    list-style-type: none;
}
#link ul li img {
	width: 100%;
}

#topics {
    margin-bottom: 30px;
    border: 7px solid #CBECB4;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
    background-image: url(images/bg100.png);
}

#kengaku {
	margin-bottom: 80px;
}
#kengaku dl {
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 20px;
}

#kengaku dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/list_bee.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    border-bottom: 2px dashed hsla(70,93%,39%,1.00);
    padding-bottom: 10px;
    padding-top: 5px;
}

#kengaku dd {
    text-align: left;
    margin-bottom: 10px;
}

.kpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.kpdf a {
    display: block;
    background-color: #FF3347;
    padding: 7px;
    width: 50%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
}




#news {
    margin-bottom: 80px;
	}

#news ul {
    text-align: left;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 5px solid rgba(255,189,105,1.00);
    margin-left: auto;
    margin-right: auto;
}
#news li {
    text-align: left;
    border-bottom: 1px dashed #5392CC;
    margin-bottom: 10px;
    padding-bottom: 15px;
    background-image: url(images/list.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    list-style-type: none;
}

#newsmidashi {
    text-align: left;
    margin-left: 20px;
}






#outline {
	margin-bottom: 80px;
	}


#outline table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
}
#outline th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFC0C5;
    border-width: 0px;
}
#outline td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFF8EB;
	border-width: 0px;
}

#annai {
	margin-bottom: 80px;
	}
#annai dl {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
    border: 2px dotted rgba(155,101,0,1.00);
    -webkit-box-shadow: 0px 0px 0 10px #FFFFFF;
    box-shadow: 0px 0px 0 10px #FFFFFF;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}
#annai dt {
    font-size: 1.2em;
    border-bottom: 2px dashed rgba(192,220,105,1.00);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#annai dd {
    text-align: left;
}


#download {
	margin-bottom: 80px;
	}
#download dl {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,219,219,1.00);
    padding: 10px;
    margin-bottom: 10px;
}
#download dt {
    width: 76%;
    padding: 5px;
    background-color: rgba(255,255,255,1.00);
    text-align: left;
    border-radius: 10px;
}
#download dd {
    width: 20%;
    padding: 5px;
    background-color: rgba(255,255,255,0.70);
    border-radius: 10px;
}

#kujou {
	margin-bottom: 80px;
}
#kujou dl {
    padding: 30px;
    background-color: #FFF4FE;
    margin-bottom: 30px;
    border-radius: 20px;
}

#kujou dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/list_bee.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    border-bottom: 2px dashed hsla(303,53%,56%,1.00);
    padding-bottom: 10px;
    padding-top: 5px;
}

#kujou dd {
    text-align: left;
    margin-bottom: 10px;
}

.kjpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.kjpdf a {
    display: block;
    background-color: #B42DAE;
    padding: 7px;
    width: 50%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
}







#policy {
	margin-bottom: 80px;
	}

#policy article {
    padding: 20px;
    background-image: url(images/bg101.png);
    margin-bottom: 30px;
}

#policy article dl {
    padding: 10px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 20px;
    margin-bottom: 20px;
}
#policy article dt {
    padding: 10px;
    border-bottom: 2px dotted rgba(223,92,152,1.00);
    font-size: 1.2rem;
    color: rgba(147,5,67,1.00);
}
#policy article dd {
    padding: 10px;
    text-align: left;

}


.photoflex {
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
    margin-top: 15px;
}

.photoflex figure {
    width: calc(100% / 3 - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.photoflex figure img {
	width: 100%;
    border-radius: 15px;
	object-fit: cover;
	height: 220px;
}

.photoflex figure figcaption {
    background-color: rgba(255,255,255,1.00);
    border-radius: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
}




hr {
    border-top: 1px solid #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
}



#guide {
	margin-bottom: 80px;
	}
.gtxt {
    text-align: left;
    background-color: #FCF2FA;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
}
#kubun {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 40px;
	}
#kubun dl:nth-child(1) {
    background-color: hsla(58,100%,89%,1.00);
}
#kubun dl:nth-child(2) {
    background-color: hsla(205,100%,95%,1.00);
}
#kubun dl:nth-child(3) {
    background-color: hsla(100,100%,95%,1.00);
}
#kubun dl:nth-child(1) dt {
    color: rgba(154,91,0,1.00);
}
#kubun dl:nth-child(2) dt {
    color: rgba(34,82,212,1.00);
}
#kubun dl:nth-child(3) dt {
    color: rgba(47,110,13,1.00);
}


#kubun dl {
    padding: 20px;

    border-radius: 20px;
    width: 32.5%;
}

#kubun dt {
    text-align: left;
    margin-bottom: 5px;
    font-size: 1.2em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: hsla(0,0%,100%,1.00);
    border-radius: 5px;
}
#kubun dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}



#hoiku1 {
	margin-bottom: 40px;
	}
#hoiku1 dl {
    padding: 10px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 20px;
}


#hoiku1 dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: rgba(131,8,35,1.00);
    background-image: url(images/bg101.png);
}

#hoiku1 dd {
    border-bottom: 1px dashed rgba(233,78,121,1.00);
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}


#riyouteiin {
	margin-bottom: 40px;
	}
#riyouteiin table {
	width: 100%;
}
#riyouteiin th {
    background-color: hsla(0,100%,96%,1.00);
}
#riyouteiin td {
    text-align: center;
}

#guideannai article {
    padding: 20px;
    background-image: url(images/bg102.png);
    margin-bottom: 30px;
}

#guideannai dl {
    padding: 10px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 20px;
}


#guideannai dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    border-bottom: 2px dashed #E99434;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: rgba(126,62,0,1.00);
}

#guideannai dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
#guide dd figure {
    width: 52%;
    margin-left: auto;
    margin-right: auto;
}
#guide dd figure img {
    width: 100%;
    border-radius: 20px;
}
.gpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.gpdf a {
    display: block;
    background-color: #C86F0C;
    padding: 7px;
    width: 50%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.gtxt {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
    margin-bottom: 20px;
}
*/




#floor {
	margin-bottom: 80px;
	}


#floor dl {
	margin-bottom: 40px;
	}

#floor dt {
	padding: 10px;
	}

#floor dt figure {
	}
#floor dt figure img {
    width: 60%;
    border-radius: 20px;

	}
#floor dd {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
	}
#floor dd figure {
    width: 25%;
    padding: 10px;

	}
#floor dd figure img {
	width: 100%;
    border-radius: 10px;
	object-fit: cover;
	height: 200px;
	}
#floor dd figcaption {
    background-color: rgba(217,245,195,1.00);
    border-radius: 10px;
    margin-top: 5px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;

	}


#daily {
	margin-bottom: 80px;
	}
#daybox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#day1 {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 15px;
}
#day2 {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 15px;
}
#day3 {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 15px;
}
#day4 {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 15px;
}
#day1 th {
    width: 23%;
    background-color: #BDF096;
    padding: 5px;
	border-width: 0px;
}

#day2 th {
    width: 23%;
    background-color: #9CEBFF;
    padding: 5px;
	border-width: 0px;
}

#day3 th {
    width: 23%;
    background-color: #FFC5C5;
    padding: 5px;
	border-width: 0px;
}
#day4 th {
    width: 23%;
    background-color: #FFDE7F;
    padding: 5px;
    border-width: 0px;
}


#daybox table {
    width: 100%;
    border-spacing: 3px;
    margin-bottom: 10px;
}
#daybox td {
    padding: 5px;
    background-color: #FFF8DD;
    text-align: left;
    border-width: 0px;
}

#daybox img {
    width: 100%;
}







#event {
	margin-bottom: 80px;
}
#event table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#event th {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #B8EB74;
    border-width: 0px;
}
#event td {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #FFE6E6;
    border-width: 0px;
}
.eflex {
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
    margin-top: 15px;
}

.eflex figure {
    width: 25%;
    padding: 10px;
    margin-bottom: 20px;
}
.eflex figure img {
	width: 100%;
    border-radius: 15px;
}
.eflex figure figcaption {
    background-color: rgba(255,246,211,1.00);
    border-radius: 10px;
    margin-top: 5px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;

	}













@media screen and (max-width:768px){

html,body {

}

header {
	height: auto;
	width: auto;

}
main {
}


h1 {
	width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#top {
	height: auto;
	}
	
.sp { display: block !important; }	
.toggle{
	position: absolute;
	top:10px;
	right: 10px;
}
.openbtn1{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    background-color: #6EB92B;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	

	
#menu{
    display: none;
    width: 100%;
    background-color: rgba(247,232,201,1.00);
}

#menu ul{
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;

}

#menu li{
    width: 47%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu li a{

}	



h2 {
	font-size: 25px;
}

.bgbox {
    padding: 10px 0;
}	
.bgbox2 {
    padding: 10px;
    border-radius: 0px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
	
.box {
	width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

	
#link ul {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}	
#link ul li {
	width: 48%;
}
#link ul li img {
    width: 100%;
    margin-bottom: 7px;
}

	
#download dt {
    width: 100%;
    margin-bottom: 10px;
}
#download dd {
    width: 100%;
}

	
	

	
#policy article > table td {
    display: block;
}



#policy article > table td img {
	height: auto;
	width: 80%;
}	
	
	
	
#day1 {
    width: 49%;
}
#day2 {
    width: 49%;
}
#day3 {
    width: 49%;
}
#day4 {
    width: 49%;
}	
#kubun dl {
    margin-bottom: 20px;
    width: 100%;
}		
	
.photoflex figure {
    width: calc(100% - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
	
.photoflex figure img {
    height: auto;
}
	
	
#floor dt figure img {
    width: 100%;
    border-radius: 20px;
	}
#floor dd {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
	}
#floor dd figure {
    width: 100%;
    padding: 10px;

	}

#floor dd figure img {
	height: auto;
	}	
	
	
	
	
	
	


}

@media screen and (max-width:480px){


h1 {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
}
	h2 {
    background-size: 100% auto;	
	}
h2 img {
    width: 65%;

}

h3 {
	font-size: 17px;
}
	footer {

}
footer img {
	width:60%;
}

#page_top{

}	
.address img {
	width: 60%;
}


#kihon th {
	width: auto;
display: block;
}

#kihon td {
	width: auto;
display: block;
}
	#kihon table {
		width: 100%;
	}
	#map {
		width: 100%;
	}

	
.bg1 {
    padding: 15px;
}
	
	
.kpdf a {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}	
.kjpdf a {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}		
.gpdf a {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}	
#policy article ul li {
    width: 100%;
}
	

	
	
	
.eflex figure {
    width: 100%;
    padding: 10px;
}	
	
#guide dd figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#day1 {
    width: 99%;
}
#day2 {
    width: 99%;
}
#day3 {
    width: 99%;
}
#day4 {
    width: 99%;
}		
	
	
	}





@media screen and (min-width: 768px){
.br-sp {display: none; }
}
