@charset "utf-8";

/*
Theme Name: recmee
Theme URI: 
Description: 美容室紹介サイト リクミー
Author:
*/

/*==============
共通 css
==============*/

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    margin-bottom: 100px;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    background: #fff;
    color: #444;
    line-height: 190%;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
}

.point,
.list_box_inner,
.d-flex,
.school-list {
    display: flex;
    flex-wrap: wrap;
}

.sp {
    display: none;
}

.map-list iframe {
    margin-bottom: 40px;
}


/*==============
ヘッダー内容
==============*/

.header-inner {
    height: 100px;
    display: flex;
}

.header-inner h1 {
    width: 200px;
    margin: auto 0;
}

/*その他ページ header*/

header.common-header {
    background: #f6cd22;
}

header.common-header .header-inner {
    margin: auto;
    justify-content: center;
    background: #f6cd22;
    max-width: 100%;
    width: 100%;
    position: static;
}

.rec-btn {
    background: #2b6eb6;
    border-radius: 30px;
    margin: auto 0 auto auto;
}

.rec-btn a {
    display: block;
    padding: 10px 40px 10px 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    background: url(./img/btn-y.png) no-repeat left center;
    background-size: 7px;
    background-position: 35px;
}

.header-inner,
.main_visial,
.inner {
    max-width: 1080px;
    width: 90%;
    margin: auto;
}

.main_visial {
    position: relative;
}

.main_visial h1,
.sub_point {
    position: absolute;
}

dl.sub_point dt {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
    padding-left: 30px;
    background: url(./img/check-icon.png) no-repeat left center;
    background-size: 20px;
}

dl.sub_point {
    padding: 20px 40px;
    background: #fff;
    bottom: 15%;
    left: -20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.main_visial p img {
    border-radius: 20px;
}

.main_visial h1 {
    top: 20%;
    max-width: 40%;
    left: 5%;
}

/* map list */

section.map-list {
    padding: 80px 0 40px;
}

.map-list .menu li a {
    display: block;
    padding: 13px;
    color: #2b6eb6;
    font-size: 16px;
}

.map-list .menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

li#menu-item-635,
li#menu-item-661,
li#menu-item-666,
li#menu-item-670 {
    width: 100%;
    flex: 100%;
    text-align: center;
    list-style: none;
}

li#menu-item-635 a,
li#menu-item-661 a,
li#menu-item-666 a,
li#menu-item-670 a {
    border-radius: 30px;
    border: 2px solid;
    text-decoration: none;
    display: block;
    padding: 13px;
    color: #2b6eb6;
    font-size: 16px;
}

.map-vs {
    max-width: 640px;
    padding: 30px 0;
    margin: auto;
}



/*==============
メイン内容
==============*/

section.beauty-ban {
    max-width: 400px;
    margin: auto;
    padding-top: 20px;
}

h2.about_title {
    margin-bottom: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}

