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

/* ここからコンテンツ */

.privacy-contents {
    max-width: 1080px;
    margin: auto;
    padding-bottom: 50px;
}

@media screen and (max-width:780px){
    .privacy-contents {
        padding: 0 30px;
    }
}

.heading {
    border-bottom: 1px solid #707070;
    padding: 100px 0;
}

.heading h1 {
    font-size: 40px;
}

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

.heading small {
    display: block;
    margin: 13px 0 0 6px;
    color: #707070;
    font-size: 14px;
}

.inner {
    border-bottom: 1px solid #707070;
    padding: 40px 0;
    font-size: 14px;
}

.inner strong {
    display: block;
    font-size: 30px;
}

@media screen and (max-width:780px){
    .inner strong {
        font-size: 22px;
    }
}

.inner strong::before {
    content: "";
    display: inline-block;
    border-top: 2px solid #000;
    width: 30px;
    margin-right: 15px;
    vertical-align: super;
}

.description {
    font-size: 16px;
    margin: 40px 0 0 0;
    line-height: 1.8;
}

@media screen and (max-width:780px){
    .description {
        font-size: 16px;
        margin-top: 20px;
    }
}

.inner ul {
    margin-top: 30px;
}

.inner li {
    margin-bottom: 15px;
    color: #333;
    line-height: 1.4;
}

.inner li span {
    display: inline-block;
    width: 4rem;
}

.txt small {
    display: block;
    margin: 30px 0 10px 0;
}

.txt span {
    display: block;
    font-size: 18px;
}

.inner h2 {
    font-size: 26px;
    color: #333333;
}

.inner h2::before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/privacy_tel_icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 23px;
    vertical-align: bottom;
    margin-right: 5px;
}

.inner em {
    display: block;
    margin-top: 10px;
}

.inner a {
    display: inline-block;
}



/* コンテンツ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;
}
}









  









