/*
Theme Name: tsubu
Template: lightning
Version: 0.1.0
*/

body,
html {
  color: #f6f6f6;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8 !important;
  font-size: clamp(0.9375rem, calc(0.0449vw + 0.927rem), 1rem);
  background: rgb(10, 10, 12);
}

@media (min-width: 576px) {
  :root {
    --vk-width-container: 576px;
  }

  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  :root {
    --vk-width-container: 768px;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  :root {
    --vk-width-container: 992px;
  }

  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  :root {
    --vk-width-container: 1200px;
  }

  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  :root {
    --vk-width-container: 1400px;
  }

  .container {
    max-width: 1400px;
  }
}

/* ===HEADER=== */
.site-body {
  padding: 0;
}

/* ===MV=== */
.main_visual {
  position: relative;
  top: -120px;
}

/* .main_visual::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 120px;
  top: 50%;
  left: 50%;
  background-image: url(images/mv_logo.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
}

@media (max-width: 767px){
	.main_visual::after {
		left:25%;
	}
}
 */
/* ===NAVIGATION=== */

.nav li a:hover,
nav li a:hover {
  opacity: .6;
}

.global-nav-list a,
.nav li a,
nav li a {
  color: #f6f6f6 !important;
}

.header_scrolled .site-header {
  background-color: rgba(10, 10, 12, 0.6);
}

/* ===FOOTER=== */
/* フッターのライセンス表記を非表示に変更 */
.site-footer-copyright p:nth-child(2) {
  display: none;
}


.main_content {
  max-width: 960px;
  margin: 0 auto;
}

/* ===メインコンテンツ共通=== */
.sc_title {
  position: absolute;
  pointer-events: none;
}

.main_content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1.5em;
}

.main_txt {
  font-size: clamp(0.875rem, 0.8539rem + 0.0899vw, 1rem);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.sub_title {
  display: block;
  font-size: clamp(0.7rem, 0.6747rem + 0.1079vw, 0.85rem);
  margin: 0 0 2em;
  letter-spacing: .1;
}

.sc_title img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(2px 4px 6px black);
}

.main_title {
  margin-bottom: 2em;
  font-size: clamp(1.3rem, 1.2494rem + 0.2157vw, 1.6rem);
  line-height: 2.3;
  letter-spacing: .3em;
  font-weight: 300;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.eng {
  letter-spacing: .15em;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .main_content {
    width: 100%;
    padding: 0 20px;
  }

  .main_txt {
    line-height: 2.2;
    letter-spacing: 0.2em;
  }

  .main_title.eng,
  .main_txt.eng {
    white-space: normal;
  }

  .sc_title img {
    max-width: 100%;
    height: auto;
    width: 60%;
    filter: drop-shadow(2px 4px 6px black);
  }

  .main_title {
    margin-bottom: 2em;
    line-height: 2;
    letter-spacing: .1em;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* ===INTRODUCTION=== */
#introduction {
  padding-top: 28em;
  background-image: url(images/intro_bg.jpg);
}

#introduction.intro_image {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 40em;
}

#introduction .sc_title {
  top: 3em;
  right: calc(50% + 50px);
}

#introduction .main_content {
  width: 50%;
  max-width: none;
  margin-left: 50%;
  padding: 0 3em;
}

@media (max-width: 767px) {
  #introduction {
    padding-top: 24em;
  }

  #introduction.intro_image {
    padding-bottom: 0;
    background-position: center top;
    background-size: cover;
    margin-top: 0;
  }

  #introduction .sc_title {
    top: 0;
    right: calc(50% + 10px);
  }

  #introduction .main_content {
    width: 100%;
    margin-left: auto;
    text-align: right;
    padding: 0 2.5em;
  }

}

/* ===ABOUT=== */
#about {
  padding-top: 22em;
  background-image: url(images/about_bg.jpg);
}

#about.section_image {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 12.5em;
}

#about .sc_title {
  top: 1em;
  left: calc(50% + 80px);
}

#about .main_content {
  width: calc(100% - 40px);
}

