@charset "UTF-8";

html {
    font-size: 62.5%;
    margin-top: 0;
    font-family: "UD デジタル 教科書体 N-R"
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ﾒｲﾘｵ" sans-serif;
    margin: 0;
    background-image: url("/wp-content/themes/osoujismile/images/kousi.png;");
    background-size: contain;
    z-index: -1
}

.body_opacity {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    padding-bottom: 3vw
}

a,
p,
h1,
h2,
h3 {
    color: #707070;
    margin: 0
}

a {
    text-decoration: none
}

#g-nav {
    display: none
}

header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5
}

.header_wrap {
    margin: 0 5%;
    width: 90vw;
    height: 8vw;
    background: #FFF 0 0 no-repeat padding-box;
    box-shadow: 0 4px 6px #41A9A729;
    border: 2.5px solid #41A9A7;
    border-radius: 10px;
    position: relative;
    top: -.2vw;
}

.inpad {
    padding: .4vw 3vw .4vw 2vw;
    width: 90vw;
    height: 9vw;
    box-sizing: border-box;
}

.inpad img {
    width: 100%;
    object-fit: contain;
}

.nav_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.inpad_title_logo {
    width: 11vw;
    height: 4vw;
    transform: translateY(1.2vw);
}

.nav_flex li {
    width: 8.5vw;
    height: 4.5vw;
    list-style: none;
}

/* アイコンサイズ */
.nav_house {
    width: 3.2vw;
    height: 2.8vw;
}

.nav_office {
    width: 5vw;
    transform: translateY(-0.2vw);
}

.nav_strength {
    width: 3.7vw;
    height: 2.8vw;
}

.nav_com {
    width: 3.7vw;
    height: 3.7vw;
}

.nav_mail {
    width: 5vw;
    transform: translateY(.5vw);
}

/* アイコン位置 */
.nav_house img,
.nav_strength img,
.nav_com img {
    transform: translateX(1.3vw);
}

.nav_office img {
    transform: translateX(.6vw);
}

.nav_mail img {
    transform: translateX(.6vw);
}

/* 日本語 */
.nav_flex p {
    position: absolute;
    margin: 0;
    font-size: 1.25vw;
    white-space: nowrap;
    font-family: "UD デジタル 教科書体 N-R";
}

/* 英語 */
.nav_flex small {
    margin: 0;
    font-size: 1vw;
    line-height: 4.6vw;
    white-space: nowrap;
    color: #41A9A7;
    font-family: "ヒラギノ角ゴシック";
}

/* 位置調整 */
.nav_house p,
.nav_office p {
    margin-top: .2vw;
    transform: translateX(-2.6vw);
}

.nav_strength p {
    transform: translateX(.5vw);
}

.nav_com p {
    transform: translateX(1vw);
}

.nav_mail p {
    transform: translateX(-1vw);
}

.nav_house small,
.nav_office small {
    display: inline-block;
    transform: translateX(-.9vw);
}

.nav_strength small,
.nav_com small,
.nav_mail small {
    line-height: 4.6vw;
}

.nav_mail small {
    transform: translateX(-.3vw);
}

.nav_recruit {
    width: 4.5vw;
    height: 4vw;
}
.nav_recruit img {
    transform: translateX(.9vw);
}
.nav_recruit p {
    transform: translateX(.4vw);
}

.content_detail_wrapper {
    padding-top: 40px;
}
.content_detail {
    margin: 0 auto;
    width: 60%;
    padding-top: 120px;
}
.content_detail_title_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 3px solid #3f9e9d;
    padding-bottom: 20px;
    margin-bottom: 80px;
}
.content_detail_title_wrapper img {
    width: 50px;
    height: 50px;
}
.topc_border {
    width: 100%;
    height: 3px;
    background-color: #29336A;
}
.content_detail_title {
    display: flex;
    align-items: flex-end;
}
.content_detail_title p {
    padding: 0 10px;
    font-weight: bold;
}
.topic_content_detail {
    margin-top: 40px;
    margin-bottom: 40px;
}
.topic_content_detail p {
    font-size: 18px;
}
.content_detail_category {
    width: fit-content;
    background-color: #29336A;
    border-radius: 30px;
    padding: 3px 15px;
    text-align: center;
    pointer-events: none;
}
.content_detail_category a{
    color: #fff;
}
.content_detail h1 {
    font-size: 30px;
}

