@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%;
    }
}

@media screen and (max-width:780px){
    .subkv h1 img {
        width: 70%;
    }
}

.subkv h1 strong {
    display: block;
    color: #986b43;
    font-size: 40px;
    margin-top: 10px;
    letter-spacing: 2px;
}

@media screen and (max-width:432px){
    .subkv h1 strong {
        margin-top: 10px;
    }
}

.subkv h1 small {
    display: block;
    color: #986b43;
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.2;
}

@media screen and (max-width:432px){
    .subkv h1 small {
        font-size: 20px;
        margin-top: 10px;
    }
}

@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;
    }
} */

.house-about {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(../images/house/house_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){
    .house-about {
        background-size: 50%;
    }
}

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

.house-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: 10%;
}

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

.HOUSE,.MANAGEMENT{
    display: block;
    color: #986b43;
    margin-top: -20px;
}

@media screen and (max-width:780px){
    .HOUSE,.MANAGEMENT {
        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: 61%;
    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: 28px;
        line-height: 1.2;
        margin-top: 40px;
    }
}

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

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

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

.house-image-area {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    max-width: 1080px;
    align-items: flex-start;
}

@media screen and (max-width:1100px){
    .house-image-area {
        display: block;
    }
}

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

.house-image-area img {
    width: 540px;
}

@media screen and (max-width:680px){
    .house-image-area img {
        width: 100%;
    }
}


.decoration {
    margin-top: 70px;
}

@media screen and (max-width:1200px){
    .decoration {
        width: 50%;
        max-width: 346px;
        min-width: 250px;
    }
}

@media screen and (max-width:680px){
    .decoration {
        margin-top: 50px;
    }
}