@media (max-width: 767px) {
  #about {
    padding-top: 26em;
  }

  #about.section_image {
    padding-bottom: 5em;
    background-position: 100% 15%;
    background-size: 240% auto;
  }

  #about .sc_title {
    top: 3em;
    left: calc(50% + 50px);
  }

  #about .main_content {
    width: 100%;
    margin-left: auto;
    text-align: left;
    padding: 0 2.5em;
  }
}

/* ===MATERIALS=== */
#materials {
  padding-top: 25em;
  background-image: url(images/materials_bg.jpg);
}

#materials.section_image {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 12.5em;
}

#materials .sc_title {
  top: 5em;
  right: calc(50% + 50px);
}

#materials .main_content {
  width: 50%;
  max-width: none;
  margin-left: 50%;
  padding: 0 50px;
}

@media (max-width: 767px) {
  #materials {
    padding-top: 26em;
  }

  #materials.section_image {
    padding-bottom: 5em;
    background-position: left top;
    background-size: 240% auto;
    white-space: nowrap;
  }

  #materials .sc_title {
    top: 3em;
    right: calc(50% + 10px);
  }

  #materials .main_content {
    width: 100%;
    margin-left: auto;
    text-align: right;
    padding: 0 2.5em;
  }
}

/* ===MESSAGE=== */
#message {
  padding-top: 22em;
  background-image: url(images/message_bg.jpg);
}

#message.section_image {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-position: center bottom 20%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 5em;
}

#message .sc_title {
  top: 6em;
  left: calc(50% + 80px);
}

#message .main_content {
  width: calc(100% - 40px);
}

.sign_area {
  margin-top: 5em;
}

@media (max-width: 767px) {
  #about {
    padding-top: 26em;
  }

  #message.section_image {
    padding-bottom: 5em;
    background-position: right top;
    background-size: 240% auto;
  }

  #message .sc_title {
    top: 3em;
    left: calc(50% + 50px);
  }

  #message .main_content {
    width: 100%;
    margin-left: auto;
    text-align: left;
    padding: 0 2.5em;
  }

  .sign_area {
    margin-top: 2.5em;
  }

  .sign_area img {
    width: 60%
  }
}

/* ===MENU=== */
#menu {
  padding-top: 30em;
  background-image: url(images/menu_bg.jpg);
}

#menu.section_image {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-position: center bottom 20%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 0;
}

#menu .sc_title {
  top: 8em;
  right: calc(50% + 50px);
}

#menu .main_content {
  width: 50%;
  max-width: none;
  margin-left: 50%;
  margin-bottom: 30em;
  padding: 0 3em;
}

.menu_list_area {
  margin-bottom: 12em;
}

.menu_list_area .wp-block-column:nth-child(2n+1) {
  margin-top: 4em;
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: wrap !important;
}

@media (max-width: 767px) {
  #menu {
    padding-top: 26em;
  }

  #menu.section_image {
    padding-bottom: 5em;
    background-position: left 40% top 5%;
    background-size: 240% auto;
    white-space: nowrap;
  }

  #menu .sc_title {
    top: 3em;
    right: calc(50% + 10px);
  }

  #menu .main_content {
    width: 100%;
    margin-left: auto;
    margin-bottom: 5em;
    text-align: right;
    padding: 0 2.5em;
  }

  .menu_list_area {
    margin-bottom: 4em;
  }


  .menu_list_area .wp-block-column:nth-child(2n+1) {
    margin-top: 0;
  }

  :root :where(.is-layout-flex) {
    gap: 0 !important;
  }

  .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: auto;
    flex-grow: initial;
    width: 50%;
  }
}

/*コースメニュー*/
.sc_title_hrz {
  font-size: clamp(1.125rem, 1.0197rem + 0.4494vw, 1.75rem);
  text-align: center;
  letter-spacing: .3em;
  line-height: 2;
  margin-bottom: 5em;
}

.sc_title_hrz span {
  display: block;
  font-size: 0.7rem;
  margin-top: 2em;
  font-weight: 400;
}

