* {
  margin: 0;
  padding: 0;
  font-family: "Zen Old Mincho", serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
img {
  width: 100%;
  height: auto;
}
body {
  width: 100%;
  min-width: 375px;
  height: auto;
  margin: 0 auto;
  background-image: url("../img/bg.png");
}
.whitebg {
  background-image: url("../img/bg.png");
}
article {
  width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
a {
  color: #ffffff;
  text-decoration: none;
}

#top,
.article_content,
.footer_content {
  width: 100%;
  margin: auto;
}

#top {
  height: 95vh;
  z-index: 997;
}
.slider {
  width: 100%;
  background-image: url("../img/header-0731.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_logo {
  width: 100%;
  margin: 0;
  height: 60px;
  text-align: center;
  z-index: 998;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_logo img {
  width: 70%;
}
/* article */
.flex {
  display: block;
  justify-content: space-around;
  align-items: center;
} /*共通の横並びスタイル*/
#news {
  height: auto;
  text-align: center;
}
#news .article_content {
  line-height: 25px;
}
/* コンセプト */
#concept > .article_content {
  height: 500px;
  justify-content: space-between;
}
#concept .concept_img img {
  width: 400px;
}
#concept .concept_text {
  width: 350px;
  line-height: 1.5;
}
#event .collabo_img img {
  /* width: 300px; */
}
#event .collabo_text {
  width: 100%;
  text-align: center;
}
#event .event_text {
  width: 100%;
  text-align: center;
}
.collabo_title {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.small {
  font-size: 1rem;
  line-height: 1.3;
}
.link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.more {
  display: inline-block;
  margin: 10px;
  padding: 16px 24px;
  border: 1px solid #ffffff;
  transition-duration: 0.2s;
  font-size: 14px;
}
.more:hover {
  background-color: #ffffff;
}
.more:hover {
  color: #333333;
  opacity: 1;
}
.more_white {
  display: inline-block;
  margin: 10px;
  padding: 16px 24px;
  border: 1px solid #333333;
  color: #333333;
  transition-duration: 0.2s;
  margin: 10px auto;
  width: 100%;
  background-color: #fff;
}
.more_white:hover {
  opacity: 1;
  background-color: #333333;
}
.more_white:hover {
  color: #ffffff;
}
#instagram > .article_content {
  height: 500px;
  padding-top: 20px;
}
.insta_title {
  margin: 20px 0;
}
.insta_img img {
  width: 200px;
}
.insta_button_wrap {
  text-align: center;
}
.follow_us {
  display: inline-block;
  margin: 30px 0;
  padding: 0 20px;
  border: 1px solid #202020;
  transition-duration: 0.2s;
  color: #333333;
}
.follow_us:hover {
  background-color: #202020;
}
.follow_us:hover {
  color: #ffffff;
}
/* アクセス */
#access .article_content {
  height: 80px;
  padding: 40px 0 0 0;
}
.map iframe {
  width: 100%;
  height: 250px;
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.footer_text {
  font-size: 0.8rem;
  line-height: 1.3;
  margin-bottom: 50px;
}
.footer_text td {
  padding: 10px;
}

#news,
#collaboration,
#access {
  background-color: #202020;
  color: #ffffff;
}

#news {
  padding: 20px;
}

#event {
  padding: 40px 20px;
  background-color: #202020;
  color: #ffffff;
}

#collaboration {
  padding: 40px 0;
}
#collaboration > .article_content {
  height: auto;
  max-width: 900px;
}
/* #collaboration .collabo_img img {
  /* width: 300px; */
/* } */
#collaboration .collabo_text {
  width: 100%;
  text-align: center;
}
.collabo_text {
  max-width: 900px;
  margin: 80px auto 0;
}

