/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/


/* メインタイトル（上段） */
.text-slider .maintitle {
    z-index: 5;
    font-size: 50px;
    color: #fff;
    font-weight: 5;
    margin: 0;
    letter-spacing: -1px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}
/* サブタイトル（下段） */
.text-slider .subtitle {
    z-index: 10;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}

/* コンテンツの区切り線 */
.content-area .hentry:after {
	background-color: transparent;
}

/* コンテンツの区切り線 */
.content-area .hentry:after {
	background-color: transparent;
}

/* スライダーのメイン タイトルとサブ タイトルの間の線 */
.text-slider .maintitle:after {
	background-color: transparent;
}


.hentry .title-post {
		font-size: 15px;
		font-weight: 200;
		line-height: normal;
		padding-bottom: 10px;
		margin: 0;
	}




/* 20251105 */
#colophon {
    display: none;
}
body {
    margin-bottom: -25px;
}
.wpcf7 form .wpcf7-response-output {
    margin: -1em 0.5em 3em;
}
.wpcf7-list-item {
    margin: 0;
}
@media (max-width: 768px) {
    .elementor-7 .elementor-element.elementor-element-f67bfa6 {
        width: 100%!important;
        max-width: 100%!important;
    }
}

/* Contactform table */
.page-title {
    padding: 180px 0 30px;
    position: relative;
}
.wrapper-contact {
    margin: 30px auto;
}
.wrapper-contact-thanks {
    width: 90%;
    padding: 40px 60px 80px;
    margin: 180px auto 100px;
}
.contact-table {
    width: 100%;
    margin: 50px 0;
    color: #20314b;
}
.contact-table th{
    width: 32%;
    padding: 12px;
    font-weight: normal;
    text-align: left;
    padding-left: 30px;
    border:none;
}
.contact-table th span{
    color: #c40404;
    font-size: 85%;
}
.contact-table td{
    border:none;
    padding: 5px 30px 5px 5px;
}

input, textarea{
	width: 100%;
	color: #333;
    padding: 12px;
    background: #eee;
    font-size: 16px;
    line-height: 20px;
    border: none;
}
input[type="text"], input[type="email"], textarea {
    border: none!important;
    color: #20314b!important;
}
input[type="file"] {
    border: none;
}
input[type="checkbox"] {
    margin-right: 13px;
}
input[type="submit"]{
	width: 30%;
    margin: 30px;
    border: 1px solid #666;
    background: #fff;
}
input[type="submit"]:hover{
    background: #666;
    color: #fff;
}
.ckinput{
	font-size:16px;
}
.wpcf7-spinner{
    display: none!important;
}
.privacy_text{
    border: 1px solid #aaa;
    overflow-y: scroll;
    margin: 50px auto;
    padding: 30px;
    height: 270px;
    background: #fff;
}
.privacy_text h3{
    text-align: left;
    position: relative;
    color: #4d4d4d;
    padding: 10px;
    font-size: 15px;
    border-left: 4px solid #014a01;
    border-bottom: 1px solid #014a01;
}
.privacy_text h4{
    border-bottom: 1px solid #aaa;
    border-left: 10px solid #aaa;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
.privacy_text p{
    font-size: 14px;
    margin: 10px 10px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
}
.privacy_chk{
    display: flex;
    justify-content: center;
}
::placeholder{
    color: #aaa;
}

/* レスポンシヴ */
@media (max-width: 768px) {
    .wrapper {
        width: 100%;
        padding: 30px 20px 20px;
    }
    .wrapper-contact {
        width: 100%;
        padding: 30px 30px 50px;
    }
    .wrapper-contact-thanks {
        width: 95%;
        padding: 40px 0px 80px;
        margin: 120px auto 100px;
    }
    .title {
        margin: 120px 0 20px;
    }
    .lead {
        margin: 40px 0;
    }
    .privacy_text {
        margin: 50px auto 50px;
        padding: 30px 30px;
    }
}

@media (max-width: 480px) {
    .page-title {
        padding: 120px 0 50px;
        position: relative;
    }
    .wrapper {
        padding: 0;
    }
    .wrapper-contact {
        padding: 20px 10px;
    }
    .wrapper-contact-thanks h1 {
        font-size: 22px;
    }
    .title {
        font-size: 35px;
    }
    .contact-table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding-left: 0;
    }
    .contact-table td {
        display: block;
        width: 100%;
        padding: 10px;
    }
    .privacy_text {
        padding: 20px 10px;
        margin: 50px auto 40px;
    }
    input[type="submit"] {
        width: 50%;
    }
    .contact-table {
        margin: 20px 0;
    }
    .privacy_chk {
        text-align: left;
    }
}