.course_menu_title {
  position: relative;
  font-size: clamp(1.2rem, 1.1494rem + 0.2157vw, 1.5rem);
  font-weight: 300;
  letter-spacing: .2em;
}

.course_menu_title::before {
  content: "";
  position: absolute;
  bottom: -0.7em;
  left: 0;
  background: #a0a0a0;
  width: 3.5em;
  height: 1px;
  display: block;
  z-index: 1;
}

.course_menu_title span {
  font-size: 70%;
}

.course_menu_price {
  font-size: clamp(1rem, 0.9494rem + 0.2157vw, 1.3rem);
  letter-spacing: .23em;
  margin-top: 2em;
  margin-bottom: 2.5em;
}

.course_menu_price span {
  font-size: 60%;
}

.course_menu_list {
  list-style: none;
  padding-left: 0;
  font-size: clamp(0.875rem, 0.8708rem + 0.018vw, 0.9rem);
  letter-spacing: .2em;
  line-height: 2;
  font-weight: 400;
}

.course_menu_list.engl {
  list-style: disc;
}

.reservation_btn {
  margin-top: 10em;
}

.reservation_btn .wp-element-button {
  border-radius: 3em !important;
  padding: 2em 0 !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: rgba(246, 246, 246, 0.1) !important;
  border-color: #F6F6F6 !important;
}

.en {
  letter-spacing: .1em;
}

@media (max-width: 768px) {
  .course_menu_content {
    padding: 0 2em;
  }

  .sc_title_hrz span {
    margin-top: 1em;
  }


  .course_menu_content .wp-block-column {
    margin-bottom: 3.5em;
  }

  .reservation_btn {
    margin-top: 3em;
    margin-bottom: 4em;
  }

  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(100% - var(--wp--style--block-gap, .5em)* .5);
  }

  .course_menu_list.engl {
    padding-left: 1em;
  }
}

/*ACCESS*/

#access {
  margin-top: 10em;
  margin-bottom: 10em;
  text-align: center;
}

#access .access_info {
  margin-top: 6em;
}

#access .sc_title_hrz {
  padding-top: 5em;
}

.shop_info {
  margin-top: 4em;
}

.access_info {
  letter-spacing: .2em;
}

.access_info dt {
  margin-bottom: 2em;
}

.access_info dd {
  margin-bottom: 1.5em;
}

.access_info .attention {
  font-size: clamp(0.6rem, 0.5747rem + 0.1079vw, 0.75rem);
}

.add_txt a {
  color: #F6F6F6 !important;
}

.info_map {
  display: block;
  max-width: 800px;
  height: auto;
  margin: 6em auto 0 !important;
}

.access_txt {
  text-align: center;
}

@media (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width:767px) {
  #access {
    margin-top: 6em;
    margin-bottom: 6em;
  }

  #access .sc_title_hrz {
    padding-top: 2em;
  }
}

/*RESERVATION*/

#reservation .sc_title_hrz {
  padding-top: 5em;
}

#reservation .reservation_btn {
  text-align: center;
  margin-top: 10em;
  margin-bottom: 8em;
}

#reservation p {
  line-height: 2.2;
}

.tel_txt a {
  color: #F6F6F6 !important;
  font-size: 1.5rem;
}

.page_top_btn {
  border-radius: 50%;
}

@media (max-width: 767px) {
  #reservation .sc_title_hrz {
    padding-top: 2em;
  }

  #reservation .reservation_btn {
    margin-top: 6em;
    margin-bottom: 4em;
  }
}

/*SPデザイン*/
.vk-mobile-nav-menu-btn {
  border: none;
  background: rgba(0, 0, 0, 0.8) url(images/menu-btn-white.svg);
}

.vk-mobile-nav-menu-btn.menu-open {
  border: none;
  background: rgba(0, 0, 0, 0.8) url(images/vk-menu-close-white.svg);
}

.vk-mobile-nav {
  background-color: rgba(10, 10, 12, .9);
}

@media (max-width:767px) {
  .site-header-logo img {
    max-height: 42px;
  }
}
