@charset "UTF-8";

/* clearfix */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

.inner_in {
    width: 960px;
    margin: 0 auto;
}

.title-ptn2 {
    margin: 0 auto 90px;
    color: #c28b1e;
    font-size: 38px;
    font-weight: bold;
    font-family: 'Cinzel', serif;
    line-height: 1;
    display: table;
    position: relative;
}

.title-ptn2:after {
    content: '';
    width: 140px;
    height: 2px;
    margin-left: -70px;
    background: #c28b1e;
    position: absolute;
    bottom: -20px;
    left: 50%;
}

#main-contents {
    min-height: 200px;
    padding: 0 30px;
}

.notice.top-notice {
    margin: 30px auto;
    display: block;
    width: 980px;
}

.notice.top-notice ul {
    text-align-last: center;
}

.notice.top-notice ul li {
    margin-bottom: 1em;
}

.notice.top-notice ul li:last-child {
    margin-bottom: 0;
}

.notice.top-notice ul li:before {
    content: "";
}

.notice.top-notice b.red {
    display: initial;
    margin: 0;
}

.notice.top-notice p {
    margin-bottom: 1em;
}

.notice.top-notice .att {
    padding: 10px;
}

.notice {
    border: solid 3px #008000;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    border-radius: 25px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.notice p span {
    font-weight: bold;
    color: #972324;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    font-family: 'Shippori Mincho B1', serif;
}

.notice .att {
    padding: 20px;
    margin: 0 auto;
}

