#map {
  width: 100%;
  height: 100%;
  background-color: grey;
  float: left;
}

html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, input, div {
    margin: 0;
    padding: 0;
}
body {
  color: #707070;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: "メイリオ","Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif;
    font-weight: bold;
}
#navi-btn { display: none !important; }
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
}

header {
  height: 80px;
  background-color: #f2ba83;
}
.logo {
  font-family: "HGP創英角ﾎﾟｯﾌﾟ体" , 'Mochiy Pop P One';
  position: absolute;
  left: 90px;
  top: 15px;
  font-size: 45px;
}
.logo a{
  color: #ffffff;
}
.nav_ul {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 35px;
  top: 35px;
  width: 40%;
}
.nav_li {
  font-size: 20px;
  display: flex;
  align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.nav_li a {
  color: #ffffff;
}
main {
  padding: 10px 3% 0 3%;
}
.main-text {
  font-size: 20px;
}
.main-text a{
  text-decoration: underline;
  text-decoration-color: #2090C1;
  color: #2090C1;
}

.main-text a:hover{
  text-decoration: underline;
  text-decoration-color: #6CB9DA;
  color: #6CB9DA;
}
section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tizu {
  width:80%;
}
/* 場所一覧 */
.site {
  width: 20%;
  height: 100%;
  background-color: #FBE7D4;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-left: 10px;
  padding: 0 5px 0 5px;
}

.site-title{
  text-align: center;
  align-items: center;
  font-size: 35px;
  padding-bottom: 15px;
}
.basho{
  display: flex;
  color: #707070;
  text-decoration: underline;
  text-decoration-color: #2090C1;
  font-size: 28px;
}
.basho img{
  height: 35px;
}

footer {
  height: auto;
  background-color: #f2ba83;
  margin-top: 50px;
  padding-top: 10px;
}
footer img {
  height: 30px;
}
footer a{
  color: #ffffff;
}
.f-nav {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 5% 0 5%;
}
.f-logo {
  font-size: 50px;
  font-family: "HGP創英角ﾎﾟｯﾌﾟ体" , 'Mochiy Pop P One';
  padding-top: 50px;
  padding-left: 20px;
}
.f-menu {
  column-count: 2;
  width: 50%;
  font-size: 18px;
}
.f-menu li a:hover {
  color: #707070;
}
.icon{
  width: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.copy-right {
  height: 45px;
  background-color: #EA9A5D;
  text-align: center;
  margin: auto;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
