@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    background-image: url(../images/common/background.jpg);
    background-repeat: repeat;
    font-family: 'M PLUS Rounded 1c','Noto Sans Japanese',sans-serif;
    color: #333333;
}

header {
    width:80%;
    margin: 0 auto;
    max-width: 1600px;
}

@media screen and (max-width:780px){
    header {
        width: 95%;
        height: 53px;
        margin-bottom: 20px;
    }
}

.clearfix {
    height: 60px;
}

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

header h1 {
    float: left;
    transition: all 0.3s;
    margin-top: 10px;
}

@media screen and (max-width:780px){
    header h1 {
        margin-top: 20px;
    }
}

@media screen and (max-width:780px){
    .main-logo-pc {
        display: none;
    }
}

@media screen and (min-width:781px){
    .main-logo-sp {
        display: none;
    }
}

header h1:hover {
    opacity: 0.7;
}

.tel a {
    float: right;
    font-size: 30px;
    color: #00ace9;
    letter-spacing: 2px;
    margin-top: 27px;
    font-weight: 500;
}

@media screen and (max-width:780px){
    .tel {
        display: none;
    }
}

.tel a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/main_tel_icon.png);
    width: 25px;
    height: 28px;
    vertical-align: top;
    margin-right: 10px;
}

.btn-arrow:hover {
    background: #fff;
    color: #00ace9 !important;
  }
  
.btn-arrow:hover .btn-arrow-icon {
    fill: #00ace9;
  }

header nav {
    margin: 25px 0 0 0;
}


header nav a {
    display: block;  
    /* padding: 10px; */
    /* font-weight: 500; */
}