.management {
    background-image: url(../images/house/management_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    text-align: center;
    padding-top: 70px;
}

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

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

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

.list-zone {
    background-color: #F5D4B6;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    border-radius: 10px;
    max-width: 1200px;
    padding: 50px 0 60px 0;
}

@media screen and (max-width:780px){
    .list-zone {
        padding: 20px 0 30px 0;
        margin-top: 40px;
    }
}

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

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

.ab-area {
    padding-top: 50px;
}

.a-area,.b-area {
    width: 90%;
    margin: auto;
}

.b-area {
    margin-top: 30px;
}

.ab-area h2 {
    font-size: 26px;
    letter-spacing: 3px;
    margin-top: 15px;
    padding-bottom: 10px;
}

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

.a-area h2 {
    border-bottom: solid 1px #00ace9;
    display: inline-block;
}

.b-area h2 {
    border-bottom: solid 1px #9cac22;
    display: inline-block;
}

.big-a {
    font-size: 40px;
    color: #00ace9;
}

.big-b {
    font-size: 40px;
    color: #9cac22;
}

.ab-area p {
    width: 94%;
    margin: 20px auto 0 auto;
    line-height: 2;
    text-align: left;
    color: #333;
}

.table-area {
    width: 90%;
    margin: 50px auto 0px auto;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px 50px 50px 50px;
    border: solid 1px #ffd6d6;
    box-shadow: 4px 4px 10px #ededed;
}

@media screen and (max-width:780px){
    .table-area {
        padding: 40px 10px 40px 10px;
    }
}

.table-area h3 {
    font-size: 20px;
    color: #986b43;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #ffe3dc;
    padding: 15px 30px 15px 40px;
    vertical-align: middle;
    border-radius: 25px 0 0 25px;
    width: 100%;
    position: relative;
}

@media screen and (max-width:540px){
    .table-area h3 {
        line-height: 1.4;
        border-radius: 50px 0 0 50px;
        padding: 10px 30px 10px 50px;
    }
}

.table-area h3:before {
    content: '●';
    color: white;
    position: absolute;
    left: 2%;
}

@media screen and (max-width:540px){
    .table-area h3:before {
        font-size: 30px;
        top: 24%;
        left: 6%;
    }
}

@media screen and (max-width:540px){
    .table-area h3 span {
        display: none;
    }
}

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

.text-room {
    display: flex;
    justify-content: center;
    text-align: center;
    letter-spacing: 2px;
}

@media screen and (max-width:780px){
    .text-room {
        font-size: 14px;
    }
}

.text-room li {
    padding: 30px 0;
}

.item {
    width: 35%;
    background-color: #e99682;
}

@media screen and (max-width:540px){
    .item {
        width: 12%;
    }
}

.text-room li {
    color: #333;
}

.a-zone li:nth-of-type(5),.b-zone li:nth-of-type(5){
    border-bottom: 1px solid #e99682;
}

.item li {
    color: white;
    border-top: solid 1px white;
}

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

.item li:nth-of-type(1),.a-zone li:nth-of-type(1),.b-zone li:nth-of-type(1) {
    padding: 20px 0;
}

@media screen and (max-width:780px){
    .a-zone li:nth-of-type(1),.b-zone li:nth-of-type(1) {
        padding: 13px 0;
    }
}

.a-zone,.b-zone {
    width: 60%;
}

.a-zone li:nth-of-type(1) {
    color: #00ace9;
}

.b-zone li:nth-of-type(1) {
    color: #9cac22;
}

.a-zone li,.b-zone li{
    border-top: 1px solid #e99682;
}

@media screen and (max-width:780px){
    .a-zone li:nth-of-type(3),.b-zone li:nth-of-type(3) {
        line-height: 1.3;
        padding: 9px 0;
    }
}

@media screen and (max-width:540px){
    .a-zone li:nth-of-type(2),.b-zone li:nth-of-type(2) {
        padding: 37px 0;
    }
}

@media screen and (max-width:540px){
    .a-zone li:nth-of-type(3),.b-zone li:nth-of-type(3) {
        padding: 24px 0;
    }
}

@media screen and (max-width:540px){
    .a-zone li:nth-of-type(4),.b-zone li:nth-of-type(4) {
        padding: 51px 0;
    }
}

@media screen and (max-width:540px){
    .a-zone li:nth-of-type(5),.b-zone li:nth-of-type(5) {
        padding: 37px 0;
    }
}

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

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

.management-decoration {
    position: relative;
    top: 80px;
    width: 300px;
}

@media screen and (max-width:780px){
    .management-decoration {
        top: 40px;
        width: 70%;
    }
}

.a-house {
    background-image: url(../images/house/a_house_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: left;
    text-align: center;
    padding-top: 130px;
    margin-top: 50px;
}

@media screen and (max-width:780px){
    .a-house {
        padding-top: 70px;
        background-size: 50%;
        margin-top: 50px;
    }
}

.description {
    margin: auto;
    margin-top: 60px;
    width: 100%;
    position: relative;
    max-width: 1200px;
    display: flex;
}

@media screen and (max-width:1090px){
    .description {
        display: flex;
        flex-direction: column-reverse;
        /* height: 1500px; */
    }
}

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

.bean {
    background-image: url(../images/about/message_textarea_background.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 90;
    display: inline-block;
    height: 700px;
    width: 550px;
    position: relative;
}

@media screen and (min-width:1091px){
    .bean {
        left: 20px;
    }
}

@media screen and (max-width:1090px){
    .bean {
        background-image: url(../images/about/message_textfloor_1200_background.png);
        background-size: 120% 130%;
        width: 100%;
        overflow: hidden;
        background-position: bottom;
        height: auto;
    }
}

@media screen and (max-width:450px){
    .bean {
        background-size:cover;
        margin-top: -70px;
    }
}

.text-floor {
    text-align: left;
    width: 70%;
    position: absolute;
    top: 90px;
    left: 70px;
}

.b-text-floor {
    text-align: left;
    width: 70%;
    position: absolute;
    top: 90px;
    left: 90px;
}

@media screen and (max-width:1090px){
    .text-floor {
        text-align: left;
        width: 80%;
        position: static;
        margin: 50px auto;
    }
}

.text-floor::after {
    content: "";
    display: block;
    clear: both;
  }

.text-floor strong {
    font-size: 35px;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
    display: block;
}

@media screen and (max-width:780px){
    .text-floor strong {
        font-size: 30px;
        letter-spacing: 1px;
    }
}

.text-floor strong span {
    background-color: #00ace9;
    font-size: 32px;
    color: white;
    border-radius: 50%;
    padding: 16px 22px;
    margin-right: 8px;
}

@media screen and (max-width:780px){
    .text-floor strong span {
        padding: 10px 16px;
    }
}

.b-text-floor strong span {
    background-color: #9cac22;
    font-size: 32px;
    color: white;
    border-radius: 50%;
    padding: 16px 22px;
    margin-right: 8px;
} 

@media screen and (max-width:780px){
    .text-floor strong span {
        font-size: 35px;
        padding: 10px 16px;
    }
}

.text-floor strong b {
    color: #00ace9;
    font-size: 40px;
    vertical-align: middle;
}

@media screen and (max-width:780px){
    .text-floor strong b {
        line-height: 0px;
    }
}

.b-text-floor strong b {
    color: #9cac22;
}

@media screen and (max-width:1090px){
    .text-floor strong br {
        display: none;
    }
}

@media screen and (max-width:522px){
    .text-floor strong br {
        display: block;
    }
}

.text-floor p {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
}

@media screen and (max-width:780px){
    .text-floor p {
        font-size: 16px;
        margin-top: 10px;
    }
}

.works h4 {
    font-size: 18px;
    border: solid 2px #00ace9;
    display: inline-block;
    border-radius: 30px;
    padding: 3px 18px 3px 18px;
    margin: 30px 0 15px 0;
    font-weight: 500;
}

@media screen and (max-width:780px){
    .works h4 {
        margin-top: 10px;
    }
}

.b-house h4 {
    border: solid 2px #9cac22;
}

.works ul {
    display: flex;
}

.works li {
    margin-right: 20px;
}

@media screen and (max-width:1090px){
    .works ul {
        justify-content: flex-start;
    }
}

@media screen and (max-width:507px){
    .works ul {
        flex-direction: column;
    }
}

@media screen and (max-width:1090px){
    .works li {
        margin-right: 20px;
    }
}

@media screen and (max-width:507px){
    .works li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.works li::before {
    content: "";
    display: inline-block;
    border-top: solid 1px #00ace9;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.b-house li::before {
    border-top: solid 1px #9cac22;
}

.annotation {
    margin: 30px auto 0 auto;
    display: flex;
    align-items: baseline;
    color: #5a5a5a;
    width: 80%;
}

@media screen and (max-width:400px){
    .annotation {
        margin: 10px 0 0 0;
        width: 100%;
    }
}

.text-floor small {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    margin-left: 7px;
}

.avatar-area {
    position: absolute;
    display: inline-block;
    right: 30px;
    top:-30px;
}

.avatar-area img {
    width: 700px;
}

@media screen and (max-width:1090px){
    .avatar-area {
        width: 100%;
        margin: auto;
        position: static;
    }
}

@media screen and (max-width:1090px){
    .avatar-area img {
        width: 100%;
    }
}
/* はうすのA型事業所end */

/* はうすのB型事業所start */
.b-house {
    background-image: url(../images/house/b_house_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    text-align: center;
    padding-top: 190px;
    margin-top: -180px;
}

@media screen and (max-width:1090px){
    .b-house {
        margin-top: 0px;
    }
}

@media screen and (max-width:780px){
    .b-house {
        padding-top: 70px;
        background-size: 50%;
    }
}

.b-description {
    margin: auto;
    margin-top: 60px;
    width: 100%;
    position: relative;
    max-width: 1200px;
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width:1090px){
    .b-description {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:780px){
    .b-description {
        margin-top: 30px;
    }
}

.b-bean {
    background-image: url(../images/house/b_house_bean_background.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 90;
    display: inline-block;
    height: 650px;
    width: 550px;
    position: relative;
}

@media screen and (min-width:1091px){
    .b-bean {
        left: -20px;
    }
}

@media screen and (max-width:1090px){
    .b-bean {
        background-image: url(../images/house/b-house_bean1090_background.png);
        background-size: 120% 130%;
        width: 100%;
        overflow: hidden;
        background-position: bottom;
        height: auto;
    }
}

@media screen and (max-width:450px){
    .b-bean {
        background-size:cover;
        margin-top: -60px;
    }
}

.b-avatar-area {
    position: absolute;
    display: inline-block;
    left: 30px;
    top:-30px;
}

.b-avatar-area img {
    width: 700px;
}

@media screen and (max-width:1090px){
    .b-avatar-area {
        width: 100%;
        margin: auto;
        position: static;
    }
}

@media screen and (max-width:1090px){
    .b-avatar-area img {
        width: 100%;
    }
}

/* はうすのB型事業所end */
/* 1日のスケジュールstart */
.schedule {
    height: 715px;
    background-image: url(../images/house/schedule_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: left;
    text-align: center;
    padding-top: 170px;
    margin-top: -50px;
}

@media screen and (max-width:1090px){
    .schedule {
        background-size: 50%;
        margin-bottom: 50px;
        margin-top: 0px;
        padding-top: 100px;
    }
}

.schedule-area {
    background-color: #fff;
    border-top: solid 5px #986b43;
    border-bottom: solid 5px #986b43;
    width: 80%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.schedule-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) );
}

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

.text-group h2 {
    font-size: 28px;
    border-bottom: 1px solid #333333;
    width: 80%;
    display: inline-block;
    padding: 30px 0 20px 0;
    margin-bottom: 40px;
    position: relative;
}

@media screen and (max-width:464px){
    .text-group h2 {
        font-size: 24px;
        margin-top: 40px;
    }
}

.text-group h2::before {
    content: "";
    display: inline-block;
    background-image: url(../images/house/schedule_icon.svg);
    background-size: cover;
    width: 45px;
    height: 45px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

@media screen and (max-width:464px){
    .text-group h2::before {
    content: "";
    display: inline-block;
    background-image: url(../images/house/schedule_icon.svg);
    background-size: cover;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -28px;
    left: calc(45% - 6px);
    }
}

.time {
    display: flex;
    justify-content: center;
    text-align: left;
    margin-bottom: 25px;
}

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

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

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

}

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

@media screen and (max-width:1090px){
    .time {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:464px){
    .time {
        margin-left: -27px;
    }
}

@media screen and (min-width:1090px){
    .time ul:nth-of-type(1) {
        margin-right: 80px;
    }
}

@media screen and (max-width:1090px){
    .time ul:nth-of-type(2) {
        margin-right: -42px;
    }
}

.time li {
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

@media screen and (max-width:464px){
    .time li {
        font-size: 16px;
    }
}

.time li::before {
    content: "";
    display: inline-block;
    background-image: url(../images/house/schedule_text_parts.svg);
    background-size: cover;
    width: 55px;
    height: 15px;
    margin-right: 13px;
}

.time span {
    color: #986b43;
}

/* 1日のスケジュールend */
/* アクセスstart */

.heading {
    background-image:url(../images/house/access_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%;
    }
}

.heading-nav small {
    float: right;
    display: block;
    margin: 7px 10px 0 0;
    font-size: 12px;
}

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

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

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

.access-contents-heading::before {
    content: "";
    display: block;
    background-image: url(../images/common/background_before.png);
    background-repeat: no-repeat;
    width: 157px;
    height: 156px;
    position: absolute;
    left: -20%;
}

@media screen and (max-width:780px){
    .access-contents-heading::before {
        background-size: 40%;
        left: 3%;
    }
}

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

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

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

.access-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){
    .access-contents-heading small::before {
        margin-right: 0px;
    }
}

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

@media screen and (max-width:387px){
    .access-contents-heading p {
        margin-right: 0px;
        font-size: 18px;
    }
}

.access-contents-heading strong {
    display: inline-block;
    font-size: 55px;
}

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

.access-contents-heading h1 {
    display: flex;
    color: #986b43;
    justify-content: center;
}

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

.text-range {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 70px auto 0 auto;
    position: relative;
}

.text-range::after {
    content: "";
    display: block;
    background-image: url(../images/common/background_after.png);
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    position: absolute;
    right: -6%;
    top: 80%;
}

@media screen and (max-width:1090px){
    .text-range::after {
        right: 0%;
        background-size: 70%;
        top: 97%;
    }
}

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

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

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

.text-range p:nth-child(3) {
    line-height: 0;
}

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

.text-range-item a {
    display: inline-block;
}

.text-range-item span {
    font-size: 30px;
    color: #986b43;
    margin-left: 8px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
}

.text-range-item em {
    width: 2em;
    display: inline-block;
    color: #333333;
}

.text-range-item strong {
    display: block;
}

.text-range small {
    display: block;
    letter-spacing: 2px;
    margin-top: 16px;
}

.text-range-item b {
    color: #986b43;
    margin-left: 8px;
}

.iframe-wrap {
    margin-top: 30px;
    text-align: center;
}

.iframe-wrap iframe {
    width: 100%;
}

.info {
    padding: 30px 0;
}

.info strong {
    font-size: 18px;
    font-weight: 500;
    margin-right: 30px;
    display: inline-block;
}

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

.info a {
    background-color: white;
    border: solid 2px #986b43;
    color: #986b43;
    width: 270px;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    padding: 15px 0px 15px 20px;
    position: relative;
}

.info a:hover {
    opacity: 0.9;
}

.info a::after {
    content: "";
    display: inline-block;
    background-image: url(../images/common/googlemap_icon.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 24px;
    position: absolute;
    right: 7%;
    top: 27%;
}

@media screen and (max-width:780px){
    .info a {
        display: block;
        margin: auto;
    }
}

/* アクセスend */
/* 地域連携活動報告書についてstart */

.report {
    background-color: #E3BC97;
    text-align: center;
    padding: 70px 0 100px 0;
}

@media screen and (max-width:780px){
    .report {
        padding: 50px 0;
    }
}

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

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

.REPORT {
    display: block;
    color: #FFF;
    margin-top: 10px;
}

@media screen and (max-width:780px){
    .REPORT {
        margin-top: -14px;
        font-size: 12px;
    }
}

.pdf-area {
    background-color: #fff;
    margin: auto;
    max-width: 1080px;
    text-align: left;
    padding: 50px;
    margin-top: 50px;
}

@media screen and (max-width:780px){
    .pdf-area {
        width: 90%;
        padding: 30px;
        margin-top: 30px;
    }
}

.pdf-area a {
    display: flex;
    padding: 40px 0;
    border-top: solid 1px #707070;
    align-items: center;
}

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

.pdf-area2 {
    border-bottom: solid 1px #707070;
}

.pdf-area small {
    display: inline-block;
    color: #333333;
    font-size: 1rem;
    width: 10em;
    letter-spacing: .06em;
}

@media screen and (max-width:500px){
    .pdf-area small {
        width: auto;
        margin-right: 15px;
    }
}

.pdf-area span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    width: 10em;
    letter-spacing: .04em;
    color: #096fc6;
}

@media screen and (max-width:500px){
    .pdf-area span {
        width: auto;
    }
}

.pdf {
    display: inline-block;
    color: #333333;
    font-size: 1.3rem;
}

@media screen and (max-width:500px){
    .pdf {
       margin-top: 20px;
       font-size: 18px;
       line-height: 1.3;
    }
}

/* 地域連携活動報告書について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%
    }
  }







  









