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

/*@import url("https://use.typekit.net/kfg0czw.css");*/

/*****************************
Common
******************************/
:root{
  --vk-color-text-body: #5b4636;
  --vk-width-container-padding: 20px;
	--vk-color-text-link: #5b4636;
	
	--vk-width-col-2-main: 65.96%;
	--vk-width-col-2-sub: calc(var(--vk-width-container) * 0.2268);
}

.animate__animated{
  animation-duration: .8s;
  animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}

body, html{
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
}

.site-body {
  padding-top: 45px;
  padding-bottom: 5.5rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .site-body {
    padding-bottom: 5.75rem;
  }
}
@media (min-width: 992px) {
  .site-body {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1146px;
  }
  .site-body {
    padding-bottom: 6.25rem;
  }
}
.breadcrumb + .site-body{
	padding-top: 30px;
}

.wp-block-heading{
  font-size: clamp(24px,2.6178vw,30px);
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2.0;
  color: #5b4636;
}
.wp-block-text {
  font-size: clamp(16px, 1.81vw, 18px);
  font-weight: 400;
  letter-spacing: .075em;
  line-height: 2.0;
  color: #5b4636;
}

@media (max-width: 768px){
  .wp-block-text{
    line-height: 1.5;
  }
}

/* group shadow */
.is-style-vk-group-shadow {
  border-radius: clamp(50px, 7.01vw, 93px);
  box-shadow: 0 0 20px rgba(93,52,4,.2);
  padding: 7.33% 5.78%;
  background: #fff;
}
.alignwide is-style-vk-group-shadow{
  max-width: calc(100vw - 30px);
}
.is-style-vk-group-shadow > .wp-block-group,
.is-style-vk-group-shadow > .wp-block-columns{
  max-width: 1146px;
}

/* button */
.vk_button .vk_button_link.btn {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.0;
  padding: 1.25em;
  min-width: 264px;
  border-radius: 1.75em;
}
.vk_button .vk_button_link.btn .vk_button_link_after {
  transition: transform .3s;
  margin-left: 1rem;
  margin-right: -1em;
  margin-top: .15em;
}
.vk_button .vk_button_link.btn:hover {
  background-color: var(--vk-color-custom-1)!important;
  box-shadow: none;
  opacity: 1;
}
.vk_button .vk_button_link.btn:hover .vk_button_link_after {
  transform: translateX(50%);
}

.vk_button .vk_button_link.btn-sm {
  padding: .7825em;
  min-width: 240px;
  border-radius: 2.765em;
}

/* text */
.notice {
  text-indent: -1em;
  margin-left: 1em;
}
p.notice {
  margin-left: 1em!important;
}

/* notice-list */
.notice-list{
  font-size: .875rem;
  letter-spacing: .05em;
  list-style: none;
  padding-left: 0;
}
.notice-list li{
  margin-top: .3em;
  margin-bottom: .3em;
  line-height: 1.5;
  
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.notice-list li::before{
  content: "●";
  color: var(--vk-color-custom-1);
}

/* wp-block-list */
.wp-block-list li{
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.5;
}
ul.wp-block-list{
  list-style: none;
  padding-left: 0;
}
ul.wp-block-list li{
  position: relative;
  padding-left: 1em;
}
ul.wp-block-list li::before{
  content: "●";
  color: var(--vk-color-custom-1);
  position: absolute;
  left: 0;
}

ol.wp-block-list{
  padding-left: 1.5em;
}
_::-webkit-full-page-media, _:future, :root ol.wp-block-list li {
  margin-left: 1em;
}
ol.wp-block-list li::marker{
  color: var(--vk-color-custom-1);
  font-weight: 900;
  font-family: monospace;
}

/* wp-block-image */
.entry-body .wp-block-image:not(:first-child){
  margin-top: 2.75rem;
}
.entry-body .wp-block-image:not(:last-child){
  margin-bottom: 2.75rem;
}

/* vk_button_link-type-text */
a.vk_button_link-type-text{
  letter-spacing: 0;
}
a.vk_button_link-type-text .vk_button_link_txt {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, .3);
  text-decoration-thickness: 1px;
  transition-duration: .3s;
  transition-property: text-decoration-color, color;
}
a.vk_button_link-type-text .vk_button_link_before {
  color: var(--vk-color-custom-1);
  margin-right: .25rem;
}
a.vk_button_link-type-text:hover .vk_button_link_txt {
  color: var(--vk-color-custom-1);
  text-decoration-color: transparent!important;
}

