@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    color: #ffffff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    color: #ffffff;
}
.wpcf7-not-valid-tip {/* 必須未入力項目下の文章 */
    color: #ffffff;
    font-size: 12px;
}


/*ここから
*/

p:empty{display: none;}
.grecaptcha-badge {
    display: none!important;
}
.l-mainContent__inner>.post_content {
    margin: 1em 0;
}
.p-blogParts.post_content[data-partsid="16021"] > p {
    margin-bottom: .5em!important;
}
.p-blogParts.post_content[data-partsid="16021"] > p:first-child {
    margin-bottom: 10px !important;
}
/* 店名 */
.salon_name {
    color: #000981;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}

/* 星 */
.review-text {
    color: #333;
    font-size: 1.5em;
    margin-right: 0.5em;
}
.rating-star .swl-inline-icon {
    color: #f5bc55;
    font-size: 1.7em;
}
.rating-number {
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 10px;
}
/* 見出し */
.salon_heading {
    font-weight: bold;
    color: #474747;
    font-size: 1.4em;
    background: none!important;
    color: #333!important; 
    margin: 2em 0 1em!important; 
    padding: 0!important;   
}
.salon_heading::before {
    border: none!important;
}
.salon_heading .swl-inline-icon {
    color: #017698;
    font-size: 1.5em;
    margin-right: 0.3em;
    position: relative;
    top: 2px;
}
svg.swl-inline-icon {
    top: 6px!important;
}

/* 情報 */
.custom-fields {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-gap: 4px;
}

.field {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.field-name {
    background-color: #474747;
    color: #fff;
    padding: 2px 12px;
    width: 85px;
    text-align: center;
    margin-right: 12px;
}

.field-value {
    color: #333;
    font-size: 1.3em;
    position: relative;
    top: -2px;    
}

.field:nth-child(n+5) {
    grid-column: span 2;
}

.field a {
    color: var(--color_link);
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .custom-fields {
        grid-template-columns: 1fr;
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-gap: 6px;
        font-size: .7em;        
    }
    .field:nth-child(n+5) {
        grid-column: span 1;
    }
    .rating-star {
        font-size: .8em;
    }    
}

/* オプション */
.option-features span{
    margin-right: 12px;
    font-size: 1.2em;
    font-weight: bold;   
}
.option-feature-red {
    background: linear-gradient(to bottom, #D95151, #F07E7E);
    padding: 8px 10px;
    margin-bottom: 10px;
    color: white;
    border-radius:4px;
}

.option-feature-blue {
    background: linear-gradient(to bottom, #518CD9, #81B3F8);
    padding: 8px 10px;
    margin-bottom: 10px;
    color: white;
    border-radius:4px;
}
@media screen and (max-width: 768px) {
    .option-features span{
        font-size: .8em;
    }   
}
/* 特徴 */
.salon-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.salon-feature {
    color: #38383E;
    font-weight: bold;
    background-color: #F2F2F2;
    border: 0.5px solid #808080;
    padding: 2px 12px;
    margin-right: 12px;
    font-size: 1.0em;
    text-align: center;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    .salon-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 8px;
    }
    
    .salon-feature {
        font-size: .7em;
        padding: 2px 12px!important;
        margin-right: 0;
    }
}

/* おすすめ */
.recommendation-wrapper {
    background-color: #FFF0F0;
    padding: 16px 16px;
}

.recommendation-label {
    background-color:#EA91A9;
    color: white;
    font-weight: bold;
    padding: 8px 12px;
    margin-right: 15px;
    white-space: nowrap;
}

.recommendation-link {
    color: black;
    text-decoration: underline;
}

.recommendation-wrapper {
  display: flex;
  align-items: center;
}
.recommendation-wrapper a {
    font-size: 1.2em;
}
@media screen and (max-width: 768px) {
    .recommendation-wrapper {
        font-size: .6em;
    }
}

/* ボタン */
.contact-btns .swell-block-button {
    margin-right: 1em;
}
.contact-btns .red_ a{
    box-shadow: 3px 5px 0 #ca1c30;
}

.contact-btns .green_ a{
    box-shadow: 3px 5px 0 #5faf52;
}

.contact-btns .swell-block-button a{
    border-radius: 6px;
}
.contact-btns .swell-block-button:last-child {
    margin-right: 0;
}
.contact-btns .swell-block-button:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.contact-btns .swell-block-button:active {
  box-shadow: none;
  transform: translateY(5px);
}

@media screen and (max-width: 768px) {
    .contact-btns {
        font-size: .7em;
    }
    .contact-btns .swell-block-button__link {
        padding: 16px 12px;  
    }
}
/* 吹き出し */
.swell-block-balloon.wolfman p {
    color: #000981;
}
@media screen and (max-width: 768px) {
    .swell-block-balloon.wolfman p {
        font-size: .8em;
    }
}
/* Twitter */
.twitter-timeline.twitter-timeline-rendered {
    margin: 0 auto;
}

/* コース料金 */
.course-container {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 2em
}

.first-time, .all-members {
    border-radius: 8px;
    width: 110px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 8px;
}

.first-time {
    background-color: red;
    color: #fff!important;
}

.all-members {
    background-color: white;
    border: 1px solid #333;
}

.course-info {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #B8A9A9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.course-info.first-time-course span {
    color: red;
    font-weight: bold!important;
}

.course-name {
    font-weight: normal;
    margin-left: 2em;
}

.course-info:last-child {
    border-bottom: none;
}
.course-info.first-time-course{
    font-weight: bold;
}
.course-container .course-info .course-price {
    margin-left: auto;
    margin-right: 1em;
}
@media screen and (max-width: 768px) {
    .course-container {
        font-size: .9em;
    }
    .first-time, .all-members {
        width: 70px;
        font-size: .8em;
        line-height: 22px;          
    }
    .course-name {
        margin-left: 1em;
    }
    .course-price {
        margin-right: 0.5em;
    }    
}

/* キャプション */
.salon_campaign .cap_box_content {
    background-color: #FFF4F4;
    border: none;
}
.cap_box_ttl {
    background-color: #FB8587;
}
.salon_campaign .cap_box_content {
    padding-top: 2.8em;
}
.salon_campaign .cap_box_ttl {
    font-size: 1em;
    top: 20px;
}

/* 引用 */
.salon-quote {
    margin-top: 2em;
}
cite {
    text-align: right;
    font-size: .7em!important;
}

/* 店名 */
@media screen and (max-width: 768px) {
    .salon_name {
        font-size: 1.4em;
    }   
}
/* 見出し */
@media screen and (max-width: 768px) {
    .salon_heading {
        font-size: 1.2em;
    }
}

/* ブログカード */
.blog-card {
    background: #fff;
    box-shadow: 0 0 0 0 #017698, 0 0 0 0 #017698, 0 0 0 0 #017698, 0 -8px 0 0 #017698;
    border-radius: 4px;
    padding: 0.5em 1.5em 1em 1.5em;
    margin-left: var(--swl-h2-margin--x,0);
    margin-right: var(--swl-h2-margin--x,0);
    margin-bottom: 3em;
    position: relative;      
}
.blog-card:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    box-shadow: -1px 0 0px 1px #898989, 1px 0 0px 1px #898989, 0 1px 0px 1px #898989;
    z-index: 1;
    border-radius: 4px;
    pointer-events: none;    
}
.blog-card.type1{
    background: linear-gradient(to bottom, #FFEFCC 0%,#FFF6E9 10%, #FFF6E9 100%);
    box-shadow: 0 -0 0 0 #B59208, 0 0 0 0 #B59208, 0 0 0 0 #B59208, 0 -8px 0 0 #B59208;
}
.blog-card.type1:before{
    box-shadow: -1px 0 0px 1px #B59208, 1px 0 0px 1px #B59208, 0 1px 0px 1px #B59208;
}
.salon-head {
    border-bottom: 1px solid #017698;
    margin-bottom: 1.5em;
}
.blog-card.type1.salon-head {
    border-bottom: 1px solid #B59208;
}
/*
h2.ranking {
    background-color: #F7F7F7;
    color: #898686;
    padding: 1em 1.5em;
    margin-bottom: 1em;
}
h2.ranking::before {
    border: none;
}
*/
.ranking-summary {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.ranking-description {
    background-color: #F7F7F7;
    padding: 1em;
}
.p-blogParts.post_content[data-partsid="14657"] > p.ranking-description {
    margin-bottom: 2em!important;
}
.rank {
    color: #fff;
    font-weight: bold;
    background-color: #017698;
    width: 96px;
    text-align: center;
    padding: 6px;
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle; 
}
.blog-card.type1 .rank {
    background-color: #BFAE6B;
}
.blog-card.type2 .rank {
    background: linear-gradient(to bottom, #909090 0%,#000 100%);
}
.salon-title {
    display: inline-block;
    vertical-align: middle;
}

.salon-name {
    font-weight: bold;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
    top: 6px;
    font-size: 1.6em!important;
    margin: 0.4em 0!important;     
}
.salon-name:before {
    height: 0!important;
}
.salon-area {
    color: #333;
    margin-left: 1em;
    position: relative;
    top: -16px;    
}

.option-features {
    margin-bottom: 1.5em;
}

.blog-card .banner {
    margin-bottom: 1em;
}
.blog-card.type3 .banner,
.blog-card.type4 .banner{
    display: none;
}
.salon-data {
    position: relative;
}
.therapist-image {
    display: inline-block;
}
.blog-card.type4 .therapist-image{
    display: none;
}
.therapist-image img {
    width: 210px;
}
.additional-info {
    display: inline-block;
    margin-left: 2em;
    top: 0;
    position: absolute;
}
.blog-card.type4 .additional-info {
    height: 150px;
    position: relative;
    margin-left: 16px;
}
.rating-star-text {
    font-size: 1.4em;
}
.salon-info {
    font-size: 1.2em;
    position: relative;
    left: 8px;    
}
.salon-info .icon-home{
    width: 0;
}
.salon-info .icon-closed {
    position: relative;
    top: 2.5px !important;
    left: -10px;    
    width: 11.9px;
    fill: var(--color_link);
}

.blog-card.type4 .salon-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4em;
    line-height: 2em;    
}
.blog-card.type4 .left-side, .right-side {
    display: flex;
    flex-direction: column;
}
.blog-card.type4 .work-schedule {
    position: absolute;
    top: 60px;
    left: -9px;
}
.work-schedule {
    margin-top: 0.5em;
    position: relative;
    left: -8px;
}
.work-schedule a {
    text-decoration-line: underline;
}
.swl-inline-icon.icon-access {
    color: #FF0146;
}
.swl-inline-icon.icon-home {
    color: #3AABD2;
}
.swl-inline-icon.icon-money {
    color: #f5bc55;
}
.swl-inline-icon.icon-access,
.swl-inline-icon.icon-home,
.swl-inline-icon.icon-time,
.swl-inline-icon.icon-money{
    position: relative;
    top: 2px!important;
    left: -10px;
}
.sub-header {
    color: #FF0146;
    font-size: 1.5em;
    font-weight: bold;
    margin: .8em 0;
}
.introduction {
    font-size: 1.1em;
    padding: 0 1.5em;
    margin-bottom: 2em;
}
.salon-feature.business-trip{
    background-color: #FFA200;
    color: #fff;
    border: 1px solid #FFA200
}
.blog-card .salon-feature {
    padding: 2px 0;
    flex: 0.1 0 auto;
}
.blog-card .salon-features {
    border-bottom: 1px solid #017698;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.blog-card.type1 .salon-features {
    border-bottom: 1px solid #B59208;
}
.salon-more {
    text-align: right;
    font-size: 1.1em;
    text-decoration: underline;
}
.salon-more a{
    color: #333;
}
.salon-more-icon{
    color: #FF0146;
}
@media screen and (max-width: 768px) {
    .rank {
        width: 58px;
        padding: 6px;
        font-size: 1em;
    }

    .ranking-description {
    background-color: #F7F7F7;
    padding: 1em;
    font-size: 0.8em;
    }

    .salon-name {
        font-size: 1.2em!important;
        margin: 0.4em 0!important;   
    }
    .salon-area {
        font-size: .7em;
        top: -8px;
    }    
    .blog-card {
        padding: 0.5em 1em 1em 1em;
    }
    .salon-head {
        margin-bottom: .5em;
    }
    .option-features {
        margin-bottom: .5em;
    }    
    .blog-card .option-features span {
        font-size: .8em;
        margin-right: 9px;
        padding: 6px;
    }
    .blog-card .banner {
        margin-bottom: 0;
    }    
    .therapist-image img {
        width: 150px;
    }
    .salon-info {
        font-size: 1em;
    }
    .additional-info {
        font-size: .74em;
    }
    .sub-header {
        font-size: 1em;
    }
    .introduction {
        font-size: .8em;
        padding: 0 1em;
    }    
    .blog-card .salon-feature {
        padding: 4px 10px!important;
    }
    .blog-card .salon-features {
        display: flex;
    }
    .salon-more {
        font-size: .9em;
    }
    .blog-card.type4 .work-schedule {
        top: 42px;
    }    
    .blog-card.type4 .additional-info {
        height: 100px;
    }
    .custom-fields,
    .salon-features{
        margin-bottom: 1.5em;
    }
    .recommendation-wrapper{
        margin-bottom: 1em;
    }    
    .salon_campaign .cap_box_ttl {
        top: 13px;
    }               
}

