@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%);
    z-index: 1;
    /* margin-top: 40px; */
}

.subkv h1 strong {
    display: block;
    color: #9cac22;
    font-size: 40px;
    margin-top: 30px;
}

@media screen and (max-width:780px){
    .subkv h1 strong {
        font-size: 36px;
        margin-top: 20px;
    }
}

.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 */

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

.philosophy::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){
    .philosophy::after {
        background-size: 100%;
        right: 6%;
        width: 43px;
        height: 54px;
    }
}

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

.title small:nth-of-type(1){
    display: block;
    color: #9cac22;
    margin-top: -20px;
}

@media screen and (max-width:780px){
    .title small:nth-of-type(1) {
        margin-top: -14px;
        font-size: 12px;
    }
}

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

.text-box {
    display: inline-block;
    text-align: left;
}

.text-box strong {
    display: block;
    font-size: 30px;
    margin-top: 60px;
    letter-spacing: 3px;
    white-space: nowrap;
    position: relative;
}

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

.text-box strong::before {
    content: "■";
    display: inline-block;
    position: absolute;
    font-size: 26px;
    color: #9cac22;
    left: -9%;
    top: 4%;
}

@media screen and (max-width:780px){
    .text-box strong::before {
        left: -17%;
        font-size: 22px;
    }
}

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


.decoration {
    margin-top: 90px;
}

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

/* リチェズの理念end */
/* 代表メッセージstart */

.message {
    background-image: url(../images/about/message_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){
    .message {
        background-size: 50%;
    }
}

.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:500px){
    .bean {
        background-size:cover;
        margin-top: -30px;
    }
}

.bean::before {
    content: "";
    display: block;
    background-image: url(../images/about/bean_before.png);
    background-repeat: no-repeat;
    background-size: 90%;
    width: 174px;
    height: 128px;
    position: absolute;
    top: -6%;
    left: 5%;

}

@media screen and (max-width:1090px){
    .bean::before {
        background-size: 45%;
        top: 5%;
        left: 65%;
    }
}

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

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

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


.decoration-border {
    border-top: solid 1px #9cac22;
    margin-bottom: 30px;
    width: 90px;
}

.text-floor strong {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 2px;
}

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

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

.text-floor p {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

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

.name {
    float: right;
    margin-top: 30px;
}

.ceo {
    margin-bottom: 10px;
}

.ceo small:nth-of-type(1) {
    margin-right: 30px;
}

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

.avatar-area img {
    width: 80%;
}

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

/* 代表メッセージend */
/* 会社情報start */

.office {
    background-image: url(../images/about/office_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 160px;
    position: relative;
}

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

.office::after {
    content: "";
    display: block;
    background-image: url(../images/about/office_after.png);
    background-repeat: no-repeat;
    width: 233px;
    height: 103px;
    position: absolute;
    right: 3%;
    top: 92%;
}

.text-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    background-color: white;
    border-radius: 20px;
    padding: 100px 0 60px 0;
    margin-top: 50px;
}

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

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

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

.table {
    width: 25%;
}

.table li {
    border-top: 1px solid #9cac22;
    color: #9cac22;
}

@media screen and (max-width:700px){
    .table li {
        letter-spacing: 0px;
        font-size: 16px;
    }
}

.content {
    width: 60%;
}

.content li {
    border-top: 1px solid #d4e26a;
}

@media screen and (max-width:700px){
    .content li  {
        letter-spacing: 1px;
        font-size: 14px;
    }
}

@media screen and (max-width:581px){
    .content li:nth-of-type(3) {
        padding: 44px 0;
    }
}

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

@media screen and (max-width:429px){
    .content li:nth-of-type(2) {
        padding: 44px 0;
    }
}

@media screen and (max-width:429px){
    .content li:nth-of-type(1) {
        padding: 51px 0;
    }
}

.table li:nth-of-type(5) {
    border-bottom: 1px solid #9cac22;
}

.content li:nth-of-type(5) {
    border-bottom: 1px solid #d4e26a;
}

@media screen and (max-width:429px){
    .content li:nth-of-type(4) {
        padding: 51px 0;
    }
}

@media screen and (max-width:429px){
    .content li:nth-of-type(5) {
        padding: 51px 0;
    }
}

.text-wrapper img {
    margin-top: 60px;
}

/* 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%
    }
  }









  