header nav span {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

header nav ul {
    display: flex;
    justify-content: center;
}

header nav li {
    text-align: center;
    border-left: dotted 1px #707070;
    width: 200px;
}

.about a {
    color: #9cac22;
    opacity: 0.8;
    transition: all 0.5s;
}

.about img {
    width: 38px;
}

.about a:hover {
    background-color:#e9eec5;
    opacity: 1;
}

.house a {
    color: #986b43;
    opacity: 0.8;
    transition: all 0.5s;
}

.house img {
    padding-top: 5px;
}

.house a:hover {
    background-color:#eedac6;
    opacity: 1;
}

.recruitment a {
    color: #e99682;
    opacity: 0.8;
    transition: all 0.5s;
}

.recruitment a:hover {
    background-color:#ffe3dc;
    opacity: 1;
}

.massage a {
    color: #55d3cb;
    opacity: 0.8;
    transition: all 0.5s;
}

.massage a:hover {
    background-color:#e2fffd;
    opacity: 1;
}

.shop a {
    color: #4b7746;
    opacity: 0.8;
    transition: all 0.5s;
}

.shop a:hover {
    background-color:#c7ecc3;
    opacity: 1;
}

.shop {
    border-right: dotted 1px #707070;
}

.pank {
    width: 100%;
    margin-top: 20px;
    background-color: #986B43;
    color: white;
    padding: 5px 10%;
    font-size: 12px;
}

@media screen and (max-width:780px){
    .pank {
        margin-top: 33px;
    }
}

.pank a {
    color:white;
}

.pank a:hover {
    opacity: 0.8;
    transition: all 0.5s;
}

.pank span {
    margin: 0px 5px;
}

.kv {
    background-image: url(../images/common/suvkv_sky_background.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #e99682;
    background-blend-mode: lighten;
    height: 460px;
}

.subkv {
    height: 350px;
    position: relative;
    text-align: center;
}

.subkv::before {
    content: "";
    background-image: url(../images/common/suvkv_background.png);
    background-size: 90%;
    background-repeat: repeat-x;
    animation: scroll-anim 120s linear infinite;
    width: 100%;
    height: 350px;
    position: absolute;
    display: block;
    top: 5%;
}

@media screen and (max-width:500px){
    .subkv::before {
        background-size: 300%;
        animation: scroll-anim 1000s linear reverse infinite;
    }
}

@keyframes scroll-anim {
    100% {
      background-position: -3000% 0;
    }
  }

.subkv h1 {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    margin-top: 20px;
}

@media screen and (max-width:780px){
    .subkv h1 {
        margin-top: 40px;
        top: 18%;
    }
}

.subkv h1 strong {
    display: block;
    color: #55d3cb;
    font-size: 40px;
    margin-top: 10px;
    letter-spacing: 3px;
}

.subkv h1 small {
    display: block;
    color: #55d3cb;
    font-size: 24px;
    margin-top: 20px;
}

@media screen and (min-width:432px){
    .pc-none6 {
        display: none;
    }
}

.kv-bottom-image {
    background-image: url(../images/common/kv_bottom_image.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: bottom;
    /* animation: scroll-anim 700s linear infinite; */
    height: 110px;
}

/* @media screen and (max-width:780px){
    .kv-bottom-image {
        animation: scroll-anim 1500s linear infinite;
    }
}

@media screen and (min-width:1650px){
    .kv-bottom-image {
        background-size: 90%;
        animation: scroll-anim 200s linear infinite reverse;
    }
} */

/* 訪問マッサージとはstart */

.massage-about {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/massage/massager-about_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 70px;
    position: relative;
}

@media screen and (max-width:780px){
    .massage-about {
        background-size: 50%;
    }
}

@media screen and (max-width:500px){
    .massage-about {
        padding: 50px 0;
        background-position-y: 3%;
    }
}

.massage-about::after {
    content: "";
    display: inline-block;
    width: 98px;
    height: 123px;
    background-image: url(../images/common/balloon_triple.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    right: 7%;
}

@media screen and (max-width:780px){
    .massage-about::after {
        background-size: 100%;
        right: 6%;
        width: 43px;
        height: 54px;
        top: 7%;
    }
}

.MASSAGE,.ATTRACTION,.FLOW,.MASSAGER {
    display: block;
    color: #55d3cb;
    margin-top: -20px;
}

@media screen and (max-width:780px){
    .MASSAGE,.ATTRACTION,.FLOW,.MASSAGER {
        font-size: 12px;
        margin-top: -14px;
    }
}

@media screen and (max-width:780px){
    .title img {
        width: 80%;
        min-width: 300px;
        max-width: 414px;
    }
}

.text-box {
    width: 60%;
    margin: auto;
}

@media screen and (max-width:1200px){
    .text-box {
        width: 80%;
    }
}

@media screen and (max-width:500px){
    .text-box {
        text-align: left;
    }
}

.text-box p {
    line-height:3;
    width: 100%;
    margin: 50px auto 0 auto;
    text-align: justify;
}

@media screen and (max-width:780px){
    .text-box p {
        line-height: 1.8;
        margin-top: 30px;
        width: 100%;
    }
}

.text-box strong {
    display: block;
    font-size: 36px;
    margin-top: 60px;
    letter-spacing: 3px;
    line-height: 1.4;
}

@media screen and (max-width:780px){
    .text-box strong {
        font-size: 30px;
        line-height: 1.2;
        margin-top: 40px;
    }
}

@media screen and (max-width:370px){
    .text-box strong {
        white-space: nowrap;
    }
}

@media screen and (min-width:780px){
    .pc-none {
        display: none;
    }
}

.massage-image-area {
    margin-top: 60px; 
}

@media screen and (max-width:780px){
    .massage-image-area {
        margin-top: 30px;
    }
}

.massage-image-area img {
    width: 900px;
}

@media screen and (max-width:900px){
    .massage-image-area img {
        width: 80%;
    }
}

.worries {
    text-align: center;
    padding-top: 70px;
    margin-top: 70px;
    position: relative;
}

@media screen and (max-width:780px){
    .worries {
        margin-top: 0px;
    }
}

.worries-area {
    background-color: #fff;
    border-top: solid 5px #986b43;
    border-bottom: solid 5px #986b43;
    width: 900px;
    margin: auto;
    position: relative;
}

@media screen and (max-width:900px){
    .worries-area {
        width: 80%;
    }
}

.worries-area::before {
    content: "";
    position: absolute;
    top: -44px;
    left: calc(50% - 40px);
    display: block;
    width: 80px;
    height: 80px;
    border-top: solid 3px #986b43;
    border-right: solid 3px #986b43;
    transform: rotate(-45deg) skew( calc((
                90deg - 
                70deg) / 2), calc((
                90deg - 
                70deg) / 2) );
}

.worries-area::after {
    content: "";
    position: absolute;
    top: -54px;
    left: calc(50% - 6px);
    display: block;
    width: 14px;
    height: 14px;
    background-color: #E3BC97;
    border-radius: 50%;
}

.worries-area h2 {
    font-size: 28px;
    width: 80%;
    display: inline-block;
    padding: 30px 0 20px 0;
    line-height: 1.3;
    color: #986b43;
}

@media screen and (max-width:464px){
    .worries-area h2 {
        font-size: 24px;
        margin-top: 0px;
    }
}

@media screen and (max-width:464px){
    .pc-none2 {
        display: none;
    }
}

.illust {
    margin-bottom: 40px;
}

.illust ul {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:780px){
    .illust ul {
        display: block;
    }
}

.illust li {
    position: relative;
}

@media screen and (max-width:780px){
    .illust li {
        margin-top: 20px;
    }
}

@media screen and (max-width:780px){
    .illust li:nth-of-type(1) {
        margin-top: 0px;
    }
}

.shoulder {
    background-color: #9cac22;
    width: 120px;
    height: 34px;
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    border-radius: 20px;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.waist {
    background-color: #e99682;
    width: 120px;
    height: 34px;
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    border-radius: 20px;
    top: 85%;
    left: 51%;
    transform: translateX(-50%);
    position: absolute;
}

.knees {
    background-color: #ffc529;
    width: 120px;
    height: 34px;
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    border-radius: 20px;
    top: 85%;
    left: 53%;
    transform: translateX(-50%);
    position: absolute;
}

@media screen and (max-width:780px){
    .knees {
        left: 51%;
    }
}

.text-group {
    background-color: #FFF9D1;
    width: 60%;
    margin: auto;
    padding: 25px 120px 25px 80px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width:780px){
    .text-group {
        padding: 15px 20px 0px 20px;
        width: 80%;
    }
}

.text-group::before {
    content: "";
    display: inline-block;
    background-image: url(../images/massage/worries_before.png);
    background-repeat: no-repeat;
    width: 145px;
    height: 140px;
    position: absolute;
    top: 35%;
    left: -47%;
}

@media screen and (max-width:780px){
    .text-group::before {
        background-size: 100%;
        width: 78px;
        height: 140px;
        position: absolute;
        top: 91%;
        left: -25%;
    }
}

.text-group::after {
    content: "";
    display: inline-block;
    background-image: url(../images/massage/worries_after.png);
    background-repeat: no-repeat;
    width: 161px;
    height: 116px;
    position: absolute;
    top: 53%;
    right: -47%;
}

@media screen and (max-width:780px){
    .text-group::after {
        background-size: 100%;
        width: 89px;
        height: 116px;
        position: absolute;
        top: 95%;
        right: -22%;
    }
}

.text-group strong {
    display: block;
    text-align: left;
    font-size: 22px;
    color: #986b43;
    line-height: 1.3;
    position: relative;
}

@media screen and (max-width:780px){
    .text-group strong {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.text-group strong::before {
    content: "";
    background-image: url(../images/massage/ramp.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -18%;
    top: -3%;
}

@media screen and (max-width:780px){
    .text-group strong::before {
        position: static;
        display: block;
        margin: auto;
    }
}

.text-group img {
    position: absolute;
    width: 100px;
    right: 2%;
    top: -16%;
}

@media screen and (max-width:780px){
    .text-group img {
        position: static;
        vertical-align: text-bottom;
    }
}


/* 訪問マッサージとはend */
/* offer start */

.offer {
    text-align: center;
    background-image: url(../images/massage/offer_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 90px 0;
    height: 310px;
}

@media screen and (max-width:780px){
    .offer {
        padding-top: 30px;
    }
}

.text-floor span {
    font-size: 35px;
    display: inline-block;
    margin-right: 8px;
    font-weight: 400;
    border-radius: 5px;
}

.white {
    background-color: white;
    color: #986b43;
    padding: 7px;
    box-shadow: 3px 3px 2px #986b43;
}

.brown {
    background-color: #986b43;
    color: white;
    padding: 7px;
    box-shadow: 3px 3px 2px #986b43;
}

.column {
    display: inline-block;
}

@media screen and (max-width:500px){
    .column {
        display: block;
        margin-top: 10px;
    }
}

.offer small {
    display: block;
    font-size: 26px;
    color: #986b43;
    margin: 30px 0 10px 0;
}

@media screen and (max-width:500px){
    .offer small {
        font-size: 22px;
    }
}

.offer strong {
    display: inline-block;
    font-size: 46px;
    color: #00ace9;
    letter-spacing: 3px;
    font-weight: 500;
}

@media screen and (max-width:500px){
    .offer strong {
        font-size: 36px;
        letter-spacing: 0px;
    }
}

.offer strong::before {
    content: "";
    display: inline-block;
    background-image: url(../images/massage/offer_tel.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    vertical-align: top;
    margin-right: 10px;
}

@media screen and (max-width:500px){
    .offer strong::before {
        background-size: 100%;
        width: 36px;
        height: 36px;
    }
}

/* offer end */
/* はうすの魅力start */

.attraction {
    text-align: center;
    padding-top: 100px;
    background-image: url(../images/massage/attraction_background01.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 0px;
}

@media screen and (max-width:780px){
    .attraction-title-pc {
        display: none;
    }
}

@media screen and (min-width:781px){
    .attraction-title-sp {
        display: none;
    }
}

.pro {
    max-width: 1000px;
    margin: 60px auto 0px auto;
    position: relative;
}

@media screen and (max-width:780px){
    .pro {
        margin-top: 30px;
        width: 85%;
    }
}

.pro img {
    display: block;
}

@media screen and (max-width:780px){
    .pro img {
        width: 100%;
    }
}

.text-range {
    width: 568px;
    padding: 34px 50px 34px 50px;
    position: absolute;
    text-align: left;
    background-color: white;
    right: 0%;
    top: 62%;
    border-radius: 10px;
    box-shadow: 30px 30px 0px #55d3cb;
}

@media screen and (max-width:780px){
    .text-range {
        position: static;
        width: 100%;
        border-radius: 0px;
    }
}

.text-range-left {
    left: 0%;
}

.text-range strong {
    display: block;
    margin-bottom: 25px;
    font-size: 30px;
    position: relative;
    line-height: 1.1;
}

.text-range strong::before {
    content: "";
    display: inline-block;
    border-top: solid 2px #55d3cb;
    width: 44px;
    height: 2px;
    vertical-align: middle;
    margin-right: 15px;
}

@media screen and (max-width:780px){
    .text-range strong::before {
        display: block;
        border-top: solid 1px #55d3cb;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 120%;
    }
}

@media screen and (min-width:780px){
    .pc-none3 {
        display: none;
    }
}

.text-range small {
    display: block;
    line-height: 1.6;
    color: #707070;
}

.relief {
    max-width: 1000px;
    margin: 130px auto 0px auto;
    position: relative;
    text-align: -webkit-right;
}

@media screen and (max-width:780px){
    .relief {
        margin-top: 50px;
        width: 85%;
    }
}

.relief img {
    display: block;
}

@media screen and (max-width:780px){
    .relief img {
        width: 100%;
    }
}

.relief-background {
    background-image: url(../images/massage/relief_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: -30px;
    padding-top: 10px;
    padding-bottom: 230px;
}

@media screen and (max-width:780px){
    .relief-background {
        background-image: none;
        padding-bottom: 40px;
    }
}

@media screen and (max-width:780px){
    .attraction {
        background-size: 50%;
    }
}

/* はうすの魅力end */
/* サービス利用の流れstart */

.flow {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(../images/massage/flow_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -20px;
}

@media screen and (max-width:780px){
    .flow {
        background-size: 50%;
    }
}

@media screen and (max-width:500px){
    .flow {
        padding: 50px 0 0 0;
        background-position-y: 3%;
    }
}

@media screen and (max-width:780px){
    .title img {
        width: 80%;
        min-width: 300px;
        max-width: 414px;
    }
}

.flow-contents-aqua {
    background-color: #E5FDFC;
    max-width: 1080px;
    margin: 50px auto 0 auto;
    padding: 50px ;
}

@media screen and (max-width:849px){
    .flow-contents-aqua {
        padding: 20px;
        margin-top: 30px;
        width: 85%;
    }
}

.flow-contents-white {
    background-image: url(../images/house/contents_background.png);
    background-size: cover;
    background-blend-mode: lighten;
    background-color: honeydew;
    margin: auto;
    border-radius: 10px;
    padding: 50px;
}

@media screen and (max-width:500px){
    .flow-contents-white {
        padding: 20px;
    }
}

.flow-contents-white li {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

@media screen and (max-width:849px){
    .flow-contents-white li {
        display: block;
        margin-bottom: 150px;
    }
}

@media screen and (max-width:849px){
    .flow-contents-white li:nth-of-type(3) {
        margin-bottom: 90px;
    }
}

.flow-image {
    width: 312px;
}

@media screen and (max-width:849px){
    .flow-image {
        width: 70%;
        margin-bottom: -10px;
    }
}

.flow-text {
    position: relative;
}

@media screen and (max-width:550px){
    .flow-text {
        margin-bottom: 32%;
    }
}

@media screen and (max-width:849px){
    .tel-contact {
        margin-top: 15px;
    }
}

@media screen and (max-width:849px){
    .consent-form {
        margin-top: 40px;
    }
}

@media screen and (max-width:849px){
    .home {
        margin-top: 40px;
    }
}

.flow-text strong {
    display: block;
    position: absolute;
    font-size: 30px;
    top: 16%;
    left: 27%;
    letter-spacing: 3px;
    line-height: 1.2;
}

@media screen and (max-width:849px){
    .flow-text strong {
        font-size: 22px;
        text-align: left;
        top: -26%;
        font-weight: 500;
    }
}

@media screen and (max-width:849px){
    #step01-tel {
        top: 14%;
    }
}

@media screen and (min-width:850px){
    .pc-none5 {
        display: none;
    }
}

.flow-text p {
    position: absolute;
    text-align: left;
    width: 70%;
    left: 28%;
    top:44%;
    color: #333333;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.4;
}

@media screen and (max-width:849px){
    .flow-text p {
        top: 84%;
        font-size: 16px;
    }
}

@media screen and (max-width:849px){
    .flow-text img {
        width: 100%;
    }
}

.condition {
    text-align: center;
    padding-top: 70px;
    position: relative;
}

@media screen and (max-width:780px){
    .condition {
        margin-top: 0px;
    }
}

.condition-area {
    background-color: #fff;
    border-top: solid 5px #986b43;
    border-bottom: solid 5px #986b43;
    width: 1080px;
    margin: auto;
    position: relative;
}

@media screen and (max-width:1080px){
    .condition-area {
        width: 80%;
    }
}

.condition-area::before {
    content: "";
    position: absolute;
    top: -44px;
    left: calc(50% - 40px);
    display: block;
    width: 80px;
    height: 80px;
    border-top: solid 3px #986b43;
    border-right: solid 3px #986b43;
    transform: rotate(-45deg) skew( calc((
                90deg - 
                70deg) / 2), calc((
                90deg - 
                70deg) / 2) );
}

.condition-area::after {
    content: "";
    position: absolute;
    top: -54px;
    left: calc(50% - 6px);
    display: block;
    width: 14px;
    height: 14px;
    background-color: #E3BC97;
    border-radius: 50%;
}

.condition-area h2 {
    font-size: 28px;
    width: 80%;
    display: inline-block;
    padding: 30px 0 20px 0;
    line-height: 1.3;
    color: #986b43;
    position: relative;
}

.condition-area h2::before {
    content: "";
    display: inline-block;
    background-image: url(../images/massage/condition-area_h2_decoration_left.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    vertical-align: middle;
}

@media screen and (max-width:780px){
    .condition-area h2::before {
        position: absolute;
        left: -7%;
        background-size: 70%;
    }
}

.condition-area h2::after {
    content: "";
    display: inline-block;
    background-image: url(../images/massage/condition-area_h2_decoration_right.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    vertical-align: middle;
}

@media screen and (max-width:780px){
    .condition-area h2::after {
        position: absolute;
        background-size: 70%;
        top: 27%;
        right: -10%;
    }
}

@media screen and (max-width:464px){
    .condition-area h2 {
        font-size: 24px;
        margin-top: 0px;
    }
}

@media screen and (min-width:781px){
    .pc-none4 {
        display: none;
    }
}

.symptoms {
    width: 57%;
    margin: auto;
}

@media screen and (max-width:780px){
    .symptoms {
        width: 100%;
    }
}

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

.symptoms li {
    float: left;
    margin: 0 10px 10px 0;
}

@media screen and (max-width:780px){
    .symptoms li {
        float: none;
        margin: 0 0 10px 0;
    }
}

.symptoms li:nth-of-type(4) {
    margin-right: 0px;
}

.symptoms li:nth-of-type(8) {
    margin-right: 0px;
}

.symptoms span {
    display: inline-block;
    width: 9rem;
    background-color: #986b43;
    color: white;
    border-radius: 30px;
    padding: 5px 0px;
}

@media screen and (max-width:780px){
    .symptoms span {
        width: 16rem;
    }
}

.condition-area h3 {
    display: block;
    color: #986b43;
    width: 56%;
    margin: 0px auto 20px auto;
    text-align: left;
    line-height: 1.3;
    font-size: 20px;
}

@media screen and (max-width:780px){
    .condition-area h3 {
        width: 75%;
        font-size: 16px;
    }
}

.condition-text {
    background-color: #FFF9D1;
    width: 60%;
    margin: auto;
    padding: 25px 120px 25px 80px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width:780px){
    .condition-text {
        padding: 15px 20px 0px 20px;
        width: 80%;
    }
}

.condition-text::before {
    content: "";
    display: inline-block;
    background-image: url(../images/massage/worries_before.png);
    background-repeat: no-repeat;
    width: 145px;
    height: 140px;
    position: absolute;
    top: 35%;
    left: -47%;
}

@media screen and (max-width:780px){
    .condition-text::before {
        background-size: 100%;
        width: 78px;
        height: 140px;
        position: absolute;
        top: 91%;
        left: -25%;
    }
}

.condition-text::after {
    content: "";
    display: inline-block;
    background-image: url(../images/massage/worries_after.png);
    background-repeat: no-repeat;
    width: 161px;
    height: 116px;
    position: absolute;
    top: 53%;
    right: -47%;
}

@media screen and (max-width:780px){
    .condition-text::after {
        background-size: 100%;
        width: 89px;
        height: 116px;
        position: absolute;
        top: 95%;
        right: -22%;
    }
}

.condition-text strong {
    display: block;
    text-align: left;
    font-size: 22px;
    color: #986b43;
    line-height: 1.3;
    position: relative;
}

@media screen and (max-width:780px){
    .condition-text strong {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.condition-text strong::before {
    content: "";
    background-image: url(../images/massage/ramp.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -14%;
    top: -3%;
}

@media screen and (max-width:780px){
    .condition-text strong::before {
        position: static;
        display: block;
        margin: auto;
    }
}

.condition-text img {
    position: absolute;
    width: 90px;
    right: 4%;
    top: -32%;
}

@media screen and (max-width:780px){
    .condition-text img {
        position: static;
        vertical-align: text-bottom;
    }
}


/* サービス利用の流れend */
/* マッサージ師紹介start */

.massager {
    text-align: center;
    padding-top: 100px;
    background-image: url(../images/massage/massager_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 20px;
}

.massager-contents {
    margin-top: 40px;
}

.massager-contents li {
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 60px auto;
    align-items: flex-start;
    padding: 15px 30px 15px 60px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 30px 30px 0px #55d3cb;
}

@media screen and (max-width:780px){
    .massager-contents li {
        display: block;
        width: 90%;
        padding: 15px 30px;
    }
}

.massager-text {
    text-align: left;
    margin-left: 20px;
    margin-top: 30px;
}

@media screen and (max-width:780px){
    .massager-text {
        margin: 20px 0 0 0;
    }
}

.massager-text h1 {
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #55d3cb;
    font-weight: 600;
}

@media screen and (max-width:780px){
    .massager-text h1 {
        text-align: center;
    }
}

@media screen and (max-width:780px){
    .massager-text span {
        display: block;
        margin-bottom: -6px;
    }
}

.massager-text b {
    font-size: 20px;
    margin-right: 15px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0px;
}

@media screen and (max-width:780px){
    .massager-text b {
        margin: 0 0 10px 0;
    }
}

.massager-text em {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}

@media screen and (max-width:780px){
    .massager-text em {
        margin: 0;
    }
}

.status {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

@media screen and (max-width:500px){
    .status {
        display: block;
    }
}

.status strong {
    width: 8rem;
    background-color: #55d3cb;
    display: inline-block;
    color: white;
    text-align: center;
    border-radius: 20px;
    padding: 3px 0;
    font-size: 18px;
    margin-right: 30px;
}

@media screen and (max-width:500px){
    .status strong {
        margin: 0 0 10px 0;
    }
}

.status p {
    font-size: 18px;
    margin-right: 20px;
}

@media screen and (max-width:780px){
    .status p {
        margin-bottom: 8px;
    }
}

.status small {
    width: 70%;
    display: inline-block;
    line-height: 1.6;
    color: #707070;
}

@media screen and (max-width:500px){
    .status small {
        width: 100%;
    }
}

.MASSAGER {
    display: block;
    margin-top: -13px;
    color: #55d3cb;
}

/* マッサージ師紹介end */
/* サービス要項start */

.essentials {
    margin-top: 150px;
}

.heading {
    background-image:url(../images/massage/essentials_heading_background.png);
    background-size: cover;
    background-position: center;
    height: 403px;
    position: relative;
}

.heading img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width:464px){
    .heading img {
        width: 70%;
        min-width: 300px;
        top: 5%;
    }
}

@media screen and (max-width:1090px){
    .essentials {
        margin-top: 80px;
    }
}

.essentials-contents {
    margin-top: 80px;
}

@media screen and (max-width:500px){
    .essentials-contents {
        margin-top: 30px;
    }
}

.essentials-contents-heading {
    width: 60%;
    margin: auto;
    text-align: center;
}

@media screen and (max-width:646px){
    .essentials-contents-heading {
        width: 100%;
    }
}

@media screen and (max-width:1080px){
    .essentials-contents-heading {
        width: 100%;
        margin-bottom: 30px;
    }
}

.essentials-contents-heading small {
    display: block;
    color: #707070;
    margin-bottom: 10px;
}

.essentials-contents-heading small::before {
    content: "";
    display: inline-block;
    background-image: url(../images/house/access_access-contents-heading_logo.png);
    background-size: cover;
    width: 122px;
    height: 85px;
    margin-right: 13px;
    vertical-align: middle;
}

@media screen and (max-width:400px){
    .essentials-contents-heading small::before {
        margin-right: 0px;
    }
}

.essentials-contents-heading p {
    font-size: 22px;
    line-height: 1.5;
    margin-right: 20px;
}

@media screen and (max-width:500px){
    .essentials-contents-heading p {
        margin-right: 0px;
    }
}

.essentials-contents-heading strong {
    display: inline-block;
    font-size: 55px;
    letter-spacing: 6px;
}

@media screen and (max-width:387px){
    .essentials-contents-heading strong {
        letter-spacing: 6px;
    }
}

.essentials-contents-heading h1 {
    display: flex;
    color: #55d3cb;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:500px){
    .essentials-contents-heading h1 {
        flex-direction: column;
    }
}

.essentials-text {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 70px auto 20px auto;
}

/* @media screen and (max-width:1080px){
    .text-range-left,.text-range-right {
        display: inline-block;
    }
} */

@media screen and (max-width:1080px){
    .essentials-text {
        display: block;
        width: 100%;
        margin: auto;
        padding: 0 30px;
    }
}

@media screen and (max-width:1080px){
    .essentials-text img {
        width: 100%;
    }
}

.essentials-text-left {
    margin-right: 60px;
}

@media screen and (max-width:1080px){
    .essentials-text-left {
        margin-right: 0px;
    }
}

.essentials-text p {
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 1.6;
}

.essentials-text-item {
    margin-bottom: 40px;
}

.essentials-time {
    font-size: 16px;
}

.essentials-tel {
    font-size: 28px;
    color: #55d3cb;
    display: inline-block;
}

.essentials-tel::before {
    content: "";
    display: inline-block;
    background-image: url(../images/massage/essentials_tel_icon.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    vertical-align: sub;
    margin-right: 10px;
}

.essentials-text-item h2 {
    font-size: 28px;
    color: #55d3cb;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #55d3cb;
    padding: 7px 20px 5px 20px ;
    width: 100%;
    letter-spacing: 1px;
}

@media screen and (max-width:500px){
    .essentials-text-item h2 {
        font-size: 22px;
        padding: 3px 0px 2px 5px;
        line-height: 40px;
    }
}

.essentials-text-item h2::before {
    content: "";
    display: inline-block;
    background-image: url(../images/massage/essentials_ramp_icon.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    background-size: 100%;
}

@media screen and (max-width:500px){
    .essentials-text-item h2::before {
        margin-right: 5px;
        vertical-align: text-bottom;
    }
}

.essentials-text-item strong {
    display: block;
    font-size: 24px;
    margin: 20px auto 20px auto;
    line-height: 1.3;
    width: 80%;
}

@media screen and (max-width:500px){
    .essentials-text-item strong {
        font-size: 22px;
    }
}

.essentials-text-item span {
    display: block;
    margin: 0 auto 10px auto;
    width: 80%;
    line-height: 1.3;
    font-size: 18px;
    position: relative;
}

.essentials-text-item span::before {
    content: "■";
    display: inline-block;
    color: #55d3cb;
    font-size: 18px;
    position: absolute;
    left: -6%;
}

@media screen and (max-width:500px){
    .essentials-text-item span::before {
        left: -9%;
    }
}

.essentials-decoration {
    text-align: center;
}

/* サービス要項end */

/* common start */

.common-area {
    width: 100%;
    margin: auto;
    max-width: 1080px;
    margin-bottom: 70px;
    margin-top: 70px;
    display: flex;
    padding: 0 30px;
  }

  @media(max-width:780px) {
      .common-area {
          display: block;
          padding: 0 30px;
          margin-bottom: 50px;
          margin-top: 50px;
      }
  }

  .news,.online-store {
      width: 48%;
      margin-right: 4%;
  }

  @media(max-width:780px) {
      .news {
        margin-top: 20px;
        width: 100%;
      }
  }

  .common-title small {
      /* display: block; */
      font-size: 16px;
  }

  @media(max-width:780px) {
    .common-title small {
      font-size: 14px;
    }
}

  .common-title-news small::before {
    content: "";
    background-image: url(../images/common/news_icon.png);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    vertical-align:text-top;
  }

  .common-title strong {
      display: block;
      font-size: 28px;
      margin-top: 5px;
      letter-spacing: 3px;
  }

  .article-area {
      border-bottom: dashed 1px #707070;
  }

  .news a {
    transition: all 0.5s;
    display: inline-block;
    padding-bottom: 10px;
  }

  .news a:hover {
    opacity: 0.6;
  }

  .news_article_image_pc {
      margin-right: 20px;
      margin-bottom: 10px;
      width: 100%;
  }

  .article-area small {
      display: block;
      color: #986b43;
      font-size: 14px;
      letter-spacing: 3px;
      font-weight: 500;
  }

  .article-area strong {
      display: block;
      font-size: 20px;
      margin-top: 10px;
      color: #333333;
      letter-spacing: 3px;
  }

  .article-area p {
      font-size: 14px;
      margin-top: 12px;
      line-height: 1.4;
      color: #707070;
      letter-spacing: 2px;
  }

  .news-list-btn {
    float: right;
    display: block;
    color: #333333;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s;
}

.news-list-btn::before {
    content: "";
    display: block;
    position: absolute;
    top:8%;
    right: 90px;
    width: 20px;
    height: 5px;
    border: none;
    border-bottom: 1px solid #333333;
    transition: .3s;
}

.news-list-btn:hover {
    opacity: 0.8;
}

  .common-title-online-store small::before {
    content: "";
    background-image: url(../images/common/online_s_icon.png);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  } 

  .common-title-news,.common-title-online-store {
    margin-bottom: 20px;
}

@media screen and (max-width:780px){
  .common-title-news,.common-title-online-store {
      text-align: center;
  }
}

  .online-store {
      margin-right: 0;
  }

  @media screen and (max-width:780px){
    .online-store {
        margin-top: 70px;
        width: 100%;
    }
  }

  .online-store-image-pc {
      width: 100%;
  }

  .detail {
      display: flex;
      justify-content: space-between;
  }

  @media screen and (max-width:780px){
    .detail {
        display: block;
    }
}

  .text-zone strong,.btn-zone a {
      display: block;
  }

  .text-zone {
      margin-left: 10px;
  }

  @media screen and (max-width:780px){
    .text-zone {
        margin-top: -40px;
        text-align: center;
    }
}

  .text-zone strong:nth-of-type(1) {
    color: #986b43;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 15px 0 10px 6px;
    position: relative;
    text-align: left;
  }

  .text-zone strong:nth-of-type(1)::before {
      content: "";
      display: inline-block;
      position: absolute;
      border-right: solid 2px #986b43;
      height: 26px;
      margin-left: -10px;
  }

  .text-zone strong:nth-of-type(2) {
    color: #FFC529;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 6px;
    position: relative;
    text-align: left;
}

.text-zone strong:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-right: solid 2px #FFC529;
    height: 26px;
    margin-left: -10px;
}

.btn-zone p {
    text-align: left;
}

.btn-zone span {
    display: block;
    font-size: 32px;
    letter-spacing: 2px;
    color: #986b43;
    margin-top: 10px;
    font-weight: 500;
    margin-left: -15px;
    text-align: left;
}

.btn-zone span::before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/sales_tel_icon.png);
    width: 25px;
    height: 28px;
    vertical-align: top;
    margin-right: 10px;
}

.merchandise-pc {
    position: relative;
    top: -30px;
    margin-right: 10px;
    background-image: url(../images/common/online-store_background_image.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.merchandise-sp {
    text-align: center;
    position: relative;
    top: -50px;
}

.merchandise-sp img {
    width: 100%;
    max-width: 170px;
}

.merchandise-pc img {
    width: 177px;
}

@media screen and (max-width:780px){
    .merchandise-pc {
        display: none;
    }
  }

@media screen and (min-width:781px) {
    .merchandise-sp {
        display: none;
    }
}

/* フッターstart */

footer {
    background-image: url(../images/common/footer_background_image.png);
    background-size: cover;
    height: 420px;
    text-align: center;
    color: white;
}

@media screen and (max-width:780px){
    footer {
        background-image: url(../images/common/SP/footer_background_image_sp.png);
        background-size: cover;
        height: auto;
    }
  }

.information {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

@media screen and (max-width:780px){
    .information {
        display: block;
    }
  }

.address {
    text-align: left;
    margin-left: 10px;
}

.address a {
    color: white;
}

@media screen and (max-width:780px){
    .address {
        margin: 30px 0 0 0;
        text-align: center;
        line-height: 1.6;
    }
  }

.address small {
    display: block;
    margin: 15px 0;
}

.address strong {
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
}

@media screen and (max-width:500px){
    .address strong {
        font-size: 24px;
    }
  }

.address strong:nth-of-type(1) {
    margin-bottom: 10px;
}

@media screen and (max-width:780px){
    .address strong:nth-of-type(1) {
        margin-bottom: 0px;
    }
  }

.address h3 {
    font-size: 20px;
}

.footer-btn {
    display: inline-block;
    margin-right: 40px;
    margin-top: 40px;
}

@media screen and (max-width:780px){
    .footer-btn {
        display: block;
        text-align: center;
        margin: 40px 0;
    }
  }

.footer-btn:nth-of-type(5) {
    margin-right: 0;
}

.footer-btn a {
    color: white;
    transition: all 0.5s;
}

.footer-btn a:hover{
    opacity: 0.8;
}

.footer-minibtn {
    display: inline-block;
    margin-top: 55px;
}

.footer-minibtn a:hover {
    opacity: 0.8;
}

@media screen and (max-width:780px){
    .footer-minibtn {
        display: block;
        text-align: center;
        margin: 20px 0;
    }
  }

.footer-minibtn a {
    color: white;
    font-size: 14px;
    transition: all 0.5s;
}


/* .sns-btn {
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.sns-btn:hover {
    opacity: 0.8;
}

.sns-btn:nth-of-type(3) {
    margin-right: 0;
}

.sns-btn img {
    width: 45px;
} */

.copy {
    font-size: 14px;
    margin-top: 60px;
}

@media screen and (max-width:780px){
    .copy {
        padding-bottom: 20px;
    }
  }

/* ここからSP */
@media(max-width: 780px) {
    header nav,.contactarea {
        display: none;
    }
}

.hamburger-menu {
    position: fixed;
    height: 70px;
    width: 70px;
    /* overflow: hidden; */
    right: 5%;
    top: 7px;
    z-index: 100000000;
    border-radius: 50px;
    background-color: #fffbf7;
  }
  
label {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

.hamburger-menu span {
    width: 30px;
    height: 1px;
    background-color: #986b43;
    position: absolute;
    right: 28%;
    transition: .3s;
    z-index: 100;
}

.hamburger-menu small {
    display: inline-block;
    z-index: 100;
    position: absolute;
    transition: 3s;
    top: 50%;
    right: 19px;
    font-size: 11px;
    color: #986b43;
    margin-top: 4px;
    font-weight: 600;
}

.span1 {
    top: 22px;
}

.span2 {
    top: 32px;
}

#check:checked ~ .span2 {
    width: 27px;
    transform: rotate(-30deg);
    top: 27px;
}

#check:checked ~ .span1 {
  width: 27px;
  transform: rotate(30deg);
  top: 27px;
}

#check {
  display: none;
}

.hamburger-background {
    width: 80%;
    height: 450px;
    background-color: #fffbf7;
    padding: 50px 30px 0 20px;
    text-align: left;
    list-style: none;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 1s;
    z-index: 10;
    /* opacity: 0.9; */
  }

.hamburger-background a {
    display: block;
    height: 50px;
    line-height: 41px;
}

#ham-about {
    border-top: dotted 1px #333333;
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    color: #9cac22;
    margin-top: 20px;
}

#ham-about::before {
    content: "";
    background-image: url(../images/common/header_about_icon.svg);
    background-size: cover;
    width: 30px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

#ham-house {
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    margin-top: 0;
    color: #986b43;
}

#ham-house::before {
    content: "";
    background-image: url(../images/common/header_house_icon.svg);
    background-size: cover;
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#ham-recruitment {
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    margin-top: 0;
    color: #e99682;
}

#ham-recruitment::before {
    content: "";
    background-image: url(../images/common/header_recruitment_icon.svg);
    background-size: cover;
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#ham-massage {
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    margin-top: 0;
    color: #55d3cb;
}

#ham-massage::before {
    content: "";
    background-image: url(../images/common/header_massage_icon.svg);
    background-size: cover;
    width: 30px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#ham-shop {
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    margin-top: 0;
    color: #4b7746;
}

#ham-shop::before {
    content: "";
    background-image: url(../images/common/header_shop_icon.svg);
    background-size: cover;
    width: 30px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ham-tel a {
    font-size: 28px;
    color: #00ace9;
    text-align: center;
    margin-top: 10px;
}

.ham-tel a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/main_tel_icon.png);
    width: 25px;
    height: 28px;
    vertical-align: sub;
    margin-right: -3px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ham-logo {
    text-align: center;
}
  
#check:checked ~ .hamburger-background {
    right: 0;
} 

@media(min-width:781px) {
    .hamburger-menu {
        display: none;
    }
}

@media(max-width:780px) {
    .introduction img {
        display: none;
}
}

/* balloon */
.balloon_contents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100vh; */
  }
  .bl01 {
    animation: bl01 45s infinite;
    position: absolute;
    width: 20px;
  }
  .bl02 {
    animation: bl02 40s infinite;
    position: absolute;
    width: 30px;
  }
  .bl03 {
    animation: bl03 30s infinite;
    position: absolute;
    width: 30px;
  }
  .bl04 {
    animation: bl04 45s infinite;
    position: absolute;
    width: 40px;
  }
  .bl05 {
    animation: bl05 40s infinite;
    position: absolute;
    width: 30px;
  }
  .bl06 {
    animation: bl06 50s infinite;
    position: absolute;
    width: 50px;
  }
  @keyframes bl01{
    0% {
      top: 120vh;
      left: 30%
    }
    20% {
      left: 50%
    }
    40% {
      left: 40%
    }
    60% {
      left: 50%
    }
    80% {
      left: 20%
    }
    100% {
      top: -500px;
      left: 50%
    }
  }
  @keyframes bl02{
    0% {
      top: 200vh;
      left: 90%
    }
    20% {
      left: 80%
    }
    40% {
      left: 90%
    }
    60% {
      left: 80%
    }
    80% {
      left: 90%
    }
    100% {
      top: -500px;
      left: 100%
    }
  }
  @keyframes bl03{
    0% {
      top: 100vh;
      left: 10%
    }
    20% {
      left: 0%
    }
    40% {
      left: 10%
    }
    60% {
      left: -10%
    }
    80% {
      left: 20%
    }
    100% {
      top: -200px;
      left: 10%
    }
  }
  @keyframes bl04{
    0% {
      top: 150vh;
      left: 10%
    }
    20% {
      left: 0%
    }
    40% {
      left: 10%
    }
    60% {
      left: -10%
    }
    80% {
      left: 20%
    }
    100% {
      top: -200px;
      left: 10%
    }
  }
  @keyframes bl05{
    0% {
      top: 120vh;
      left: 20%
    }
    20% {
      left: 10%
    }
    40% {
      left: 60%
    }
    60% {
      left: 50%
    }
    80% {
      left: 20%
    }
    100% {
      top: -500px;
      left: 50%
    }
  }
  @keyframes bl06{
    0% {
      top: 250vh;
      left: 40%
    }
    20% {
      left: 80%
    }
    40% {
      left: 90%
    }
    60% {
      left: 50%
    }
    80% {
      left: 90%
    }
    100% {
      top: -500px;
      left: 100%
    }
  }








  