h2.about_title span {
    background: linear-gradient(transparent 75%, #f5ce22 75%);
    display: table;
    margin: auto;
}

section.recmee-about {
    padding: 80px 0;
}

.about-btn {
    background: #2b6eb6;
    border-radius: 30px;
    display: table;
    margin: auto;
}

.about-btn a {
    display: block;
    padding: 10px 40px 10px 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 30px;
    background: url(./img/btn-y.png) no-repeat left center;
    background-size: 7px;
    background-position: 35px;
}

.about-text {
    font-size: 16px;
    line-height: 2;
}

.about-text p {
    text-align: center;
    margin-bottom: 40px;
}

.about-right {
    width: 50%;
}

section.recmee-point {
    padding: 100px 0;
    background: #f5f5f5;
}

.about {
    max-width: 850px;
    width: 90%;
    margin: auto;
}

.point-list {
    width: 31%;
    margin: 0 3.5% 30px 0;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.point-list:nth-child(3n) {
    margin: 0 0 30px 0;
}

.point-list h3 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 10px 0;
}

section.salon_search {
    padding: 60px 0;
}

.recruit_form_table {
    padding: 15px 15px 40px;
    background: #f5f5f5;
    max-width: 100%;
    margin: auto;
}

.recruit_form_table table {
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.recruit_form_table input[type="checkbox"] {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    cursor: pointer;
    margin: 3px 8px 3px 0;
}

.recruit_form_table table th,
.recruit_form_table table td {
    width: 100%;
    display: block;
}

.recruit_form_table table th {
    padding: 10px 15px 0;
    font-size: 15px;
    font-weight: 500;
}

.recruit_form_table table td {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}

.recruit_form_table table ul {
    display: flex;
    flex-wrap: wrap;
}

.recruit_form_table table ul li {
    font-size: 12px;
    padding: 5px 5px 5px 10px;
}

button.search_result {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 30px;
    background-position: 35px;
    background: #000;
    color: #fff;
    font-size: 15px;
    margin: auto;
    border: none;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}

.search_vision {
    width: 70%;
    padding-left: 20px;
}

.count_number {
    margin-bottom: 30px;
}

.count_number span {
    color: #DD1B64;
    font-size: 16px;
    font-weight: 900;
    padding: 0 0 0 5px;
}

.list_box {
    margin: 0 auto 20px auto;
    padding: 20px 15px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    background: #fff;
}

.list_box .l-title {
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 10px;
}

ul.salon_list li span {
    margin: 0 10px;
}

.catch-title {
    color: #666;
    text-decoration: underline;
    font-size: 15px;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px 10px 0 0;
}

aside.side {
    width: 30%;
}

.drop-box-inner {
    display: flex;
    justify-content: center;
}

h3.form_title {
    text-align: center;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.salon_left {
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% / 2);
    display: flex;
}

.salon_left img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.salon_right {
    width: calc(100% / 2);
    padding-left: 15px;
}

.salon_right .name {
    font-size: 16px;
    padding: 10px 0;
}

.salon_text {
    font-size: 16px;
    width: 100%;
    margin-bottom: 80px;
}

.job-left {
    padding: 0 0 10px 0;
}

.job-left li div {
    display: flex;
    align-items: end;
    line-height: normal;
}

.job-left li p {
    font-size: 13px;
}

.job-left li p.under_text {
    margin-bottom: 3px;
}

.job-left li p span.price {
    color: #ee1133;
    font-size: 16px;
    padding: 0 5px 0 0;
}

.job-left li p span.symbol {
    padding: 0 5px;
}

a.jobitem_button {
    display: block;
    width: 95%;
    padding: 0.5rem 0;
    background: #2b6eb6;
    color: #FFF;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    margin: auto;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
}

.job-left li .f-12 {
    font-size: 12px;
}

.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #cccccc;
    border-radius: 25px;
    background-color: #fff;
    color: #333333;
    cursor: pointer;
}

ul.job-item {
    padding: 20px 0 0 5px;
}

ul.job-item li {
    margin: 0 0.2rem 0.2rem 0;
    display: inline-block;
    font-size: 11px;
    background-color: #fff;
    color: #666;
    border: 1px solid #ddd;
    padding: 5px 10px;
    white-space: nowrap;
    border-radius: 5px;
    line-height: normal;
}

/*****************
下の検索
*****************/

.bottom_search {
    max-width: 700px;
    margin: auto;
}

/*****************
シングルページ
*****************/

.main_content {
    max-width: 960px;
    width: 90%;
    padding: 100px 0;
    margin: auto;
}

ul.salon_page_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}

.salon_page_main .title {
    margin-bottom: 30px;
}

ul.salon_page_list .name {
    font-size: 18px;
    margin-bottom: 15px;
}

ul.salon_page_list li:nth-child(2n) {
    margin: 0 0 60px 0;
}

ul.salon_page_list li {
    margin: 0 4% 60px 0;
    width: 48%;
}

.salon-tenpo img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.salon_page_main .name {
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    border-left: 10px solid #ddd;
}

dl.salon_page_button dd {
    max-width: 300px;
    margin: 0 auto 10px;
}

dl.salon_page_button dd a {
    display: block;
    padding: 10px;
    background: #5775ac;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
}

dl.salon_page_button dd.btn-add a {
    background: #c56262;
}

