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

/*全体カスタマイズ*/
body, html {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #1d201f;
}
.comment-form-email, .comment-form-url {
	display:none;
}

.vk-mobile-nav-menu-btn {
    background-image: url("/wp-content/themes/lightning-child/img/open.svg");
}
.vk-mobile-nav-menu-btn {
    width: 50px;
    height: 50px;
}
.vk-mobile-nav-menu-btn.menu-open {
    background-image: url("/wp-content/themes/lightning-child/img/close.svg");
}
/*#menu-global-navigation-1 .acc-btn {
	display: none;
}
*/
.vk-mobile-nav ul.sub-menu {
    max-height: 100%;
	opacity: 1;
}

.wp-block-list {
	text-align: left;
}
a:hover {
    color: #1d201f;
    text-decoration: none;
}
body .page-header {
	background-color: #466057;
}
body.single header.siteHeader {
	padding: 10px 2vw 7px;
}
.breadSection {
    border-bottom: none;
}
.vk_post_title_new {
    color: #466057;
}
.entry-meta_items_term_button {
    padding: 4px 1em 6px;
}
.page_top_btn {
	box-shadow: none;
	background-color: #466057;
	border-radius: 50%;
}


body {
  background-image: url('/wp-content/themes/lightning-child/img/bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
footer .copySection {
    display:none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

/*TOPカスタマイズ*/
    body.home .container {
        max-width: 100vw;
		padding: 0;
    }
	 body.home .siteContent {
        padding: 0;
    }

/*Gナビカスタマイズ*/
header.siteHeader {
	padding: 10px 2vw 9px;
	background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
}
.gMenu>li:before {
	display: none;
}
 .header_scrolled .gMenu>li {
	 border: none;
}
.header_scrolled .gMenu>li:last-child {
	border-right: none;
}

.vk-mobile-nav-menu-btn {
	border: none;
}
.vk-mobile-nav-menu-btn {
	background-color: rgba(255, 255, 255, 0);
}
.vk-mobile-nav-menu-btn.menu-open {
	border: none;
	background-color: rgba(255, 255, 255, 0);
}
/*
.vk-menu-acc .acc-btn {
	border: none;
}
*/
.vk-menu-acc .acc-btn {
    position: absolute;
    left: 150px;
    top: 14px;
    width: 22px;
    height: 22px;
}
#menu-item-1834 .acc-btn {
	position: absolute;
	left: 98px;
}
#menu-item-1835 .acc-btn {
	position: absolute;
	left: 99px;
}
.vk-menu-acc .acc-btn {
	border: none;
}
.vk-mobile-nav nav ul li a {
    color: #1d201f;
    border: none;
}
.vk-mobile-nav nav>ul {
    border-top: none;
}
.vk-mobile-nav {
    background-color: #f3f4ea;
    border-bottom: none;
}
@media (min-width: 992px) {
    .header_scrolled .gMenu_outer {
        background-color: #fcfcf7;
    }
}
@media (max-width: 991px) {
	#menu-item-6 a:first-child,
	#menu-item-1834 a:first-child {
		font-size: 16px;
		font-weight: 600;
	}
	#menu-item-1413  a:first-child,
	#menu-item-1417  a:first-child,
	#menu-item-1835  a:first-child{
		font-size: 16px;
		font-weight: 600;
	}
	
	#menu-item-6 ul.sub-menu a,
	#menu-item-1834 ul.sub-menu a,
	#menu-item-1835 ul.sub-menu a {
		font-size: 14px;
		font-weight: 400;
		opacity:1;
	}
}


/*TOP横幅カスタマイズ*/
@media (min-width: 576px) {
	body.home .siteContent {
		padding: 0;
	}
}
body.home .siteContent {
    padding: 0;
}
body.home .col {
	padding-right: 0;
    padding-left: 0;
}
body .siteHeadContainer {
	  max-width: 100vw;
	   padding: 0;
}

@media (min-width: 576px) {
   body.home .container {
	   max-width: 100vw;
	   padding: 0;
    }
}
.gMenu>li.menu-item-has-children::after {
	display: none;
}
.gMenu li li {
	background-color: #466057;
}
.gMenu ul li a {
    border-bottom: none;
}
.gMenu li li a:hover {
	background-color: #32493f;
}
.device-pc .gMenu li:focus-within>.sub-menu a:focus-within {
    background-color: #32493f;
}

