@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/




/* -----------------------------------------------------------

　header

-------------------------------------------------------------- */

/*　#mainNav
/*-------------------------------------------*/
@media only screen and (min-width:768px) {

    #mainNav {
        padding-top: 20px;
    }

    #mainNav.nav-fixed {
        padding-top: 0;
    }

}

/* -----------------------------------------------------------

　main

-------------------------------------------------------------- */
main section {
    padding-bottom: 50px;
}

@media only screen and (min-width:768px) {

    main section {
        padding-top: 0;
    }

}

@media only screen and (min-width:992px) {

    main section {
        padding-bottom: 100px;
    }

}

/* -----------------------------------------------------------

　.breadCrumb

-------------------------------------------------------------- */
.breadCrumb {
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(106, 57, 6, 0.5);
    font-size: 0.9rem;
    line-height: 1.2rem;
}

@media only screen and (min-width:768px) {

    .breadCrumb {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.0rem;
    }

}

/* -----------------------------------------------------------

　h2～, p, li, dt, dd, th, td

-------------------------------------------------------------- */
h2 {
    margin-bottom: 20px;
}

h3 {
    margin-top: 30px;
}

h2 + h3 {
    margin-top: 0;
}

section h3, section h4, section h5, section p, section li, section dt, section dd, section th, section td {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1.0), 1px 1px 0 rgba(255, 255, 255, 1.0), 1px 1px 0 rgba(255, 255, 255, 1.0);
}

@media only screen and (min-width:768px) {

    h2 {
        margin-bottom: 30px;
    }

}

/* -----------------------------------------------------------

　section

-------------------------------------------------------------- */
section .block {
    padding-top: 20px;
    padding-bottom: 60px;
}

.greetings section .block {
    background: url(../images/line01.png) center bottom repeat-x;
}

section h2 + div.block {
    padding-top: 0;
}

section .block:last-child {
    padding-bottom: 0;
    background: none;
}

section .note {
    padding: 20px;
    background: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(255, 135, 0, 1.0);
    border-radius: 10px;
}

section .note h5 {
    margin: 0;
    color: rgba(143, 195, 31, 1.0);
    font-size: 1.0rem;
}

section .note li {
    font-size: 0.9rem;
    line-height: 1.4rem;
}

@media only screen and (min-width:768px) {

    section .block {
        padding-top: 40px;
        padding-bottom: 100px;
    }

}

/* -----------------------------------------------------------

　.greetings

-------------------------------------------------------------- */
.greetings section h5 {
    color: rgba(143, 195, 31, 1.0);
    font-size: 1.0rem;
}

.greetings section p em {
    font-weight: 500;
}

.greetings section p span {
    font-weight: 900;
}

