@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {



/******************************************************/
/* header  */
/******************************************************/
header #gn {
    background: #00523a url(../images/top_main_bg.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    height: 360px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
@keyframes view {
    0%  {opacity: 0; transform: scale(0.98);}
    100%  {opacity: 1; transform: scale(1);}
}
header #logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
header #logo img {
    width: 280px;
    height: 280px;
    animation: view 0.8s linear forwards;
}
header #smp_open_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    display: table;
    width: 62px;
    height: 62px;
}


/******************************************************/
/* company.html 会社案内 */
/******************************************************/
#company table.profile {
    border: none;
    width: 900px;
    margin: auto;
}
#company table.profile th {
    border: none;
    border-top: 1px solid #e5e5e5;
}
#company table.profile td {
    border: none;
    border-top: 1px solid #e5e5e5;
}
#company a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}


/******************************************************/
/* privacy.html 個人情報保護方針  */
/******************************************************/
#privacy .privacypolicy {
    background: rgba(255,255,255,0.8);
    width: 700px;
    padding: 0 30px;
    margin: auto;
    text-align: left;
}
#privacy h3 {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 72px 0 32px;
    text-align: center;
}
#privacy h4 {
    font-weight: 600;
    line-height: 1.45;
    margin: 24px 0 12px;
}
#privacy ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 5px;
    line-height: 1.65;
}
#privacy .madoguchi {
    text-align: center;
}
#privacy a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}


/******************************************************/
/* contact.html お問い合わせ  */
/******************************************************/
#contact .text {
    text-align: center;
}
/* フォーム */
form#mailformpro {
    width: 760px;
    margin: 30px auto 0;
}
form#mailformpro ::placeholder {
  color: #bbb;
}
form#mailformpro .agreement {
    text-align: center;
    margin-top: 16px;
}
form#mailformpro .must {
    background: #e60012;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    padding: 6px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    float: right;
    margin: 0 0 0 12px;
}
form#mailformpro .optional {
    color: #000000;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    padding: 3px 5px;
    border: 1px solid #78655b;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    order: 1;
    float: none;
    margin: 0 0 0 12px;
}
form#mailformpro table {
    max-width: 100%;
    width: 100%;
    border: none;
}
form#mailformpro table tr {
    border: none;
}
form#mailformpro table th {
    border: none;
    border-top: 1px solid #e5e5e5;
    width: 12em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    padding-top: 25px;
    white-space: nowrap;
    position: relative;
}
form#mailformpro table th .mini {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
}
form#mailformpro table td {
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0 12px 30px;
    line-height: 2;
    line-height: 1.5;
}
form#mailformpro table th strong {
    font-weight: 700;
    display: flex;
    align-items: center;
}
form#mailformpro table th strong .num {
    background: #B71254;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 1em;
    line-height: 1;
    letter-spacing: normal;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 5px;
}
form#mailformpro table td .hosoku {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    margin-left: 6px;
}
form#mailformpro table td .note {
    margin-top: 14px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
}
form#mailformpro table ul,
form#mailformpro table ol {
    list-style: none;
}
form#mailformpro table select {
    height: 39px;
    width: calc(10em + 20px);
    margin-right: 5px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 2px solid #808080;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 5px 3px 0;
}
form#mailformpro table textarea {
    margin-right: 5px;
    padding: 12px 18px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 2px solid #808080;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    margin:0 5px 3px 0;
    width: 100% !important;
    height: 9em !important;
}
form#mailformpro table input {
    margin:0 5px 3px 0;
}
form#mailformpro table input#postcode {
    width: calc(10em + 20px) !important;
}
form#mailformpro table input[type=text],
form#mailformpro table input[type=tel],
form#mailformpro table input[type=email] {
    margin-right: 5px;
    padding: 12px 18px;
    font-size: 1.5rem;
    line-height: 1.2;
    border: 2px solid #808080;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    width: auto !important;
}
form#mailformpro table label {
    border-radius: 3px;
    padding: 4px 8px 5px;
    margin: 3px 6px 3px 0;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
form#mailformpro table label.mfp_not_checked {
    padding: 8px 10px;
    border: 1px solid #e2e2e2;
    background-color: transparent;
}
form#mailformpro table label.mfp_checked {
    padding: 8px 10px;
    border: 1px solid #999966;
    background-color: #ffffdd;
    box-shadow: none;
}
form#mailformpro .mfp_buttons {
    text-align: center;
    margin: 30px 0 0;
}
div.mfp_buttons button#mfp_button_send,
form#mailformpro button[type="submit"] {
    position: relative;
    padding: 0;
    width: 380px;
    height: 80px;
    border: none;
    background: linear-gradient(270deg, #00523a 0%, #07a33e 100%);
    color: #ffffff;
    text-shadow: none;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
}
div.mfp_buttons button#mfp_button_send::after,
form#mailformpro button[type="submit"]::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
div.mfp_buttons button#mfp_button_cancel,
form#mailformpro button[type="reset"] {
    border-radius: 5px;
    padding: 8px 30px;
    border: solid 1px #CCC;
    background: #EEE;
    text-shadow: none;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    outline: none;
    margin-top: 15px;
}
form#mailformpro table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    min-width: 60%;
    width: auto;
    margin: auto;
}
form#mailformpro table#mfp_confirm_table tr th,
form#mailformpro table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    border-top: solid 1px #CCC;
    padding: 8px 10px;
}
form#mailformpro table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: auto;
}
form#mailformpro table#mfp_confirm_table tr td {
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-all;
}
form#mailformpro div.validation-advice {
    white-space: nowrap;
    background: url("../media/pointred.gif") no-repeat scroll 0px 2px transparent;
    color: #CC0000;
    font-size: 82%;
    margin: 3px;
    padding-left: 15px;
}


/******************************************************/
/* thanks.html お問い合わせ完了  */
/******************************************************/
#thanks .inbox {
    width: 760px;
    margin: auto;
}
#thanks #mfp_thanks {
    border: 3px solid #fca09a;
    padding: 30px 50px;
    margin: 50px 0 30px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}
#thanks #mfp_thanks strong {
    display: block;
    font-size: 3rem;
    line-height: 1.45;
}
#thanks .message {
    display: table;
    margin: 0 auto;
}
#thanks .red {
    color: #E60012;
}
#thanks p + p {
    margin-top: 1em;
}
#thanks .btn {
    margin-top: 80px;
}
#thanks .btn a {
    margin: auto;
}





}