dl.salon_page_button .btn-title {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #5775ac;
    font-size: 16px;
    color: #5775ac;
    max-width: 300px;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

dl.salon_page_button {
    margin-top: 30px;
}

/*==============
美容専門学校紹介
==============*/
.school-box {
    width: 31%;
    margin: 0 3.5% 60px 0;
    padding: 15px;
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
}

.school-box:nth-child(3n) {
    margin: 0 0 60px 0;
}

.school-box p {
    margin-bottom: 15px;
    width: 100%;
}

.school-box p.ext {
    line-height: 0;
}

.school-box .link_button {
    display: flex;
    width: 100%;
    justify-items: center;
    justify-content: center;
    align-items: flex-end;
}

.school-box .link_button a {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #fb0071;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 16px;
}

/*****************
ナビゲーション
*****************/

/*表示を消す*/
.screen-reader-text {
    display: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.nav-links a {
    padding: 10px 15px;
    line-height: normal;
    color: #2b6eb6;
    font-weight: 600;
    text-decoration: none;
    background: #eee;
}

.nav-links a.next,
.nav-links a.prev {
    background: none;
}

.nav-links span.page-numbers.current {
    line-height: normal;
    padding: 10px 15px;
    background: #2b6eb6;
    color: #fff;
}

/*==============
フッター
==============*/
footer {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 40px;
}

.copyright {
    padding: 5px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.5px;
    background: #444;
    color: #fff;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.b-btn {
    position: fixed;
    z-index: 100;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.b-btn a {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #fb0071;
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

/*PCでは消す*/
.toggle,
.Label {
    display: none;
}

/*レスポンシブ（スマホ対応）*/
@media(max-width: 768px) {

    /*フォントサイズ*/
    dl.sub_point dt {
        font-size: 18px;
    }

    h2.about_title {
        font-size: 26px;
        letter-spacing: 0.5px;
    }

    .header {
        padding: 60px 0 0;
    }

    .header-inner {
        height: 60px;
        position: fixed;
        top: 0;
        z-index: 10;
        background: #fff;
        width: 100%;
        padding: 0 20px;
    }

    .header-inner h1 {
        width: 110px;
    }

    .sp_none,
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .about-text p {
        text-align: left;
    }

    .rec-btn a {
        font-size: 12px;
        padding: 5px 20px;
        background: none;
    }

    .main_visial h1 {
        top: auto;
        bottom: 200px;
        max-width: 55%;
        left: 5%;
    }

    dl.sub_point {
        position: relative;
        margin-top: -30px;
        bottom: auto;
        left: auto;
    }

    section.recmee-point {
        padding: 80px 0;
    }

    .about-left,
    .about-right,
    .point-list,
    .point-list:nth-child(3n),
    .recruit_form_table,
    .search_vision,
    aside.side,
    .salon_left,
    .salon_right,
    .job-left {
        width: 100%;
    }

    .search_vision,
    .salon_left,
    ul.job-item,
    .salon_right {
        padding: 0;
    }

    .point-list,
    .point-list:nth-child(3n),
    .salon_left,
    ul.job-item,
    .salon_btn {
        margin: 0 0 20px;
    }

    .about-left {
        margin: 0 0 40px;
    }

    .salon_left img {
        height: auto;
        object-fit: unset;
    }

    .salon_right .name {
        margin-bottom: 8px;
    }

    ul.salon_page_list li,
    ul.salon_page_list li:nth-child(2n) {
        width: 100%;
        margin: 0 0 60px;
    }

    .school-box,
    .school-box:nth-child(3n) {
        width: 100%;
        margin: 0 0 60px 0;
        padding: 30px;
    }

    /*検索ボックス*/
    .search-form-011 {
        width: auto;
    }

    /* サイドアコーディオン */
    .accordion {
        margin-bottom: 40px;
    }

    .Label {
        /*タイトル*/
        padding: 1em;
        display: block;
        color: #fff;
        background: #2b6eb6;
        border-radius: 30px;
    }

    .Label::before {
        /*タイトル横の矢印*/
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 3px);
        right: 20px;
        transform: rotate(135deg);
    }

    .Label,
    .content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }

    .content {
        /*本文*/
        height: 0;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .toggle:checked+.Label+.content {
        /*開閉時*/
        height: auto;
        padding: 20px 0;
        transition: all .3s;
    }

    .toggle:checked+.Label::before {
        transform: rotate(-45deg) !important;
    }
}