a {
  width: 10px; }

@media (max-width: 800px) {
  .section-main {
    /*
		padding: 80px 30px 50px 950px;
		*/
    margin-top: 0px; } }

/*top*/
#hero {
  background-color: white;
  width: 100%; }

.top-img {
  width: 100%; }

/*about*/
#about {
  color: black;
  background-color: white;
  width: 100%; }

.about-heading-stripe {
  margin: auto;
  margin-top: 5px;
  height: 8px;
  width: 200px;
  background-image: linear-gradient(-45deg, #fff 25%, #222 25%, #222 50%, #fff 50%, #fff 75%, #222 75%, #222);
  background-size: 16px 16px; }

.about-wrapper {
  display: -webkit-flex;
  display: flex;
  width: 95%;
  margin-bottom: 30px;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }

.about-main {
  width: 400px;
  height: 400px;
  position: relative; }

.about-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.0rem;
  text-align: left;
  color: black;
  background-color: white; }

@media (max-width: 800px) {
  .about-heading-stripe {
    margin-top: -15px;
    width: 200px; }
  .about-wrapper {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around; }
  .about-text {
    width: 95%;
    font-size: 1.6rem; }
  .about-box {
    width: 100%;
    min-width: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 80px; }
    .about-box:last-of-type {
      margin-bottom: 0; }
  .about-main {
    max-width: 100%; }
  .about-img {
    max-width: 100%;
    margin: auto; } }

h3 {
  font-size: 2.2rem;
  letter-spacing: 3px;
  margin-top: 15px; }

/*contents*/
#contents {
  color: white;
  background-color: #222;
  width: 100%; }

.contents-heading-stripe {
  margin: auto;
  margin-top: 5px;
  height: 8px;
  width: 300px;
  background-image: linear-gradient(-45deg, #fff 25%, #222 25%, #222 50%, #fff 50%, #fff 75%, #222 75%, #222);
  background-size: 16px 16px; }

.contents-wrapper {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }

.contents-box {
  width: 33%;
  min-width: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
  align-items: center;
  margin-top: 30px; }

.contents-main {
  width: 400px;
  height: 400px;
  position: relative; }

.contents-img {
  width: 400px;
  max-height: 400px;
  margin: auto;
  padding: 0px; }

.contents-img:hover {
  opacity: 0.6; }

.contents-title {
  position: absolute;
  top: -15px;
  margin-top: 15px;
  width: 100%;
  font-size: 2.0rem;
  color: white;
  background-color: rgba(50, 50, 50, 0.5); }

.contents-text {
  position: absolute;
  bottom: 100px;
  right: 15px;
  font-size: 1.6rem;
  color: white;
  background-color: rgba(50, 50, 50, 0.5); }

@media (max-width: 800px) {
  .contents-heading-stripe {
    margin-top: -15px;
    width: 225px; }
  .contents-wrapper {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around; }
  .contents-box {
    width: 100%;
    min-width: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 80px; }
    .contents-box:last-of-type {
      margin-bottom: 0; }
  .contents-main {
    max-width: 100%; }
  .contents-img {
    max-width: 100%;
    margin: auto; } }

h3 {
  font-size: 2.2rem;
  letter-spacing: 3px;
  margin-top: 15px; }

/*link*/
#links {
  background-color: white;
  width: 100%;
  color: black; }

.links {
  width: 50%;
  color: black;
  margin: auto;
  margin-top: 50px; }
  .links h4 {
    font-size: 2rem; }
  .links p {
    margin-top: 0; }

.link-img {
  height: 120px;
  max-width: 100%; }

.mini-mobile {
  display: none; }

@media (max-width: 800px) {
  .link {
    margin-top: auto;
    margin-bottom: 30px; }
  h4 {
    font-size: 1.5rem; } }

@media (max-width: 345px) {
  .mini-mobile {
    display: inline; } }

/*access*/
#access {
  color: white;
  background-color: #444;
  width: 100%; }

.access-heading-stripe {
  margin: auto;
  margin-top: 5px;
  height: 8px;
  width: 200px;
  background-image: linear-gradient(-45deg, #fff 25%, #444 25%, #444 50%, #fff 50%, #fff 75%, #444 75%, #444);
  background-size: 16px 16px; }

.access-box {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 40px;
  flex-direction: row;
  justify-content: center; }
  .access-box a:hover {
    transition: .3s;
    background-color: gray;
    color: white; }

.access-text {
  text-align: left;
  margin: 0 20px;
  padding-top: 20px; }

.access-map {
  width: 550px;
  height: 400px;
  frameborder: 0;
  border: 0; }

@media (max-width: 800px) {
  .access-heading-stripe {
    margin-top: -15px;
    width: 140px; }
  .access-box {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center; }
  .access-map {
    width: 100%; }
  .access-text {
    text-align: center; } }
