@import "./nav.css";
@import "./menu.css";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

:root {
  --backMainRed: #860000;
  --backMainBlack: #000;
  --backSubWhite: #fff;
  --fontMainColor: #fff;
  --fontSubColor: #faeec0;
  --fontSubRed: #860000;
  --fontSubBlack: #000;
}

body {
  width: 100vw;
  background-color: var(--backMainRed);
  color: var(--fontMainColor);
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  background-image: url(../img/jupiter.jpg);
  background-size: 140px;
}

.black {
  width: 100vw;
  background-color: var(--backMainBlack);
}

h2 {
  font-size: 1.2rem;
  color: var(--fontMainColor);
  text-transform: capitalize;
  text-align: center;
}

h3 {
  color: var(--fontMainColor);
  text-transform: capitalize;
  font-size: 16px;
}

h4 {
  font-size: 1.2rem;
  font-weight: bold;
}

.h2 {
  width: 220px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}

.h2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h3 {
  width: 220px;
  height: 100px;
}

.h3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h4 {
  width: 220px;
  height: 60px;
}

.h4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
}

.heart {
  width: 40px;
  height: 40px;
  position: relative;
}

.heart::before,
.heart::after {
  content: "";
  width: 50%;
  height: 80%;
  background: var(--fontSubColor);
  border-radius: 25px 25px 0 0;
  display: block;
  position: absolute;
}

.heart::before {
  transform: rotate(-45deg);
  left: 14%;
}

.heart::after {
  transform: rotate(45deg);
  right: 14%;
}

.heart-small {
  width: 25px;
  height: 25px;
}

/*  =================nav-start====================*/

nav {
  width: 100vw;
  position: fixed;
  z-index: 2000;
  height: 120px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(66, 53, 53, 0.4);
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.hum-menu {
  display: none;
}

.nav-icon {
  width: 310px;
  height: 100px;
}

.nav-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jupiter {
  margin-left: 8px;
}

h1 {
  font-size: 1.5rem;
}

.nav-contents ul {
  display: flex;
  justify-content: right;
}

.nav-contents ul li {
  color: var(--fontMainColor);
  margin: 5px 20px;
  font-size: 18px;
}

.nav-contents ul li:hover {
  border-bottom: 1px solid var(--fontSubColor);
  margin-bottom: 2px;
}

.nav-contents ul li a {
  color: var(--fontMainColor);
  text-transform: capitalize;
}

.nav-contents ul li a:hover {
  color: var(--fontSubColor);
}

.nav-nav-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.nav-language ul {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.nav-language li {
  list-style: none;
}

.nav-language a {
  color: var(--fontMainColor);
  text-decoration: none;
}

.sns ul {
  display: flex;
  justify-content: right;
  font-size: 30px;
  margin: 10px 20px;
}

.sns ul li {
  margin: 0 20px;
}

.sns ul li a {
  color: var(--fontMainColor);
}

.sns ul li a i:hover {
  color: var(--fontSubColor);
}

/* ===================nav-end=============================== */

/* ===================header-start============================ */

header {
  margin-top: 120px;
}

.header-back-image {
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: 50%;
  background-image: url(../img/menu-main-image.jpg);
}

.top-images {
  position: relative;
  height: 480px;
  max-width: 1280px;
  margin: 0 auto;
  background-color: var(--backMainBlack);
}

.top-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.none-img-pc {
  display: none;
  display: block;
}

/* ===================header-end============================ */

/* ===================top-start============================ */
.top-h1 {
  width: 310px;
  height: auto;
  /* 高さを自動にしてアスペクト比を保つ */
  text-align: center;
  margin: 0 auto;
  align-items: center;
}

.top-h1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}


.top-image {
  width: 140px;
  height: 140px;
  text-align: center;
  margin: 0 auto;
  align-items: center;
}

.top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.with-maid {
  color: var(--fontMainColor);
  padding: 0 0.1rem;
  font-size: 1.2rem;
  text-transform: capitalize;
  text-align: center;
  text-shadow: var(--fontSubColor) 1px 0 10px;
}

.top-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===================top-end============================ */

/* ===================concept-start=============================/ */
.concept-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}

.concept-frame {
  border: var(--fontMainColor) 2px solid;
  border-radius: 5%;
}

.concept-image {
  max-width: 280px;
  height: 380px;
  margin: 5px;
}

.concept-image img {
  width: 100%;
  height: 100%;
  border-radius: 5%;
  object-fit: cover;
}

.concept-frame1 {
  max-width: 360px;
  border: var(--fontSubColor) 2px solid;
  border-radius: 5%;
  background-color: var(--backMainRed);
}

.concept-content {
  padding: 0.8rem 0.3rem;
}

