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

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 {
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: 100px;
}



#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: 200px 0 80px;*/
padding: 100px 0 80px;
}

#main_box dl {
text-align: center;
font-size: 4rem;
color: #fff;
line-height: 1.8em;
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: 154px;
    height: 90px;
    background-image: url(../image/logo.png);
    background-size: contain;
    vertical-align: -19px;
    background-repeat: no-repeat;
    padding-right: 20px;
}
*/
#map_box {
width: 80%;
margin: 0 auto;
}

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

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


#map_box .box .address_wrap {
padding: 0 5% 30px;
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 {
    flex-wrap: wrap; 
    display: flex;
    justify-content: space-between;
    align-items: top;
				padding: 0 5% 50px;
}


#map_box .box .box_in .left,
#map_box .box .box_in .right {
width: 50%;
}

#footer {

}


.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-size: 18px;
	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;
}



@media (max-width:1000px) { 

#main_box dl {
font-size: 3rem;
}

#map_box {
width: 90%;
}


}