.page_dir {
    margin-top: 2vw;
    padding-left: 73%;
    font-size: 1.6vw
}

.contact_wrap {
    padding: 3vw 5%
}

.title {
    text-align: center
}

.ja_title {
    font-size: 1.8vw
}

.en_title {
    font-size: 1.1vw;
    font-family: "ヒラギノ角ゴシック";
    color: #41A9A7;
}
.en_title_detail {
    font-size: 1.1vw;
    font-family: "ヒラギノ角ゴシック";
    color: #41A9A7;
    margin-top: 25px;
}

.reser_title {
    padding: 2vw 0
}

.reser_title h2 {
    color: #41A9A7;
    font-size: 2vw;
    font-family: "ヒラギノ角ゴシック";
    border-bottom: 4px solid #41A9A7;
    font-weight: 400
}

.reser_box {
    padding: 0 !important
}

.tel {
    animation: bound .9s ease infinite alternate
}

@keyframes bound {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-10px)
    }
}
/* body */

.page_dir {
    margin-top: 2vw;
    padding-left: 73%;
    font-size: 1.6vw
}

.com_wrap {
    padding: 3vw 5%
}

.title {
    text-align: center
}

.ja_title {
    font-size: 1.8vw
}

.en_title {
    font-size: 1.1vw;
    font-family: "ヒラギノ角ゴシック";
    color: #41A9A7
}

.topic_list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
}
.topic_list_item {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}
.topic_list_item img {
    width: 200px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-color: #fff;
    border: #41A9A7 2px solid;
}
.topic_list_item time {
    margin-top: 10px;
    font-size: 14px;
}
.topic_list_item p {
    font-size: 18px;
    font-weight: bold;
}
.footer_wrap {
    width: 100%;
    background-color: #41A9A7;
    font-size: 1.4vw
}
  
.footer_flex a,
.footer_flex p {
    color: #fff
}
  
.footer_contents a:hover {
    color: #f5f4f4;
    border-bottom: 2px solid #fff
}
  
.footer_flex {
    padding: 1vw 10% 0;
    display: flex;
    justify-content: space-between
}

.footer_left {
    display: flex
}

.logo {
    width: 16vw;
    height: 16vw
}

.logo img {
    width: 100%
}

.footer_contents ul {
    list-style: none;
    line-height: 2.5vw
}

.footer_reser {
    width: 14vw;
    height: 5vw;
    background: #A4D0CF 0 0 no-repeat padding-box;
    border-radius: 4px;
    margin: 1.5vw 0;
    padding: .5vw 1vw;
    text-align: center
}

.footer_reser:hover {
    background: #8dcac9 0 0 no-repeat padding-box
}

.footer_reser p,
.footer_hours p {
    margin: 0
}

.footer_contents ul {
    padding: 0
}

.footer_title {
    display: none
}

.footer_contact {
    display: none
}

#phone_st_size {
display: none
}