.concept-content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4rem 0 0.2rem 0;
}

.concept-content-title h2 {
  margin: 0 8px;
}

.concept-content-title i {
  padding-top: 3px;
}

.concept-textbox {
  margin: 0 auto;
}

.concept-text {
  margin: 1.2rem 0;
  padding: 0 5px;
  text-align: left;
}

.concept-text-people {
  margin-bottom: 8px;
  width: 340px;
  padding: 0 3px;
  text-align: left;
  border-bottom: 2px solid var(--fontSubColor);
}

.concept-text-people h3 {
  display: inline-block;
  /* 複数行にまたがる要素に下線を引くために必要 */
  padding-bottom: 5px;
  color: var(--fontSubColor);
}

/* ===================concept-end=============================/ */

/* ====================game-start================= */

.game-container {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  min-height: 600px;
}

.game-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url(../img/game_menu.jpg);
  background-size: cover;
  background-position: 50%;
  padding: 2.3rem 0;
}

.game-content {
  width: calc(900px/4);
  height: 300px;
  background-size: cover;
  position: relative;
}

.game-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.game-names {
  width: 90%;
  height: 90%;
  background-color: rgba(66, 53, 53, 0.7);
  border: 1px solid rgb(193, 175, 84);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.game-name {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.game-name h3 {
  font-size: 2.2rem;
  padding-bottom: 0.5rem;
}

.game-name p {
  text-align: left;
  padding-top: 3px;
}

.game-tournament-container {
  margin-top: 3rem;
  border: 1px solid var(--fontSubColor);
  width: 600px;
  border-radius: 5%;
  padding: 1.3rem;
}

.game-tournament-abouts {
  padding-top: 1.2rem;
  font-size: 1.1rem;
}

.game-tournament-about {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
}

.game-tournament-detail {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--fontMainColor);
  margin-left: 2.2rem;
}

.game-tournament-date {
  display: flex;
  justify-content: space-between;
}

.game-tournament-day {
  padding: 0.5rem;
}

/* ======================game-end==================== */

/* ======================menu-start================= */

.md-left {
  margin-left: 7px;
}

.md-left1 {
  margin-left: 7px;
}

.menu-container {
  padding-bottom: 4rem;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
}

.menu-contents {
  display: flex;
  justify-content: space-between;
}

.menu-side-image {
  width: 160px;
  height: 600px;
}

.menu-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-main {
  margin: 0 auto;
}

.menu-details {
  display: flex;
  justify-content: space-between;
  background-image: url(../img/menu-main-image.jpg);
  padding: 5rem;
}

.menu-deatail-phone {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.menu-detail {
  max-width: 150px;
  width: 150px;
  border: solid 2px var(--fontSubColor);
  border-radius: 5%;
  background-color: var(--backMainRed);
  text-align: center;
  padding: 0 5px;
  height: 300px;
  position: relative;
}

.menu-detail:hover {
  background-color: var(--backMainBlack);
}

.menu-h3 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  align-items: center;
}

.menu-h3 h3 {
  margin-left: 4px;
  font-weight: bold;
}

.menu-detail-image {
  width: 137px;
  height: 120px;
  margin: 0 auto;
}

.menu-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8%;
  border: solid 1px var(--fontMainColor);
}

.menu-detail-messages {
  margin: 20px 0;
  text-align: left;
}

.menu-detail-drink {
  display: flex;
  justify-content: space-around;
}