/* .contact-info-box */
.contact-info-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-info-box:not(.is-style-vk-group-shadow){
  border: 10px solid #f6f5f5;
  border-radius: min(6.631vw, 50px);
  padding: min(5.3%, 40px) min(2.8%, 20px);
  max-width: 754px;
  margin: 2.8125rem auto;
}
.contact-info-box > dl + dl{
  border-left: 1px dotted #000;
}
.contact-info-box > dl{
  padding-top: 20px;
  padding-bottom: 10px;
}
.contact-info-box > dl {
  text-align: center;
  margin: 0!important;
  width: 50%;
}
.contact-info-box > dl > dt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-info-box > dl > dt i {
}
.contact-info-box > dl > dd{
  margin-top: 1rem;
}
.contact-info-box > .contact-info-list{
  width: 100%;
  margin: min(4.64%, 35px) min(5.3%, 40px) 0;
}

.contact-tel-box,
.contact-mail-box {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.contact-tel-box > dl,
.contact-mail-box > dl{
  text-align: center;
}

dl.tel-info > dt,
dl.mail-info > dt{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

dl.tel-info > dd,
dl.mail-info > dd {
  margin-top: 1rem;
}

dl.tel-info a,
dl.mail-info a {
  color: currentColor;
}


dl.tel-info > dt{
  margin-top: -.65em;
}
dl.tel-info > dd.tel{
  color: #ed6c00;
  font-size: 30px;
  letter-spacing: .1em;
  font-weight: 500;
  line-height: 1.0;
  white-space: nowrap;
}
dl.tel-info > dd.open{
  letter-spacing: .1em;
  font-size: 16px;
  font-weight: 500;
}
dl.mail-info > dd.vk_button {
  margin-bottom: 0;
}

@media (max-width: 992px){
  .contact-info-box{
    display: block;
  }
  .contact-info-box:not(.is-style-vk-group-shadow){
    border: 0 none;
    padding-top: 2.8%;
    padding-bottom: 2.8%;
    margin: 2rem auto;
  }
  .contact-info-box > dl {
    width: 100%;
  }
  .contact-info-box > dl + dl{
    border-top: 1px dotted #000;
  }
  .contact-info-box > dl{
    padding-bottom: 20px;
  }
  .contact-info-box > dl + dl{
    border-left: 0 none;
  }
  .contact-info-box > .contact-info-list{
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
  }
}

i[class*="ico"]{
  position: relative;
  display: inline-block;
  vertical-align: -.5em;
  line-height: 1.0;
  width: 1.6em;
  height: 1.6em;
}
i[class*="ico"]::before{
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  line-height: 1.0;
}
i.ico-tel{
  width: 1.95em;
  height: 2.35em;
  margin-right: -.4em;
}
i.ico-tel::before{background-image: url(assets/images/ico_tel_o.png);}
i.ico-mail::before{background-image: url(assets/images/ico_mail_o.png);}

/* plan */
.color-premium{color: var(--vk-color-custom-2);}
.color-standard{color: var(--vk-color-custom-3);}
.color-light{color: var(--vk-color-primary);}
.color-option{color: var(--vk-color-custom-1);}

.price{
  font-weight: 500;
  font-size: 28px;
  line-height: 1.0;
  color: #ed6c00;
}
.price .s{
  font-size: .6428em;
}
@media (max-width: 768px){
  .price {
    font-size: 24px;
  }
  .price .s{
    font-size: .6666em;
  }
}

/* br */
.br{
  display: inline-block;
}
@media (min-width: 767px){
  .pc-br{
    display: block;
  }
}


/*****************************
Header
******************************/
.site-header{
  box-shadow: none;
}
.site-header--layout--nav-float .site-header-container {
  /*display: block;*/
  max-width: 100%;
  
  padding-left: clamp(20px, 3.4722vw, 50px);
  padding-right: clamp(20px, 2.5vw, 36px);
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.site-header--layout--nav-float .site-header-logo{
  max-width: 250px;
  min-width: 175px;
  margin-right: auto;
}
.header_scrolled .site-header--layout--nav-float .site-header-logo{
  display: block;
}
.header_scrolled .site-header--layout--nav-float .site-header-logo a {
  visibility: hidden;
}
.site-header--layout--nav-float #contact-nav{
  margin-left: auto;
  /*max-width: 332px;
  width: 24.519%;
  min-width: 120px;*/
  width: 332px;
}
.global-nav--layout--float-right.global-nav {
  margin-left: 0;
  justify-content: center;
}

/* global nav */
.global-nav .sp-view{
  display: none;
}
.global-nav-list>li .global-nav-name{
  font-weight: 500;
  font-size: 16px;
  transition: color .3s;
}
.global-nav-list>li .global-nav-description{
  font-size: 12px;
  font-weight: 500;
  color: #ed6c00;
  letter-spacing: .1em;
  opacity: 1;
  margin-top: .5em;
}
.global-nav-list>li a:hover .global-nav-name{
  color: #ed6c00;
}
.global-nav-list>li:before{
  content: none;
}
@media (min-width: 992px) {
  .device-pc:not(.header_scrolled) .global-nav-list>li>a {
    padding: 0 1.5em;
  }
}

/* contact nav */
#contact-nav{
  display: flex;
  list-style: none;
  /*width: -moz-min-content;
  width: min-content;*/
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
}
#contact-nav li a {
  display: flex;
  align-items: center;
  width: clamp(55px,5.07vw,68px);
  height: clamp(55px,5.07vw,68px);
  border-radius: clamp(27.5px,2.537vw,34px);
  color: #fff;
  overflow: hidden;
  transition: background .3s;
}
#contact-nav li a::before {
  content: "";
  width: clamp(55px,5.07vw,68px);
  height: clamp(55px,5.07vw,68px);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#contact-nav li a:hover {
  background-color: var(--vk-color-custom-1)!important;
}
#contact-nav li span {
  overflow: hidden;
  display: block;
  width: 0;
  height: 1em;
  opacity: 0;
  transition: .2s .1s ease;
  transition-property: width, opacity;
  
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.0;
}

