@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  color: #333;
}

/*header*/

.top-bd {
  width: 180px;
  margin-top: 25px;
}

.bg-top {
  background-color: #433831;
  background-size: cover;
  width: 100%;
  height: 85px;
  padding: 0 20px 20px 20px;
  display: flex;
  justify-content: space-between;
}

.logo-wrapper {
  width: 200px;
  margin-left: 100px;
}

.header-text {
  padding-top: 200px;
  color: #f8f7f4;
}

body {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header {
  display: flex;
}
header img {
  margin: 20px 0 0 20px;
  width: 200px;
  height: auto;
}

header nav {
  margin: 0 0 0 auto;
}

.image-top {
  object-fit: contain;
  width: 100%;
}

.menu {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 20px 50px;
  list-style-type: none;
  color: #fff;
  padding: 0;
}

.menu li {
  color: #fff;
  position: relative;
  width: 100px;
  height: 75px;
  margin-left: 1px;
  padding: 5px;
  list-style-type: none;
  text-align: center;
  display: flex;
  align-items: center;
}

.menu-link {
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.menu-link:hover {
  background: #ffca7b;

  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .logo-wrapper {
    width: 90px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 0 0 0 20px;
  }
  .bg-top {
    max-width: 767px;
    width: 100%;
    height: auto;
    padding: 0 15px;
  }
  .top-bd {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .bg-top div {
    display: flex;
    align-items: center;
  }
  .menu {
    width: 200px;
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 0 25px 0 0;
    font-size: 0.8em;
  }
  .menu-link {
    width: 65px;
  }
  .menu-link:hover {
    width: 65px;
    padding: 5px;
    border-radius: 50%;
  }
}

/* main */

.hero {
  background-color: #f8ecd2;
  width: 100%;

  padding: 62px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-text-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
  width: 50%;
}
.grandopen-box {
  text-align: right;
}
.grandopen-day {
  margin-top: 50px;
  margin-left: 50px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  font-size: 5.5em;
  text-align: right;
  font-family: "League Spartan", sans-serif;
}
.grandopen-time {
  font-size: 1.8em;
  text-align: right;
}
.grandopen {
  font-size: 6em;
  font-family: "Amatic SC", cursive;
  font-weight: 200;
}
.top-image-box {
  width: 50%;
  display: flex;
  justify-content: end;
}
.top-image {
  border-radius: 50%;
  max-width: 670px;
  width: 100%;
  max-height: 670px;
  height: 100%;
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .hero {
    max-width: 767px;
    width: 100%;
    height: 200px;
    padding: 18px 0 20px;
  }
  .hero-text-box {
    display: block;
  }
  .top-image {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin-left: 12px;
  }
  .top-image-box {
    width: 50%;
  }
  .grandopen-box {
    display: flex;
    flex-direction: column;
    line-height: 1.5em;
    padding-top: 100px;
    text-align: right;
  }
  .hero-text-box {
    width: 50%;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .grandopen-day {
    margin: 0;
    font-size: 1.7em;
  }
  .grandopen {
    margin-bottom: 8px;
    text-align: right;
    font-size: 1.8em;
  }
  .grandopen-time {
    font-size: 1em;
  }
}
/* main */
.text-main {
  background-color: #ddc1a7;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 1.1em;
}

.text-box {
  padding: 0;
  margin: 60px auto;
  text-align: center;
}
.text-box h1 {
  margin-bottom: 50px;
}

.text-body {
  line-height: 3em;
  font-size: 1.2em;
  width: 750px;
  margin: 0 auto;
  text-align: center;
}
.commit_box {
  padding: 0;
  margin: 100px auto 60px;
  text-align: center;
}

.commit_title {
  text-align: center;

  font-size: 2em;
  margin-bottom: 40px;
}
.commit_title_sub {
  font-size: 0.7em;
}
.commit_text_boby {
  line-height: 3em;
  font-size: 1.2em;
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

.message {
  text-align: center;
  margin: 60px 0 40px;
}

.toppage-img {
  margin-right: 50px;
  display: flex;
  justify-content: flex-end;
}

.top_img_box_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 100px;
  width: 700px;
  margin: 0 auto 100px;
}
.cafe_top_img_box {
  width: 300px;
}
.cafe_top_img {
  width: 100%;
  aspect-ratio: 395 / 373;
  object-fit: contain;
}
figcaption {
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
}
.figcaption {
  padding-top: 20px;
}

.link-box {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.page-link {
  display: inline-block;
  position: relative;

  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 0.3em 5em 0.3em 1em;
  font-size: 30px;
  color: #433831;
  background-color: #f8ecd2;
  text-decoration: dashed;
}
.page-link::after {
  content: "→";
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #433831;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.page-link:hover::after {
  transform: translateY(-50%) translateX(4px);
  background-color: #433831;
  color: #f8ecd2;
}
.dog-mark_left {
  width: 380px;
  height: auto;
  position: absolute;
  top: 600px;
  left: 20px;
}
.dog-mark-right {
  width: 380px;
  height: auto;
  position: absolute;
  top: 1500px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  main {
    background-color: #ddc1a7;
  }
  .text-box {
    width: 300px;
    height: auto;
    margin: 20px auto;
    padding: 20px;
  }
  .text-main {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .text-body {
    font-size: 0.9em;
    letter-spacing: 0.05em;
    line-height: 2em;
    margin: 0 auto;
    width: 300px;
  }
  .dog-mark_left {
    transform: rotate(100deg);
    width: 110px;
    position: absolute;
    top: 90px;
    right: 5px;
  }
  .dog-mark-right {
    display: none;
  }
  .top_img_box_area {
    display: flex;
    flex-wrap: wrap row;
    gap: 80px;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .cafe_top_img_box {
    margin: 10px auto 30px;
  }

  .commit_box {
    max-width: 600px;
    width: 100%;
    padding: 20px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .commit_title {
    font-size: 2em;
    line-height: 1.5em;
    padding-bottom: 10px;
  }
  .commit_text_boby {
    line-height: 2em;
    font-size: 0.9em;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .toppage-text-title {
    font-size: 24px;
  }
  .cafe-magcup {
    width: 100px;
    height: 100px;
  }

  .message {
    width: 300px;
    font-size: 0.8em;
    padding: 0 10px 20px;
    margin: 10px auto;
  }
  .page-link {
    padding: 0.3em 3em 0.3em 0.8em;
  }
}

.bg-menu {
  background-color: #f8ecd2;
  padding-top: 100px;
  padding-bottom: 80px;
}

.menu-name {
  text-align: center;
  margin-top: 5px;
  line-height: 2em;
}
.main_menu {
  background-color: #f8ecd2;
  padding-top: 100px;
  padding-bottom: 60px;
}

.menu_title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 100px;
}
.drink-img {
  width: 800px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  column-gap: 50px;
  row-gap: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.drink-img div figure img {
  width: 200px;
  height: auto;
}

.menu-link-box {
  display: flex;
  justify-content: center;
}
.menu-page-link {
  display: inline-block;
  position: relative;

  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 0.3em 5em 0.3em 1em;
  font-size: 30px;
  color: #f8ecd2;
  background-color: #433831;
  text-decoration: dashed;
}
.menu-page-link::after {
  content: "→";
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #f8ecd2;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.menu-page-link:hover::after {
  transform: translateY(-50%) translateX(4px);
  background-color: #f8ecd2;
  color: #433831;
}

@media screen and (max-width: 767px) {
  .menu_title {
    margin-bottom: 10px;
  }
  .main_menu {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .drink-img {
    display: block;
    width: 200px;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
  .drinks-menu-box {
    display: block;
  }
  .drinks-menu-box img {
    margin: 0 auto;
  }
  .menu-image {
    width: 300px;
    height: auto;
  }
  .menu-name {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  main .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0;
  }
  .text-main {
    margin-top: 0;
    padding-top: 70px;
    height: 100%;
  }

  .toppage-img {
    display: block;
    width: 80%;
    height: 80%;
    margin: 0 auto;
    padding-top: 0;
  }

  .toppage-img-size {
    width: 50%;
    height: 50%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    left: 80px;
  }

  .text-title {
    font-size: 8px;
  }
  .toppage-texttitle,
  .menu-title {
    margin: 30px 0 20px;
    font-size: 1.5em;
    text-align: center;
  }
  .text-main {
    padding: 0;
  }
  .bg-menu {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .drink-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }

  .menu-page-link {
    padding: 0.3em 3em 0.3em 0.8em;
  }
}

/* footer */

.bg-bottom {
  background-color: #bd9479;
  padding-top: 100px;
  padding-bottom: 30px;
  letter-spacing: 0.3em;
  color: #f8f7f4;
}

.access-bottom {
  background-color: #bd9479;
  color: #f8f7f4;
  padding-top: 80px;
  line-height: 0.5em;
  display: flex;
  justify-content: space-evenly;
}
.access-bottom p {
  color: #f8f7f4;
}
.access-bottom-text {
  color: #f8f7f4;
}

.cafe-info {
  letter-spacing: 1em;
  text-align: center;
  font-size: xx-large;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #f8f7f4;
}

.access-text {
  color: #f8f7f4;
  line-height: 1.3em;
  padding-bottom: 20px;
}

.sns-mark {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
}
.mark {
  width: 29px;
  height: auto;
  margin: 2em;
}
.copyright {
  background-color: #433831;
  color: #f8f7f4;
  display: block;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .bg-bottom {
    padding-top: 50px;
  }
  .cafe-info {
    margin-bottom: 20px;
  }
  .access-bottom {
    display: block;
    width: 80%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    font-size: 0.75em;
    text-align: justify;
  }
  iframe {
    max-width: 330px;
    width: 100%;
    max-height: 330px;
    height: 100%;
    padding-top: 30px;
  }
}