.menu-detail button {
  width: 120px;
  height: 40px;
  color: var(--fontMainColor);
  background-color: rgba(206, 185, 185, 0.5);
  border: solid 1px var(--fontSubColor);
  border-radius: 12px;
  font-size: 1rem;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.menu-detail button:hover {
  color: var(--backSubWhite);
  background-color: var(--fontSubBlack);
}

/* ======================menu-end==================== */

/* ======================sns-start==================== */

.sns-container {
  padding: 3rem 10px;
}

.sns-border {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid var(--fontSubColor);
  border-radius: 5%;
}

.sns-sub-title {
  display: flex;
  justify-content: center;
  padding: 2.2rem 0;
  align-items: center;
}

.h3-x {
  font-size: 50px;
  margin-right: 2rem;

}

.sns-memo {
  width: 270px;
  height: 110px;
}

.sns-memo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sns-timeline {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

/* ======================sns-end==================== */

/* ======================access-start==================== */

.access-container {
  max-width: 100%;
  padding: 0;
}

.access-top-image {
  width: 100vw;
  height: 260px;
}

.access-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-map {
  padding: 0.8rem;
  border: 2px solid var(--fontSubColor);
  border-radius: 10%;
  width: 600px;
  margin: 2rem auto 5px auto;
  height: 400px;
}

.access-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10%;
  border: 2px solid var(--fontSubColor);
}

.access-map-go {
  margin-bottom: 1.2rem;
}

.access-map-go-link {
  color: var(--fontSubColor);
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
}

.access-info {
  display: flex;
  justify-content: center;
  color: var(--fontMainColor);
}

.access-info-image {
  width: 290px;
  height: 330px;
}

.access-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-info-details {
  text-align: left;
  background-color: rgba(66, 53, 53, 0.4);
  padding: 1.2rem;
  height: 330px;
  width: 320px;
}

.access-info-detail {
  display: flex;
  justify-content: left;
  margin: 15px 0;
}

.access-info-detail i {
  color: var(--fontSubColor);
  padding-top: 3px;
}

.access-info-box {
  display: flex;
  flex-direction: column;
  margin-left: 13px;
  color: var(--fontMainColor);
}

.phone-num {
  color: var(--fontMainColor);
}

.access-info-box span {
  display: block;
}

.access-info-open {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

/* ======================access-end==================== */


/* ======================waiting-here-start==================== */
.waiting-here-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.waiting-here-contents {
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.waiting-here-omati-image {
  height: 90px;
  width: 200px;
}

.waiting-here-omati-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.waiting-here-karin {
  height: 200px;
  width: 350px;
}

.waiting-here-karin img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10%;
  border: 2px solid var(--fontSubColor);
}

/* ======================waiting-here-end==================== */

/* ======================footer-start==================== */

footer {
  background-color: var(--backMainBlack);
}

.footer-container {
  display: flex;
  justify-content: center;
}

.footer-icon {
  width: 330px;
  height: 120px;
}

.footer-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-nav ul {
  display: flex;
  justify-content: left;
}

.footer-nav ul li {
  color: var(--fontMainColor);
  margin: 5px 10px;
  font-size: 18px;
}

.footer-nav ul li:hover {
  border-bottom: 1px solid var(--fontSubColor);
  margin-bottom: 2px;
}

.footer-nav ul li a {
  color: var(--fontMainColor);
  text-transform: capitalize;
}

.footer-nav ul li a:hover {
  color: var(--fontSubColor);
}

.footer-sns ul {
  display: flex;
  justify-content: left;
  font-size: 30px;
  padding: 20px 10px;
}

.footer-sns ul li {
  margin: 0 20px;
}

.footer-sns ul li a {
  color: var(--fontMainColor);
}

.footer-sns ul li a i:hover {
  color: var(--fontSubColor);
}

.footer-image {
  width: 220px;
  height: 240px;
}

.footer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c {
  color: rgb(130, 130, 130);
}

/* ======================footer-end==================== */
@media screen and (max-width:480px) {
  header {
    margin-top: 100px;
  }

  body {
    font-size: 16px;
  }

  nav {
    height: 100px;
  }

  .heart {
    width: 20px;
    height: 20px;
  }

  .nav-icon {
    width: 260px;
    height: 80px;
  }

  .nav-textbox {
    display: none;
  }

  .hum-menu {
    display: block;
    font-size: 1rem;
  }

  .with-maid {
    font-size: 1.1rem;
  }

  .header-back-image {
    height: 280px;

  }

  .top-images {
    max-width: 480px;
    height: 280px;
  }

  .top-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
  }

  .concept-container {
    flex-direction: column;
  }

  .concept-frame {
    border: none;
  }

  .none-img {
    display: none;
  }

  .game-contents {
    flex-direction: column;
    padding: 0;
    background-image: none;
  }

  .game-tournament-container {
    max-width: 360px;
  }

  .game-tournament-detail {
    margin-left: 0.8rem;
  }

  .phonesize-game {
    width: 380px;
    height: 120px;
    margin-bottom: 12px;
  }

  .tournament-image img {
    padding-top: 0;
  }

  .game-name p {
    text-align: center;

  }

  .menu-details {
    padding: 1.3rem;
    display: block;
  }

  .menu-detail-black {
    background-color: var(--backMainBlack);
  }

  .md-left1 {
    margin: 0;
  }

  .phone-size {
    width: 380px;
    padding-top: 20px;
  }

  .sns-memo {
    width: 170px;
    height: 70px;
  }

  .sns-border {
    max-width: 370px;
  }

  .sns-timeline {
    max-width: 330px;
  }

  .access-map {
    width: 90%;
    height: 250px;
  }

  .access-info-image {
    margin: 0 auto;
    margin-bottom: 1.4rem;
    display: none;

  }

  .access-info {
    display: block;
  }

  .access-info-details-phone {
    display: flex;
    justify-content: center;
  }

  .footer-image {
    display: none;
  }

  .access-top-image {
    height: 100px;
  }
}