@charset "UTF-8";

html {
  font-size: 62.5%;
  margin-top: 0
}

body {
  margin: 0;
  font-family: "UD デジタル 教科書体 N-R", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳＰゴシック", sans-serif
}

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

a {
  text-decoration: none
}

#site_contents {
  width: 100%
}

@keyframes fadein {
  100% {
    opacity: 1
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

header {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 1.6vw;
  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: 20px;
  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-top: .2rem;
}

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

.nav_flex li {
  width: 8.5vw;
  height: 4.5vw;
}

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

.nav_office {
  width: 5vw;
  transform: translateY(-.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;
}

/* 英語 */
.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 {
  display: inline-block;
  transform: translateX(-.3vw);
}

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

.main_wrap_img {
  z-index: 2;
  width: 100%;
  background: linear-gradient(#E8FFF866, #E8FFF866), url(/wp-content/themes/osoujismile/images/im3rd-media-FJZtZldA-uE-unsplash.jpg;);
  background-size: cover;
  background-position: 50%;
  height: 93.5vh;
  position: relative
}

.main_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background: #FFFFFFE6 0 0;
  opacity: 1;
  border-radius: 1.5vw;
  width: 50vw;
  min-width: 40rem;
  height: 16.5vw;
  padding: 3vw 2vw 1.5vw;
  opacity: 0;
  animation: fadein 2s ease .5s forwards
}

.main_sentence {
  color: #707070;
  font-size: 3vw;
  font-weight: 100;
  margin: 0;
  line-height: 1.1;
  letter-spacing: .3vw;
  border-bottom: .2rem solid #41A9A7;
  padding-bottom: 1vw
}

.sub_sentence {
  color: #41A9A7;
  padding-top: 1.0vw;
  margin: 0;
  font-size: 2.4vw;
  font-weight: 300
}

#g-nav {
  display: none
}

#our_strength {
  width: 100%;
  padding: 3.4rem 0;
  background-image: url(/wp-content/themes/osoujismile/images/interlaced.png;);
}

.our_strength_title,
.title {
  text-align: center;
  line-height: .1rem;
  padding-top: 5rem;
  margin: 0;
  color: #707070
}

.title {
  padding-top: 0
}

.ja_strength,
.ja_title {
  font-size: 2vw
}

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

.strength_contents_wrap {
  background: #FFF 0 0 no-repeat padding-box;
  border: 3px solid #41A9A7;
  opacity: 1;
  margin: 1vw 6%;
  padding: 2.5rem 2rem 2rem 1.6rem
}

.st_flex {
  display: flex
}

.strength_content {
  width: 100%
}

.strength_img {
  width: 26vw;
  height: 19vw
}

.strength_img img {
  width: 100%;
  position: relative;
  left: 1rem
}

.strength_sentence_wrap {
  display: flex;
  align-items: center;
  width: 25vw;
  position: relative;
  left: 1.2rem
}

.num_img {
  width: 9vw
}

.num3 {
  width: 11vw
}

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

.strength_sentence_wrap p {
  font-size: 5vw;
  color: #41A9A7;
  white-space: nowrap;
  padding-right: .5vw
}

.strength_sentence {
  margin-left: 1rem
}

.strength_sentence h3 {
  margin: 0;
  color: #41A9A7;
  font-size: 1.6vw
}

.strength_sentence small {
  font-size: 1.2vw
}

.left_space {
  margin-left: 1.3vw
}

.detail {
  text-align: center;
  margin: 2.8vw 7vw;
  border: 5vw;
  margin: 1.8vw
}

.detail p {
  margin: 0;
  font-size: 1.6vw;
  color: #fff;
  padding: .5vw;
  white-space: nowrap
}

.btn {
  font-size: 1.6vw;
  color: #fff;
  background: #41A9A7;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #41A9A7E6;
  border-radius: 22px;
  opacity: 1;
  text-decoration: none;
  padding: .5vw 3vw
}

.btn:hover {
  color: #41A9A7;
  background: #fff;
  font-weight: bolder;
  border-width: 3px
}

.detail_strength {
  margin-top: 2.5vw;
  margin-bottom: 0
}

.background_wrap {
  background-image: url("/wp-content/themes/osoujismile/images/kousi.png;");
  background-size: contain
}

.background_opacity {
  background-color: rgba(255, 255, 255, 0.8)
}

.cleaning_wrap {
  display: flex;
  padding: 0 4%
}

.cleaning_img {
  flex-basis: 52%;
  width: 50vw;
  height: 30vw;
  position: relative;
  top: 15vw
}

.cleaning_img_under {
  right: -5vw
}

.cleaning_img img {
  width: 30vw;
  position: absolute;
  z-index: 3
}

.img_design {
  position: relative
}

.img_design:after {
  position: absolute;
  content: "";
  width: 30vw;
  height: 20vw;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(3deg);
  z-index: 1
}

.img_design1 {
  position: relative;
  top: 34vw
}

.img_design1:after {
  position: absolute;
  content: "";
  width: 30vw;
  height: 20vw;
  bottom: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg);
  z-index: 1
}

