@charset "utf-8";

.topflex {
  display: flex;
  flex-wrap: wrap;
}

.alcimg {
  width: 100%;
}

.fb-page {
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .topimg {
    width: 70%;
  }
  
  .fb-page {
    width: 30%;
  }

  .alcabout {
    max-width: 380px;
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
  }
  
  .alcgmap {
    position: relative;
    height: 0;
    width: 65%;
    padding-top: 25%;
    z-index: 1;
    box-sizing: border-box;
  }

  .alcgmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .topimg {
    width: 100%;
  }
  
  .fb-page {
    width: 50%;
  }

  .alcabout {
    max-width: 380px;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  
  .alcgmap {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 25%;
    z-index: 1;
    box-sizing: border-box;
  }

  .alcgmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .topimg {
    width: 100%;
  }
  
  .fb-page {
    width: 90%;
    margin: 0 auto;
  }

  .alcabout {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  
  .alcgmap {
    position: relative;
    height: 150px;
    width: 100%;
    padding-top: 25%;
    z-index: 1;
  }

  .alcgmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.terms {
  background-color: #ddd7be;
  width: 125px;
  margin: 3px 0;
  padding: 5px 10px;
  text-align: center;
  text-align-last: justify;
  display: table;
}

.terms p {
  display: table-cell;
  vertical-align: middle;
}

.terms2 {
  width: 120px;
  margin: 3px 0;
  padding: 5px 10px;
  text-align: center;
  text-align-last: justify;
  display: table;
  border: 1px solid #c7b299;
}

.terms2 p {
  display: table-cell;
  vertical-align: middle;
}

.condit {
  border: 1px solid #ddd7be;
  width: 100%;
  margin: 3px 10px;
  padding: 5px;
}

.condit2 {
  border: 1px solid #c7b299;
  width: 100%;
  margin: 3px 10px;
  padding: 5px;
  line-height: 20px;
}

.condit2 p {
  line-height: 22px;
}

.outerapart {
  background-color: #b7d9e2;
  margin: 5px 0;
  padding: 20px 10px;
}

.apart {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.outertintai {
  border: 2px solid #b7d9e2;
  padding: 10px;
}

.ldk {
  font-size: 18px;
  font-weight: bold;
  color: #c7b299;
  margin-top: 20px;
}

.madori span {
  float: right;
}

.sonota {
  margin-top: 30px;
  line-height: 24px;
}

.sonota h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.sonota p {
  margin: 10px 0;
}

.notice {
  list-style-type: none;
}

.notice li {
  text-indent: -1em;
  padding-left: 1em;
}

.notice li::before {
  content: "※";
}

.jiko {
  color: #a00000;
}

@media screen and (min-width: 768px) {
  .maincontainer {
    max-width: 1100px;
    margin: 20px auto;
  }
  
  .column {
    display: flex;
  }
  
  .madori {
    height: 420px;
  }

  .madori img {
    width: 100%;
    max-height: 400px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .maincontainer {
    max-width: 960px;
    margin: 20px auto;
  }
  
  .innerabout .column {
    display: flex;
  }
  
  .madori {
    margin: 20px;
  }
  
  .madori img {
    width: 100%;
  }
}