.greetings section figure {
    padding: 5px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.greetings section figure img {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.greetings section ul {
    margin: 0;
    margin-left: 1.8rem;
    list-style: disc;
}

.greetings section li {
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.4rem;
}

@media only screen and (min-width:768px) {

    .greetings section figure {
        padding: 8px;
        width: 320px;
        height: auto;
    }

}

@media only screen and (min-width:992px) {

    .greetings section figure {
        margin-left: 20px !important;
        margin-bottom: 20px !important;
    }

}

/* -----------------------------------------------------------

　.flow

-------------------------------------------------------------- */
.flow section figure img:last-child {
    display: none;
}

.flow section div {
    margin-bottom: 10px;
    text-align: center;
}

.flow section div img {
    width: 20%;
    height: auto;
}

.flow section p.kome {
    margin-top: 1.125rem;
}

.flow section span {
    display: block;
}

.flow section sup {
    position: relative;
    top: 0;
    margin-right: 3px;
    font-size: 1.3rem;
    font-weight: 500;
}

@media only screen and (min-width:768px) {

    .flow section figure img:first-child {
        display: none;
    }

    .flow section figure img:last-child {
        display: block;
    }

}

@media only screen and (min-width:992px) {

    .flow section div img {
        width: 10%;
    }

    .flow section span {
        display: inline;
    }

}

/* -----------------------------------------------------------

　.cost

-------------------------------------------------------------- */
.cost section h3 {
    color: rgba(143, 195, 31, 1.0);
    font-size: 1.4rem;
}

.cost section h3::before {
    margin-right: 5px;
    color: rgba(106, 57, 6, 0.7);
    font-family: "FontAwesome";
    content: "\f1b0";
}

.cost section h4 {
    margin-top: 30px;
    color: rgba(236, 109, 123, 1.0);
    font-size: 1.4rem;
}

.cost section h5 {
    padding: 10px;
    background: rgba(236, 109, 123, 1.0);
    border-radius: 6px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.3rem;
    text-shadow: none;
}

.cost section table {
    margin-bottom: 20px;
    width: 100%;
    border: 3px solid rgba(153, 108, 51, 0.2);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.cost section th {
    padding: 5px 10px;
    background: rgba(0, 175, 235, 0.1);
    border: 1px solid rgba(153, 108, 51, 0.2);
    color: rgba(0, 175, 235, 1.0);
    font-weight: 500;
    vertical-align: top;
    white-space: nowrap;
}

.cost section .sec th {
    background: rgba(236, 109, 123, 0.1);
    color: rgba(236, 109, 123, 1.0);
}

.cost section td span {
    display: block;
}

.cost section td {
    padding: 5px 10px;
    border: 1px solid rgba(153, 108, 51, 0.2);
    background: rgba(255, 255, 255, 0.3);
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.cost section p.kome {
    margin-top: 1.125rem;
}

.cost section p span {
    display: block;
}

.cost section p sup {
    position: relative;
    top: 0;
    margin-right: 3px;
    font-size: 1.3rem;
    font-weight: 500;
    color: rgba(255, 0, 0, 1.0);
}

.cost section ul {
    margin: 0;
    margin-top: 5px;
}

.cost section li {
    display: inline-block;
    width: 15%;
}

@media only screen and (min-width:576px) {

    .cost section td span {
        display: inline;
        margin-left: 10px;
    }

}

@media only screen and (max-width:767px) {

    .cost section th {
        display: block;
    }

    .cost section td {
        display: block;
    }

}

@media only screen and (min-width:768px) {

    .cost section table {
        border: 5px solid rgba(153, 108, 51, 0.2);
        font-size: 1.125rem;
    }

    .cost section th {
        width: 50%;
        text-align: right;
    }

    .cost section td span {
        display: block;
        margin-left: 0;
    }

    .cost section li {
        width: 8%;
    }

}

@media only screen and (min-width:992px) {

    .cost section h5 {
        padding: 20px;
        font-size: 1.4rem;
    }

    .cost section td span {
        display: inline;
        margin-left: 10px;
    }

    .cost section p span {
        display: inline;
    }

    .cost section li {
        width: 6%;
    }

}

@media only screen and (min-width:1200px) {

    .cost section h5 {
        text-align: center;
    }

    .cost section table {
        border: 8px solid rgba(153, 108, 51, 0.2);
    }

}

/* -----------------------------------------------------------

　.faq

-------------------------------------------------------------- */
.faq section dt {
    padding: 10px;
    background: rgba(236, 109, 123, 0.1);
    border: 3px double rgba(236, 109, 123, 0.5);
    border-radius: 10px;
    font-size: 1.2rem;
    color: rgba(236, 109, 123, 1.0);
}

.faq section dt::before {
    margin-right: 5px;
    color: rgba(255, 0, 0, 1.0);
    content: "Ｑ.";
}

.faq section dd {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 1.5rem;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 123, 187, 0.5);
    border-radius: 10px;
}

.faq section dd::before {
    margin-right: 5px;
    color: rgba(0, 123, 187, 1.0);
    content: "Ａ.";
}

@media only screen and (min-width:768px) {

    .faq section dt {
        padding: 20px;
    }

    .faq section dd {
        margin-bottom: 50px;
        margin-left: 3.0rem;
        padding: 20px;
    }

}

/* -----------------------------------------------------------

　.area

-------------------------------------------------------------- */
.area section iframe {
    margin: 20px 0;
    width: 100%;
    height: 360px;
    border: none;
}

.area section ul {
    margin-left: 1.8rem;
    list-style: disc;
}

.area section > ul li:nth-child(1) span {
    color: rgba(255, 0, 0, 0.7);
}

.area section > ul li:nth-child(2) span {
    color: rgba(0, 67, 124, 0.7);
}

.area section > ul li:nth-child(3) span {
    color: rgba(0, 94, 21, 0.7);
}

.area section > ul li:nth-child(4) span {
    color: rgba(255, 135, 0, 0.7);
}

.area section .note {
    padding: 20px 20px 0;
}

.area section .note ul {
    margin-left: 1.4rem;
}

@media only screen and (min-width:768px) {

    .area section iframe {
        height: 480px;
    }

}

/* -----------------------------------------------------------

　.contact

-------------------------------------------------------------- */
.contact section .note p span {
    color: rgba(153, 108, 51, 1.0);
    font-size: 1.4rem;
    font-weight: 500;
}

.contact section .note p a {
    font-size: 1.4rem;
    font-weight: 500;
}

/*　フォーム
/*-------------------------------------------*/
.contact section #mailformpro dt {
    padding: 3px 0;
    width: 100%;
    color: rgba(106, 57, 6, 1.0);
    font-weight: 400;
    text-align: left;
}

.contact section #mailformpro dt .must {
    float: right;
    padding: 0 8px;
    background: rgba(236, 109, 123, 1.0);
    border-radius: 4px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 0.9rem;
    text-shadow: none;
}

.contact section #mailformpro dd {
    padding-left: 0;
}