/* セクションタイトル */
.section_title {
  font-size: 1.7rem;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
.section_title_h1 {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.section_title_h2 {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: bold;
}
.section_title_h2_highlighted {
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: bold;
}
.section_title_midashi {
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 16px;
  font-weight: bold;
}
.section_title_midashi_small {
  font-size: 0.8rem;
}
.section_title_rubi {
  font-size: 0.8rem;
  margin-bottom: 16px;
  text-align: center;
}
.section_title_about {
  font-size: 0.8rem;
  margin: 24px auto;
  text-align: center;
}
.section_title_hinmei {
  text-align: center;
  font-size: 1rem;
  margin: 0;
}
.red-bold {
  color: rgb(187, 14, 14);
  font-size: 0.8rem;
}
.deadline {
  font-size: 1.2rem;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.mojibg {
  color: #ffffff;
  background-color: #333333;
  padding: 0 5px;
}
.bg_yellow {
  background: linear-gradient(transparent 50%, #f0f073 50%);
}
.mojia {
  margin: 20px 0 40px;
  font-size: 0.8rem;
}
.icons {
  padding-top: 20px;
  padding-left: 100px;
}
.icons .bottomlogo img {
  width: 250px;
}
.icons .snslogo {
  width: 150px;
  padding-top: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.icons .snslogo img {
  width: 40px;
}
.access {
  padding: 0 20px;
}
.access-logo {
  width: 200px;
  margin: 24px auto;
}
/* フェードイン */
.fadein {
  opacity: 0;
  transform: translate(0px, 50px);
  -webkit-transform: translate(0px, 50px);
  transition: all 1s;
}
.section_padding.fadein {
  opacity: 0;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}
#menu {
  height: auto;
  width: 100%;
  padding: 20px;
  text-align: center;
}
#menu img {
  width: 100%;
  margin: 20px 0 40px;
}
.course-title-wrapper {
  margin-bottom: 32px;
}
.course-wrapper {
  border-bottom: 1px solid #000;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
}
.menu-category {
  background: rgb(134, 112, 83);
  padding: 8px 8px;
  width: 200px;
  color: white;
  font-size: 20px;
  margin: 16px;
}
.menu-title {
  font-weight: bold;
}
.menu-desc {
  font-size: 0.8rem;
}
.hanbun {
  width: 70%;
}
#goods {
  height: auto;
  width: 1024px;
  margin: 50px auto;
  text-align: center;
}

.reservation_left {
  width: 50%;
  height: 100%;
  float: left;
  background-image: url("../img/reservation_left_bg.png");
  background-position: right;
  display: none;
}
.menu_title {
  margin-bottom: 30px;
}
.qa {
  padding: 0 20px;
}
.qa_title {
  padding-top: 50px;
  margin-bottom: 60px;
}
.inner100 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner1024 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner50 {
  padding: 20px 56px;
  float: left;
  width: 50%;
  height: auto;
}
.inner50c {
  padding: 20px 56px;
  margin: 0 auto;
  width: 50%;
  height: auto;
}
.event_kisatsutai {
  width: 50%;
  height: 100%;
  float: left;
  background-image: url("../img/kisatsutai.png");
  background-position: right;
  background-repeat: no-repeat;
}
.event_kisatsutai a {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.event_left {
  width: 100%;
  height: auto;
  float: left;
}

.event_right {
  width: 100%;
  height: auto;
}
.slider {
  position: relative;
  width: 100%;
}
.slider:before {
  content: "";
  display: block;
  padding-top: 55%; /* 高さを幅の50%に固定 */
}

.badge {
  top: 55%;
}

.rights {
  font-size: 8px;
  text-align: center;
  padding: 16px;
}

.nav2 {
  display: none;
}
.center {
  margin-top: 20px;
}
.intro_wrap {
  padding: 0 20px;
  margin: 64px auto 0;
  max-width: 900px;
}
#otanoshimi {
  height: auto;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.shikishi-box.reverse {
  flex-direction: row-reverse;
}
.shikishi-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shikishi-text .shikishi-title {
  font-size: 32px;
}
.shikishi-text .shikishi-staff-name {
  font-size: 20px;
}
.shikishi-text .shikishi-desc {
  font-size: 14px;
}
.shikishi-text .shikishi-shop {
  background-color: rgb(156, 19, 19);
  color: white;
  max-width: 240px;
  font-size: 24px;
  padding: 3px 8px;
}
.shikishi-img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 16px;
}
.shikishi-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hamburger {
  position: fixed;
  top: 7px;
  right: 15px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 3px;
  width: 42px;
  height: 2px;
  border-radius: 21px;
  background-color: rgb(37, 37, 37);
  transition: all 0.4s;
}
.hamburger.active .hamburger__line {
  background-color: rgb(255, 255, 255);
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

/* .hamburger .active {
  /* transform: rotate(45deg);
  /* width: 70px;
  height: 70px; */
/* background-color: rgb(255, 255, 255); */
/* } */

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0c0c0c;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.4s;
  z-index: 999;
  text-align: center;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 40% 0 0;
  padding: 100px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.nav__item {
  display: table;
  width: 100%;
}

.nav__link {
  display: table-cell;
  text-decoration: none;
  transition: 0.5s ease;
  position: relative;
}

/* デザインB（タブレット） */
@media screen and (min-width: 600px) {
  /* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
  .hamburger {
    top: 15px;
  }
  nav {
    width: 400px;
  }

  .section_title_h1 {
    font-size: 32px;
  }
  .top_logo {
    width: 100%;
    height: 80px;
    text-align: center;
    z-index: 998;
  }
  .top_logo img {
    width: 275px;
    height: auto;
  }

  .slider {
    width: 100%;
    min-height: 300px;
  }
  .badge {
    top: 55%;
  }
  .more {
    font-size: 1rem;
  }
  .more_white {
    display: inline-block;
    margin: 10px;
    padding: 16px 24px;
    border: 1px solid #333333;
    color: #333333;

    transition-duration: 0.2s;
    width: auto;
  }
  .footer_wrap {
    max-width: 100%;
    margin: 0 auto;
  }

  .event_space {
    max-width: 960px;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
  }
  #event {
    height: auto;
  }
  .section_title_rubi {
    margin: 0px;
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .section_title_about {
    font-size: 1rem;
  }
  .section_title_h2 {
    font-size: 1.4rem;
  }
  .section_title_h2_highlighted {
    font-size: 1.4rem;
  }
  .center {
    width: 100%;
    margin: 20px auto 0;
  }
  .text_c {
    text-align: center;
  }

  .intro_wrap {
    padding: 0 20px;
    margin: 100px auto 0;
    max-width: 900px;
  }
}
/* デザインC(PC) */
@media screen and (min-width: 1025px) {
  /* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
  .nav-wrapper {
    display: none;
  }
  .top_logo {
    width: 100%;
    height: 80px;
    /* margin: 30px auto 20px; */
    text-align: center;
    z-index: 998;
  }
  .top_logo img {
    width: 275px;
    height: auto;
  }
  .slider {
    width: 100%;
    height: 560px;
  }
  .badge {
    top: 285px;
  }
  article {
    width: 100%;
  }

  #event {
    height: 280px;
  }

  .event_right {
    width: 50%;
    height: 200px;
    float: right;
  }
  .event_left {
    width: 50%;
    height: 200px;
    float: left;
  }
  .event_height {
    height: 250px;
  }

  #menu {
    height: auto;
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }

  .textspace_900 {
    width: 900px;
    height: auto;
    margin: 0 auto;
  }

  /* お楽しみくじ色紙 */
  #otanoshimi {
    max-width: 900px;
    height: auto;
    width: 100%;
    padding: 0 20px;
    margin: auto;
    text-align: center;
    color: #333333;
    overflow: hidden;
  }
  .shikishi-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .shikishi-box {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .footer_text {
    font-size: 0.8rem;
    line-height: 1.3;
    text-align: left;
  }
  .footer_text td {
    padding: 10px;
  }
  .footer_content {
    width: 100%;
    margin: 40px auto 40px;
  }
  .map iframe {
    width: 360px;
    height: 250px;
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
  }
  .flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 16px;
  } /*共通の横並びスタイル*/

  .nav2 {
    z-index: 998;
    width: 100%;
    min-width: 1024px;
    position: absolute;
    top: 625px;
    background-image: url("../img/nav_bg.png");
    display: flex;
  }
  .nav2 ul {
    display: flex;
    width: 900px;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 10px;
  }
  .nav2 ul li {
    list-style: none;
    font-size: 1.2rem;
  }
  .navfixed {
    position: fixed;
    top: 0px;
  }
  .nav2 a {
    color: #ffffff;
  }
  .nav2 a:hover {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
  }
  .drawer-nav {
    /* display: none; */
  }
  #button {
    /* display: none; */
  }

  .center {
    margin: 80px auto 0;
  }
}

* {
  box-sizing: border-box;
}

.content_area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px;
}

.tab-container {
  display: flex;
  flex-wrap: wrap;
}
.tab-container {
  margin: 0 0 15px;
}
.tab {
  font-weight: 500;
  text-align: center;
  width: calc(100% / 3);
  padding: 10px;
  background-color: #f8f8f8;
  cursor: pointer;
}

.tab.active {
  background-color: lightblue;
}

.content2 {
  display: none; /*必須*/
}
.content2.show {
  display: contents; /*必須*/
}
