@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/* 　　　　　　　　　　　　　                                     */
/* Browsers: last 4 version                                     */
/* 　　　　　　　　　　　　　                                     */
/* ***** single styles *****                                    */
/* 　　　　　　　　　　　　　                                     */
/*--------------------------------------------------------------*/


/* ========================================================

　common

=========================================================== */

body::before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: url("../img/deco_dog.png") right 3.0vw bottom 3.0vw / 40.0vw auto no-repeat;
    content: "";
    z-index: -1;
}

body.company::before {
    background: url("../img/deco_pacino.png") right 5.0vw bottom 5.0vw / 30.0vw auto no-repeat;
}

body.thanks,
body.order_thanks {
    -webkit-animation: none;
    animation: none;
}

@media only screen and (min-width: 768px) {

    body::before {
        background-size: 20.0rem auto;
    }

    body.company::before {
        background-size: 20.0rem auto;
    }

}

@media only screen and (min-width: 992px) {

    body::before {
        background-size: 18.0rem auto;
        background-position: right 1.0rem bottom 1.0rem;
    }

    body.active::before {
        background-position: right 2.0rem bottom 1.0rem;
    }

    body.company::before {
        background-size: 18.0rem auto;
        background-position: right 3.0rem bottom 3.0rem;
    }

    body.active.company::before {
        background-position: right 4.0rem bottom 3.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    body::before {
        background-size: 24.0rem auto;
    }

    body.company::before {
        background-size: 20.0rem auto;
    }

}

/*　section
----------------------------------------------------------- */
section .content {
    margin: 3.0rem auto;
    padding: 0 5.0vw;
}

@media only screen and (min-width: 768px) {

    section .content {
        max-width: 60.0rem;
        margin: 5.0rem auto;
        padding: 0;
    }

}

@media only screen and (min-width: 992px) {

    section .content {
        margin: 14.0rem auto 5.0rem;
        padding: 0 3.0vw;
    }

}

@media only screen and (min-width: 1400px) {

    section .content {
        padding: 0;
    }

}

@media only screen and (min-width: 1920px) {

    section .content {
        margin: 5.0rem auto;
    }

}


/* ========================================================

　.company

=========================================================== */

.company section h3 {
    margin-bottom: 3.0rem;
    text-align: center;
}

.company section h3 img {
    width: 100%;
    max-width: 60.0rem;
    height: auto;
    margin: 0 auto;
}

.company section dl {
    font-size: min(5.0vw, 1.8rem);
}

.company section dt {
    color: rgba(0, 0, 42, 1.00);
    font-weight: 500;
}

.company section dt::before {
    content: "［ ";
}

.company section dt::after {
    content: " ］";
}

.company section dt:nth-of-type(n+2) {
    margin-top: 5.0vw;
}

.company section dd {
    margin-left: 4.0vw;
    text-align: justify;
    line-height: 180%;
}

.company section strong {
    font-size: 120%;
    font-weight: 700;
}

.company section a {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {

    .company section h3 {
        margin-bottom: 6.0rem;
    }

    .company section dl {
        margin: 0 2.0rem;
    }

    .company section dt:nth-of-type(n+2) {
        margin-top: 4.0rem;
    }

    .company section dd {
        margin-left: 1.4rem;
    }

}

@media only screen and (min-width: 992px) {

    .company section h3 {
        margin-top: 3.0rem;
    }

}


/* ========================================================

　.privacy-policy

=========================================================== */

.privacy-policy header img {
    -o-object-position: 0 80%;
    object-position: 0 80%;
}

.privacy-policy section .notes {
    margin-bottom: 3.0rem;
}

.privacy-policy section dt {
    margin-bottom: 1.0rem;
    color: rgba(57, 16, 0, 1.00);
}

.privacy-policy section dt:nth-of-type(n+2) {
    margin-top: 3.0rem;
}

.privacy-policy section dd {
    text-align: justify;
}

.privacy-policy section dd span {
    display: block;
}

.privacy-policy section ul {
    margin: 1.0rem 0 1.0rem 0.5rem;
}

.privacy-policy section a {
    text-decoration: none;
}

@media only screen and (min-width: 375px) {

    .privacy-policy section dd span {
        display: inline;
    }

}

@media only screen and (min-width: 768px) {

    .privacy-policy header img {
        -o-object-position: 0 85%;
        object-position: 0 85%;
    }

}

@media only screen and (min-width: 992px) {

    .privacy-policy header img {
        -o-object-position: 50% 100%;
        object-position: 50% 100%;
    }

}


/* ========================================================

　.contact
　.order

=========================================================== */

.contact header img,
.order header img {
    -o-object-position: 0 0;
    object-position: 0 0;
}

.contact section,
.order section {
    background-color: rgba(250, 240, 225, 0.50);
}

.contact section .notes,
.order section .notes {
    margin-bottom: 3.0rem;
}

.contact section .notes i,
.order section .notes i {
    top: 0;
}

.contact section .notes a,
.order section .notes a {
    font-size: 2.0rem;
}

.contact section a,
.order section a {
    text-decoration: none;
}

/* 項目 */
#forms #mailformpro dt {
    padding-top: 3.0rem;
    width: 100%;
    color: rgba(57, 16, 0, 1.00);
    font-size: 1.6rem;
    text-align: left;
}

/* 必須 */
#forms #mailformpro .must {
    float: right;
    padding: 0.5rem 1.0rem;
    background-color: rgba(210, 175, 165, 1.00);
    border-radius: 0.4rem;
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.3rem;
    line-height: 1.4rem;
}