.contact section #mailformpro dd:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contact section #mailformpro dd .att {
    display: block;
    color: rgba(255, 0, 0, 1.0);
    font-size: 0.9rem;
}

.contact section #mailformpro dd.add #post {
    width: 42%;
}

.contact section #mailformpro dd.add select {
    width: inherit;
}

.contact section #mailformpro dd.check input {
    width: 20px;
    height: 20px;
}

.contact section #mailformpro dd.check p {
    color: rgba(255, 0, 0, 1.0);
}

.contact section #mailformpro dd.check p a {
    font-size: 1.125rem;
}

.contact section #mailformpro dd.check p a::before {
    margin-left: 10px;
    color: rgba(254, 209, 54, 1.0);
    font-family: "FontAwesome";
    content: "\f023";
}

.contact section #mailformpro dd.check em {
    color: rgba(255, 135, 0, 1.0);
    font-style: normal;
}

.contact section #mailformpro input, .contact section #mailformpro select {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
}

.contact section #mailformpro textarea {
    width: 100% !important;
    height: 200px !important;
    font-size: 1.2rem;
}

::-webkit-input-placeholder {
    font-weight: 300;
}

::-moz-placeholder {
    font-weight: 300;
    opacity: 1;
}

:-ms-input-placeholder {
    font-weight: 300;
}

.contact section .mfp_buttons button {
    width: 200px;
    height: 60px;
    font-size: 1.4rem;
    cursor: pointer;
}

.contact section .mfp_buttons button:first-child {
    margin-bottom: 10px;
}

@media only screen and (min-width:576px) {

    .contact section #mailformpro dd.add #post {
        width: 30%;
    }

}

@media only screen and (min-width:768px) {

    .contact section #mailformpro dt {
        width: 240px;
    }

    .contact section #mailformpro dd {
        padding-left: 280px
    }

    .contact section #mailformpro input {
        width: 90%;
    }

    .contact section #mailformpro select {
        margin-bottom: 5px;
    }

    .contact section #mailformpro .add li:nth-child(3) input, .contact section #mailformpro .add li:nth-child(4) input, .contact section #mailformpro .add li:nth-child(5) input {
        margin-bottom: 5px;
        width: 80%;
    }

    .contact section #mailformpro textarea {
        width: 98% !important;
    }

    .contact section #mailformpro dd.add #post {
        width: 42%;
    }

}

