.article{
    font-family: Noto Sans CJK JP;
    background-color: #eee7d7;
	padding-top: 40px;
	display: block;
}
.w960{
    max-width: 960px;
    margin: 0 auto;
}
.hero {
    margin-bottom: 0;
}
.wf_my {
    font-family: "Meiryo";
}
.contact-wrap {
    max-width: 620px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .site-main {
        padding-top: 20px;
    }
    .article{
        padding: 15px;
    }
}
.contact-wrap .h1_title {
    color: #424242;
    font-weight: normal;
    padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
    .contact-wrap .h1_title {
        font-weight: 600;
    }
}

.contact-wrap .wf_CD {
    color: #a19169;
    font-family: 'Cinzel Decorative', cursive;
    font-weight: 600;
    font-size: 4rem;
}
.contact-wrap .h1_title span.title-lied:not(.zume) {
    color: #424242;
    padding-top: 20px;
    font-family: Noto Sans CJK JP;
    line-height: 1.75;
}

.contact-wrap .telnum {
    font-size: 4.5rem;
    letter-spacing: 0.1em;
    text-align: center;
    pointer-events: none;
    color: #424242;
}

.contact-wrap .time {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 12px;
    text-align: center;
    line-height: 1.75;
}
.tel .h1_title,
.mail .h1_title {
    padding-bottom: 25px;
}
.tel .h1_title span:not(.zume),
.mail .h1_title span:not(.zume) {
    color: #424242;
    font-size: 2rem;
    font-family: Noto Sans CJK JP;
    margin-top: 0.6em;
    letter-spacing: 0;
}
.mail {
    padding: 90px 0 55px;

}
.mail .title-lied{
    color: #424242;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
}
.mail .title-lied span {
    color: #a19169;
    font-family: 'Cinzel Decorative', cursive;
}

@media screen and (max-width: 750px)  {
    .contact-wrap .wf_CD {
        font-size: 2.6rem;
    }
    .contact-wrap .h1_title span.title-lied:not(.zume) {
        text-align: left;
    }
    .contact-wrap .time {
        font-size: 1.3rem;
    }
    .contact-wrap .telnum {
        font-size: 2.5rem;
    }
    .tel .h1_title span:not(.zume), .mail .h1_title span:not(.zume) {
        font-size: 1.4rem;
    }
        .mail .title-lied {
        font-size: 1.2rem;
    }
}






.mail-form table{
    margin-bottom: 65x;
}


.mail-form tr {
    border-bottom: 1px solid #c8bb9b;
}
.mail-form th {
    font-size: 1.4rem;
    text-align: left;
    width: 310px;
    padding-left: 40px;
    position: relative;
    vertical-align: middle;
}
.mail-form th.confirm {
    padding: 25px 0 25px 40px;
}
.mail-form th.contact {
    padding-top: 41px;
    vertical-align: top;
}
.mail-form th.required::after {
    content: "*";
    display: block;
    position: absolute;
    top: 30px;
    left: 85px;
    color: #a19169;
    font-family: 'Cinzel Decorative', cursive;
}
.mail-form th.email::after{
    left: 140px;
}
.mail-form th.contact::after{
    top: 34px;
    left: 154px;
}

.mail-form th span {
    display: block;
    width: 100%;
    text-align: left;
}
.mail-form td {
    width: 650px;
    padding: 27px 60px 25px 0;
}
.mail-form td span {
    font-size: 1.4rem;
    padding-left: 24px;
}

input[type='email'],
input[type='text'] {
    font-size: 1.6rem;
    padding: 8px;
    width: 240px;
    border:solid 0px;
}
textarea{
    font-size: 1.6rem;
    width: 590px;
    max-width: 590px;
    height: 100px;
    min-height: 100px;
    padding: 5px;
    border:solid 0px;
}
.mail-form .btn {
    margin: 65px 0 145px;
    text-align: center;
}
.mail-form .btn a {
    font-size: 1.8rem;
    color: #a19169;
    display: inline-block;
    padding: 28px 88px;
    border: 2px solid #a19169;
    font-weight: 500;
}

@media screen and (max-width: 750px) {

    .mail-form table tbody,
    .mail-form table thead,
    .mail-form table tr,
    .mail-form table th,
    .mail-form table td {
        display: block;
    }
    .mail-form table{
        width: 100%;
    }
    .mail-form table th,
    .mail-form th.confirm,
    .mail-form th.contact {
        padding: 15px 0 0 20px;
    }
    .mail-form table td {
        padding: 15px;
        width: 100%;
    }
    .mail-form td span {
        font-size: 1rem;
    }
    .mail-form th.required::after {
        top: 10px;
        left: 67px;
    }
    .mail-form th.email::after {
        left: 120px;
    }
    .mail-form th.contact::after {
        top: 10px;
        left: 135px;
    }
    input[type='email'],
    input[type='text'] {
        font-size: 1.4rem;
        padding: 8px;
        width: 100%;
    }
    textarea{
        font-size: 1.4rem;
        width: 100%;
        min-width: 100%;
    }
    .mail-form .btn {
        width: 80%;
        margin: 40px auto;
    }
    .mail-form .btn a {
        padding: 28px 20%;
    }
}

body#contact header li.gn-contact:after{
	opacity: 1 !important;
}