#contact-nav li.nav-tel a {
  background: var(--vk-color-custom-3);
  transition: .2s width .1s ease;
}
#contact-nav li.nav-tel a::before {
  background-image: url(assets/images/ico_tel.png);
  background-size: clamp(26px, 2.6119vw, 35px) auto;
  background-position: 70% 40%;
}
#contact-nav li.nav-tel a:hover{
  width: calc(68px + 11.65em);
}
#contact-nav li.nav-tel a:hover span {
  width: 11.65em;
  opacity: 1;
  flex: 1;
  margin-left: -.35em;
}
#contact-nav li.nav-contact a {
  background: var(--vk-color-custom-2);
}
#contact-nav li.nav-contact a::before {
  background-image: url(assets/images/ico_mail.png);
  background-size: clamp(13px, 3.528vw, 25px) auto;
}

/* mobile btn */
.vk-mobile-nav-menu-btn{
  border: 0 none;
  background: var(--vk-color-primary);
  color: #fff;
  width: clamp(55px,5.07vw,68px);
  height: clamp(55px,5.07vw,68px);
  border-radius: clamp(27.5px,2.537vw,34px);
  overflow: hidden;
  transition: background .3s, top .3s;
  /*top: 1.2rem;*/
  top: clamp(20px, 3.4722vw, 50px);
}
.vk-mobile-nav-menu-btn:hover {
  background-color: var(--vk-color-custom-1)!important;
}
.vk-mobile-nav-menu-btn::before,
.vk-mobile-nav-menu-btn::after {
  content: "";
  width: 36.36%;
  height: 0;
  display: block;
  position: absolute;
  border-top: 2px solid currentColor;
  left: 50%;
  top: 50%;
  margin-left: -18.18%;
  transition: .3s;
  transform-origin: center;
}
.vk-mobile-nav-menu-btn::before{
  margin-top: -4px;
}
.vk-mobile-nav-menu-btn::after{
  margin-top: 4px;
}
.vk-mobile-nav-menu-btn.menu-open{
  border: 0 none;
  background: var(--vk-color-primary);
}
.vk-mobile-nav-menu-btn.menu-open::before{
  transform: rotate(45deg);
  margin-top: 0;
}
.vk-mobile-nav-menu-btn.menu-open::after{
  transform: rotate(-45deg);
  margin-top: 0;
}

.header_scrolled .vk-mobile-nav-menu-btn{
  top: 1.2rem;
}

.mobile-nav-btn-right .vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.position-right{
  right: clamp(20px, 2.5vw, 36px);
}
.admin-bar .vk-mobile-nav-menu-btn{
  top: calc(32px + clamp(20px, 3.4722vw, 50px));
}
.header_scrolled.admin-bar .vk-mobile-nav-menu-btn{
  top: calc(32px + .25rem);
}



@media (min-width: 992px) {
  .header_scrolled .site-header{
    position: relative;
  }
  body:not(.header_scrolled) .site-header-container{
    padding-top: clamp(20px, 3.4722vw, 50px);
  }
  .site-header-logo{
    padding-top: 0;
  }
  body.device-pc .vk-mobile-nav-menu-btn {
      display: none;
  }
  body:not(.header_scrolled) .global-nav--layout--float-right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
}
@media (min-width: 1331px) {
  .header_scrolled .site-header{
    position: fixed;
  }
}
@media (min-width: 1340px) {
  body.device-pc .vk-mobile-nav-menu-btn {
      display: none;
    
  }
}