@media only screen and (min-width:992px) {

    .contact section #mailformpro {
        margin-top: 40px;
    }

    .contact section #mailformpro dt {
        padding: 5px 0 5px 10px;
        width: 260px;
    }

    .contact section #mailformpro dd {
        padding-left: 300px
    }

    .contact section #mailformpro input, .contact section #mailformpro select {
        width: 98%;
    }

    .contact section #mailformpro .name input, .contact section #mailformpro .com input, .contact section #mailformpro .tele input {
        width: 50%;
    }

    .contact section #mailformpro .add li:nth-child(3) input, .contact section #mailformpro .add li:nth-child(4) input, .contact section #mailformpro .add li:nth-child(5) input {
        width: 80%;
    }

    .contact section #mailformpro dd.add #post {
        width: 28%;
    }

}

@media only screen and (min-width:1200px) {

    .contact section #mailformpro dt {
        width: 300px;
    }

    .contact section #mailformpro dd {
        padding-left: 360px
    }

    .contact section #mailformpro .add li:nth-child(3) input, .contact section #mailformpro .add li:nth-child(4) input, .contact section #mailformpro .add li:nth-child(5) input {
        width: 60%;
    }

}

/* -----------------------------------------------------------

　.contact_thanks

-------------------------------------------------------------- */
#mfp_thanks {
    font-size: 1.4rem;
}

#mfp_thanks strong {
    display: block;
    font-size: 1.8rem !important;
    font-weight: 500;
}

.thanksMessage h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgba(236, 109, 123, 1.0);
    font-size: 1.5rem;
}

.thanksMessage .caution ul {
    margin: 30px 0 30px 24px;
    color: rgba(255, 0, 0, 1.0);
    list-style: circle;
}

.thanksMessage .inquiry .tele a {
    color: rgba(153, 108, 51, 1.0);
    font-weight: 500;
}

.thanksMessage .inquiry .tele span {
    display: block;
    font-size: 2.4rem;
}

@media only screen and (min-width:768px) {

    #mfp_thanks {
        font-size: 1.6rem;
    }

    #mfp_thanks strong {
        font-size: 2.0rem !important;
    }

    .thanksMessage h3 {
        font-size: 1.6rem;
    }

    .thanksMessage .inquiry .tele span {
        display: inline;
    }

}

@media only screen and (min-width:992px) {

    #mfp_thanks {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 1.8rem;
        text-align: left !important;
    }

    #mfp_thanks strong {
        display: inline;
        position: relative;
        top: 2px;
        padding: 0 3px;
        font-size: 2.2rem !important;
    }

}

/* -----------------------------------------------------------

　.reservation

-------------------------------------------------------------- */
.reservation .epark {
    margin-top: 20px;
    text-align: center;
}

/* -----------------------------------------------------------

　.sitemap

-------------------------------------------------------------- */
.sitemap #sitemap_list li {
    margin-bottom: 20px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.sitemap #sitemap_list li::before {
    margin-right: 5px;
    color: rgba(143, 195, 31, 1.0);
    font-family: "FontAwesome";
    content: "\f06c";
}

.sitemap #sitemap_list a::after {
    visibility: hidden;
    font-family: "FontAwesome";
    content: "\f061";
    color: rgba(255, 135, 0, 1.0);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.sitemap #sitemap_list a:hover::after {
    visibility: visible;
    padding-left: 10px;
    content: "\f061";
    color: rgba(255, 135, 0, 1.0);
}

/* -----------------------------------------------------------

　#fixBtn_sd

-------------------------------------------------------------- */

@media only screen and (min-width:768px) {

    #fixBtn_sd {
        top: 25%;
    }

}

@media only screen and (min-width:992px) {

    #fixBtn_sd {
        top: 35%;
    }

}