@charset "UTF-8";
/*=============================================================
#base
=============================================================*/

html,body{
    width: 100%;
}


body {
width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
 	-webkit-text-size-adjust: 100%;
			position: relative;
}



#container {
  max-width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
		position: relative;
background-image: url("../image/top_bk.jpg");
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 80px;
}



#contents {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
/*	position: relative;
background-image: url("../image/sakura.png");
background-repeat: no-repeat;
background-size: 100% auto;*/
}

#main_box {
/*padding: 100px 0 50px;*/
padding: 50px 0 50px;
}

#main_box dl {
text-align: center;
font-size: 1.5rem;
color: #fff;
line-height: 1.5em;
filter:drop-shadow(5px 5px 5px #4e4e4e);
}

#main_box dl dt,
#main_box dl dd {
font-weight: bold;
}

/*
#main_box dl dt:before {
    content: '';
    display: inline-block;
    width: 86px;
    height: 50px;
    background-image: url(../image/logo.png);
    background-size: contain;
    vertical-align: -15px;
    background-repeat: no-repeat;
    padding-right: 8px;
}
*/
#map_box {
width: 90%;
margin: 0 auto;
}

#map_box .box {
background-color:rgba(255,255,255,0.4);
margin: 0 0 40px;
}

#map_box .box .title {
color: #005CA2;
font-size: 1.2rem;
font-weight: bold;
padding: 30px 5% 10px;
} 

#map_box .box .address_wrap {
padding: 0 5% 20px;
font-size: 1rem;
}

#map_box .box .address_wrap ul {
display: flex;
}

#map_box .box .address_wrap ul li {
padding-right: 1em;
}




#map_box .box .box_in {
padding: 0 5% 40px;
}


#map_box .box .box_in .left,
#map_box .box .box_in .right {
}

#map_box .box .box_in .left {
margin-bottom: 20px;
}



#footer {

}


.pagetop {
	display: none;
	position: fixed;
bottom: 60px;
right: 3%;
width: 40px;
height: 40px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #ccc;
}



#footer .copy {
width: 100%;
text-align: center;
background: #005CA2;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;
font-size: .8rem;
}