@media (max-width: 1339.98px) {
  .global-nav {
      display: block;
  }
  
}
@media (max-width: 1331px) {
  /*body.device-pc .vk-mobile-nav-menu-btn {
      display: block;
    
  }*/
  body:not(.header_scrolled) .global-nav--layout--float-right {
      display: none;
  }
  body:not(.header_scrolled) .site-header--layout--nav-float .site-header-container{
    align-items: flex-start;
  }
  #contact-nav{
    column-gap: 10px;
    padding-right: clamp(65px, 5.82vw, 78px);
    
    /*position: fixed;
    top: 1.2rem;
    right: clamp(20px, 2.5vw, 36px);*/
  }
  /*.admin-bar #contact-nav {
    top: calc(32px + 1.2rem)
  }*/
  body.device-pc .vk-mobile-nav-menu-btn {
      display: block;
  }
}
@media (max-width: 991.98px) {
  .site-header-container{
    padding-top: min(6.1vw, 24px);
  }
  .site-header-logo {
    padding-top: 0;
  }
  .global-nav {
      display: none;
  }
  .site-header-container {
    display: flex;
  }
  .vk-mobile-nav-menu-btn{
    top: min(6.1vw, 24px);
  }
  .admin-bar .vk-mobile-nav-menu-btn {
    top: calc(32px + min(6.1vw, 24px));
    transition: top .3s;
  }
}
@media screen and (max-width: 782px){
  .admin-bar .vk-mobile-nav-menu-btn {
    top: calc(46px + min(6.1vw, 24px));
  }
  
}
@media (max-width: 767px) {
  #contact-nav{
    /*position: fixed;
    top: 1.2rem;
    right: clamp(20px, 2.5vw, 36px);*/
  }
  .site-header--layout--nav-float #contact-nav{
    width: fit-content;
  }
  #contact-nav li.nav-tel a{
    transition: background .3s;
  }
  #contact-nav li.nav-tel a:hover{
    width: clamp(55px,5.07vw,68px);
  }
  #contact-nav li.nav-tel a:hover span{
    width: 0;
    opacity: 0;
  }
  #contact-nav li.nav-contact {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .scrolled.admin-bar .vk-mobile-nav-menu-btn {
    top: min(6.1vw, 24px);
  }
}


/* MOBILE NAVI */
.vk-mobile-nav .alert{
  display: none;
}
.vk-mobile-nav{
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  top: 0!important;
  
  margin: 20px;
  width: calc(100% - 40px);
  height: calc(100svh - 40px);
  background: var(--vk-color-primary);
  border-radius: 16px;
  padding: 30px 20px;
}
.vk-mobile-nav .widget_nav_menu ul.menu,
.vk-mobile-nav nav>ul{
  border-top: 0 none;
}

.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a{
  color: #fff;
  border-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
  transition: color .3s;
}
.vk-mobile-nav nav ul li a{
  font-size: 24px;
  padding: .25em .5em;
}
.vk-mobile-nav nav ul li a strong {
  font-weight: 500;
}
.vk-mobile-nav nav ul li a .menu-item-description {
  display: block;
  color: var(--vk-color-custom-1);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
}
.vk-mobile-nav .widget_nav_menu ul li a{
  font-size: 20px;
}
.vk-mobile-nav .widget_nav_menu ul li.nav-contact a{
  position: relative;
  padding-left: 2.35em;
}
.vk-mobile-nav .widget_nav_menu ul li.nav-contact a::before{
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  background: url(assets/images/ico_mail.png) center center no-repeat;
  background-size: contain;
  left: .3125em;
  top: .45em;
  transition: background .3s;
}
.vk-mobile-nav .widget_nav_menu ul li.nav-small a{
  font-size: 15px;
}
.vk-mobile-nav .widget_nav_menu ul li a:hover,
.vk-mobile-nav nav ul li a:hover {
  color: var(--vk-color-custom-1);
  background: transparent;
}
.vk-mobile-nav .widget_nav_menu ul li.nav-contact a:hover::before{
  background-image: url(assets/images/ico_mail_o.png)
}

body.is-menu-open{
  overflow-y: hidden;
  position: fixed;
  height: 100vh;
  width: 100%;
  margin-top: 0;
}
body.is-menu-open.admin-bar {
  margin-top: -32px;
}
body.is-menu-open::after{
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .8;
  z-index: 1999;
}
.admin-bar .vk-mobile-nav {
  top: 32px!important;
  height: calc(100svh - 32px - 40px);
}
.vk-mobile-nav.vk-mobile-nav-open{
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 782px){
  .admin-bar .vk-mobile-nav {
    top: 46px!important;
    height: calc(100svh - 46px - 40px);
  }
  body.is-menu-open.admin-bar {
    margin-top: -46px;
  }
}
@media (min-width: 992px){
  body.device-pc .vk-mobile-nav{
    display: block;
  }
}
@media (min-width: 1330px) {
  body.device-pc .vk-mobile-nav{
    display: none;
    pointer-events: none;
  }
}

/*****************************
Footer
******************************/
.site-footer{
  border-top: 0 none;
  border-radius: clamp(80px, 6.944vw, 100px) clamp(80px, 6.944vw, 100px) 0 0;
  box-shadow: 0 0 20px rgba(93,52,4,.2);
  font-size: var(--vk-size-text);
  letter-spacing: .1em;
  background: #fff;
}
.site-footer-content{
  padding-top: clamp(80px, 6.944vw, 100px);
}
.site-footer-content > .row{
  column-gap: 4.363%;
}
.site-footer-content .row > div{
  flex: 1 1 auto;
}
.site-footer-content .row > div:nth-child(2) {
  text-align: center;
}

