@charset "utf-8";

.cosme .headline1,
.cosme-form .headline1 {
    font-size: 26px;
    font-weight: bold;
    color: rgba(26, 100, 190, 1);
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
}
.cosme .txt1,
.cosme-form .txt1 {
    max-width: 960px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .cosme .headline1,
    .cosme-form .headline1 {
        font-size: 18px;
    }
    .cosme .txt1,
    .cosme-form .txt1 {
        font-size: 15px;
    }
    
}
@media only screen and (max-width: 640px) {
    .cosme .headline1,
    .cosme-form .headline1 {
        font-size: 16px;
    }
    .cosme .txt1,
    .cosme-form .txt1 {
        font-size: 14px;
    }
    
}

/* esthetic */
.esthetic-flow {
    max-width: 540px;
    margin: 0 auto;
}
.esthetic-flow li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: center bottom;
}
.esthetic-flow li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-image: none;
}
.esthetic-flow-image {
    margin-bottom: 15px;
}
.esthetic-flow-image img {
    border-radius: 10px;
}
.esthetic-flow li p {
    text-align: center;
}

.esthetic-course-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.esthetic-course-price li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    padding: 20px;
    background-color: rgba(245, 250, 255, 1);
    border-radius: 10px;
}
.esthetic-course-price li:last-child {
    margin-right: 0;
}
.esthetic-course-price .course-name {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color:rgba(26, 100, 190, 1);
    border-bottom: 1px solid rgba(26, 100, 190, 1);
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.esthetic-course-price .price {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.esthetic-course-price .price span {
    font-size: 14px;
}
.course-info {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.course-info p {
    font-size: 13px;
}
@media only screen and (max-width: 768px) {
    .esthetic-flow li p {
        font-size: 15px;
    }

    .esthetic-course-price li {
        width: 100%;
        max-width: 540px;
        margin: 0 auto 20px;
    }
    .esthetic-course-price li:last-child {
        margin: 0 auto;
    }
    .esthetic-course-price .course-name {
        font-size: 18px;
    }
    .esthetic-course-price .price {
        font-size: 18px;
    }
    
}
@media only screen and (max-width: 640px) {
    .esthetic-flow li p {
        font-size: 14px;
    }
    
}


/* cosme-brand */
.cosme-brand {
    max-width: 450px;
    margin: 0 auto;
}
.cosme-brand img {
    border-radius: 10px;
}
.cosme-brand p {
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
    .cosme-brand p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 640px) {
    .cosme-brand p {
        font-size: 14px;
    }
}

.order-title {
    font-size: 26px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    text-align: center;
    margin-bottom: 15px;
}
.order-txt {
    text-align: center;
    margin-bottom: 20px;
}
.order-tel {
    max-width: 360px;
    margin: 0 auto 40px;
    padding: 10px;
    border: 2px solid rgba(230, 0, 57, 1);
    border-radius: 8px;
    box-shadow: 3px 3px 0 rgba(230, 0, 57, 1);
    background-color: #fff;
    font-size: 36px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .order-title {
        font-size: 22px;
    }
    .order-txt {
        font-size: 14px;
    }
    .order-tel {
        font-size: 26px;
    }
    
}
.order-tel a {
    color: rgba(230, 0, 57, 1);
}

.salon-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.salon-list li {
    width: calc((100% - 30px) / 3);
    margin: 0 15px 15px 0;
    border: 1px solid rgba(230, 0, 57, 1);
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(230, 0, 57, 1);
    padding: 15px;
    background: rgb(254,244,214);
    background: linear-gradient(0deg, rgba(254,244,214,1) 0%, rgba(255,255,255,1) 100%);
}
.salon-list li:nth-child(3n) {
    margin-right: 0;
}
.salon-name {
    font-weight: bold;
}
.salon-list li p {
    font-size: 15px;
}
.clady-request-btn {
    max-width: 240px;
    margin: 15px auto 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.clady-request-btn a {
    display: block;
    padding: 5px;
    color: #fff;
    background-color: rgba(230, 0, 57, 1);
    border-radius: 40px;
}
.clady-request-btn a:hover {
    text-decoration: none;
    background-color: rgba(230, 0, 57, 0.8);
}
.contact-title {
    font-size: 26px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    text-align: center;
    margin-bottom: 15px;
}
.link-btn {
    max-width: 320px;
    margin: 0 auto 20px;
    border: 2px solid rgba(230, 0, 57, 1);
    box-shadow: 3px 3px 0 rgba(230, 0, 57, 1);
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
}
.link-btn a {
    display: block;
    padding: 15px;
    color: rgba(230, 0, 57, 1);
    background-image: url(../../img/arrow-right-cosme.svg);
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: center right 10px;
    background-color: #fff;
    border-radius: 8px;
}
.link-btn a:hover {
    text-decoration: none;
	background-color: #FEF4D6;
    border-radius: 8px;
}
@media only screen and (max-width: 768px) {
    .salon-list {
        /*margin-bottom: 40px;*/
    }
    .salon-list li {
        width: calc((100% - 15px) / 2);
    }
    .salon-list li:nth-child(3n) {
        margin-right: 15px;
    }
    .salon-list li:nth-child(2n) {
        margin-right: 0;
    }
    .contact-title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 640px) {
    .salon-list li {
        width: 100%;
        margin-right: 0;
    }
    .salon-list li:nth-child(3n) {
        margin-right: 0;
    }
    .contact-title {
        font-size: 18px;
    }
}

.border-cosme {
	background-image: url(../../img/line2.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-size: auto 10px;
}
.form-job table {
    width: 100%;
}
.form-job table tr:nth-child(2n+1) {
    background-color: #F5FAFF;
}
.form-job table th,
.form-job table td {
    border: 1px solid #ccc;
    padding: 10px;
}
.form-job table th {
    font-weight: bold;
    color: rgba(26, 100, 190, 1);
    width: 160px;
    white-space: nowrap;
}
.required {
    color: rgba(230, 0, 57, 1);
    font-size: 0.7em;
}
.form-attention {
    max-width: 1120px;
    margin: 0 auto 30px;
}
.form-attention p {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}
.thanks {
    margin: 0 auto;
}
.thanks p {
    text-align: center;
}
.thanks-txt {
    font-size: 26px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    margin-bottom: 20px;
}
.formArea table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
}
.formArea table th {
    font-weight: bold;
    padding: 10px;
    white-space: nowrap;
    width: 10em;
}
.formArea table td {padding: 10px;}
.work-location {
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
    .form-job table {
        border-bottom: 1px solid #ccc;
    }
    .form-job table th,
    .form-job table td {
        font-size: 15px;
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .form-job table td {
        border-top: none;
        padding-top: 0;
    }
    .formArea table th {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
    }
    .formArea table td {
        display: block;
        width: 100%;
        padding: 0 0 10px;
        font-size: 15px;
    }
}

.formArea .input01,
.formArea .input02 {
    width: 100%;
    padding: 4px;
    font-size: 0.94em;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.formArea .select01 {
    padding: 4px;
    font-size: 0.94em;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.formBtn ul {
    max-width: 300px;
    margin: 0 auto;
}
.formBtn ul li:nth-child(1) {width: 100%;}
.formBtn ul li:nth-child(2) {
    width: 100px;
    margin: 10px auto 0;
}
.formBtn button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    background: #fff;
}
.formBtn button.btn1 {
    width: 100%;
    margin: 0 auto;
    display: block;
    background-image: url(../../img/arrow-right-white.svg);
    background-size: 10px auto;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-color: rgba(230,0,57,1);
    border-radius: 8px;
    color: #fff;
    line-height: 1;
    padding: 25px 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
.formBtn button.btn1:hover {
    background-color: rgba(230,0,57,0.8);
}
.formBtn button.btn2 {
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family: '游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 8px;
}
.thanks-message1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.thanks-message2 {
    margin-left: 1.5em;
}
.thanks-message2 li {
    list-style: disc;
    font-size: 0.94em;
}
.csr-wrap {
    padding-bottom: 160px;
}
.salonInfo .freeD img {
    width: 60px;
    margin-right: 5px;
}
.salonInfo .freeD {
    display: flex;
    margin-bottom: 5px;
}
.salonInfo .freeD p {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.salonInfo {
    margin: 60px auto 0;
    width: 21rem;
    padding: 0 15px;
}
.salonInfo-name {
    margin-bottom: 5px;
}
.salonInfo .txt1 {
    font-size: 14px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .formBtn button.btn1 {
        font-size: 16px;
    }
    .formBtn button.btn2 {
        font-size: 14px;
    }
    .csr-wrap {
        padding-bottom: 110px !important;
    }
    .salonInfo {
        margin: 40px auto 0;
        width: 21rem;
    }
}
@media only screen and (max-width: 480px) {
    .salonInfo .freeD p {
        font-size: 30px;
    }
    .salonInfo {
        width: 20rem;
    }
    .salonInfo .txt1 {
        font-size: 13px;
    }
}

.salon-area {
    font-size: 20px;
    font-weight: bold;
    color: rgba(26, 100, 190, 1);
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .salon-area {
        font-size: 16px;
    }
    .salon-list {
        margin-bottom: 40px;
    }
}

.cosme-blandSpan {
    font-size: 0.9em;
}

