/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description: Lightningの子テーマです
Author: Abe
Tags: 
Version: 0.5.1
*/

/* 追加 */

@media (max-width: 575.98px) {
    .sp-img-big {
        max-width: 450px !important;
        margin: 0 auto !important;
    }
}

/* */

body {
	font-family: 'BIZ UDPGothic', sans-serif;
}

.fbx-modal {
	font-family: 'BIZ UDPGothic', sans-serif !important;
}

select {
	color:#000000;
}

p {
	color: #575e59;
}

/* */

li {
line-height: 1.7;
}

li a:hover {
    color: #385e3d !important;	
}

/* */

p a:hover {
    color: #385e3d !important;	
}

.has-huge-font-size {
	line-height: 1.3 !important;
}

.widget ul li a:hover {
    color: #385e3d !important;	
}

.site-header-logo a:hover {
    color: #385e3d !important;
}

.site-header {
    background-color: #fffcf9 !important;
}

.vk_borderBox_title {
	font-size: 14px !important;
}

.header_scrolled .site-header {
	background-color: rgba(255,252,249,0.7) !important;
}

.width__center {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
}

.width__mousikomi {
	position: relative;
	max-width: 756px;
	margin: 0 auto;
}

.width__hanbai {
	position: relative;
	max-width: 600px;
	margin: 0 auto;	
}

.width__dog {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;	
}

.wp-container-29 {
	justify-content: center !important;
}

.width__mousikomi div ol li {
	line-height: 1.4 !important;
}

.page-header-title, h1.page-header-title {
	text-shadow: 3px 3px 5px rgba(14, 51, 29, 0.5) !important;
}

.is-style-vk-group-shadow {
	padding: 1.2em !important;
}

.site-footer-copyright p:nth-child(2){
	display:none !important;
}

.btm-0 div h3 {
	margin-bottom: 0 !important;
}

/* テーブル */

table td, table th {
	line-height: 1.6 !important;
}

/* メニュー */

.global-nav-list>li>ul.sub-menu li a:hover {
	color: #575E59 !important;
}

/* スマホ以下の表示調整 */

@media (max-width: 575.98px){
.wp-block-image {
    max-width: 200px !important;
    margin: 0 auto !important;
}
.page-header-title, h1.page-header-title {
    font-size: 1.5rem !important;
}
.vk_heading.vk_heading-style-plain .vk_heading_title {
    font-size: 1.3rem !important;
}
.is-style-vk-heading-both_ends, .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends {
    font-size: 1.2rem !important;
}
.entry-title--post-type--page, h2 {
    font-size: 1.5rem !important;
}
h4 {
    font-size: 1.2rem !important;
}
p.index-p-small {
    font-size: 17px !important;
}
.wp-block-image {
    padding-bottom: 20px !important;
}
.wp-image-275 {
	width: 100px !important;
}
.vk_block-margin-md--margin-top {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

ul.is-style-vk-smile-mark li {
    font-size: 1.0rem !important;
}
ul.is-style-vk-smile-mark {
	padding-inline-start: 1.5em !important;
}
.wp-container-9 {
	gap: 0 !important;
}
div.mar-0 div h3 {
	margin: 0 !important;
}
.vk_button .btn.has-background:not(.has-text-color) {
	font-size: 1.0rem !important;
}
.has-huge-font-size {
    font-size: 26px !important;
    line-height: 1.4 !important;
}
.is-style-vk-group-shadow {
    margin-bottom: 0 !important;
}
}

/* スタッフ紹介 */

.vk_staff .vk_staff_text .vk_staff_text_name {
	font-family: 'BIZ UDPGothic', sans-serif !important;
}

.vk_inline-font-size {
	font-size: 1.6rem !important;
}

/* カラムの順番を逆表示 */

/* 親要素でflex指定 */
.reversebox {
 display: flex;
}

/* 幅600px以下は縦向き表示にする設定 */
@media screen and (max-width: 600px) {
 .reversebox {
  flex-direction: column;
 }
}

/* 子要素に縦向きの際の並び順を指定 */
@media screen and (max-width: 600px) {
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
}

/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/

table td {
	color: #575E59 !important;
}
.submit-btn {
	text-align: center;
}

/*――「送信ボタン」デザイン――*/
 
.form-bottom-area {
	display: flex;
	justify-content: center;
}

.form-bottom-area div {
	margin: 10px 10px 20px 10px;
	text-align: center;
}

.submit-btn input {
background-color:#c9d3cc;
border: 1px solid #fff;
color:#ffffff;
font-size:1.3em;
margin:0 auto;
padding: 10px 35px;
border-radius: 5px;
cursor: pointer;
text-align:center;
}

.back-btn input {
background-color:#dee0df;
border: 1px solid #fff;
color:#333;
font-size:1.3em;
margin:0 auto;
padding: 10px 35px;
border-radius: 5px;
cursor: pointer;
text-align:center;
}
 
.submit-btn,
.back-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}
 
.submit-btn input:hover {
	background: #fff;
	border: 1px solid #c9d3cc;
	color: #c9d3cc;
　cursor: pointer;
}

.back-btn input:hover {
	background: #fff;
	border: 1px solid #dee0df;
	color: #dee0df;
　cursor: pointer;
}

/* ―――「必須」デザイン――― */
.required-srt {
font-size:0.9em;
padding: 6px;
border-radius: 5px;
margin-right: 10px;
background: #ebbbbb;
color: #ffffff;
}

/* ーーーーーーーーーーーーーーーー */

/* TOP-わんこアイコンのオンマウス */

.top-dog-icon .wp-block-image img:hover {
	opacity: 0.8;
}

/* 更新履歴横並び */

.wp-block-latest-posts.wp-block-latest-posts__list li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.wp-block-latest-posts li>a {
    margin-left: 15px;
}

/* 投稿一覧部分 */

.card-intext .card-intext-inner .vk_post_body {
	background-color: rgba(0,0,0,.3) !important;
}

@media (max-width: 575.98px) {
	h1.entry-title {
		font-size: 1.5rem !important;		
	}
	.entry-footer {
		margin-top: 70px !important;
	}
}