/* 入力欄 */
#forms #mailformpro dd {
    padding-bottom: 1.0rem;
    padding-left: 0;
    padding-right: 0;
}

#forms #mailformpro dd:last-of-type {
    border-bottom: 0.1rem solid rgba(210, 210, 210, 1.00);
}

/* 入力ボックス */
#forms #mailformpro input:not(.check),
#forms #mailformpro textarea {
    height: 4.0rem;
    border-radius: 0.6rem;
    border: 0.1rem solid rgba(250, 240, 255, 0.50);
    background-color: rgba(255, 255, 255, 0.80);
    font-size: 1.6rem;
    outline: none;
    -webkit-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}

#forms #mailformpro input:not(.check):focus,
#forms #mailformpro textarea:focus {
    border: 0.1rem solid rgba(215, 195, 180, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
}

#forms #mailformpro input {
    width: 100%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

#forms #mailformpro textarea {
    padding: 1.0rem;
    width: 100% !important;
    min-height: 20.0rem;
    line-height: 130%;
}

#forms #mailformpro .lastCheck p {
    color: rgba(167, 66, 0, 1.00);
}

/* 送信前チェック */
#forms #mailformpro input.check {
    position: relative;
    top: 0.25rem;
    width: 2.0rem;
    height: 2.0rem;
}

/* 通常時 */
#forms #mailformpro label.mfp_not_checked {
    border: none;
}

#forms #mailformpro label.mfp_not_checked em {
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
}

/* チェック時 */
#forms #mailformpro label.mfp_checked {
    border: none;
    background: none;
}

#forms #mailformpro label.mfp_checked em {
    font-size: 1.3rem;
    font-weight: 700;
    font-style: normal;
}

#forms #mailformpro label.mfp_checked em {
    color: rgba(0, 117, 255, 1.00);
}

/* エラー表示 */
#forms .mfp_err {
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.4rem;
}

#forms .mfp_err:before {
    position: relative;
    top: 0.3rem;
    margin-right: 0.25rem;
    font-family: 'Bootstrap-icons';
    font-size: 1.6rem;
    content: "\f33b";
}

/* ボタン */
#forms .mfp_buttons {
    clear: both;
    margin-top: 3.0rem;
    text-align: center;
}

#forms .mfp_buttons button {
    width: 2.0rem;
    height: 6.0rem;
    padding: 0;
    border: none;
    border-radius: 0.6rem;
    font-size: 2.4rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#forms .mfp_buttons button:first-of-type {
    margin-bottom: 2.0rem;
    background-color: rgba(210, 210, 210, 0.70);
}

#forms .mfp_buttons button:first-of-type:hover {
    background-color: rgba(210, 210, 210, 1.00);
}

#forms .mfp_buttons button:last-of-type {
    background-color: rgba(165, 145, 125, 0.70) !important;
    color: rgba(255, 255, 255, 1.00);
}

#forms .mfp_buttons button:last-of-type:hover {
    background-color: rgba(165, 145, 125, 1.00) !important;
}

/* ボタン（確認画面） */
div.mfp_buttons {
    margin-top: 3.0rem;
    text-align: center;
}

div.mfp_buttons button {
    width: 20.0rem !important;
    height: 6.0rem !important;
    padding: 0;
    border: none;
    border-radius: 0.6rem;
    font-size: 2.0rem !important;
    cursor: pointer;
}

div.mfp_buttons button:first-of-type {
    background-color: rgba(210, 210, 210, 0.70);
    color: rgba(0, 0, 0, 1.00);
}

div.mfp_buttons button:first-of-type:hover {
    background-color: rgba(210, 210, 210, 1.00);
}

div.mfp_buttons button:last-of-type {
    background-color: rgba(165, 145, 125, 0.70) !important;
    color: rgba(255, 255, 255, 1.00);
}

div.mfp_buttons button:last-of-type:hover {
    background-color: rgba(165, 145, 125, 1.00) !important;
}