@media (min-width: 768px) {
  .site-footer-content .row > div:nth-child(1) {
    max-width: 166px;
    width: 14.485%;
  }
  .site-footer-content .row > div:nth-child(2) {
    max-width: calc(100% - 166px);
    width: 81.15%;
  }
}
@media (min-width: 992px) {
  .site-footer-content .row > div:nth-child(1) {
    max-width: 166px;
    width: 14.485%;
  }
  .site-footer-content .row > div:nth-child(2) {
    max-width: calc(100% - 166px);
    width: 79.844%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    column-gap: 30px;
    text-align: left;
  }
  
  .site-footer-content .row > div:nth-child(2) .widget:nth-child(1){
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: 30px;
    width: 100%;
  }
  
  .site-footer-content .row > div:nth-child(2) .footer-nav {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-footer-content .row > div:nth-child(2) {
    gap: 1em 30px;
  }
  .site-footer-content .row > div:nth-child(2) .widget:nth-child(1){
    width: 66%;
    justify-content: space-between;
  }
}

/* footer info */
.site-footer{
  font-weight: 500;
  padding-bottom: 100px;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer .widget {
  margin-bottom: 0;
}
.site-footer .footer-logo{
  margin: 0 auto;
  text-align: center;
  max-width: 106px;
  margin-bottom: 2rem;
}
.site-footer-title {
  border: 0 none;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
  padding-bottom: 0;
}
.site-footer-title::after{
  content: none;
}
.site-footer-title span.s {
  font-size: .65em;
}

.site-footer .tel-info span {
  display: block;
}
.site-footer .tel-info .tel {
  color: #ed6c00;
  font-size: 1.25em;
}
.site-footer .tel-info a {
  color: currentColor;
  text-decoration: none;
}
.site-footer .tel-info .open {
  font-size: 12px;
}
@media (max-width: 767px) {
  .site-footer-title span.s {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer-address-2{
    margin-top: 1em;
  }
}

@media (min-width: 768px) {
  .site-footer .footer-logo {
    width: 100%;
    margin-bottom: 0;
  }
  .site-footer-title{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .site-footer-title span.s {
    margin-left: 1em;
  }
}
@media (min-width: 992px) {
}

/* sns links */
.widget ul.footer-sns-links{
  padding-left: 0;
  margin: 30px auto 0;
  justify-content: center;
}
.footer-sns-links{
  font-size: 28px;
}
.footer-sns-links li{
  list-style: none;
  margin: 0;
}
.footer-sns-links a{
  text-decoration: none;
  color: #5b4636;
}
.footer-sns-links i{
  margin-right: 0;
  transition: all .3s;
}

.wp-block-vk-blocks-icon .vk_icon_link:hover{
  opacity: 1;
}
a:hover .fa-envelope {
  color: #ed6c00;
}
a:hover .fa-instagram{
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a:hover .fa-facebook{
  color: #0866ff;
}
a:hover .fa-x-twitter{
  color: #000;
}
a:hover .fa-line{
  color: #06c755;
}

@media (max-width: 767px) {
  .footer-sns-links{
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .widget ul.footer-sns-links{
    margin: 1em 0 .5em;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .widget ul.footer-sns-links{
    margin: 0;
  }
}

/* footer nav */
.site-footer .global-nav {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .site-footer .global-nav-list {
    margin-left: -1.125em;
  }
}

/* copyright */
.site-footer-copyright {
  position: relative;
  margin-top: 50px;
}
.site-footer-copyright p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
}
.site-footer-copyright p small {
  font-size: 1em;
}
@media (min-width: 992px) {
  .site-footer-copyright {
    margin-top: 2rem;
  }
  .site-footer-copyright p {
    position: absolute;
    right: 0;
    bottom: 100%;
  }
  .site-footer-copyright p:nth-child(2) {
    bottom: calc(100% - 2em);
  }
}
@media (min-width: 1199px) {
  .site-footer-copyright {
    margin-top: 0;
  }
}


/* page top */
.page_top_btn{
  bottom: 30px;
  right: clamp(10px, 2.22vw, 32px);
  background: url(assets/images/bg_page_top.png) 0 0 no-repeat;
  background-size: contain;
  width: clamp(51px, 7.42vw, 76px);
  height: clamp(36px, 5.17vw, 53px);
  border: 0 none;
  box-shadow: none;
  transition-property: opacity, background;
  z-index: 1998;
}
.page_top_btn::before{
  content: "";
  display: block;
  width: 22.36%;
  height: 0;
  padding-top: 28.94%;
  background: url(assets/images/ico_arw_t.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11.18%;
  margin-top: -14.47%;
  transition: transform .3s;
}
.page_top_btn:hover {
  background-image: url(assets/images/bg_page_top_o.png);
}
.page_top_btn:hover::before {
  transform: translateY(-50%);
}

/* reCAPTCHA */
.grecaptcha-badge{
  bottom: 110px!important;
}

/*****************************
Page Contents
******************************/

/* Page Header */
.page-header{
  background: transparent;
  color: inherit;
  margin-top: min(4.8611vw, 70px);
  margin-bottom: min(1.7361vw, 25px);
}
.page-header::before{
  content: "";
  width: 270px;
  height: 190px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(assets/images/bg_page-header.png) 50% 50% no-repeat;
  background-size: contain;
}
.page-header-inner{
  margin: 4.875rem auto 3.375rem;
}
.page-header-title, h1.page-header-title{
  font-size: clamp(36px, 5.2083vw, 40px);
  font-weight: 400;
}
.post-name-guide h1.page-header-title{
  letter-spacing: -.05em;
  white-space: nowrap;
}
.page-header-sub-title{
  color: var(--vk-color-custom-1);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-top: 1em;
  text-transform: uppercase;
}

@media (min-width: 768px){
  .page-header::before{
    width: 308px;
    height: 214px;
  }
  .page-header-sub-title{
    font-size: 20px;
  }
  
}

/* breadcrumb */
.breadcrumb{
  border: 0 none;
}
.breadcrumb a {
	text-decoration: none;
	transition: color .3s;
}
.breadcrumb a:hover {
	color: var(--vk-color-custom-1);
}


/* aticle-title */
.page-article .article-title {
  font-size: clamp(24px, 3.22vw, 32px);
  letter-spacing: .1em;
  font-weight: 500;
  margin-bottom: 6.72%;
  border: 0 none;
  padding: 0;
}


/* title */
.title-01{
  border: 0 none;
  padding: 0 0 0 calc(1rem + 10px);
  position: relative;
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.71;
}
.title-01:not(:first-child){
  margin-top: clamp(40px, 9.114583vw, 70px);
}
.title-01::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .321em;
  width: 10px;
  height: calc(100% - .6428em);
  background: #ed6c00;
  border-radius: 3px;
}
.title-01::after{content: none;}

.title-01.has-num {
  margin-left: 2em!important;
}
.title-01.has-num:nth-of-type(n+10) {
  margin-left: 2.75em!important;
}
.title-01.has-num:nth-of-type(n+10) .num {
  margin-left: -1.75em;
}
.title-01 .num{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.5em;
  font-weight: 100;
  font-style: italic;
  font-variation-settings:"wdth" 100;
  color: #ed6c00;
  display: block;
  position: absolute;
  margin-left: -1.25em;
  bottom: 0;
  margin-bottom: -.1em;
  margin-bottom: 0;
  line-height: 1.0;
  line-height: .75;
  min-width: .65em;
  text-align: center;
  vertical-align: text-bottom;
}

.title-01.is-small {
  font-size: clamp(18px, 3.18vw, 24px);
}

@media (max-width: 767px){
  .title-01{
    letter-spacing: -.05em;
    padding-left: 18px;
    line-height: 1.33;
  }
  .title-01::before{
    width: 8px;
    height: calc(100% - .3em);
    top: .2em;
  }
  .title-01.has-num:not(.is-small){
    margin-left: 0!important;
    margin-top: 3em!important;
  }
  .title-01:not(.is-small) .num{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    top: -1.25em;
    font-size: 2.5em;
    font-weight: 300;
  }
}

.title-02 {
  color: #ed6c00;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid #ada293;
  padding: 0 .75em .5em;
  margin-bottom: 2.5rem!important;
}
.title-02 i:first-child{
  font-size: 1.45em;
  margin-right: .5em;
  vertical-align: bottom;
  position: absolute;
  left: 0;
}
.title-02 .vk_heading_title {
  margin-bottom: 0;
  font-size: 1em;
}

.title-02.has-icon-before .vk_heading_title {
  padding-left: 1.95em;
  position: relative;
}

@media (max-width:768px){
  .title-02 {
    font-size: 20px;
    padding: 0 0 1em;
    margin-bottom: 1.5rem !important;
  }
}

.title-03 {
  font-size: clamp(22px, 2.74vw, 32px);
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  border-bottom: 4px solid #ed6c00;
  padding-top: 0;
  padding-bottom: 1.3625em;
  margin-bottom: 6.98%!important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:768px){
  .title-03 {
    padding-bottom: .5em;
  }
}

/* outline */
.outline-section {
  margin-bottom: 12.21%;
}
.outline-title {
  border: 0 none;
  font-size: clamp(26px, 3.14vw, 36px);
  line-height: 1.66;
  letter-spacing: .1em;
  font-weight: 500;
}

.outline-section .wp-block-text {
  max-width: 656px;
  margin-left: 0!important;
}
@media (max-width: 768px){
  .outline-title {
    line-height: 1.5;
  }
}

/* section */
.section + .section {
  margin-top: 8.28%;
}

/* archive */
.card-img-overlay{
  display: none;
}
.entry.type-post .entry-title,
.archive-header-title {
	padding: 0 0 0 calc(1rem + 10px);
  position: relative;
  /*font-size: clamp(24px, 2.4vw, 32px);*/
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.71;
}
.entry.type-post .entry-title::before,
.archive-header-title::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .321em;
  width: 10px;
  height: calc(100% - .6428em);
  background: #ed6c00;
  border-radius: 3px;
}

.vk_post.media{
	border-bottom: 0 none;
}
.vk_post.media:not(:first-child){
	margin-top: clamp(30px, 6.613vw, 50px);
}
.vk_post .media-img{
	width: 34.66%;
	border: 0 none;
	border-radius: 10px;
	overflow: hidden;

  transition: transform .75s cubic-bezier(0.2, 1.15, 0.5, 1.2);
  display: block;
}
.vk_post .media-img:hover{
  transform: scale(105%);
}

.vk_post .vk_post_date{
	font-size: 14px;
	letter-spacing: .05em;
}
.vk_post .vk_post_excerpt{
	letter-spacing: .05em;
}

.vk_post .vk_post_btn{
	background: transparent;
	color: currentColor;
	padding: 0;
	border: 0 none;
	font-size: .875rem;
}
.vk_post .vk_post_btn::after{
	content: "\f061";
	content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  /*margin-right: .35em;*/
  text-indent: 0;
  display: inline-block;
  line-height: 1.0;
  vertical-align: bottom;
  font-weight: 700;
  
  transition: background .3s;
  margin-left: .5em;
  margin-top: -.25em;
  vertical-align: middle;
	
	background: var(--vk-color-primary) url(assets/images/ico_arw_r.png) 50% 50% no-repeat;
	background-size: 1em auto;
	color: #fff;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 1em;
	text-align: center;
}
.vk_post .vk_post_btn:hover,
.vk_post .vk_post_btn.btn-primary:active{
	color: #ed6c00;
  background: transparent;
}
.vk_post .vk_post_btn:hover::after,
.vk_post .vk_post_btn.btn-primary:active::after{
  background-color: #ed6c00;
	background-position: 100% 50%;
}
.vk_post .vk_post_btn.btn-primary:active,
.vk_post .vk_post_btn.btn-primary:focus{
  box-shadow: none;
}

.media.vk_post:first-child,
.entry-body>.vk_posts>.media.vk_post-col-sm-12:first-child,
.main-section>.vk_posts>.media.vk_post-col-sm-12:first-child{
	border-top: 0 none;
}
.entry-body>.vk_posts>.media.vk_post-col-sm-12,
.main-section>.vk_posts>.media.vk_post-col-sm-12{
	padding: 0;
}
.entry-body>.vk_posts>.vk_post-col-lg-12 .vk_post_title,
.main-section>.vk_posts>.vk_post-col-lg-12 .vk_post_title{
	font-size: clamp(16px, 2.66vw, 20px);
	font-weight: 500;
	letter-spacing: .05em;
	border-bottom: 0 none;
	padding-bottom: 0;
	margin-bottom .5em;
}

/* PAGER */
.pagination {
    margin-top: 3rem;
}
ul.page-numbers li a,
ul.page-numbers li span.page-numbers{
	padding: 8px 12px;
	border: 2px solid var(--vk-color-primary);
	font-size: 1.25rem;
	min-width: 2.4em;
	transition-duration: .3s;
	transition-property: background, color;
}
ul.page-numbers li a:hover {
    background-color: #ed6c00;
	color: #fff;
}
ul.page-numbers li:first-child>.page-numbers {
    border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
ul.page-numbers li:last-child>.page-numbers {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* entry */
.entry.type-post .entry-meta{
	font-size: 1rem;
}
.entry.type-post .entry-meta-item i {
  display: none;
}
.entry.type-post .entry-body .wp-block-image {
	border-radius: 30px;
	overflow: hidden;
}
.entry.type-post .entry-body p:not([class]) {
	line-height: 2.0;
	letter-spacing: .05em;
}
.entry.type-post .entry-body p a{
	color: var(--vk-color-custom-1);
	text-decoration: none;
}

.entry.type-post .entry-body h2:not(:first-child),
.entry.type-post .entry-body h3:not(:first-child),
.entry.type-post .entry-body h4:not(:first-child),
.entry.type-post .entry-body h5:not(:first-child) {
	margin-top: 2em;
}
.entry.type-post .entry-body h2,
.entry.type-post .entry-body h3,
.entry.type-post .entry-body h4,
.entry.type-post .entry-body h5,
.entry.type-post .entry-body h6 {
	margin-bottom: 1em;
	letter-spacing: .05em;
	font-weight: 500;
	border: 0 none;
	background: transparent;
	padding: 0;
}

.entry.type-post .entry-body h2 {
	font-size: 1.75rem;
}
.entry.type-post .entry-body h3 {
	border-top: 2px solid var(--vk-color-custom-1);
	padding-top: 1em;
	font-size: 1.5rem;
}
.entry.type-post .entry-body h4 {
	font-size: 1.25rem;
}
.entry.type-post .entry-body h5 {
	font-size: 1.15rem;
}
.entry.type-post .entry-body h6:not(:first-child){
	margin-top: 1em;
}
.entry.type-post .entry-body h6 {
	font-size: 1rem;
	font-weight: 700;
}
.bg-gray-block{
	background: #f5f5f5;
	padding: 1.5em 2em;
	border-radius: 10px;
	line-height: 2.0;
}
.bg-gray-block:not(:first-child){margin-top: 2rem;}
.bg-gray-block:not(:last-child){margin-bottom: 2rem;}


.type-post .entry-footer{
  margin-top: 50px;
}
.entry-meta-data-list dt{
  font-size: .9375rem;
  font-weight: 700;
  background: #ed6c00;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
  padding: 8px 20px 8px 10px;
  min-width: 5em;
}
.entry-meta-data-list dd{
  font-size: 1rem;
  letter-spacing: .05em;
  padding-top: 4px;
}
.entry-meta-data-list dd a{
  color: #ed6c00;
}

@media (max-width: 768px){
  .entry.type-post .entry-body h2,
  .entry.type-post .entry-body h3,
  .entry.type-post .entry-body h4,
  .entry.type-post .entry-body h5,
  .entry.type-post .entry-body h6 {
    line-height: 1.5;
  }
	.bg-gray-block,
	.entry.type-post .entry-body p{
		line-height: 1.5;
	}
  /*.entry-meta-data-list dt{
    float: none;
    width: fit-content;
    margin-bottom: .5em;
  }*/
}

/* sidebar / widget */
.widget{
	margin-bottom: 3rem;
	letter-spacing: .05em;
}
.sub-section-title,
h3:where(:not(.wp-block-post-title)){
	border-bottom: 1px solid currentColor;
	font-size: clamp(18px, 1.81vw, 20px);
	font-weight: 500;
	letter-spacing: .1em;
	padding-bottom: .75em;
	margin-bottom: 1em;
}
.sub-section-title:after,
h3:where(:not(.wp-block-post-title)):after{
	content: none;
}
.widget_nav_menu>.sub-section-title,
.widget_nav_menu>.widget-title[class*=title],
.widget_archive>.sub-section-title,
.widget_archive>.widget-title[class*=title], 
.widget_vkexunit_post_list .widget-title[class*=title]{
	margin-bottom: 1em;
}

/* search */
.wp-block-search :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
	border: 0 none;
	background: #f5f5f5;
	border-radius: 10px;
}
.wp-block-search input.wp-block-search__input{
	background: transparent;
	border: 0 none;
	padding: 0 0 0 10px;
	width: 100%;
}
.wp-block-search .wp-block-search__button{
	background: transparent;
	color: var(--vk-color-primary);
	width: 2em;
	font-size: 20px;
	transition: color .3s;
}
.wp-block-search .wp-block-search__button:hover{
	color: #ed6c00;
}

#block-24 .sub-section-title {
	border-bottom: 0 none;
	padding-bottom: 0;
}

/* postlist */
.veu_postList .postList a{
  transition: color .3s;
}
.veu_postList .postList a:hover{
  color: #ed6c00;
  text-decoration: none;
}
.veu_postList .postList_miniThumb .postList_title{
	font-weight: 500;
	margin-bottom: .25em;
}
.veu_postList .postList_miniThumb .postList_body{
	letter-spacing: .05em;
}
.veu_postList .postList_miniThumb .postList_item{
	border-bottom: 0 none;
}
.veu_postList .postList_miniThumb .postList_thumbnail a {
	border: 0 none;
	border-radius: 5px;
}
.veu_postList .postList_miniThumb .postList_thumbnail img{
	width: 98px;

  transition: transform .75s cubic-bezier(0.2, 1.15, 0.5, 1.2);
  display: block;
}
.veu_postList .postList_miniThumb .postList_thumbnail a:hover img{
  transform: scale(105%);
}

/* category */
.widget_archive>ul li,
.widget_nav_menu>ul li{
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .05em;
	margin: .5em 0;
}
.widget_archive>ul li a,
.widget_nav_menu>ul li a{
	display: inline;
	padding: 0;
	border-bottom: 0 none;
  transition: color .3s;
}
.widget_archive>ul li a:hover,
.widget_nav_menu>ul li a:hover {
	background: transparent;
	color: #ed6c00;
}

/* RSS / ATOM */
#block-21 ul.wp-block-list li{
	padding-left: 0;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .05em;
	margin: .5em 0;
}
#block-21 ul.wp-block-list li::before{
	content: none;
}
#block-21 ul.wp-block-list li a {
	text-decoration: none;
  transition: color .3s;
}
#block-21 ul.wp-block-list li a:hover {
	color: #ed6c00;
}