/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* html body h1 h2 h3 h4 h5 h6 p span a{
    font-weight: 200 !important;
} */

.title-main {
    font-weight: 700 !important;
    letter-spacing: 0.5rem;
    display: inline-block;
    width: auto;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 100;
  font-style: normal;
}

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

.fw-100{
    font-weight: 100 !important;
}
.fw-700{
    font-weight: 700 !important;
}

.flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.parent-container {
    position: relative;


.border-none{
    border: none !important;
}

.site-header-container{
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.site-header-logo{
    padding: 20px 28px;
    margin: 0;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 2px;
  vertical-align: middle; 
  border-radius: 9999px;
  background-color: #fff;
  margin-bottom: 7px;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.custom-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #50b489;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    margin-left: 20px;
    text-decoration: none;
    width: 280px;
}
.custom-contact-btn:hover {
    background-color: #2c8469;
}
.custom-contact-btn p {
    margin: 0;
}

.custom-contact-btn-container{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.table-overflow{
    overflow-x: auto;
}

.table-center table{
    display: flex;
    justify-content: center;
}

.location-detail{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}



/* PCのみ制御 */
@media screen and (min-width: 992px) {

  /* 通常時：ハンバーガーメニューは非表示 */
  #vk-mobile-nav-menu-btn {
    display: none !important;
  }

  /* 追従開始時：bodyにheader_scrolledが付いたら */
  body.header_scrolled header#site-header {
    display: none !important;    /* ← ヘッダー全体を非表示にする */
  }

  body.header_scrolled #vk-mobile-nav-menu-btn {
    display: block !important;   /* ← ハンバーガーメニューだけ表示 */
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
  }
    body.device-pc .vk-mobile-nav {
        display: block !important;
    }
}

/* スマホは常にハンバーガーメニュー表示 */
@media screen and (max-width: 991px) {
  #vk-mobile-nav-menu-btn {
    display: block !important;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
  }
    .custom-contact-btn{
    display: none !important; 
  }
}










.writing-mode-rl{
	writing-mode: vertical-rl;
}
.content-area-right {
    justify-content: flex-end;
}
.content-area-left {
    justify-content: flex-start;
}



.news-container{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.service-title-translation-container{
    position: absolute;
    z-index: 15;
    top: 12%;
    left: 18%;
    width: 100%;
    max-width: 480px;
}

.service-container{

}
.service-container-1{
    z-index: 5;
}
.service-container-2{
    z-index: 5;
}
.service-container-3{
    z-index: 0;
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 1000px;
}
.service-container-3 figure{
  height: 100%;
}
.service-container-3 figure img{
  height: 100% !important;
  width: auto !important;
}

.attempt-container{

}

.attempt-container .attempt-container-1{
    margin-right: -160px;
    z-index: 10;
}
.attempt-container-2{

}

.contract-points-box{
    display: inline-block;
    /* padding: 4px; */
    transform: rotate(-3deg);
}



.attempt-title-translation-container {
    position: absolute;
    z-index: 5;
    top: 16%;
    left: 10%;
}

.site-footer-content{
    margin: 0;
    width: 100%;
    max-width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.site-footer-content .row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;

}

@media (min-width: 782px) {
    
}

.site-footer-copyright  {
    display:none;
}
}