@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
/* header */
main {
  font-family: "RocknRoll One", sans-serif;
  margin-left: 80px;
  margin-right: 80px;
}

.header,
.main-box {
  max-width: 960px;
  width: 100%;
  margin: 10px auto 0;
}
.page-title {
  letter-spacing: 22px;
  font-family: "RocknRoll One", sans-serif;
  text-align: center;
  /* padding: 80px 40px 20px 40px; */
}
.page-title-top {
  display: block;
  width: 960px;
  font-size: 160px;
}
.page-title-bottom {
  display: block;
  font-size: 64px;
}
.beer-20 {
  text-align: right;
  margin-right: 80px;
  padding-top: 7px;
  color: #ff0000;
}

h1 {
  color: darkblue;
  font-size: 80px;
  padding: 20px;
  border-top: 5px solid #2097b6;
  border-bottom: 1px dashed #222;
  text-align: center;
}
#global_navi {
  background-color: #2097b6;
  width: 80%;
}
#global_navi ul {
  width: 960px;
  height: 50px;
  background-color: #fff;
  justify-content: space-between;
  gap: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#global_navi ul li a,
.navi-name-point {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 40px;
  text-align: center;
  text-decoration: none;
  color: darkblue;
  font-weight: bold;
}
#global_navi ul li {
  border-right: none;
}

#global_navi ul li a:hover {
  background-color: #e2c23f;
  font-weight: bold;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  text-decoration: none;
}

#beerbunny-allbody,
.beerbunny-fan {
  width: 200px;
  height: 190px;
  padding: 10px 0 10px 10px;
  border: 2px solid #2097b6;
  border-radius: 50%;
  position: absolute;
  top: 80px;
  right: 100px;
}

@media screen and (max-width: 767px) {
  .header,
  .main-box {
    max-width: 300px;
    width: 100%;
    margin: 10px auto 0;
  }
  #global_navi ul {
    width: 300px;
    height: 50px;
    gap: 4px;
  }
  .page-title-top {
    font-size: 35px;
    width: 300px;
  }
  .page-title-bottom {
    font-size: 24px;
    letter-spacing: 10px;
  }

  #beerbunny-allbody,
  .beerbunny-fan {
    width: 70px;
    height: 65px;
    padding: 0;
    position: absolute;
    top: 85px;
    right: 10px;
  }
  .beer-20 {
    margin-right: 20px;
  }
}
/* main */
#beer-kind {
  text-align: center;
  font-size: 40px;
  padding: 20px;
  border-top: 5px solid #2097b6;
  border-bottom: 1px dashed #222;
}
.table-beerpage {
  margin: 45px 0;
}
.table-beerpage::before {
  content: "■";
  color: #2097b6;
  padding: 0 10px;
}
.table {
  max-width: 500px;
  width: 100%;
  padding-left: 50px;
  line-height: 2em;
  margin-bottom: 45px;
}
.index-line {
  text-decoration: none;
  color: #222;
}
.index-beerstyle {
  list-style-type: square;
  font-weight: bold;
}
.beerstyle-text {
  margin: 100px auto;
  padding: 10px;
  line-height: 2em;
  width: 700px;
  border: 5px #2097b6 double;
  text-align: justify;
}
.beerstyle-text-box {
  display: flex;
  justify-content: space-evenly;
  margin: 40px auto;
}
.beerstyle-text-lager,
.beerstyle-text-ale {
  width: 350px;
  padding: 35px;
  border: 2px solid #2097b6;
  border-radius: 9999px;
  color: #2097b6;
}

h5 {
  width: 420px;
  margin-bottom: 10px;
}
.hyperlink {
  color: #222;
  background-color: #e2c23f;
  margin: 6px;
  padding: 2px 8px;
  border-radius: 20px;
  border: 3px dashed #efa25f;
  font-size: 0.4em;
  text-decoration: none;
}
.hyperlink::after {
  content: ">";
}
.beersite_link {
  text-decoration: none;
  font-size: 2.7em;
}
.beersite_link:hover,
.beersite_link:visited {
  color: #e2c23f;
}
.beerusagi-born-box {
  display: flex;
  justify-content: center;
}
#beerusagi-born {
  width: 500px;
  margin: 100px auto;
  padding: 50px;
  border: 2px solid #2097b6;
}
.beer-photo {
  padding-right: 80px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
}
#no01,
#no02,
#no06 {
  font-size: 24px;
}
.copy {
  line-height: 2em;
}
.keyvisual {
  display: flex;
  align-items: center;
  margin: 50px;
}