.size {
  position: relative;
  top: 34vw
}

.size:after {
  position: absolute;
  content: "";
  width: 30vw;
  height: 17vw;
  bottom: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg);
  z-index: 1
}

.cleaning_img .water {
  top: 0;
  left: 0
}

.cleaning_img .aircon {
  bottom: 0;
  right: 0
}

.cleaning_img .under {
  bottom: 0;
  right: 0
}

.cleaning_img .middle {
  top: 0;
  left: 0
}

.cleaning_sentence_wrap {
  margin: 15vw 0;
  margin-left: 5%
}

.cleaning_sentence_wrap_under {
  margin-left: 0
}

.cleaning_sentence {
  font-size: 1.35vw;
  text-align: center
}

.cleaning_ex_img {
  width: 39vw;
  height: 14vw
}

.cleaning_ex_img img {
  width: 100%;
  padding-left: 2vw
}

#map {
  background-image: url(/wp-content/themes/osoujismile/images/leaves.png;);
}

.map_opacity {
  background-color: rgba(255, 255, 255, 0.4);
  padding-top: 5vw
}

.map_wrap {
  margin-left: 11vw;
  padding-bottom: 8vw
}

.map_img {
  margin-bottom: 2.5vw
}

.map_img img {
  width: 16vw;
  height: 4.5vw;
  object-fit: cover
}

.map_sentence {
  border-left: .3vw solid #41A9A7;
  padding: 0 2vw;
  font-size: 1.2vw;
  margin-top: 1vw;
  margin-bottom: 3vw;
  line-height: .9vw
}

.googlemap_wrap {
  width: 77vw;
  height: 30.7vw;
  border: .3vw solid #41A9A7
}

.googlemap {
  z-index: 1;
  width: 100%;
  position: relative;
  padding-top: 56.25%
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%
}

.map_pin {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: 2vw;
  box-shadow: 0 3px 6px #00000029;
  border: .2vw solid #41A9A7;
  border-radius: 4px;
  width: 14vw;
  height: 4.5vw;
  display: flex;
  justify-content: space-between;
  font-family: "ﾒｲﾘｵ"
}

.map_pin:hover {
  background: #cce9e8;
  color: #96c8db;
  border: .2rem solid #28a5a3
}

.map_pin_img {
  width: 3.8vw;
  height: 3.8vw
}

.map_pin_img img {
  width: 100%;
  padding: .6vw .5vw .2vw 1.2vw
}

.map_pin span {
  color: #505050;
  text-decoration: none;
  font-size: 1.4vw;
  margin: 0;
  margin-top: 1vw;
  margin-right: 1.4vw;
  white-space: nowrap
}

.news_wrapper {
  text-align: center;
}
.news_title {
  font-size: 1.6vw;
  color: #41A9A7;
  font-family: "ヒラギノ角ゴシック";
  transform: translate(0, -4vh);
}
.ja_title {
  font-size: 2vw
}
.news_button {
  transform: translate(0, -4vh);
}
.news_button button {
  border: none;
  background-color: blue;
  color: #fff;
  width: 25vw;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 1.4vw;
  cursor: pointer;
}
.news_button button:hover {
  opacity: 0.8;
}
.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
  }

  .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
  }
  .news_button {
    transform: translate(0, -2vh);
  }
  .news_title {
    font-size: 1.6vw;
    color: #41A9A7;
    font-family: "ヒラギノ角ゴシック";
    transform: translate(0, -2vh);
  }

  .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
  }
  .news_button button {
      border: none;
      background-color: blue;
      color: #fff;
      width: 300px;
      padding: 15px 0;
      border-radius: 50px;
      font-size: 20px;
      cursor: pointer;
  }
}

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