@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
.mt1 {
  margin-top: 1em !important;
}

a:hover,
a:focus {
  transition: all 0.3s;
}

.secondcolor {
  color: #987d35;
}

.lrg {
  font-size: 3rem;
}

.mid {
  font-size: 1.6rem;
}

.sml {
  font-size: 0.9rem;
}

.inline-block {
  display: inline-block;
}

p {
  line-height: 1.456;
  margin: 0;
  padding: 0;
}

.title_center {
  margin: 10vw auto -60px;
  display: block;
  position: relative;
  z-index: 1;
  animation: rotation 30s linear infinite;
}
@media screen and (max-width: 576px) {
  .title_center {
    width: 35vw;
    height: auto;
  }
}

.vi {
  display: grid;
  background-image: url(../img/headerbg.svg);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: bottom;
  background-attachment: scroll;
  width: 100%;
  height: 50dvh;
  align-items: center;
  justify-content: center;
  margin-bottom: -2px;
  z-index: 1;
}
.vi h1 {
  animation: fadeDownAnime 0.8s 0.8s ease-in-out both;
}

.vibg_section {
  animation: fadeDownAnime 0.8s 0.3s ease-in-out both;
  background-image: url(../img/vi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50dvh;
  display: block;
  overflow: hidden;
  position: fixed;
  z-index: -1;
}

main {
  background-color: #ff9900;
}

.leadtext {
  padding: 3% 0;
  text-align: center;
  color: #5b3931;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16pt;
}
@media screen and (max-width: 576px) {
  .leadtext {
    font-size: 12pt;
  }
}
.leadtext p {
  line-height: 2;
}

.menulist {
  display: flex;
  width: 100%;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menulist li {
  flex-basis: 23%;
}
.menulist img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.menu_block {
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin: 8vw auto;
}
@media screen and (max-width: 576px) {
  .menu_block {
    flex-wrap: wrap;
    text-align: center;
    margin: 20vw auto;
    gap: 10vw;
    overflow: hidden;
    padding-bottom: 10vw;
  }
}

.bulletin_block {
  border-radius: 5px;
  border: solid 3px #5b322b;
  padding: 5px;
  background-color: #faead0;
  box-shadow: 1px 3px 20px #000000;
  max-width: 600px;
  transform: rotate(2deg);
}

.insta_list {
  aspect-ratio: 684/475;
}

.title_menu_block {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .title_menu_block {
    text-align: center;
  }
}
.title_menu_block img {
  animation: rotation 30s linear infinite;
}
.title_menu_block p {
  margin: 2vw auto;
  color: #5a3931;
  max-width: 200px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 576px) {
  .title_menu_block p {
    max-width: 90%;
  }
}

.insta_list img {
  width: 100%;
  height: auto;
  transition: 2s;
}

.party_block_inner {
  background-color: #ffe8a9;
  padding: 5vw 1px;
}
.party_block_inner h2 {
  text-align: center;
  margin: 2vw auto 5vw;
}
.party_block_inner img {
  max-width: 100%;
  height: auto;
}

.party_block_article {
  max-width: 650px;
  margin: auto;
  padding: 0 2%;
}

h3.party_title {
  margin: 0;
  padding: 1.5% 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18pt;
  font-weight: 800;
}
h3.party_title span {
  font-size: 11pt;
  margin-left: 2%;
  display: inline-block;
}

.allucandrink_wrap {
  display: flex;
  margin: 3px 20px 5px;
}
.allucandrink_wrap h5 {
  background-color: #555555;
  color: #ffffff;
  display: inline-block;
  padding: 3px 5px;
  font-size: 10pt;
  margin: 0;
}

.party_price_title {
  margin: 10px 25px;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 576px) {
  .party_price_title {
    flex-wrap: wrap;
  }
}

.party_section_wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .party_section_wrap {
    flex-wrap: wrap;
  }
}

.party_image {
  flex: 0 0 35%;
}
@media screen and (max-width: 576px) {
  .party_image {
    flex: 0 0 100%;
  }
}
.party_image img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.party_section,
.party_section_alcohol,
.party_section_bring {
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 5px #ec6c00;
}
.party_section li,
.party_section_alcohol li,
.party_section_bring li {
  display: inline-block;
  margin: auto 3px;
  padding: 0;
  line-height: 1.476;
  font-family: "Noto Sans JP", sans-serif;
}
.party_section li:before,
.party_section_alcohol li:before,
.party_section_bring li:before {
  content: "・";
}

.party_section {
  font-size: 14pt;
}
.party_section ul {
  padding: 0;
  margin: 20px;
}

.party_section_alcohol,
.party_section_bring {
  font-size: 12pt;
}
.party_section_alcohol ul,
.party_section_bring ul {
  padding: 0;
  margin: 5px 0 10px;
}

.alcohol_border {
  border-top: dotted 2px #909090;
  border-bottom: none;
  margin: 3px 20px;
}

.party_section_alcohol {
  border-bottom-width: 2px;
  border-radius: 10px 10px 0 0;
}

.party_section_bring {
  border-top-width: 2px;
  border-radius: 0 0 10px 10px;
}

.party_section_detail {
  background-color: #ffffff;
  padding: 5px 25px 20px;
  margin: 60px auto;
}
.party_section_detail img {
  display: block;
  margin: auto;
}

.map_block {
  width: 100%;
  background-color: #ffffff;
  padding-left: calc((100vw - 980px) / 2);
  padding-right: calc((100vw - 980px) / 2);
  padding-top: 10vw;
  padding-bottom: 10vw;
}

/* Google Mapを囲う要素 */
#map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
  margin: auto;
}

/* Google Mapのiframe */
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin: auto;
}

.footer_block {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px;
  font-size: 10pt;
}
.footer_block address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12pt;
  font-style: normal;
}

footer {
  background-color: #5a3931;
  font-family: "Times New Roman", Times, serif;
  height: 20vw;
  color: #ffffff;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footerblock {
  position: absolute;
  top: -2;
  left: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -2px;
  background-image: url(../img/common_img/footermask.svg);
  background-repeat: repeat-x;
  background-position: center top;
}

.gotop {
  display: block;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
  background: #663433;
  text-align: center;
  line-height: 2rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 70px;
  font-size: 20px;
  margin: 10px auto;
  padding-top: 0.3rem;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.center img {
  margin: auto;
  display: block;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ff9900;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

#wrapper {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  width: 750px;
  text-align: left;
  background-color: #fff;
}

#header {
  width: 750px;
  height: 230px;
  overflow: hidden;
}

ul#main_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}

#main_menu li {
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
}

.box {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.flexbox {
  display: flex;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=base.css.map */