@charset "UTF-8";
/* CSS Document */
body {
  background-color: #fefefe;
}
main.main {
  margin: 0 auto;
}
span.capital {
  text-transform: uppercase;
}
span.position {
  font-size: 1.6rem;
}
main section.section-top {
  height: 430px;
  width: 100%;
  background-color: #231815;
}
main section div.section-top-wrapper {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
main section div.section-top__image {
  width: 100%;
/*  background-image: url("../images/master_mama/m&m_MV.png");*/
  background-size: cover;
  background-position: bottom;
  position: relative;
}
main section div h1 {
  position: absolute;
  width: 400px;
  margin-bottom: 30%;
  line-height: 5.4rem;
  color: #ffffff;
}
.section-opentime-box {
  border: solid 1px;
  margin: 5%;
}
@media (max-width: 780px) {
  main section.section-top {
    margin-bottom: 60px;
    height: 430px;
  }
  main section div.section-top-wrapper {
    width: 100%;
  }
  main section div.section-top__image {
    height: 430px;
  }
  main section div h1 {
    bottom: 60px;
    left: 24px;
    text-align: left;
    max-width: 58%; 
  }
}
@media (min-width: 780px) {
  main section.section-top {
    background-color: #231815;
    width: 100%;
    margin-bottom: 160px;
    height: 430px;
  }
  main section div.section-top-wrapper {
    max-width: 1200px;
    max-height: 650px;
  }
  main section div.section-top__image {
    height: 430px;
  }
  main section div h1 {
    left: 40%;
    text-align: left;
    font-size: 3.2rem;
    padding-top: 200px;
  }
}
/*section-contents*/
.section-contents {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 180px;
  text-align: left;
}
.section-contents p,
.section-contents ol,
.section-contents ul{
  text-align: left;
  margin-bottom: 30px;
}

.section-contents ol li {
  margin-bottom: 15px;
  list-style: decimal;
  list-style-position: inside;
}

.section-contents h2 {
  text-align: left;
  margin-bottom: 30px;
}
ul li.nest_0 {
  padding-top: 10px;
}

ul li.nest_1 {
  margin-left: 10px;
  padding-top: 10px;
}
ul li.nest_2 {
  margin-left: 20px;
  padding-top: 10px;
  list-style: none;
}
ul li.nest_2_last {
  margin-left: 20px;
  padding-top: 10px;
  list-style: none;
  margin-bottom: 10px;
}

@media (min-width:780px) {
  .section-contents {
    max-width: 1200px;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
    margin-bottom: 180px;
  }  
}
