@charset "utf-8";
/*
Theme Name: NanTR プロジェクト
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/


#mw_wp_form_mw-wp-form-1974 .select {
	margin-bottom: 20px;
}

.breadcrumb {
	display: none;
}
.page-id-92 .entry-body {
    /* max-width: 750px; */
    margin: 0 auto 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 50px 50px 40px;
}
.page-id-92 #mw_wp_form_mw-wp-form-1993 {
	display: none;
}


.site-header-logo span {
    word-break: break-all;
    width: 100%;
    display: inline-block;
    font-size: 26px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    /*width: auto;*/
}

.item-col2 {
    display: flex;
    gap: 5px;
    margin-bottom: 24px;
}
.item-col2 .item-box {
	width: 50%;
}

#mw_wp_form_mw-wp-form-1993 {
    max-width: 750px;
    margin: 0 auto 0;
    margin-bottom: 24px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 50px 50px 40px;
}

.site-header {
    background-color: #007e9f;
    box-shadow: none;
}
.site-header-logo a {
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px 0px #448dc9, -2px -2px 0px #448dc9, -2px -2px 0px #448dc9, 2px 2px 0px #448dc9, 2px -2px 0px #448dc9, 2px -2px 0px #448dc9, -2px 2px 0px #448dc9, -2px 2px 0px #448dc9, 0px -2px 0px #448dc9, -2px 0px 0px #448dc9, 2px 0px 0px #448dc9, 0px 2px 0px #448dc9;
}
.site-footer {
    border-top: none;
    background: #bba26c;
    color: #fff;
}
.site-body {
	background: url(https://nantr-project.sakura.ne.jp/wp/wp-content/uploads/2025/11/bg-scaled02-scaled.png) no-repeat top center #007d9e;
	background-size: 100% auto;
}

.vk-mobile-nav-menu-btn {
	display: none!important;
}

.info-table td {
	border-color: #0000004d;
	    padding: 10px 15px;
}
.info-table td:nth-child(1) {
	width: 100px;
}
.info-table {
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 750px;
    margin: 0 auto 0;
}
select + span.error {
    color: red;            /* 文字色 */
    /* 文字自体を置き換える場合は疑似要素を使う */
    visibility: hidden;    /* 元の文字を隠す */
    position: relative;
}

select + span.error::after {
    content: "未選択です。";  /* 置き換えたい文字 */
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 991px) {
	.site-header-logo span {
    font-size: 22px;
}
}

@media (max-width: 767px) {
	.site-header-logo span {
    font-size: 18px;
}
	/*.sp-none {
		display: none;
	}*/
}




@media (max-width: 500px) {
	.site-header-logo span {
    font-size: 16px;
    line-height: 140%;
}
	#mw_wp_form_mw-wp-form-1993 {
    padding: 30px 15px 20px;
}
	.info-table td:nth-child(1) {
    width: 80px;
}
	
}