/*TOP画像カスタマイズ*/
#fv-box {
	position: relative;
   width: 96vw;
   height: calc(92vh - 84px);
   overflow: hidden;
   margin: 0 auto;
}
@media screen and (min-width:992px) and ( max-width:1199px) {
   #fv-box {
   height: calc(92vh - 132px);
}
}
#fv-box .fv-text-pc {
	position: absolute;
	top: 45%;
    left: 52.5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
	width: 7.15%;
	max-width: 90px;
	min-width: 75px;
	height: auto;
}
#fv-box .img-01, #fv-box .img-02, #fv-box .img-03{
   position: absolute;
   top:-40px;
   left:0;
   width: 100vw;
   height: 100vh;
   background-size: cover;
	background-position: top center;
   background-repeat: no-repeat;
	z-index: 0;
}
#fv-box .img-01{
   background-image: url('/wp-content/themes/lightning-child/img/fv1.webp');
   animation: slide-animation-01 24s infinite;
}
#fv-box .img-02{
   background-image: url('/wp-content/themes/lightning-child/img/fv2.webp');
   animation: slide-animation-02 24s infinite;
}
#fv-box .img-03{
   background-image: url('/wp-content/themes/lightning-child/img/fv3.webp');
	animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}
@media (max-width: 782px) {
    #fv-box {
    height: calc(96.3vh - 84px);
}
}

/*TOPページmainカスタマイズ*/
 body.home .mainSection-title, h2 {
    padding: .8em 0 .7em;
    border-top: none;
    border-bottom: none;
	 margin-block-start: 0;
	 padding: 0;
}
.mainSection-title, h2 {
    border-top: none;
    border-bottom: none;
}
body.home h2,body.home p {
	width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
}
.home-con p {
	padding-top: 16px;
	padding-bottom: clamp(40px, 4.1vw, 60px);
}
.home-con span {
	display: inline-block;
}
.home-con {
	text-align: center;
	padding-top: clamp(80px, 8.3%, 120px);
}
#about p {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
}
#about {
	padding-bottom: clamp(80px, 8.3%, 120px);
}

#about p.text-center {
	text-align: center;
	padding-bottom: clamp(20px, 2.1vw, 30px);
}
a.wp-block-button__link {
	color: #466057;
	line-height: 42px;
	width: 245.6px!important;
	text-align: center;
	padding: 0 0 0 5px!important;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:hover:not(.has-background) {
	background-color: #466057;
	color: #f3f4ea!important;
	transition: 0.3s ease-in;
}
#gallery-btn-box {
	padding-top: clamp(50px, 4.8vw, 70px);
	padding-bottom: clamp(80px, 8.3%, 120px);
}

/*TOPギャラリーカスタマイズ*/
#top-gallery1,#top-gallery2 {
    gap: 0;
	margin: 0;
	padding: 0;
}
/*TOP水彩画関連サイトカスタマイズ*/
#water-color-site {
	padding-top: 0;
	margin: 0 40px;
}
#website-btn-box {
	padding-top: clamp(50px, 3.6%, 53px);
	max-width: 785px;
	margin: 0 auto;
}

div#wc-site-box {
	padding-top: clamp(40px, 3.6%, 53px);
	border-top:  1px solid #32493f;
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: clamp(40px, 20.3%, 107px);
}

/*フッターカスタマイズ*/
.siteFooter {
    border-top: none;
    background-color: #32493f;
	color: #f3f4ea;
}

.siteFooter .widget_nav_menu ul li a {
    border-bottom: none;
}

.siteFooter .widget_nav_menu a {
	color: #f3f4ea;
}
#block-8 {
	text-align: center;
	margin-top:40px;
}
#block-12{
	text-align: center;
    font-size: 12px;
}
/*固定ページカスタマイズ*/
.page-title {
	padding-top: 40px;
}
#activity p {
	text-align: left;
}

body.page:not(.home, .page-id-1639) .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
p.p-mt {
	padding-top: clamp(30px, 2.7vw, 40px);
}
body.page #main {
	padding-bottom: clamp(70px, 20.3%, 150px);
}

body.page .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	display: none;
}

body.page .gallery-page {
	gap: 10px;
}

body.page .dot-pbtm {
	padding-bottom: 30px;
}
.gallery-h2 {
	padding-left: 10px;
}
body.page-id-1227 #main {
	padding-bottom: clamp(50px, 10vw, 107px);
}

body.page h3 {
    position: relative;
    border-bottom: none;
	font-size: 1.5rem;
}

