@charset "UTF-8";
/*!
    Theme Name: CSサロンEnBee
    Theme URI:
    Description: CSサロンEnBeeのテーマ(WordPress)
    Version: 220404
*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700");

body {
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "sans-serif", "ＭＳ Ｐゴシック";
    background: #FFF9F8;
    color: #7B6D6D
}

a {
    color: #7B6D6D;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    transition: opacity 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0s;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    text-decoration: none
}

a:hover {
    color: #7B6D6D;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    text-decoration: none
}

li, ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt30 {
    padding-top: 30px !important
}

.pt40 {
    padding-top: 40px !important
}

.pt50 {
    padding-top: 50px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.brsp {
    display: none
}

@media (max-width:640px) {
    .brsp {
        display: block
    }

    .brpc {
        display: none
    }
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.f_big {
    font-size: 1.8rem
}

.f_small {
    font-size: 0.75rem
}

.c_pink {
    color: #F49EAE
}

.bold {
    font-weight: bold
}

.header_2 {
    font-size: 1.4rem;
    color: #F49EAE;
    text-align: center;
    margin-bottom: 20px
}

.header_2:after {
    content: "";
    background-image: url("./img/h2_line.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    display: block;
    width: 100%;
    height: 0.75rem;
    margin-top: 0.25rem
}

@media (max-width:320px) {
    .header_2 {
        font-size: 1.2rem
    }
}

.header_3 {
    font-size: 1rem;
    border-bottom: 1px dashed #F49EAE;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.img_block img {
    width: 100%
}

.link_u {
    text-decoration: underline !important
}

.btn>a, .btn>span {
    background: #F49EAE;
    color: #ffffff;
    font-weight: bold;
    display: block;
    border-radius: 2rem;
    text-align: center;
    padding: 0.75rem 0;
    width: 100%;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgba(255, 143, 78, 0) 0%, rgb(244, 158, 174) 50%);
    transition: background-position 0.3s, color 0.5s ease 0s, background-color 0.5s ease;
    border: 2px solid #f49eae
}

.btn>a:hover, .btn>span:hover {
    background-color: rgba(255, 184, 77, 0.7);
    background-position: -100% 100%;
    cursor: pointer
}

.btn>a:before, .btn>span:before {
    content: "";
    background-image: url("./img/arrow.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: middle;
    margin-right: 0.2rem
}

section .btn {
    width: 100%;
    max-width: 240px;
    margin: 0 auto
}

@media (max-width:640px) {
    .btn>a, .btn>span, section .btn {
        max-width: 420px;
        width: 100%
    }
}

.tel {
    text-align: center
}

.tel a span:first-child {
    text-decoration: underline;
    font-weight: bold
}

.tel a span:last-child {
    font-size: 1.4rem
}

.cf {
    zoom: 1
}

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

header, section {
    max-width: 960px;
    margin: 0 auto
}

.text_block {
    line-height: 1.6
}

body:before {
    background-image: url("./img/bg_flower.png");
    background-repeat: repeat-x;
    height: 25px;
    content: " ";
    width: 100%;
    display: block
}

header {
    margin-top: 10px;
    margin-bottom: 20px
}

.header_logo {
    width: 320px
}

.header_logo img {
    width: 100%
}

@media (max-width:640px) {
    .header_logo {
        width: 100%
    }

    .header_logo h1 {
        text-align: center
    }

    .header_logo img {
        max-width: 380px
    }
}

.header_contact {
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_contact .btn {
    width: 100%;
    margin-bottom: 8px;
}

.header_contact .btn:last-child {
    margin-bottom: 0;
}

@media (min-width: 641px) {
    .header_contact {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1%;
    }

    .header_contact .btn {
        width: calc(50% - 4px);
        margin-bottom: 0;
    }
}

@media (max-width:640px) {
    .header_contact {
        width: 100%
    }

    .header_contact .tel {
        margin-bottom: 10px;
        display: none
    }
}

#contact-wrap {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(53, 42, 37, 0.8);
    overflow: auto;
    z-index: 10;
    display: none
}

#contact-wrap>.title {
    margin: 154px auto 20px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center
}

#contact-wrap li {
    margin: 0 auto 20px;
    display: table;
    text-align: center;
    width: 100%
}

#contact-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-weight: bold;
    gap: 8px;
}

#contact-wrap li a i {
    font-size: 1.2em;
    flex-shrink: 0;
}

#contact-wrap li.contact-tel a {
    border: 2px solid #f3889c;
    padding: 15px 0;
    background: linear-gradient(to right, #ec728a, #ec9175);
    color: #fff
}

#contact-wrap li.contact-mail a {
    background: #d2c7c7;
    border: 2px solid #ad9f9f;
    padding: 15px 0
}

#contact-wrap li.contact-reserve a {
    color: #ffffff;
    background: linear-gradient(135deg, #7a9bd2 0%, #656ad2 50%, #4b96d2 100%);
    border: 2px solid #3a6bc7;
    padding: 15px 0
}

#contact-wrap li.contact-line a {
    color: #ffffff;
    background: #06c755;
    border: 2px solid #00a343;
    padding: 15px 0
}

#contact-wrap #contact-close {
    color: #fff;
    font-size: 4.5rem;
    position: absolute;
    top: 0;
    right: 30px
}

#contact-wrap #contact-close:hover {
    cursor: pointer
}

.section_welcome {
    position: relative
}

.section_welcome:before {
    position: absolute;
    background-image: url("./img/img_butterfly.svg");
    background-repeat: no-repeat;
    content: " ";
    height: 80%;
    width: 80%;
    display: block;
    top: 15vh;
    left: 5vw
}

@media (max-width:640px) {
    .section_welcome:before {
        top: 5vh;
        left: 0
    }
}

.text_lead {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    text-align: center;
    line-height: 1.8
}

@media (max-width:640px) {
    .text_lead {
        text-align: left;
        font-size: 1rem
    }
}

.main_img {
    text-align: center
}

.main_img img {
    width: 100%
}

.news_block .header_news {
    text-align: center;
    margin-bottom: 10px
}

.news_block .header_news span {
    font-size: 1rem;
    color: #F49EAE;
    border-bottom: 1px dashed
}

.event_block .header_event {
    margin-bottom: 5px;
    font-size: 1rem
}

.event_block .event_box {
    background: #fff;
    padding: 10px 10px 10px 0;
    box-shadow: 0 2px 4px rgba(122, 108, 108, 0.2)
}

@media (max-width:640px) {
    .event_block .event_box {
        margin-bottom: 20px
    }
}

.event_block .event_box div:last-child p:last-child {
    margin-bottom: 0px
}

.event_block .event_img_box {
    position: relative
}

@media (max-width:640px) {
    .event_block .event_img_box {
        margin-bottom: 10px
    }
}

.event_block .event_img_box .event_img_clip {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:640px) {
    .event_block .event_img_box .event_img_clip {
        width: 100%;
        height: 10vh;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.section_first {
    background-image: linear-gradient(135deg, rgba(255, 249, 251, 0.85) 0%, rgba(253, 242, 245, 0.70) 35%, rgba(238, 243, 255, 0.60) 100%), url("./img/bg_first.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px
}

.section_first section {
    max-width: 800px
}

.section_first #first_block {
    background: hsla(0deg, 0%, 100%, 0.8);
    padding: 20px 0;
    box-shadow: 0 2px 4px rgba(122, 108, 108, 0.2);
    border: 2px solid #ffffff
}

@media (max-width:640px) {
    .section_first #first_block .text_lead {
        margin-bottom: 20px
    }

    .section_first #first_block .img_block {
        text-align: center
    }

    .section_first #first_block .img_block img {
        max-width: 200px
    }
}

.section_recruit .img_block img {
    border-radius: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

footer {
    background-image: url("./img/bg_flower.png")
}

footer #footer_block {
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 0 20px
}

footer #footer_about {
    background: #ffffff;
    padding: 20px;
    border: 10px hsla(0deg, 6%, 45%, 0.1) solid
}

footer #footer_about div:first-child {
    padding-right: 10px
}

@media (max-width:640px) {
    footer #footer_about div:first-child {
        padding-right: 0
    }
}

.footer_logo {
    text-align: center
}

.footer_logo img {
    max-width: 320px;
    width: 100%
}

.contact_block {
    border: 2px dotted #dddddd;
    background: #ffffff;
    padding: 20px
}

@media (max-width:640px) {
    .contact_block {
        margin-bottom: 20px
    }
}

.map {
    position: relative;
    padding-bottom: 30%;
    padding-top: 120px;
    overflow: hidden;
    margin-bottom: 10px
}

.map embed, .map iframe, .map object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#footer_copyright {
    background: #fff;
    box-shadow: 0 -4px 3px rgba(122, 108, 108, 0.1);
    text-align: center;
    font-size: 0.75rem;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: 0.1rem
}

#footer_sns a {
    margin-right: 20px
}

#footer_sns a:last-child {
    margin-right: 0
}

.blog_wrap {
    max-width: 740px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 40px
}

.blog_wrap .blog_content {
    margin-bottom: 40px
}

.blog_wrap .blog_content img {
    max-width: 100%;
    height: auto
}

.blog_wrap .blog_info time {
    font-size: 1.4rem;
    margin-right: 1rem
}

.blog_wrap .blog_category {
    display: inline-block;
    background: rgba(244, 158, 174, 0.2);
    padding: 4px 8px;
    border-radius: 6px
}

.blog_wrap .prevnext_wrap {
    width: 100%;
    border-top: 1px solid #F49EAE
}

.blog_wrap .prevnext_wrap .next, .blog_wrap .prevnext_wrap .prev {
    width: 48%
}

.blog_wrap .prevnext_wrap .next a, .blog_wrap .prevnext_wrap .prev a {
    display: block;
    padding: 10px
}

.blog_wrap .prevnext_wrap .prev {
    float: left
}

.blog_wrap .prevnext_wrap .next {
    float: right;
    text-align: right
}

.contact_wrap .contact_block {
    text-align: center;
    margin-bottom: 40px
}

.mw_wp_form .form-group {}

.mw_wp_form .form-group .must {
    color: #fff;
    margin-right: 10px;
    padding: 2px 10px;
    background: #F49EAE;
    border-radius: 20px
}

.mw_wp_form .form-group form p {
    font-weight: 600
}

.mw_wp_form .form-group input, .mw_wp_form .form-group textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px
}

.mw_wp_form .form-group input::-webkit-input-placeholder, .mw_wp_form .form-group textarea::-webkit-input-placeholder {
    color: #999999
}

.mw_wp_form .form-group input::-moz-placeholder, .mw_wp_form .form-group textarea::-moz-placeholder {
    color: #999999
}

.mw_wp_form .form-group input:-ms-input-placeholder, .mw_wp_form .form-group textarea:-ms-input-placeholder {
    color: #999999
}

.mw_wp_form .form-group input::-ms-input-placeholder, .mw_wp_form .form-group textarea::-ms-input-placeholder {
    color: #999999
}

.mw_wp_form .form-group input::placeholder, .mw_wp_form .form-group textarea::placeholder {
    color: #999999
}

.mw_wp_form .form-group textarea {
    height: 200px
}

.mw_wp_form .form-group select {
    width: 100%;
    padding: 8px 15px;
    margin-top: 10px
}

.mw_wp_form .form-group span {
    color: #F49EAE !important;
    font-weight: bold;
    padding: 5px
}

.mw_wp_form {}

.mw_wp_form input.submit {
    background: #F49EAE;
    color: #ffffff;
    font-weight: bold;
    display: block;
    border-radius: 2rem;
    text-align: center;
    padding: 0.75rem 0;
    width: 100%;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgba(255, 143, 78, 0) 0%, rgb(244, 158, 174) 50%);
    transition: background-position 0.3s, color 0.5s ease 0s, background-color 0.5s ease;
    border: 2px solid #f49eae
}

.mw_wp_form input.submit:hover {
    background-color: rgba(255, 184, 77, 0.7);
    background-position: -100% 100%;
    cursor: pointer
}

.archive_wrap .archive_block .flex_wrap {
    margin-bottom: 20px
}

.archive_wrap .archive_img {
    width: 100%;
    height: 15vh;
    -o-object-fit: cover;
    object-fit: cover
}

.archive_wrap .archive_title span {
    color: #F49EAE;
    border-bottom: 1px dashed;
    font-weight: bold
}

.archive_wrap time {
    font-weight: bold
}

.breadcrumb_wrap {
    background: #ffffff;
    border-top: 2px solid #fdeeed;
    border-bottom: 2px solid #fdeeed;
    padding: 10px;
    margin-bottom: 30px
}

#breadcrumbs {
    max-width: 860px;
    margin: 0 auto
}

#breadcrumbs li {
    display: inline;
    list-style: none
}

#breadcrumbs li:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    padding: 0 3px;
    color: #F49EAE;
    margin-left: 5px;
    font-weight: bold
}

#breadcrumbs li:last-child span.current-item {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#breadcrumbs li:last-child:after {
    content: none
}

#breadcrumbs li:first-child a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    color: #F49EAE;
    margin-right: 5px;
    font-weight: bold
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px
}

.pagination .pager {
    width: 32px
}

.pagination a.prev {
    margin-right: 16px
}

.pagination a.next {
    margin-left: 16px
}

.pagination .current, .pagination a:hover {
    color: #fff;
    border-color: #F49EAE;
    background-color: #F49EAE
}

.pagination a, .pagination span {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #cccccc;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px
}

.pagination span.page_num {
    display: none
}

.white-block {
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 15px;
    box-shadow: 0 2px 4px rgba(122, 108, 108, 0.2);
    border: 2px solid #ffffff
}

@media (max-width:640px) {
    .instagram_block {
        margin-bottom: 20px
    }

    .white-block {
        margin-bottom: 20px
    }

    .section_welcome .content_wrap {
        padding: 0 20px
    }
}

.news_block-list {
    margin-bottom: 20px
}

.news_block-list li {
    border-bottom: 1px dashed #ddd
}

.news_block-list li a {
    display: block;
    padding: 8px 0
}

.news_block-list li a .news-date {
    font-weight: bold;
    color: #F49EAE;
    display: block;
    font-size: 80%;
    margin-bottom: 0
}

.news_block-list li a .news-title {
    line-height: 1.3
}

/*# sourceMappingURL=style.css.map */