@charset "UTF-8";
@import url("grid.css");
html {
    color: #000;
    font-size: 1em;
    line-height: 2.1;
}

@media (max-width: 767px) {
    html {
        color: #000;
        font-size: 0.7em;
        line-height: 2.1;
    }
}

img {
    max-width: 100%;
    height: auto;
    /*高さ自動*/
}

a,
a:visited {
    text-decoration-line: none;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

a:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* IE 8 */
}


/* 追加 ----------------------------------*/

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 0.1rem;
}

p {
    margin-bottom: 3rem;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

h2 {
    text-align: center;
}

.image {
    max-width: 780px;
    margin: 0 auto;
}


/*キャッチ
-------------------------------------*/

#catch {
    background: url(../img/catch_bg.png) repeat-y;
    background-size: 100% auto;
    padding: 75px 20px 40px;
    font-size: 1.3rem;
    font-weight: bold;
}

@media (max-width: 767px) {
    #catch {
        padding: 3rem;
    }
}

#catch strong {
    font-size: 1.6rem;
    font
}


/*プラン
-------------------------------------*/

#entry {
    text-align: center;
    background: #F5F5F5;
    margin-top: 100px;
}

@media (max-width: 767px) {
    #entry {
        margin-top: 3rem;
    }
}

#entry .container {
    max-width: 100%;
    padding: 20px 50px 40px;
}

@media (max-width: 767px) {
    #entry .container {
        padding: 20px;
    }
}

#entry .btn {
    position: relative;
}

#entry .btn a {
    color: #fff;
    display: block;
    background: #FF544A;
    padding: 22px;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 15px;
}

#entry .btn:after {
    content: "";
    top: 50%;
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate( 45deg);
    margin-top: -6px;
}

@media (min-width: 768px) {
    #entry .btn a {
        font-size: 1.8rem;
    }
    #entry .btn:after {
        right: 20px;
    }
}

@media (max-width: 767px) {
    #entry .btn a {
        font-size: 1.5rem;
    }
    #entry .btn:after {
        right: 10px;
    }
}


/* 3STEP
-------------------------------------*/

#step h2 {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    #step h2 {
        margin-bottom: 3rem;
    }
}

#terms {
    background: #F5F5F5;
}

#terms .container {
    padding: 20px 50px 40px;
    margin-top: 70px;
}

@media (max-width: 767px) {
    #terms .container {
        margin-top: 3rem;
        padding: 20px;
    }
}

.text {
    height: 150px;
    max-width: 572px;
    margin: 10px auto 0;
    overflow: scroll;
    text-align: left;
    font-size: 0.85rem;
    letter-spacing: -0.05rem;
    background: #fff;
    padding: 10px;
    border: 1px solid #231815;
}


/*お電話でのエントリー
-------------------------------------*/

section#tel {
    margin-top: 100px;
    background: #ffeeed;
    padding: 50px 0 30px;
}

@media (max-width: 767px) {
    section#tel {
        margin-top: 3rem;
        padding: 3rem 0;
    }
}

section#tel .container {
    padding-top: 0;
}

img.title_tel {
    width: 589px;
}

.tel_contents {
    margin-top: 30px;
    background: #fff;
    padding: 30px 60px 50px;
    text-align: left;
    border-radius: 10px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .tel_contents {
        margin-top: 3rem;
        padding: 2rem;
    }
}

#tel_time {
    display: flex;
    margin-top: 30px;
}

@media (max-width: 767px) {
    #tel_time {
        margin-top: 1rem;
    }
}

.tel_contents span.time {
    background: #FF544A;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-right: 10px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .tel_contents span.time {
        line-height: 2;
    }
}

.tel_contents span.num {
    color: #FF544A;
    font-size: 1.5rem;
    line-height: 1;
}

.tel_contents img {
    width: 530px;
}


/*お問い合わせ
-------------------------------------*/

section#contact .container {
    padding-top: 70px;
    text-align: left;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    section#contact .container {
        padding-top: 3rem;
    }
}

img.title_mail {
    width: 609px;
    margin-bottom: 3rem;
}

#contact label {
    font-weight: bold;
    display: flex;
    align-items: center;
}

#contact dt {
    text-align: left;
}

#contact dt span {
    color: #FF544A;
    border: 2px solid #FF544A;
    padding: 2px 0;
    border-radius: 5px;
    margin-left: 15px;
    display: block;
    width: 5.5rem;
    text-align: center;
}

@media (max-width: 767px) {
    #contact dd {
        margin: 0 0 3rem
    }
    input[type="email"],
    input[type="text"],
    input[type="tel"],
    select,
    textarea {
        padding: 10px 20px;
    }
}

#contact dd {
    border-bottom: 2px dashed #DBDCDC;
    margin: 10px 0 30px;
    text-align: left;
}

#contact dd:last-child {
    border-bottom: none;
}

.contact-box {
    background: #ffeeed;
    padding: 0 50px;
    text-align: center;
}

input[type="tel"] {
    width: 29%;
    box-sizing: border-box;
    margin: 10px 2% 30px;
    position: relative;
}

@media (max-width: 767px) {
    input[type="tel"] {
        width: 28.9%;
    }
}

input[type="tel"]:first-child {
    margin: 10px 2% 30px 0;
}

input[type="tel"]:last-child {
    margin: 10px 0 30px 2%;
}

input[type="email"],
input[type="tel"],
input[type="text"],
select {
    margin-top: 10px;
}

.selectWrap {
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .selectWrap {
        position: relative;
        width: 80%;
    }
    .selectWrap::after {
        width: 15px;
        height: 15px;
        margin-top: -17px;
    }
}

@media (max-width: 767px) {
    .selectWrap {
        width: 100%;
    }
    .selectWrap::after {
        content: '';
        width: 13px;
        height: 13px;
        margin-top: -12px;
    }
}

.selectWrap::after {
    content: '';
    border: 0px;
    border-bottom: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    position: relative;
    z-index: 1;
}

select::-ms-expand {
    display: none;
}

input[type="reset"] {
    background: #B2B2B2;
    border: none;
    color: #fff;
    padding: 20px 50px;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 3.4rem;
}

input[type="submit"] {
    background: #FF544A;
    border: none;
    color: #fff;
    padding: 20px 70px;
    font-weight: bold;
    margin-left: 33px;
    font-size: 1.7rem;
    border-radius: 10px;
    margin-bottom: 3.4rem;
}

@media (max-width: 767px) {
    input[type="submit"] {
        margin-left: 0;
    }
}

.form_button {
    justify-content: center;
}

.form_button input {
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.form_button input:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* IE 8 */
}


/*フッター
-------------------------------------*/

footer {
    background-color: #231815;
}

footer .container {
    padding: 2.2rem 0 0;
}

footer a {
    color: #fff;
}

footer ul {
    justify-content: center;
    margin: 0 0 1rem;
}

footer li {
    position: relative;
    padding-right: 10px;
    margin-right: 7px;
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    footer li:first-child:after {
        position: absolute;
        content: "/";
        right: 0;
        color: #fff;
    }
}

footer img {
    margin-bottom: 1rem;
}


/*コピーライト
-------------------------------------*/

.copyright {
    text-align: center;
    padding-bottom: 1rem;
    background-color: #231815;
    color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    display: inline;
}


/*ページトップへ戻るボタン
-------------------------------------*/

#pagetop a {
    display: block;
    background: #717171;
    color: #fff;
    padding: 14px;
    text-align: center;
    font-weight: bold;
}

#pagetop a:hover {
    background: #666;
}