body.page h3:after {
    display: none;
}
body.page #og-text p {
	margin-block-start: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
body.page #ippan strong {
	font-weight: 400;
	display: inline-block;
}
body.page #h3-ik {
	padding-top: 8px;
}
body.page #og-text {
	padding-top: 16px;
}

#tel-box .tel-icon, #tel-box2 .tel-icon {
	flex-basis: 23px;
    flex-grow: 0;
    flex-grow: 0;
	margin-right: 3px;
}
#tel-box .tel-icon {
	margin-top: 1px;
}
#tel-box .tel-no,  #tel-box2 .tel-no{
	flex-basis: 169px;
    flex-grow: 0;
}
#tel-box .tel-cap, #tel-box2 .tel-cap {
	flex-basis: 77px;
    flex-grow: 0;
	padding-bottom: 6px;
}
#tel-box, #tel-box2{
	gap: 5px;
	margin-bottom: 0;
	justify-content: center;
}
.p-top {
	padding-top: clamp(30px, 2.7vw, 40px);
	padding-bottom: clamp(30px, 2.7vw, 40px);
}
.p-top span {
	display: inline-block;
}

#contact-h2 span {
	white-space: nowrap;
}
#contact-h2 br {
	display: none;
}

@media (max-width: 991px) {
   #tel-box .tel-no,  #tel-box2 .tel-no{
	flex-basis: 149px;
}
	#tel-box .tel-cap, #tel-box2 .tel-cap {
	padding-bottom: 4px;
}
}
@media (max-width: 380px) {
  #contact-h2 span:nth-of-type(2) {
	display: none;
}
	#contact-h2 br {
	display: inline;
}
}

#point h3, #point p {
	text-align: left;
}
#map-link {
	gap: 3px;
	margin-block-start: 10px;
}
.map-text p {
	text-decoration:underline;
	text-decoration-color: #626966;
	text-underline-offset: 4px;
}
 
#map-g {
	gap: 10px;
}

.comments-title, #reply-title {
	display: none;
}

#commentform p:first-child {
	margin-bottom: 3px;
	padding-top:20px;
}
.comment-author {
    background-color: transparent;
    border: none;
}
li.comment {
	border: 2px solid #eee;
}

#submit {
	border-radius: 0;
	background-color: #1d201f;
    border-color: #1d201f;
}
#post-1398 .btn-primary {
	margin-bottom: 6px;
	background-color: #1d201f;
    border-color: #1d201f;
	border-radius: 0;
}
.siteContent {
	min-height: 70vh;
}

#g-page, #g-page2 {
    gap: 10px;
    margin: 0;
    padding: 0;
}

.link-page {
	padding-top: 40px;
}

.page-id-1639 .website-btn-box {
	justify-content: center;
	padding-top: 30px;
    max-width: 785px;
    margin: 0 auto;
}

.link-h3 {
	padding-top: clamp(50px, 3.6%, 53px);
	margin-block-start: 0;
}
#gallery-art2 {
	margin-block-start: 10px;
}
.page-id-1209 p {
	padding-top: 0;
	padding-bottom: 1.2em;
}

.page-id-1209 .wp-block-list {
	margin-block-start: 0;
}

.h2gp {
	margin-block-start: 0;
}
.pgp {
	text-align: left;
}
.plan-h3{
	margin: 1.5em 0 0.7em;
	padding: 0;
}
/*掲示板*/
#bbpress-forums h2 {
	display: none;
}
.bbp-template-notice {
	display: none;
}
.bbp-form legend {
	display: none;
}


.d4p-attachment-addfile {
	display: none;
}
#bbp_anonymous_email {
	display: none;
}
#bbp_anonymous_website {
	display: none;
}
.bbp-form p:first-child {
	display: none;
}

.form-allowed-tags code {
	display: none;
}
.bbp-form p label {
	display: none;
}

.form-allowed-tags {
	display: none;
}
#new-post .bbp-form p:not(:first-of-type) label {
	display: none;
}

#new-post fieldset.bbp-form p {
	margin: 0;
}

#bbpress-forums fieldset.bbp-form {
	padding: 0;
	border: none;
}
#new-reply-2074 {
	padding-top: 30px;
}
.bbp-submit-wrapper {
	padding-top: 30px;
}
.page-id-1398 .wp-caption {
	border: none;
}
.page-id-1398 .wp-caption-text {
	display: none;
}
.bbp-attachments h6 {
	display: none;
}