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

/* フォントサイズ設定 */
 .menu-item, body, table :is(th,td){
	font-size: 17px!important;
	 color: #333333;
}

.global-nav-name{
	font-size: 17px!important;
}

.footer-nav .widget p{
	font-size: 17px!important;
}

a:hover{
	opacity:0.7;
}

/* ヘッダーナビの下線消す */
 .global-nav-list>li:before {
   display: none;
}

.corporate{
font-family: "corporate-logo-ver2", sans-serif;
font-weight: 700;
font-style: normal;
}

.fuzzy{
	font-family: "fuzzy-bubbles", sans-serif;
font-weight: 400;
font-style: normal;
}

.senobi, h1{
	font-family: "senobi-gothic", sans-serif;
font-weight: 500;
font-style: normal;
}

/* 見出しデザイン */
.heading-center {
  text-align: center;
}

/* 見出し本体 */
.circle-heading {
  position: relative;
  display: inline-block;
}

/* 文字を一段前に出す */
.circle-heading > span {
  position: relative;
  z-index: 2; /* 文字を前面に */
}

/* 円 */
.circle-heading::before {
  content: "";
  position: absolute;
  left: -0.5em;          /* 左へ0.5emずらす */
  top: 50%;
  transform: translateY(-50%);
  width: 2em;            /* 大きめの円 */
  height: 2em;
  background-color: #facaa3;
  border-radius: 50%;
  z-index: 1;            /* 文字より後ろ、でも消えない範囲に */
}

/* 見出し本体 */
.circle-heading1 {
  position: relative;
  display: inline-block;
}

/* 文字を一段前に出す */
.circle-heading1 > span {
  position: relative;
  z-index: 2; /* 文字を前面に */
}

/* 円 */
.circle-heading1::before {
  content: "";
  position: absolute;
  left: -0.5em;          /* 左へ0.5emずらす */
  top: 50%;
  transform: translateY(-50%);
  width: 2em;            /* 大きめの円 */
  height: 2em;
  background-color: #ffd75a;
  border-radius: 50%;
  z-index: 1;            /* 文字より後ろ、でも消えない範囲に */
}


/* モバイルナビのデザイン設定 */

.vk-mobile-nav-menu-outer .menu-item a{
	padding: 20px;
	margin: 5px;
	border: none;
	border-radius: 10px;
	background: #f7f1e5;
	color: #f48c3a;
	font-size: 18px;
}


/* フッターの線を消す */
.site-footer {
    border-top: 1px solid #fbdd8e;
}

/* コンタクトフォームの設定 -----------------------------------------------*/

/*必須の調整*/
.haveto{
    background-color: #f48c3a;
	color:#fff;
    font-size: 1rem;
    padding: 0px 3px;
    display: inline-block;
    border-radius: 3px;
    margin: 5px;
}


/* 任意の調整 */
.any {
    background-color: transparent;
	color:#f48c3a;
    font-size: 1rem;
    padding: 0px 3px;
    display: inline-block;
	border: solid 1px #f48c3a;
    border-radius: 3px;
    margin: 5px;
}

/* コンタクトフォームの項目を太字に */
.bold{
	font-weight: bold;
}


/* ｉきっずみさとコンタクトフォーム設定 */

/* 生年月日設定 */
.birth-row{
  display:flex;
  gap:8px;
  flex-wrap:nowrap;           /* まずは折り返し禁止で確認 */
}

.birth-row .wpcf7-form-control-wrap{
  flex: 1 1 0;                /* wrap(span)が邪魔するのを抑える */
  min-width: 0;               /* はみ出し対策 */
}

.birth-row select{
  width:100% !important;      /* select自体は親いっぱい */
  box-sizing:border-box;      /* padding/border込みで計算 */
}

/* ｉきっずみさとコンタクトフォーム設定 　　　ここまで　　*/