/*　メールオーダーのみ
----------------------------------------------------------- */
.order table {
    width: 100%;
    border: 0.2rem solid rgba(165, 145, 125, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
}

.order th,
.order td {
    padding: 0.5rem;
    border: 0.1rem solid rgba(165, 145, 125, 1.00);
}

.order th {
    text-align: center;
}

.order th:nth-of-type(1) {
    width: 9.0rem;
}

.order table + aside {
    margin-bottom: 3.0rem;
}

#forms #mailformpro h5 {
    margin: 3.0rem 0 0.5rem;
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.6rem;
}

#forms #mailformpro .example {
    padding: 1.0rem;
    border: 0.1rem solid rgba(165, 145, 125, 1.00);
    border-radius: 0.6rem;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(255, 0, 0, 1.00);
}

#forms #mailformpro .address li:nth-of-type(n+2) {
    margin-top: 1.5rem;
}

#forms #mailformpro .address aside {
    display: block;
    margin-bottom: 0.5rem;
}

#forms #mailformpro .address input {}

#forms #mailformpro .address input#post {
    width: 10.0rem;
}

#forms #mailformpro .address select {
    height: 4.0rem;
    padding-left: 1.0rem;
}

#forms .att {
    margin-top: 1.0rem;
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.3rem;
    font-weight: 400;
}

@media only screen and (min-width: 375px) {

    #forms #mailformpro label.mfp_not_checked em,
    #forms #mailformpro label.mfp_checked em {
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 576px) {

    #forms .mfp_buttons button:first-child {
        margin-right: 2.0rem;
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 768px) {

    #forms header img {
        -o-object-position: 0 30%;
        object-position: 0 30%;
    }

}

@media only screen and (min-width: 992px) {

    #forms header img {
        -o-object-position: 50% 0;
        object-position: 50% 0;
    }

    /* 送信前チェック */
    #forms #mailformpro input.check {
        top: 0.35rem;
    }

}

/*　送信完了
/*-------------------------------------------*/
.thanks section,
.order_thanks section {
    background-color: rgba(250, 240, 225, 0.50);
}

.thanks header img,
.order_thanks header img {
    -o-object-position: 0 0;
    object-position: 0 0;
}

/* 受付メッセージ */
#mfp_thanks {
    padding-bottom: 1.0rem;
    border-bottom: 0.3rem double rgba(57, 16, 0, 1.00);
    font-size: 2.0rem;
    text-align: center;
}

/* 受付番号 */
#mfp_thanks strong {
    display: block;
    margin: 1.0rem 0;
    color: rgba(243, 152, 0, 1.00);
    font-family: 'Montserrat', sans-serif;
    font-size: 3.0rem;
    font-weight: 500;
}

/* お礼メッセージ */
.thanksMessage h3 {
    margin: 3.0rem 0;
    color: rgba(57, 16, 0, 1.00);
    font-size: 2.0rem;
    line-height: 130%;
}

/* メールが届かない場合 */
.thanksMessage ul {
    margin: 2.0rem 0 2.0rem 0.5rem;
    color: rgba(255, 0, 0, 1.00);
    font-weight: 500;
}

.thanksMessage li:nth-of-type(n+2) {
    margin-top: 0.5rem;
}

/* うまくいかない場合 */
.thanksMessage p:last-of-type i {
    position: relative;
    top: 0.3rem;
    margin-right: 0.5rem;
    color: rgba(57, 16, 0, 1.00);
    font-size: 2.0rem;
}

@media only screen and (min-width: 768px) {

    .thanks header img,
    .order_thanks header img {
        -o-object-position: 0 30%;
        object-position: 0 30%;
    }

    /* 受付番号 */
    #mfp_thanks strong {
        display: inline;
        position: relative;
        top: 0.3rem;
    }

}

@media only screen and (min-width: 992px) {

    .thanks section,
    .order_thanks section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        height: 100lvh;
    }

    .thanks header img,
    .order_thanks header img {
        -o-object-position: 50% 0;
        object-position: 50% 0;
    }

    /* お礼文 */
    .thanksMessage h3 {
        font-size: 1.8rem;
    }

    /* 受付メッセージ */
    #mfp_thanks {
        font-size: 1.8rem;
    }

    /* 受付番号 */
    #mfp_thanks strong {
        top: 0.25rem;
        font-size: 2.6rem;
    }

}

@media only screen and (min-width: 1200px) {

    /* お礼文 */
    .thanksMessage h3 {
        font-size: 2.2rem;
    }

    /* 受付メッセージ */
    #mfp_thanks {
        font-size: 2.0rem;
    }

    /* 受付番号 */
    #mfp_thanks strong {
        top: 0.3rem;
        font-size: 3.0rem;
    }

}


/* ---- End of file --------------------------------------- */