@media screen and (max-width: 650px) {
    #g-nav {
      display: inline;
      position: fixed;
      z-index: 999;
      top: 0;
      right: -120%;
      width: 100%;
      height: 100vh;
      background: #41A9A7;
      transition: all .6s
    }
  
    #g-nav.panelactive {
      right: 0
    }
  
    #g-nav.panelactive #g-nav-list {
      position: fixed;
      z-index: 999;
      width: 100%;
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch
    }
  
    #g-nav ul {
      /*ナビゲーション天地中央揃え*/
      position: absolute;
      z-index: 999;
      top: 50%;
      left: 30%;
      transform: translate(-20%, -50%);
  }
  
    #g-nav li {
      list-style: none;
      text-align: center
    }
  
    #g-nav li a {
      font-size: 2rem;
      color: #FFF;
      text-decoration: none;
      padding: 10px;
      display: block;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-weight: 700
    }
  
    #g-nav li a:hover {
      border-bottom: 2px solid #fff;
      padding-bottom: .1rem
    }
  
    .openbtn1 {
      position: fixed;
      z-index: 9999;
      top: 10px;
      right: 10px;
      cursor: pointer;
      width: 50px;
      height: 50px
    }
  
    .openbtn1 span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 3px;
      border-radius: 2px;
      background-color: #666;
      width: 45%
    }
  
    .openbtn1 span:nth-of-type(1) {
      top: 15px
    }
  
    .openbtn1 span:nth-of-type(2) {
      top: 23px
    }
  
    .openbtn1 span:nth-of-type(3) {
      top: 31px
    }
  
    .openbtn1.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%
    }
  
    .openbtn1.active span:nth-of-type(2) {
      opacity: 0
    }
  
    .openbtn1.active span:nth-of-type(3) {
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%
    }
  
    p {
      font-size: 1.6rem;
      margin-top: 0;
      margin-bottom: 1.8rem
    }
  
    .topic_header {
        width: 100%;
        padding-top: 15vh;
    }
    .topic_wrapper {
        padding-left: 0;
    }
    .topic_container {
        margin-top: 40px;
        display: flex;
        flex-flow: column;
        flex-direction: column-reverse;
    }
    .topic_category_list {
        margin-left: 5%;
        margin-bottom: 20px;
    }
    .topic_category_list li {
        font-size: 14px;
    }
    .content_detail {
        margin: 0 auto;
        width: 90%;
    }
    .content_detail h1 {
        font-size: 18px;
    }
    .content_detail_title_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .content_detail_title p {
        padding: 0;
    }
    p.content_detail_category {
        margin-left: 10px;
        padding: 1px 10px;
    }
    .main_wrap_img {
      height: 70vh
    }
  
    .main_wrap {
      margin: 0;
      width: 72%;
      height: 20%;
      border-radius: 5px;
      min-width: 10rem
    }
  
    .nav_flex {
      display: block;
      margin: 0 auto
    }
  
    .inpad_title_logo,
    .nav_flex img {
      display: none
    }
  
    .header_wrap {
      display: none;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      border: none;
      top: 0
    }
  
    .ja_title {
      font-size: 2.6rem;
      padding-top: 2rem
    }
  
    .main_sentence {
      font-size: 2.6rem;
      padding-top: .5rem
    }
  
    .sub_sentence,
    .en_title {
      font-size: 1.6rem
    }
  
    .en_title {
      color: #3f9e9d
    }
  
    #our_strength {
      display: none
    }
  
    #phone_st_size {
      display: inline-block
    }
  
    .phone_strength {
      width: 100%;
      padding-top: 3rem;
      background: linear-gradient(#ffffff9a, #e8fff89f), url(/wp-content/themes/osoujismile/images/inaka.jpg);
      background-size: cover
    }
  
    .strength_content2 {
      padding-top: 3rem;
      background: linear-gradient(#ffffff9a, #e8fff89f), url(/wp-content/themes/osoujismile/images/kiri.jpg);
      background-size: cover
    }
  
    .strength_content3 {
      padding-top: 3rem;
      background: linear-gradient(#ccecff9a, #c1e8ff9f), url(/wp-content/themes/osoujismile/images/awa.jpg);
      background-size: cover
    }
  
    .phone_strength_sentence {
      padding: 1.5rem 1rem .5rem 1.5rem
    }
  
    .phone_strength_sentence h2 {
      text-align: center;
      font-size: 5rem;
      color: #41A9A7;
      margin: 0
    }
  
    .strength_sentence h3 {
      font-size: 3rem;
      text-align: center;
      margin-bottom: .3rem
    }
  
    .strength_sentence p {
      font-size: 2.4rem
    }
  
    .background_wrap {
      background-image: none
    }
  
    #house_cleaning {
      padding-top: 3rem;
      padding-bottom: 3rem;
      background: linear-gradient(#ffffff9a, #E8FFF866), url(/wp-content/themes/osoujismile/images/kitchen.jpg);
      background-size: cover
    }
  
    #office_cleaning {
      padding-top: 3rem;
      padding-bottom: 3rem;
      background: linear-gradient(#ffffff9a, #E8FFF866), url(/wp-content/themes/osoujismile/images/under.jpg);
      background-size: cover
    }
  
    .cleaning_wrap {
      display: block
    }
  
    .cleaning_img {
      display: none
    }
  
    .cleaning_sentence_wrap {
      margin: 0
    }
  
    .cleaning_ex_img {
      margin: 0 auto;
      width: 75%;
      height: 40%
    }
  
    .cleaning_ex_img img {
      padding-left: 0;
      margin-top: 1rem;
      margin-bottom: 2.4rem;
      margin-right: 1rem
    }
  
    .cleaning_sentence {
      display: none
    }
  
    .detail {
      margin: 0
    }
  
    .btn {
      font-size: 1.6rem;
      padding: .7rem 1.3rem
    }
  
    .map_img img {
      width: 14rem;
      height: 4rem;
      margin-bottom: .2rem
    }
  
    .map_sentence {
      height: 8rem;
      border-left: 2px solid #41A9A7;
      padding: 0 1rem;
      font-size: 1.2rem;
      margin-bottom: 1.5rem
    }
  
    .map_sentence h3 {
      margin: 0;
      line-height: 2.1rem
    }
  
    .googlemap_wrap {
      margin-top: 40px;
      border: 2px solid #41A9A7
    }
  
    .map_pin {
      width: 10rem;
      height: 3rem;
      justify-content: left;
      border: 1px solid #41A9A7;
      margin-top: 1rem
    }
  
    .map_pin_img {
      display: none
    }
  
    .map_pin_img img {
      padding-top: .6rem
    }
  
    .map_pin span {
      font-size: 1.2rem;
      margin: .44rem 0 0 1.5rem
    }
  
    .footer_title h2,
    .footer_wrap p {
      margin: 0
    }
  
    .footer_wrap {
      font-size: 1.3rem;
      padding-top: 1rem
    }
  
    .footer_flex {
      padding: 0
    }
  
    .footer_left,
    .footer_flex {
      display: block
    }
  
    .logo,
    .footer_detail_com {
      display: none
    }
  
    .footer_contact {
      display: block;
      text-align: center;
      margin: 0 26%;
      background-color: #f2ffce;
      padding: .8rem 0;
      font-size: 1.8rem;
      margin-bottom: 1rem;
      font-weight: 700
    }
  
    .footer_contact a {
      color: #41A9A7
    }
  
    .footer_contents li {
      font-size: 1.8rem;
      border-top: .5px solid #fff;
      text-align: center
    }
  
    .footer_contents li:last-child {
      display: none;
      border-bottom: .5px solid #fff
    }
  
    .footer_contents ul {
      padding: 0;
      margin: 0
    }
  
    .footer_contents a {
      display: block;
      padding: 1.5rem 0
    }
  }
  
  @media screen and (max-width: 500px) {
    .main_wrap_img {
      height: 60vh
    }
  
    .main_wrap {
      height: 22%;
      padding-top: 1rem .7rem .5rem
    }
  
    .main_sentence {
      font-size: 2rem;
      padding-top: .2rem
    }
  
    .sub_sentence {
      font-size: 1.6rem
    }
  
    .sub_sentence span {
      display: none
    }
  
    .phone_strength_sentence {
      padding-top: 0
    }
  
    .strength_sentence h3 {
      font-size: 2.5rem;
      text-align: center
    }
  
    .strength_sentence p {
      font-size: 2rem
    }

    .topic_list_item {
        margin-right: 0;
    }
    .topic_list ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }
  }
  
  @media screen and (max-width: 350px) {
    .main_wrap {
      height: 18%;
      width: 80%;
      padding: .8rem 1rem
    }
  
    .main_sentence {
      font-size: 1.9rem;
      padding-top: 1rem
    }
  
    .sub_sentence span {
      display: none
    }
  
    .sub_sentence {
      font-size: 1.2rem
    }
  
    .map_sentence {
      font-size: 1rem
    }
  
    .strength_sentence h3 {
      font-size: 2.1rem;
      text-align: center
    }
  
    .strength_sentence p {
      font-size: 1.8rem
    }
  }
  