.beer-image-body {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 5px solid #2097b6;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 16px;
  }
  .beerstyle-text {
    width: 300px;
    margin: 60px auto 40px;
  }
  .beerstyle-text-lager,
  .beerstyle-text-ale {
    width: 220px;
    padding: 25px 35px;
    margin: 20px auto;
  }
  #beerusagi-born {
    width: 200px;
    height: auto;
    margin: 40px 0 50px;
    padding: 20px;
  }
  .keyvisual {
    display: flex;
    flex-direction: column-reverse;
    margin: 10px;
  }
  .beerstyle-text-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
  }
  .beer-image-body {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #2097b6;
  }
  .beer-photo {
    margin: 30px auto;
    padding: 0;
  }
  #no02,
  #no06 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .copy {
    padding: 0;
    margin: 0;
    line-height: 2em;
  }
  .beerstyle-text-title {
    width: 150px;
  }
  h5 {
    width: 300px;
    margin-bottom: 10px;
  }
  .hyperlink {
    margin: 6px;
    padding: 2px 8px;
    font-size: 0.1em;
    -webkit-tap-highlight-color: rgba(226, 194, 63, 0.8);
  }

  .beersite_link:hover {
    opacity: 0.7;
  }
}
/* oisinomikata */
.table-beerpage-pt {
  width: 200px;
  height: 100px;
  padding-left: 50px;
  line-height: 2em;
  margin-bottom: 45px;
}

.goodbeer-pt {
  text-align: center;
  font-size: 40px;
  padding: 20px 100px;
  border-top: 5px solid #2097b6;
  border-bottom: 1px dashed #222;
}
.maintitle-top-pt {
  color: #e2c23f;
  font-size: 100px;
  text-align: justify;
}
.beer-temperature,
.beer-pour,
.beer-glass {
  width: 800px;
  margin: 150px auto;
  padding: 30px;
  border: 2px dashed #2097b6;
  line-height: 2.5em;
  letter-spacing: 0.3em;
}
.beer-pour ol {
  position: relative;
  left: 20px;
  margin: 40px;
}
.beer-pt-title {
  display: inline;
  margin: 15px 15px 60px 15px;
  padding: 10px;
  background-color: #2097b6;
  border-radius: 30px;
  color: #fff;
}
.beer-pt-text {
  margin: 20px;
}

.beer-glass-lists {
  list-style-type: decimal;
}
.glass-sample {
  display: flex;
  justify-content: center;
  align-items: center;
}
.glass-sample-text::before {
  content: "←";
}
#beerglass-image {
  width: 300px;
  margin: 100px auto;
}
.beer-otumami-image {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 150px;
}
.otumami {
  width: 200px;
  height: 200px;
  border: 2px dashed #2097b6;
}
.beerbunny-handup {
  width: 200px;
  padding: 10px;
  border: 2px dashed #2097b6;
  border-radius: 50%;
}
.yakitori {
  width: 200px;
  height: 200px;
  border: 2px dashed #2097b6;
}
@media screen and (max-width: 767px) {
  .goodbeer-pt {
    font-size: 40px;
    padding: 5px;
    line-height: 1em;
  }
  .maintitle-top-pt {
    font-size: 40px;
  }
  .maintitle-sub-pt {
    font-size: 30px;
  }
  .beer-temperature,
  .beer-pour,
  .beer-glass {
    width: 300px;
    margin: 30px auto;
    padding: 10px;
    border: 2px dashed #2097b6;
    line-height: 2.5em;
    letter-spacing: 0.3em;
  }
  #beerglass-image {
    width: 150px;
    margin: 30px auto;
  }
  .beer-otumami-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
    margin: 80px 50px;
  }
}
/* footer */
.footer {
  text-align: center;
  background-color: darkblue;
  color: #fff;
  font-weight: bolder;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .footer {
    max-width: 767px;
    width: 100%;
  }
}