.notice b {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.notice ul {
    text-align-last: left;
    margin: 10px auto;
    background: #fffacd;
    padding: 20px;
}

.notice ul li {
    padding-left: 1.1em;
    text-indent: -1.1em;
    margin-bottom: 5px;
}

.notice ul li:before {
    content: "・";
}

.notice02 {
    border: solid 3px #972324;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}

.notice02 p span {
    font-weight: bold;
    color: #972324;
    font-size: 20px;
    display: block;
    margin-bottom: 0px;
}

.notice02 .att {
    padding: 20px;
    margin: 0 auto;
}

.notice02 b {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
}

.contact_box {
    margin: 50px auto;
}

.contact_box .h3 {
    padding: 6px 0;
    margin: 20px 0;
    font-size: 24px;
    background: #228b22;
    color: #fff;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.line-box {
    border: 2.5px dotted #228b22;
    margin: 20px auto;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    align-items: center;
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.line-box:before {
    content: "";
    background: url("../common/img/line-img.png") no-repeat;
    background-size: 100%;
    width: 60px;
    height: 62px;
    position: absolute;
    left: 30px;
    transition: 0.6s ease;
}

.line-box p {
    margin-left: 80px;
}

.line-box p span {
    font-weight: bold;
    color: #398e3d;
    font-size: 18px;
}

.line-box img {
    border: 0;
    display: block;
    width: 150px;
}

.line-box a {
    color: #191919;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

.tel-box {
    padding: 30px 0 20px;
    /*
    box-shadow: 0 0 0 1px #000 inset, 0 0 0 5px #ccc inset;
    */
    box-shadow: 0 0 0 1px #ff7f50 inset, 0 0 0 5px #fafad2 inset;
    text-align: center;
    margin-top: 1.5rem;
}

.tel-box a {
    text-align: center;
    margin: 0 0 10px;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
}

.tel-box p {
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.tel-caution {
    border: solid 1px #ccc;
    margin: 20px 0;
    padding: 10px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.mailform_box .h3 {
    padding: 6px 0;
    margin: 20px 0;
    font-size: 24px;
    background: #c48b0c;
    color: #fff;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.mailform_box {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.mt20 {
    margin-top: 20px;
}

.red {
    color: #972324;
}

@media screen and (max-width: 768px) {
    .clearfix {
        zoom: normal;
    }
    .inner {
        width: 100%;
    }
    .inner_in {
        width: 100%;
        padding: 0 3%;
    }
    .title-ptn2 {
        margin: 0 auto 50px;
        font-size: 25px;
    }
    .title-ptn2:after {
        width: 80px;
        margin-left: -40px;
        bottom: -15px;
    }
    #main-contents {
        width: 92%;
        min-height: 100px;
        padding: 0;
    }
    .notice.top-notice {
        margin: 5% auto;
        width: 90%;
    }
    .notice.top-notice ul {
        text-align-last: left;
    }
    .notice.top-notice li {
        margin-bottom: 5%;
    }
    .notice.top-notice b.red {
        display: initial;
        margin: 0;
    }
    .notice.top-notice p {
        margin-bottom: 1em;
        text-align: justify;
        text-justify: auto;
    }
    .notice.top-notice p span {
        text-align: center;
    }
    .notice.top-notice .att {
        padding: 0;
    }
    .notice {
        margin: 6% 0;
        padding: 4%;
        text-align: left;
    }
    .notice p span {
        font-size: 3.3vw;
    }
    .notice p {
        font-size: 3.5vw;
    }
    .notice .att {
        padding: 0;
        margin: 4% auto 0;
    }
    .notice b {
        font-size: 3.5vw;
        margin-bottom: 2%;
    }
    .notice ul {
        margin: 4% auto;
        padding: 4%;
    }
    .notice ul li {
        margin-bottom: 2%;
    }
    .notice02 p span {
        font-size: 5vw;
    }
    .notice02 {
        margin: 6% 0;
        padding: 4%;
        text-align: left;
    }
    .notice02 p span {
        font-size: 3.6vw;
    }
    .notice02 p {
        font-size: 3.5vw;
    }
    .notice02 .att {
        padding: 0;
        margin: 4% auto 0;
    }
    .notice02 b {
        font-size: 3.5vw;
        margin-bottom: 2%;
    }
    .contact_box {
        margin: 10% auto;
    }
    .contact_box .h3 {
        padding: 6px 0;
        margin: 20px 0;
        font-size: 5vw;
        background: #c48b0c;
        color: #fff;
        text-align: center;
    }
    .line-box {
        display: inline-block;
        margin: 0;
        padding: 5%;
    }
    .line-box:before {
        content: "";
        width: 40px;
        height: 42px;
        position: absolute;
        left: 5%;
    }
    .line-box a {
        font-size: 4vw;
        background: #3d8c33;
        padding: 3%;
        border-radius: 20px;
        font-weight: bold;
        position: relative;
        text-align: center;
        line-height: 1.2;
        color: #fff;
        margin: 2% auto;
    }
    .line-box a:after {
        content: "\f101";
        color: #FFF;
        font-size: 4vw;
        font-family: FontAwesome;
        display: inline;
        position: absolute;
        right: 6%;
        top: 26%;
        vertical-align: middle;
    }
    .line-box p span {
        font-size: 4vw;
    }
    .line-box p.f12 {
        margin: 0;
        text-align: center;
    }
    .line-box a {
        font-size: 4vw;
        background: #3d8c33;
        padding: 3%;
        border-radius: 20px;
        font-weight: bold;
        position: relative;
        text-align: center;
        line-height: 1.2;
        color: #fff;
        margin: 2% auto;
    }
    .line-box p {
        display: block;
        margin-left: 50px;
        font-size: 1rem;
    }
    .tel-box {
        padding: 30px 0 20px;
        box-shadow: 0 0 0 1px #000 inset, 0 0 0 5px #ccc inset;
    }
    .tel-box a {
        text-align: center;
        margin: 0 0 25px;
        font-size: 11vw;
    }
    .tel-box p {
        text-align: center;
    }
    .tel-caution {
        border: solid 1px #ccc;
        margin: 20px 0;
        padding: 10px;
    }
    .tel-caution p span {
        font-weight: bold;
    }
    .mt20 {
        margin-top: 3%;
    }
}