@charset "UTF-8";
body {
  font-size: 13px;
  color: #ffffff;
  background-color: #dad5da;
  background-image: url(https://mof.chu.jp/sozai/lilac.png);
  background-size: 100%;                                          
  background-position: top;
  background-repeat: no-repeat;
  margin: 0px;
  scrollbar-3dlight-color: #DEB887;
  scrollbar-arrow-color: #fed7a7;
  scrollbar-darkshadow-color: #DEB887;
  scrollbar-face-color: #fef5e0;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #f9f1e6;
}
#maplist {
  background-color: #fbf0d5;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
section {
  padding: 40px 0 20px;
  width: 730px;
  margin: 0 auto 3rem;
  border-bottom: 1px dashed #a17b4e;
}
h2 {
  font-size: 1rem;
  margin: 3rem 0 .5rem;
  padding: 0;
}
p {
  font-size: 13px;
  line-height: 2;
  margin: 0 0 30px;
  text-align: center;
}
img {
  display: block;
  margin: auto;
}
section ul {
  margin: 1rem 0 2rem;
  padding: 0;
}
section li {
  list-style: none;
  padding: 0 0 .5rem 1.2rem;
  margin: 0;
  position: relative;
  font-size: 14px;
}
section li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f792b2;
  border-radius: 100px;
  left: 0;
  top: 7px;
}
dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  width: 100%;
}
dl dt {
  width: 30%;
  background: rgba(255, 255, 255, .8);
  border-radius: 20px;
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.2rem;
  line-height: 1.2;
}
dt img {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
dl dd {
  width: calc( 70% - 1rem);
  margin: 0;
  background: rgba(255, 255, 255, .8);
  border-radius: 20px;
  margin-left: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
dd ul {
  margin: 1rem 0 0;
}
dd p {
  margin: .5rem 0 0;
}
.mark {
  color: #CD497B;
}
.wrap {
  margin: 1rem 0;
}
.btn a {
  margin: 3rem auto;
  display: block;
  width: 70%;
  border: 3px solid #fff;
  position: relative;
  border-radius: 10px;
  padding: 5px 15px 5px 0;
  box-shadow: 5px 5px 5px rgba(152, 140, 116, .1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #bf9987;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  right: 10px;
}
.btn a:hover {
  background-color: transparent;
}
* {
  margin:0; padding:0;
}
header {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}
header .headline{
  font-size: 32px;
}
.nav-list {
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}
.nav-list-item {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
}
footer {
  width: 100%;
  height: 120px; 
  text-align: center;
  padding: 50px 0;
}
.footer-text {
  color: #fff;
}

/*----------------------------------------------------
        スマホ用サイト
    ----------------------------------------------------*/
@media screen and (max-width: 480px) {
  body {
    padding: 0 1rem;
  background-color: #dad5da;
  background-image: url(https://mof.chu.jp/sozai/lilac.png);
  background-size: 100%;                                          
  background-position: top;
  background-repeat: no-repeat;
  }

  section {
    width: 100%;
    ;
  }

  p {
    font-size: 16px;
    line-height: 1.8;
  }

  section ul {
    margin: 1rem 0;
  }

  section li {
    font-size: 1rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  h2 {
    background: rgba(255, 255, 255, .7);
    border-radius: 5px;
    padding: .5rem;
    margin: 3rem 0 1rem;
  }

  dl {
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
  }

  dl dt {
    width: 100%;
    background: transparent;
  }

  dt img {
    width: 40px;
  }

  dl dd {
    width: 100%;
    margin: 0;
    font-size: 1rem;
    background: transparent;
  }

  dd ul {
    margin: 0;
  }
}