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

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;}
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;}
.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;}


.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 50px;
    height: 50px;
    color: transparent;
    border: 2px solid #fff;
	border-radius:100px;
    background:#f7b140;
    box-shadow: 0 0 0 0;
    background-image: var(--ver_page_top_button_url);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
    text-decoration: none;
}

/*スマホ以外では非表示にする（編集画面で見えなくならないようカスタムCSSではなくここで設定）*/
@media screen and (min-width: 768px) {
.sp-display-none{
	display:none;
	}
}

/*　メニューヘッダー*/
.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container{
	max-width:100%!important;
	width:100%!important;
}
.vk_outer-width-full.vk_outer-paddingLR-none{
	padding-left: 0;
	padding-right: 0;
}

/*　グローバルメニュー*/
.global-nav-list>li .global-nav-name {
    font-size: 16px;
    display: block;
    width: 100%;
    white-space: nowrap;
}
.global-nav-list>li .global-nav-description {
    display: block;
    overflow: hidden;
    font-size: 14px;
	margin-top:5px;
	  font-weight: 500!important;
    line-height: 14px;
    opacity: .6;
    text-align: center;
    white-space: nowrap;
}
.global-nav-list>li{
 background-image : none,none,none,radial-gradient(circle farthest-side, #F7B140, #F7B140 30%, transparent 30%, transparent);
 background-size: 8px 4px,4px 8px,8px 3px,3px 8px;
 background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
 background-position:left top,right 0px,3px bottom,left 7px;
}
.global-nav-list>li:last-child{
 background-image : none,radial-gradient(circle farthest-side, #F7B140, #F7B140 30%, transparent 30%, transparent),none,radial-gradient(circle farthest-side, #F7B140, #F7B140 30%, transparent 30%, transparent);
 background-size: 8px 4px,4px 8px,8px 3px,3px 8px;
 background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
 background-position:left top,right 0px,3px bottom,left 7px;
}
@media (min-width: 992px) {
.device-pc .global-nav-list>li>a {
        padding: 14px 2em;
    }
.header_scrolled.admin-bar .site-header {
		padding-top:10px;
		padding-bottom:10px;
    }
.header_scrolled .site-header-container--scrolled--logo-and-nav-container .site-header-logo{
		margin:0 0!important;
	width:175px!important;
	}
}
.global-nav-list>li>ul.sub-menu{
		background-color:#fff;
	border-radius:10px!important;
}
.global-nav-list .sub-menu li#menu-item-2071 a:hover,
.global-nav-list .sub-menu li#menu-item-2823 a:hover{
	background-color:#fcf1f1;
}
.global-nav-list .sub-menu li#menu-item-2072 a:hover{
	background-color:#e9f2e4;
}
.global-nav-list .sub-menu li a:focus-within{
		background-color:#fff;
}
.acc-child-close #menu-item-2071,
.acc-child-close #menu-item-2823{
		background-color:#fff;
	border-bottom:1px dotted #f7b140;
}
.acc-child-close #menu-item-2072{
		background-color:#fff;
}
/*サブページヘッダー*/
.page-header-title{
	margin-bottom:20px!important;
}
.page-header:after{
	    content: "";
    background-image: url("https://popy-group.jp/wp-content/uploads/2024/08/wave-line-white.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    position: absolute;
	background-position:bottom;
	background-size:contain;
    left: 0;
    bottom: 0;
}
.page-id-2068 .page-header:after,
.page-id-2806 .page-header:after{
    background-image: url("https://popy-group.jp/wp-content/uploads/2024/08/wave-line-light-pink.png");
}
.page-id-2068 .page-header::before,
.page-id-2806 .page-header::before{
    background-color: #f3a9af!important;
}
.page-id-2068 .page-header,
.page-id-2806 .page-header{
	text-shadow:0px 0px 10px #b95d6c!important;
}
.page-id-2068 .breadcrumb,
.page-id-2806 .breadcrumb{
	background-color:#fcf1f1;
}

.page-id-1197 .page-header:after{
    background-image: url("https://popy-group.jp/wp-content/uploads/2024/08/wave-line-light-green.png");
}
.page-id-1197 .page-header::before {
    background-color: #94ca79!important;
}
.page-id-1197 .page-header{
	text-shadow:0px 0px 10px #58914d!important;
}
.page-id-1197 .breadcrumb{
	background-color:#e9f2e4;
}


/*　フォント書体*/
body,select,input{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
h2{
  font-weight: 700;
	  font-style: normal;
}
h3{
  font-weight: 500!important;
	  font-style: normal;
}
/*　パンクズリスト*/
.breadcrumb {
    border-top: none;
    border-bottom: none;
}

/*　茶色文字指定　*/
.nav li a,
.header-top,
h2,p{
	color:#6b5550!important;
}

/*　オレンジ色文字指定　*/
.global-nav-list>li .global-nav-description,
h3{
	opacity:1;
	color:#f7b140!important;
}
/*　トップキャッチコピー　*/
.header-top{
	background-color:#fef2de;
	border-bottom:none;

}
/*　サイトヘッダー　*/
.site-header{
	box-shadow:none;
	background-color:#fef2de;
}
#site-header-container,
.header-top .container{
	max-width:90%!important;
	width:90%;
}

/*　フッター　*/
.site-footer{
	background-color:#f7b140;
    border-top: 0;
}
.site-footer-content{
	padding-top:20px!important;
}
.site-footer-content .widget{
	margin-bottom:0!important;
}
.site-footer-copyright{
	margin-top:0!important;
}
.site-footer-copyright p{
	color:#fff!important;
}


/*モバイルナビ　閉じてる時*/
.vk-mobile-nav-menu-btn {
	border: none;
	background: url(https://popy-group.jp/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg) center 50% no-repeat #f7b140;
	position: fixed;
	top: 0px;
	z-index: 2100;
	border:none;
	border-radius:10px;
	width: 54px;
	height: 54px;
	cursor: pointer;
	text-indent: -9999px;
	background-size: 36px 36px;
	transition: border-color .5s ease-out;
}

/*モバイルナビ　開いた時*/
.vk-mobile-nav-menu-btn.menu-open{
	border:none;
	background: url(https://popy-group.jp/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg) center 50% no-repeat #f7b140;
	background-size: 36px 36px;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/

/*性別を横並び*/
.sex-area .wpcf7-form-control-wrap span{
	display: flex;
	align-items: center;
	justify-content: start;
}
.sex-area .wpcf7-list-item:last-child .wpcf7-list-item-label{
	width:110px;
}
.sex-area .has-free-text{
	width: 48%;
}

.sex-area input,
.sex-area .wpcf7-list-item-label{
	margin-bottom:10px!important;
}

/*　送信ボタンを中央に　*/
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/*　フォーム全体　*/
#cf7-area {
width:100%;
margin: 0 auto;
}
#cf7-area p{
	margin-bottom:15px;
}
.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}

.cf7-q {
width: 20%;
margin: 0 0 0 10px;
}

.cf7-a {
width: 80%;
}
.cf7-a-half01 {
width: 48%;
max-width:200px;
margin-right:1%;
display:inline-block!important;
}
.cf7-a-half02 {
width: 30%;
max-width:200px;
display:inline-block!important;
}
.hyphen{
	display:inline-block;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.cf7-a-one-third {
width: 50%;
max-width:300px;
margin-right:1%;
display:inline-block!important;
}
.cf7-a-one-four {
width: 22%;
max-width:180px;
margin-right:1%;
display:inline-block!important;
}


/*　見出し　*/
.form-heading
{
width: 100%;
background-color:  var(--wp--preset--color--vk-color-primary-vivid);
border-radius: 2px;
color: #ffffff;
font-weight: bold;
padding: 1em .8em;
margin: 0 0 3em;
}

.form-heading p {
margin: 0;
}
.wpcf7 .wpcf7-submit:disabled{
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3 !important;
    color: #fff !important;
}
/* 各項目共通 */
#cf7-area .item-name{
	display:inline-block;
	width:100px;
}

#cf7-area label{
font-weight:bold;
}

#cf7-area input[type=”text”],#cf7-area input[type=”email”],#cf7-area input[type=”tel”],#cf7-area textarea {
background: #F0F8FF;
width:500px;
margin-left:10px;
}

#cf7-area input[type=”text”]:focus,#cf7-area input[type=”email”]:focus,#cf7-area input[type=”tel”]:focus,#cf7-area textarea:focus {
background: #FFE4E1;
border: 2px solid #FF1493;
outline: 0;
}

#cf7-area input[type=”checkbox”], #cf7-area input[type=”radio”]{
appearance: auto;
}

#cf7-area .wpcf7-list-item {
margin: 0 1em 0 0;
}

#cf7-area textarea{
height:200px;
width:100%;
padding: 0.625em 0.4375em;
	margin-left:0!important;
}

.cf7-accept-check{
text-align: center;
margin: 50px auto;
}

.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}

#cf7-area input[type=”submit”]
{
width: 100%;
background-color: #191970;
color: #ffffff;
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type=”submit”]:hover
{
background-color:#ffffff;
border: 2px solid #191970;
color:#191970;
}

.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}

/*　必須ラベル　*/
.cf7-req{
font-size:.7em;
padding: 0px 6px;
background: #ff8080;
color: #ffffff;
margin-left: 10px;
display:inline-block;
	border-radius:5px;
}

@media screen and (max-width:768px){
.cf7-item {
display: block;
}

#cf7-area label{
display: block;
margin-bottom: 10px;
}

.cf7-q {
width: 100%;
margin: 0;
}

.cf7-a {
width: 100%;
}

#cf7-area input[type=”text”], #cf7-area input[type=”email”], #cf7-area input[type=”tel”], #cf7-area textarea{
margin-left: 0;
}

.cf7-submit{
width: 90%;
}
}
