@charset "UTF-8";
/*
 Theme Name:   _s-child
 Template:     _s
*/
html,
body {
  font-size: 15px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothic M, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  overflow-x: hidden;
}

@media screen and (max-width: 480px) {
  html,
body {
    font-size: 14px;
    max-width: 100vw;
  }
}
body {
  margin: 0 auto;
  color: #606060;
  letter-spacing: 2px;
  line-height: 2;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
*::before, *::after {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  object-fit: cover;
}

a {
  color: #f0a900;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_frame {
  position: relative;
}

/* 下向きの矢印 */
.select_frame::after {
  content: "";
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1697571/chevron-down.svg) no-repeat center;
  display: block;
  height: 1rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translatey(-50%);
  width: 1rem;
}

*:focus {
  outline: none;
}

/********************************
共通
*********************************/
/* 要素いっぱいに広げたいaタグ */
.a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv_page {
  position: relative;
  top: -45px;
  z-index: -1;
}
@media screen and (max-width: 765px) {
  .mv_page {
    top: 0;
  }
}

.tel {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: dotted 1px #606060;
  color: #f0a900;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.tel img {
  width: 30px;
  vertical-align: middle;
}

.logofont {
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}

/********************************
pc sp ひょうじひひょうじ 改行
*********************************/
.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.pc_765 {
  display: block;
}
@media screen and (max-width: 765px) {
  .pc_765 {
    display: none;
  }
}

.tb_765 {
  display: none;
}
@media screen and (max-width: 765px) {
  .tb_765 {
    display: block;
  }
}

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

.kaigyo_765 {
  display: inline;
}
@media screen and (max-width: 765px) {
  .kaigyo_765 {
    display: block;
  }
}

.kaigyo {
  display: inline;
}
@media screen and (max-width: 480px) {
  .kaigyo {
    display: block;
  }
}

.kaigyo_pc_765 {
  display: block;
}
@media screen and (max-width: 765px) {
  .kaigyo_pc_765 {
    display: inline;
  }
}

/********************************
詳しく見るボタン へこむやつ
*********************************/
.btn-push i {
  position: relative;
  right: -40px;
}

.btn-push {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: inherit;
  color: #f0a900;
  text-transform: uppercase;
  padding: 1rem 0;
  width: 250px;
  text-align: center;
  background: #fff;
  border: none;
  border-radius: 50px;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}
.btn-push::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0a900;
  border-radius: inherit;
  transform: translate3d(0, 0.75em, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
.btn-push:hover {
  background: #fff;
  transform: translate(0, 0.25em);
}
.btn-push:hover::before {
  transform: translate3d(0, 0.5em, -1em);
}
.btn-push:active {
  background: #fff;
  transform: translate(0em, 0.75em);
}
.btn-push:active::before {
  transform: translate3d(0, 0, -1em);
}

/********************************
ボタン　スワイプ
*********************************/
.btn-swipe i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-swipe {
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 300px;
  padding: 15px 20px;
  text-transform: uppercase;
  border: 1px solid currentColor;
  color: #f0a900;
  background-color: #fff;
  transition: 0.5s ease-in-out;
  font-size: 1.2rem;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .btn-swipe {
    max-width: 220px;
  }
}

.btn-swipe:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0a900;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
  z-index: -1;
}

.btn-swipe:hover {
  color: #fff;
  background: none;
}

.btn-swipe:hover:before {
  transform: translateX(0);
}

/********************************
ご利用の流れ
*********************************/
.flows {
  margin-bottom: 60px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
.flows .heading {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 40px;
  letter-spacing: 10px;
  max-width: 800px;
  position: relative;
  display: inline-block;
}
.flows .flows_title_left {
  position: absolute;
  left: -50px;
  width: 40px;
  object-fit: contain;
}
.flows .flows_title_right {
  position: absolute;
  right: -50px;
  width: 40px;
  object-fit: contain;
}
.flows .list {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .flows .list {
    display: block;
  }
}
.flows .item {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 765px) {
  .flows .item {
    width: 100%;
  }
}
.flows .item_arrow {
  width: 30px;
  top: -100px;
  position: relative;
  margin: 0 1vw;
}
@media screen and (max-width: 765px) {
  .flows .item_arrow {
    width: 100%;
    height: 30px;
    top: 0;
    margin: 40px auto;
  }
}
.flows .item_arrow img {
  object-fit: contain;
}
.flows .flows_number {
  width: 40px;
}
@media screen and (max-width: 765px) {
  .flows .flows_number {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.flows .flows_img {
  height: 220px;
}
.flows .flows_img img {
  object-fit: contain;
}
.flows .flows_h {
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.flows .flows_des {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .flows .flows_list {
    display: block;
  }
}

/********************************
共通
*********************************/
.front_content {
  padding: 40px 20px;
  text-align: center;
  position: relative;
}

.front {
  /********************************
  メインビジュアル
  *********************************/
  /********************************
  メインビジュアル 下
  *********************************/
  /********************************
  NEWS
  *********************************/
  /********************************
  特徴
  *********************************/
  /********************************
  在籍シッター
  *********************************/
  /********************************
  対応エリア
  *********************************/
  /********************************
  SNS
  *********************************/
}
.front .heading {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 40px;
  letter-spacing: 10px;
  max-width: 800px;
  position: relative;
}
@media screen and (max-width: 765px) {
  .front .heading {
    letter-spacing: 3px;
  }
}
.front .heading_sub {
  font-size: 1.2rem;
  font-weight: normal;
}
.front .mv {
  position: relative;
  width: 100%;
  height: 60vw;
}
@media screen and (max-width: 765px) {
  .front .mv {
    height: 161vw;
  }
}
.front .mv_text {
  position: absolute;
  top: 12vw;
  left: 60vw;
  font-size: 1.4rem;
  transform: rotate(-10deg);
  width: 317px;
  font-weight: bold;
}
@media screen and (max-width: 1356px) {
  .front .mv_text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 765px) {
  .front .mv_text {
    top: 100vw;
    left: 10vw;
    font-size: 1rem;
  }
}
.front .mv_text_orange {
  background-color: #f0a900;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1356px) {
  .front .mv_text_orange {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 765px) {
  .front .mv_text_orange {
    font-size: 1.4rem;
  }
}
.front .mv_backimg {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.front .mv_under {
  text-align: center;
}
.front .mv_under_img {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #fff;
  transition: 0.3s;
}
.front .mv_under_img img {
  object-fit: contain;
}
.front .mv_under_img:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /*ie6、7の透明度指定*/
  /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
}
.front .mv_under_img .hanahana_text {
  color: #b378b6;
  font-size: 1.2rem;
  font-weight: bold;
}
.front .mv_under_img .hanahana_text + img {
  height: 160px;
}
.front .mv_under_text {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .front .mv_under_text {
    text-align: left;
  }
}
.front .front_mvunder_itemimg1 {
  position: absolute;
  top: 30px;
  right: 0vw;
  width: 60px;
}
@media screen and (max-width: 480px) {
  .front .front_mvunder_itemimg1 {
    top: -16px;
    right: 1vw;
    width: 40px;
  }
}
.front .front_mvunder_itemimg2 {
  position: absolute;
  top: -40px;
  left: 0vw;
  width: 60px;
}
@media screen and (max-width: 480px) {
  .front .front_mvunder_itemimg2 {
    top: -10px;
    left: 5vw;
    width: 40px;
  }
}
.front .front_news_posts {
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50px;
  padding: 40px 40px 20px;
  margin-bottom: 40px;
}
.front .front_news_itemimg1,
.front .front_news_itemimg2 {
  position: absolute;
}
.front .front_news_itemimg1 {
  top: -50px;
  left: -2vw;
  width: 50px;
}
.front .front_news_itemimg2 {
  top: -20px;
  right: -3vw;
  width: 70px;
}
.front .front_news_post {
  text-align: left;
  border-bottom: dotted 2px #606060;
  margin-bottom: 20px;
}
.front .front_news_title {
  margin-bottom: 10px;
}
.front .front_news_date {
  border-radius: 50px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background-color: #f0a900;
  margin-bottom: 10px;
}
.front .front_features {
  position: relative;
  /********************************
  特徴：画像のアニメーション
  *********************************/
}
.front .front_features .content {
  margin: 0 auto;
  background-color: #f5ebd4;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 765px) {
  .front .front_features .content {
    padding: 40px 0;
  }
}
.front .front_features .heading {
  color: #f0a900;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 40px;
  /* letter-spacing: 10px; */
  max-width: 800px;
  position: relative;
}
.front .front_features .itemimg1 {
  position: absolute;
  top: 3vw;
  left: 21vw;
  width: 80px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .front .front_features .itemimg1 {
    top: 2vw;
    left: 5vw;
    width: 60px;
  }
}
.front .front_features .itemimg2 {
  position: absolute;
  top: 0vw;
  right: 14vw;
  width: 70px;
  transform: rotateZ(10deg);
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .front .front_features .itemimg2 {
    top: 5vw;
    right: 8vw;
    width: 40px;
  }
}
.front .front_features .list {
  margin: 0 auto;
}
.front .front_features .item {
  margin: 0 20px;
  width: 28%;
  max-width: 350px;
  height: 650px;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .front .front_features .item {
    width: 80%;
    max-width: 100%;
    height: auto;
    padding: 0 20px 170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 765px) {
  .front .front_features .item {
    width: 100%;
    height: auto;
    padding: 0 20px 120px;
    margin: 0 auto;
  }
}
.front .front_features .title {
  color: #fff;
  background-color: #f0a900;
  position: relative;
  top: -20px;
  left: 15px;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
  font-size: 1.2rem;
}
.front .front_features .text1 {
  margin: 20px auto;
  text-align: left;
}
.front .front_features .text1 span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.front .front_features .text2 {
  margin: 20px auto;
  text-align: left;
}
.front .front_features .btn_frame {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .front .front_features .btn_frame {
    bottom: 80px;
  }
}
@media screen and (max-width: 765px) {
  .front .front_features .btn_frame {
    position: relative;
    margin: 0 auto;
    text-align: center;
    left: 0;
    bottom: -20px;
    transform: translateX(0);
  }
}
.front .front_features .imgl {
  top: -20%;
  left: 74%;
  position: relative;
  width: 60px;
  transform: rotateZ(45deg);
}
.front .front_features .imgc {
  position: relative;
  width: 50px;
  top: -110%;
  left: 70%;
}
.front .front_features .imgr1 {
  position: relative;
  width: 60px;
  top: -110%;
  left: 7%;
  transform: rotateZ(10deg);
}
.front .front_features .imgr2 {
  position: relative;
  width: 45px;
  top: -45%;
  left: 80%;
}
.front .front_features .img {
  width: 100%;
  height: 20vw;
  max-height: 250px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .front .front_features .img {
    height: 48vw;
    max-height: 100%;
  }
}
@media screen and (max-width: 765px) {
  .front .front_features .img {
    height: 60vw;
  }
}
.front .front_features .catch {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.front .front_features .catch > img {
  width: 100%;
  transition-duration: 0.5s;
}
.front .front_features .catch > img:hover {
  transform: scale(1.2) rotate(9deg);
  transition-duration: 0.5s;
}
.front .front_member {
  padding-bottom: 80px;
}
.front .front_member .itemimg1 {
  position: absolute;
  top: 4vw;
  left: 28vw;
  width: 80px;
}
@media screen and (max-width: 765px) {
  .front .front_member .itemimg1 {
    top: 10px;
    left: 10%;
    width: 60px;
  }
}
.front .front_member .itemimg2 {
  position: absolute;
  top: 3vw;
  right: 28vw;
  width: 75px;
}
@media screen and (max-width: 765px) {
  .front .front_member .itemimg2 {
    top: 10px;
    right: 10%;
    width: 50px;
  }
}
.front .front_member .list_frame {
  background-color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 3vw;
}
@media screen and (max-width: 480px) {
  .front .front_member .list_frame {
    border-radius: 30px;
  }
}
.front .front_member .des {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 802px;
}
@media screen and (max-width: 480px) {
  .front .front_member .des {
    margin: 20px auto;
    text-align: left;
  }
}
.front .front_member .item {
  margin: 0 10px;
  display: inline-block;
  width: 17%;
  min-width: 210px;
}
@media screen and (max-width: 765px) {
  .front .front_member .item {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .front .front_member .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.front .front_member .front_member_img {
  background-color: #606060;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.front .front_area {
  background-color: #f5ebd4;
  padding-bottom: 60px;
}
.front .front_area .content {
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
  padding: 60px 20px;
}
.front .front_area .img {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .front .front_area .img {
    width: 60%;
  }
}
.front .front_area .itemimg2 {
  position: absolute;
  top: 0vw;
  left: 80px;
  width: 65px;
}
@media screen and (max-width: 765px) {
  .front .front_area .itemimg2 {
    width: 50px;
    left: 1vw;
  }
}
.front .front_area .itemimg1 {
  position: absolute;
  top: 0vw;
  right: 80px;
  width: 40px;
}
@media screen and (max-width: 765px) {
  .front .front_area .itemimg1 {
    width: 30px;
    right: 1vw;
  }
}
.front .snss {
  margin: 40px auto;
  max-width: 900px;
  position: relative;
}
@media screen and (max-width: 765px) {
  .front .snss {
    padding: 0 20px;
  }
}
.front .snss .twitter {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30%;
  left: 18%;
  transition: 0.3s;
}
.front .snss .twitter:hover {
  transition: 0.3s;
  transform: scale(0.9);
}
.front .snss .twitter img {
  object-fit: contain;
}
@media screen and (max-width: 765px) {
  .front .snss .twitter {
    width: 14vw;
    height: auto;
    top: 49%;
    left: 22%;
  }
}
.front .snss .insta {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 43%;
  left: 40.5%;
  transition: 0.3s;
}
.front .snss .insta:hover {
  transition: 0.3s;
  transform: scale(0.9);
}
.front .snss .insta img {
  object-fit: contain;
}
@media screen and (max-width: 765px) {
  .front .snss .insta {
    width: 17vw;
    height: auto;
    top: 60%;
    left: 60%;
  }
}
.front .snss a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry {
  /********************************
  シッター募集トップ
  *********************************/
  /********************************
  託児所での実践研修の実施
  *********************************/
  /********************************
  ベビーシッターの声
  *********************************/
  /********************************
  採用条件
  *********************************/
}
.entry .entry_mv {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 80px;
}
.entry .entry_mv .entry_mv_content {
  position: absolute;
  bottom: 20%;
  right: 10vw;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 765px) {
  .entry .entry_mv .entry_mv_content {
    left: 5vw;
    text-align: left;
    bottom: 10vw;
  }
}
.entry .entry_mv .entry_mv_title {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px) {
  .entry .entry_mv .entry_mv_title {
    font-size: 2.5rem;
  }
}
.entry .entry_mv .entry_mv_text {
  font-size: 1.2rem;
}
@media screen and (max-width: 765px) {
  .entry .entry_mv .entry_mv_text {
    font-size: 1rem;
  }
}
.entry .content1 {
  padding: 0 20px;
}
.entry .content1 .content1_text {
  text-align: center;
  margin-bottom: 80px;
  line-height: 2.5;
}
@media screen and (max-width: 765px) {
  .entry .content1 .content1_text {
    text-align: left;
  }
}
.entry .content1 .content1_img {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.entry .content1 .content1_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 765px) {
  .entry .content1 .content1_flex {
    display: block;
    margin: 0 auto;
  }
}
.entry .content1 .content1_item {
  width: 400px;
  margin: 0 60px;
}
@media screen and (max-width: 765px) {
  .entry .content1 .content1_item {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
.entry .content1 .content1_item_title {
  font-weight: bold;
  margin-bottom: 20px;
}
.entry .content1 .content1_item_text {
  margin-bottom: 20px;
}
.entry .content2 {
  background-color: #ecf6e4;
  text-align: center;
  padding: 80px 10px;
  position: relative;
  z-index: -1;
}
.entry .content2_title {
  font-size: 2rem;
  color: #f0a900;
  margin-bottom: 40px;
  letter-spacing: 5px;
  font-weight: bold;
}
.entry .content2_img {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.entry .content2_text {
  margin-bottom: 40px;
  line-height: 2.5;
}
@media screen and (max-width: 765px) {
  .entry .content2_text {
    text-align: left;
  }
}
.entry .content2_flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 765px) {
  .entry .content2_flex {
    display: block;
  }
}
.entry .content2_item {
  position: relative;
  margin: 0 2%;
}
@media screen and (max-width: 765px) {
  .entry .content2_item {
    margin: 0 auto;
    width: 350px;
    margin-bottom: 40px;
  }
}
.entry .entry_training {
  text-align: left;
  padding: 0 40px;
  max-height: 480px;
}
@media screen and (max-width: 765px) {
  .entry .entry_training {
    max-height: 100%;
    padding: 40px;
  }
}
.entry .entry_training_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.entry .entry_training ul {
  color: #fff;
}
.entry .entry_training li {
  line-height: 2.5;
}
.entry .entry_training_title {
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  position: relative;
  top: -20px;
  left: 20px;
}
.entry .entry_training_img {
  position: absolute;
  bottom: -100px;
  width: 350px;
}
@media screen and (max-width: 765px) {
  .entry .entry_training_img {
    display: none;
  }
}
.entry .entry_flow {
  padding: 20px 60px 40px;
}
.entry .entry_flow_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.entry .entry_flow_title {
  color: #f0a900;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.entry .entry_flow_item {
  position: relative;
  background-color: #f0a900;
  color: #fff;
  width: 220px;
  padding: 5px 10px;
  margin: 0 auto;
  border-radius: 50px;
}
.entry .entry_flow_arrow {
  /* font-size: 1.2rem; */
  color: #9ed279;
  text-align: center;
}
.entry .content3 {
  padding: 80px 10px;
}
.entry .content3_title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.entry .content3_flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 765px) {
  .entry .content3_flex {
    display: block;
  }
}
.entry .content3_item {
  max-width: 350px;
  position: relative;
  margin: 0 40px;
}
@media screen and (max-width: 765px) {
  .entry .content3_item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.entry .content3_img {
  background-color: #606060;
  border-radius: 100%;
  margin-bottom: 40px;
}
.entry .content3_name {
  background-color: #f0a900;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 38%;
  width: 100px;
  left: 0%;
  height: 100px;
  padding-top: 15px;
  text-align: center;
}
.entry .content3_catch {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.entry .content3_text {
  margin-bottom: 40px;
}
.entry .content4 {
  padding: 80px 10px;
  background-color: #f8edd8;
  position: relative;
}
.entry .content4 .t1 {
  max-width: 1000px;
  margin: 0 auto 40px;
}
.entry .content4 .t1 .item1 {
  background-color: #f0a900;
  width: 48%;
  padding: 15px;
  margin: 1%;
  color: #fff;
  font-weight: bold;
}
.entry .content4 .t1 .item2 {
  background-color: #fff;
  width: 48%;
  padding: 15px;
  margin: 1%;
}
.entry .content4 .t2 {
  max-width: 800px;
  margin: 0 auto 40px;
}
.entry .content4 .t2 .item1 {
  background-color: #f0a900;
  width: 48%;
  padding: 15px;
  margin: 1%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.entry .content4 .t2 .item2 {
  width: 48%;
  padding: 15px;
  margin: 1%;
}
.entry .content4 .flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 765px) {
  .entry .content4 .flex {
    display: block;
  }
  .entry .content4 .flex .item1,
.entry .content4 .flex .item2 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
}
.entry .content4_title {
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  max-width: 1000px;
  position: relative;
}
.entry .content4_text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.entry .content4 th {
  color: #fff;
  background-color: #f0a900;
  width: 380px;
}
.entry .content4 th,
.entry .content4 td {
  padding: 10px 20px;
  text-align: left;
}
.entry .content4 .t1 td {
  background-color: #fff;
}
.entry .content4 .t2 {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  max-width: 800px;
  border-collapse: separate;
  border-spacing: 10px 10px;
}
.entry .content4 .t2 th {
  text-align: center;
}
.entry .content4_img1 {
  position: absolute;
  width: 60px;
  top: -10px;
  left: 75vw;
}
.entry .content4_img2 {
  position: absolute;
  width: 50px;
  left: 5vw;
}

header {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  position: fixed;
  transition: 0.3s;
  z-index: 9999;
  /********************************
  ハンバーガーボタン
  *********************************/
}
@media screen and (max-width: 480px) {
  header {
    padding-top: 10px;
  }
}
header.hide {
  transform: translateY(-150px);
}
header .flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
header .header_logo {
  color: #f0a900;
  margin: 0 40px;
}
header .header_logo_main {
  font-size: 38px;
  margin: -18px;
}
@media screen and (max-width: 480px) {
  header .header_logo_main {
    font-size: 2rem;
    margin: 0 auto;
  }
}
header .header_nv {
  display: flex;
  justify-content: center;
}
header .nv_item {
  margin: 0 0.5vw;
}
@media screen and (max-width: 1356px) {
  header .nv_item {
    display: none;
  }
}
header div.burger {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 21px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1356px) {
  header div.burger {
    display: block;
  }
}
header div.burger.open + .flex .header_logo {
  display: none;
}
header div.burger div.x,
header div.burger div.y,
header div.burger div.z {
  position: absolute;
  margin: auto;
  top: -10px;
  left: 6px;
  bottom: 0px;
  background: #f0a900;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
header div.burger div.x,
header div.burger div.y,
header div.burger div.z {
  height: 3px;
  width: 26px;
}
header div.burger div.y {
  top: 8px;
}
header div.burger div.z {
  top: 27px;
}
header div.burger div.collapse {
  top: 5px;
  background: #fff;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
header div.burger div.rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
header div.burger div.rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
header div.burger div.rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
header div.burger div.rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.header_padding {
  padding-top: 97px;
}
@media screen and (max-width: 480px) {
  .header_padding {
    padding-top: 75px;
  }
}

/********************************
ハンバーガーメニュー内容
*********************************/
div.back_circle {
  border-radius: 50%;
  width: 0px;
  height: 0px;
  position: fixed;
  top: 35px;
  left: 36px;
  background: #f0a900;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  z-index: 9997;
}
div.back_circle.expand {
  width: 2000px;
  height: 2000px;
  top: -560px;
  left: -565px;
  -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
}
@media screen and (max-width: 765px) {
  div.back_circle.expand {
    width: 1700px;
    height: 1700px;
  }
}
div.back_circle.expand + .menu {
  z-index: 9998;
}

div.menu {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
div.menu ul li {
  list-style: none;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  font-size: 0px;
  -webkit-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
}
div.menu ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
}
div.menu ul li .btn-r {
  padding: 10px;
  border-radius: 50px;
  width: 200px;
  margin: 0 auto;
}
div.menu ul li .btn-r.reservation_k {
  background-color: #a1d073;
  color: #fff;
}
div.menu ul li .btn-r.reservation_b {
  background-color: #fff;
  color: #f0a900;
}
div.menu ul li .sns {
  display: inline-block;
  width: 30px;
  margin: 0 20px;
}
div.menu ul li.animate {
  font-size: 1rem;
  opacity: 1;
  -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
}
div.menu ul li.animate:nth-of-type(1) {
  top: 100px;
  transition-delay: 0s;
}
div.menu ul li.animate:nth-of-type(2) {
  top: 150px;
  transition-delay: 0.01s;
}
div.menu ul li.animate:nth-of-type(3) {
  top: 200px;
  transition-delay: 0.02s;
}
div.menu ul li.animate:nth-of-type(4) {
  top: 250px;
  transition-delay: 0.03s;
}
div.menu ul li.animate:nth-of-type(5) {
  top: 300px;
  transition-delay: 0.04s;
}
div.menu ul li.animate:nth-of-type(6) {
  top: 350px;
  transition-delay: 0.05s;
}
div.menu ul li.animate:nth-of-type(7) {
  top: 400px;
  transition-delay: 0.06s;
}
div.menu ul li.animate:nth-of-type(8) {
  top: 450px;
  transition-delay: 0.07s;
}
div.menu ul li.animate:nth-of-type(9) {
  top: 520px;
  transition-delay: 0.08s;
}
div.menu ul li.animate:nth-of-type(10) {
  top: 600px;
  transition-delay: 0.09s;
}

footer {
  text-align: center;
  position: relative;
  background-color: #f5ebd4;
}
@media screen and (max-width: 765px) {
  footer {
    margin-bottom: 25vw;
  }
}
footer .content {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  footer .content {
    padding-top: 40px;
  }
}
footer .content .img {
  width: 60px;
  position: absolute;
  top: -55px;
  left: 30%;
}
@media screen and (max-width: 1000px) {
  footer .content .img {
    top: -40px;
  }
}
@media screen and (max-width: 765px) {
  footer .content .img {
    width: 50px;
    top: 0px;
    left: 18%;
  }
}
footer .logo {
  color: #f0a900;
  font-size: 2rem;
  margin-bottom: 40px;
}
footer .nav {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  footer .nav {
    display: block;
    margin-bottom: 20px;
  }
}
footer .nav .item {
  margin: 0 20px;
}
@media screen and (max-width: 1000px) {
  footer .nav .item {
    margin: 0 auto;
    width: 280px;
    margin-bottom: 20px;
  }
}
footer .nav .item img {
  object-fit: contain;
}
footer .nav_sns {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
footer .nav_sns .item {
  margin: 0 20px;
}
footer .nav_sns .item img {
  object-fit: contain;
  width: 30px;
}
footer .btns {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  footer .btns {
    display: block;
    margin-bottom: 20px;
  }
}
footer .btns .btn_orange {
  color: #fff;
  background-color: #f0a900;
  border-radius: 50px;
  margin-left: 20px;
  margin-right: auto;
  width: 200px;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  footer .btns .btn_orange {
    margin: 0 auto;
    width: 280px;
    margin-bottom: 20px;
  }
}
footer .btns .btn_green {
  color: #fff;
  background-color: #a1d073;
  border-radius: 50px;
  margin-right: 20px;
  margin-left: auto;
  width: 200px;
  padding: 10px 20px;
}
@media screen and (max-width: 1000px) {
  footer .btns .btn_green {
    margin: 0 auto;
    width: 280px;
    margin-bottom: 40px;
  }
}
footer .copyright {
  font-size: 12px;
  margin-top: 40px;
}

/********************************
ガイド
*********************************/
.footer_guide {
  width: 100%;
  padding: 40px 20px;
}
.footer_guide .content {
  background-color: #fff;
  max-width: 900px;
  padding: 40px 40px 0;
  margin: 0 auto;
  margin-bottom: 40px;
  border: solid 1px #cacaca;
}
.footer_guide .list {
  display: flex;
  justify-content: center;
}
.footer_guide .item {
  width: 40%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .footer_guide .item {
    width: 260px;
  }
}
.footer_guide .front_btn_orange {
  background-color: #f0a900;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.footer_guide .tel a {
  color: #606060;
}
.footer_guide .tel_des {
  font-size: 12px;
}
.footer_guide .entry_banner {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  transition: 0.3s;
}
.footer_guide .entry_banner:hover img {
  opacity: 0.7;
}
.footer_guide .title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.footer_guide .des {
  margin: 20px auto 40px;
}
@media screen and (max-width: 765px) {
  .footer_guide .list {
    display: block;
  }
}

.news .list {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 0 80px;
}
@media screen and (max-width: 700px) {
  .news .list {
    padding: 0 10px;
  }
}
.news .news_title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 765px) {
  .news .news_title {
    top: 0;
  }
}
.news .content {
  margin: 60px auto;
}
.news .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #606060;
}
.news .date {
  color: #f0a900;
  margin-bottom: 10px;
  font-size: 12px;
}
.news .pagination {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.news .page-numbers {
  display: none;
}
.news .prev,
.news .next {
  display: inline;
}
.news .btn-prev,
.news .btn-next {
  width: 300px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 80px;
  font-size: 1.2rem;
  position: relative;
}
.news .btn-prev {
  background-color: #fff;
  border: solid 1px #a1d073;
  margin-right: 5%;
  color: #a1d073;
}
.news .btn-prev i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.news .btn-next {
  background-color: #a1d073;
  border: solid 1px #a1d073;
  margin-left: 5%;
}
.news .btn-next i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.news .news_btn {
  background-color: #f0a900;
  padding: 5px 15px;
  margin-top: 10px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
}

/********************************
HURU-HURUとは
*********************************/
.overview .content1 {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}
.overview .content1 .title {
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 765px) {
  .overview .content1 .title {
    margin-bottom: 40px;
  }
}
.overview .content1 .des {
  margin-bottom: 80px;
}
@media screen and (max-width: 765px) {
  .overview .content1 .des {
    text-align: left;
    margin-bottom: 40px;
  }
}
.overview .content1 .img {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 765px) {
  .overview .content1 .img {
    margin-bottom: 40px;
    width: 100%;
  }
}
.overview .content2 {
  text-align: center;
  padding: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 765px) {
  .overview .content2 {
    padding: 40px;
  }
}
.overview .content2 .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.overview .content2 .title {
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 80px;
  padding: 10px 0;
  background-color: #fff;
}
@media screen and (max-width: 765px) {
  .overview .content2 .title {
    margin-bottom: 40px;
  }
}
.overview .content2 .img {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 765px) {
  .overview .content2 .img {
    margin-bottom: 40px;
  }
}
.overview .content2 .head {
  background-color: #fff;
  text-align: left;
  padding: 5px 15px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px) {
  .overview .content2 .head {
    margin-bottom: 10px;
  }
}
.overview .content2 .head img {
  object-fit: contain;
  width: 20px;
  vertical-align: middle;
}
.overview .content2 .img_half img {
  width: 15px;
}
.overview .content2 .data {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .overview .content2 .data {
    padding-left: 20px;
  }
}

/********************************
ライトメニュー
*********************************/
.right_list {
  position: fixed;
  right: 0;
  bottom: 5vh;
  z-index: 9996;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@media screen and (max-width: 765px) {
  .right_list {
    display: none;
  }
}
.right_list .right_item {
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.right_list .right_item.menu_member img, .right_list .right_item.menu_visitor img {
  height: 40px;
  margin: 6px auto;
  object-fit: contain;
}
.right_list .right_item:hover {
  cursor: pointer;
}
.right_list .menu_visitor {
  background-color: #bc98ff;
}
.right_list .menu_member {
  background-color: #d593b4;
}
.right_list .menu_top {
  background-color: #606060;
  opacity: 0;
  bottom: -50px;
  transition: 0.3s;
}
.right_list .menu_top i {
  font-size: 2.5rem;
  margin: 20px auto 10px;
}

/********************************
シッター募集　ライトメニュー
*********************************/
.right_list_entry {
  position: fixed;
  right: 3vw;
  bottom: 5vh;
  z-index: 9996;
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.right_list_entry .right_item {
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  border-radius: 100%;
}
.right_list_entry .right_item:hover {
  cursor: pointer;
}
.right_list_entry .menu_entry img {
  object-fit: contain;
  width: 100%;
  height: 110%;
}
.right_list_entry .menu_top {
  background-color: #606060;
  opacity: 0;
  transition: 0.3s;
}
.right_list_entry .menu_top i {
  font-size: 2.5rem;
  margin: 20px auto 10px;
}

@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/********************************
スマホ　ボトムメニュー
*********************************/
.bottom_menu {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9995;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .bottom_menu {
    display: block;
  }
}
.bottom_menu .menu_top {
  width: 20vw;
  height: 20vw;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 1px;
  border-radius: 100%;
  background-color: #606060;
  opacity: 0;
  margin-right: 3%;
  margin-left: auto;
  margin-bottom: 3%;
  transition: 0.3s;
}
.bottom_menu .menu_top:hover {
  cursor: pointer;
}
.bottom_menu .menu_top i {
  font-size: 5vw;
  margin: 4vw auto 2vw;
}
.bottom_menu .flex {
  display: flex;
  justify-content: center;
}
.bottom_menu .flex .bottom_item {
  width: 25vw;
  height: 25vw;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 auto;
}
.bottom_menu .flex .bottom_item img {
  height: 43%;
  margin: 6% auto;
  object-fit: contain;
}
.bottom_menu .flex .bottom_item:hover {
  cursor: pointer;
}
.bottom_menu .flex .menu_visitor {
  background-color: #bc98ff;
}
.bottom_menu .flex .menu_member {
  background-color: #d593b4;
}
.bottom_menu .flex .menu_price {
  background-color: #a1d073;
}
.bottom_menu .flex .menu_entry {
  background-color: #d9c170;
}

.post_frame {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 80px;
}
@media screen and (max-width: 765px) {
  .post_frame {
    padding: 20px;
  }
}

.post_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.post_date {
  color: #f0a900;
  font-size: 0.9rem;
}

.post_content {
  margin: 40px auto 80px;
}

.back_news {
  font-size: 1.2rem;
  background-color: #f0a900;
  color: #fff;
  border-radius: 50px;
  width: 300px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
}

.page_frame {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 80px;
}
@media screen and (max-width: 765px) {
  .page_frame {
    padding: 20px;
  }
}

.page_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}

.page_content {
  margin-bottom: 80px;
}

/********************************
ご利用料金
*********************************/
.price .content1 {
  text-align: center;
}
.price .content1 .tltle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 60px;
}
.price .content1 .price_h {
  font-size: 2rem;
  font-weight: bold;
  max-width: 406px;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .price .content1 .price_h {
    font-size: 1.8rem;
    max-width: 290px;
  }
}
.price .content1 .price_h span {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 765px) {
  .price .content1 .price_h span {
    font-size: 2.5rem;
  }
}
.price .content1 .des {
  text-align: left;
  font-size: 0.8rem;
  max-width: 406px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 765px) {
  .price .content1 .des {
    max-width: 290px;
  }
}
.price .content1 .calc {
  margin-bottom: 40px;
}
.price .content1 .calc .calc1,
.price .content1 .calc .calc2,
.price .content1 .calc .calc3 {
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 765px) {
  .price .content1 .calc .calc1,
.price .content1 .calc .calc2,
.price .content1 .calc .calc3 {
    font-size: 3vw;
    padding: 10px;
  }
}
.price .content1 .calc .calc1 {
  background-color: #bc98ff;
}
.price .content1 .calc .calc2 {
  background-color: #d593b4;
}
.price .content1 .calc .calc3 {
  background-color: #a1d073;
}
.price .content1 .calc .calcp {
  font-size: 2rem;
}
@media screen and (max-width: 765px) {
  .price .content1 .calc .calcp {
    font-size: 1.2rem;
  }
}

/********************************
料金表
*********************************/
.price2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.price2 table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  /* border-collapse: separate; */
  /* border-spacing: 8px 8px; */
}
.price2 .bottom_img {
  max-width: 500px;
  margin: 40px auto;
}
@media screen and (max-width: 765px) {
  .price2 .bottom_img {
    margin: 40px;
  }
}
.price2 .td_title {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  padding: 0;
}
.price2 .td_title .t_img1 {
  width: 35px;
  object-fit: contain;
  vertical-align: middle;
}
.price2 .td_title .t_img2 {
  width: 35px;
  transform: scale(1.5);
  object-fit: contain;
  vertical-align: middle;
  position: relative;
  left: 10%;
}
@media screen and (max-width: 765px) {
  .price2 .td_title .t_img2 {
    transform: scale(1);
  }
}
.price2 .td_title span {
  vertical-align: middle;
}
.price2 th {
  background-color: #e4e4e4;
  border-bottom: dotted 1px #606060;
}
.price2 th:nth-child(even) {
  background-color: #deceb9;
}
.price2 td {
  text-align: center;
  border-bottom: dotted 1px #606060;
  padding: 15px 0;
}
.price2 td:nth-child(even) {
  background-color: #fbedcd;
}
.price2 .td_nyukai {
  position: relative;
}
.price2 .td_nyukai img {
  position: absolute;
  width: 55%;
  min-width: 200px;
  object-fit: contain;
  top: 30px;
  left: 18%;
  z-index: 20;
}
.price2 .li_title {
  font-weight: bold;
}

/********************************
東京都ベビーシッター利用支援
*********************************/
.price3 {
  background-color: #ecf5e1;
  padding: 40px 0;
}
.price3 .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.price3 .title {
  background-color: #fff;
  padding: 0 10px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin: 0 20px 40px;
}
.price3 .top_img {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.price3 .heading {
  background-color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 20px 20px;
}
.price3 .heading_img1 img {
  width: 15px;
}
.price3 .heading_img2 img {
  width: 20px;
}
.price3 .heading_img3 img {
  width: 15px;
}
.price3 .text {
  margin: 0 20px 20px;
}
.price3 .text_b {
  font-weight: bold;
}
.price3 .text_s {
  font-size: 12px;
}
.price3 .priceflow {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 40px auto;
  margin: 0 20px 20px;
}
@media screen and (max-width: 480px) {
  .price3 .priceflow {
    display: block;
  }
}
.price3 .priceflow .priceflow_num {
  margin-right: 20px;
  text-align: center;
}
.price3 .priceflow .priceflow_num img {
  width: 50px;
}
.price3 .under_banner {
  background-color: #a4d373;
  color: #fff;
  text-align: center;
  padding: 60px 10px;
  margin: 0 20px 40px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .price3 .under_banner {
    padding: 40px 10px;
  }
}
.price3 .under_banner .under_banner1 {
  margin-bottom: 40px;
}
.price3 .under_banner .under_banner2 {
  background-color: #fff;
  color: #a4d373;
  font-size: 1.2rem;
  display: inline;
  border-radius: 50px;
  padding: 15px 25px;
}

/********************************
サービス内容
*********************************/
.service {
  /********************************
  シッティング内容
  *********************************/
  /********************************
  便利な使い方
  *********************************/
  /********************************
  ご利用いただく皆様へ
  *********************************/
}
.service .content1 {
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 0 5vw;
}
.service .content1 .title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
  top: -60px;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .service .content1 .title {
    top: 0;
    margin: 60px auto;
  }
}
.service .content1 .flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .service .content1 .flex {
    display: block;
  }
}
.service .content1 .item {
  position: relative;
  margin: 0 10px;
  width: 100%;
  max-width: 333px;
}
@media screen and (max-width: 1000px) {
  .service .content1 .item {
    max-width: 50%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 765px) {
  .service .content1 .item {
    max-width: 100%;
  }
}
.service .content1 .item:nth-of-type(3) {
  top: -44px;
}
@media screen and (max-width: 1000px) {
  .service .content1 .item:nth-of-type(3) {
    top: 0;
  }
}
.service .content1 .des span {
  font-size: 12px;
}
.service .content2 {
  padding: 40px;
}
.service .content2 .title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.service .content2 .flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .service .content2 .flex {
    display: block;
  }
}
.service .content2 .item1 {
  width: 50%;
}
.service .content2 .item1 .img {
  width: 60px;
  top: -10px;
  position: absolute;
  left: 35%;
}
@media screen and (max-width: 765px) {
  .service .content2 .item1 .img {
    left: 75%;
  }
}
.service .content2 .item1 .list {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
@media screen and (max-width: 765px) {
  .service .content2 .item1 .list {
    width: 100%;
  }
}
.service .content2 .item1 .list_item {
  width: 100%;
}
.service .content2 .item1 .des {
  font-size: 12px;
  margin: 20px auto;
}
.service .content2 .item2 {
  width: 20%;
}
.service .content2 .item2 .img {
  width: 60px;
  position: absolute;
  top: -15px;
  left: 75%;
}
.service .content2 .item1,
.service .content2 .item2 {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin: 0 3vw;
}
@media screen and (max-width: 1000px) {
  .service .content2 .item1,
.service .content2 .item2 {
    width: 100%;
    margin: 20px auto;
  }
}
.service .content2 .item_title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px auto;
}
.service .content2 .list_item span {
  color: #f0a900;
  font-weight: bold;
}
.service .content3 {
  position: relative;
  min-height: 970px;
  /********************************
  便利な使い方 スライド
  *********************************/
}
.service .content3 .fruit {
  width: 70px;
  position: absolute;
  left: 20%;
  top: 75px;
}
@media screen and (max-width: 765px) {
  .service .content3 .fruit {
    left: 10%;
    top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .service .content3 .fruit {
    left: 8%;
    top: 30px;
    width: 60px;
  }
}
.service .content3 .content {
  width: 100%;
  background-color: #f5ebd4;
}
@media screen and (max-width: 765px) {
  .service .content3 .content {
    padding: 40px 0;
  }
}
.service .content3 .title {
  color: #f0a900;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 5px;
}
.service .content3 .flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 765px) {
  .service .content3 .flex {
    display: block;
  }
}
.service .content3 .item {
  width: 33%;
  padding: 20px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .service .content3 .item {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .service .content3 .item {
    width: 100%;
  }
}
.service .content3 .item_des {
  text-align: left;
}
.service .content3 .slideshow {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.service .content3 .slideshow input[name=slideshow] {
  display: none;
}
.service .content3 .slideshow .slideContents {
  display: flex;
  position: relative;
  width: 500%;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 765px) {
  .service .content3 .slideshow .slideContents {
    width: 100%;
    display: block;
  }
}
.service .content3 .slideshow .slideContents section {
  width: 20%;
}
@media screen and (max-width: 765px) {
  .service .content3 .slideshow .slideContents section {
    width: 100%;
  }
}
.service .content3 .slideshow .slideContents section img {
  max-width: 100%;
}
.service .content3 .slideshow .arrow,
.service .content3 .slideshow .arrow label,
.service .content3 .slideshow .arrow .ico {
  position: absolute;
}
.service .content3 .slideshow .arrow {
  top: 0;
  margin: 0;
  transition: background 0.3s;
}
@media screen and (max-width: 765px) {
  .service .content3 .slideshow .arrow {
    display: none;
  }
}
.service .content3 .slideshow .prev {
  left: 0;
}
.service .content3 .slideshow .next {
  right: 0;
}
.service .content3 .slideshow .arrow,
.service .content3 .slideshow .arrow label {
  top: 120px;
  cursor: pointer;
  width: 80px;
  height: 80px;
}
.service .content3 .slideshow .arrow label {
  top: 0;
  left: 0;
  z-index: 1;
}
.service .content3 .slideshow .arrow .ico {
  height: 80px;
}
.service .content3 .slideshow #switch1:checked ~ .slideContents {
  transform: translateX(0);
}
.service .content3 .slideshow #switch2:checked ~ .slideContents {
  transform: translateX(-20%);
}
@media screen and (max-width: 765px) {
  .service .content3 .slideshow #switch2:checked ~ .slideContents {
    transform: translateX(0);
  }
}
.service .content3 .slideshow #switch3:checked ~ .slideContents {
  transform: translateX(-40%);
}
@media screen and (max-width: 765px) {
  .service .content3 .slideshow #switch3:checked ~ .slideContents {
    transform: translateX(0);
  }
}
.service .content3 .slideshow #switch4:checked ~ .slideContents {
  transform: translateX(-60%);
}
@media screen and (max-width: 765px) {
  .service .content3 .slideshow #switch4:checked ~ .slideContents {
    transform: translateX(0);
  }
}
.service .content3 .slideshow #switch5:checked ~ .slideContents {
  transform: translateX(-80%);
}
@media screen and (max-width: 765px) {
  .service .content3 .slideshow #switch5:checked ~ .slideContents {
    transform: translateX(0);
  }
}
.service .content3 .slideshow .arrow label {
  pointer-events: none;
}
.service .content3 .slideshow #switch1:checked ~ .prev label[for=switch4],
.service .content3 .slideshow #switch2:checked ~ .prev label[for=switch1],
.service .content3 .slideshow #switch3:checked ~ .prev label[for=switch2],
.service .content3 .slideshow #switch4:checked ~ .prev label[for=switch3],
.service .content3 .slideshow #switch1:checked ~ .next label[for=switch2],
.service .content3 .slideshow #switch2:checked ~ .next label[for=switch3],
.service .content3 .slideshow #switch3:checked ~ .next label[for=switch4],
.service .content3 .slideshow #switch4:checked ~ .next label[for=switch1] {
  pointer-events: auto;
}
.service .content5 {
  padding: 40px;
  margin-bottom: 40px;
}
.service .content5 .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 5px;
  text-align: center;
}
.service .content5 .sub_title {
  margin-bottom: 40px;
  text-align: center;
}
.service .content5 .inline_block {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.service .content5 .inline_block .item {
  display: inline-block;
  width: 45%;
  height: 450px;
  margin: 10px 2%;
  background-color: #fff;
  padding: 20px;
  vertical-align: top;
}
@media screen and (max-width: 765px) {
  .service .content5 .inline_block .item {
    display: block;
    width: 100%;
    margin: 20px auto;
    height: auto;
  }
}
.service .content5 .inline_block .item .img {
  width: 280px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .service .content5 .inline_block .item .img {
    width: 100%;
  }
}
.service .content5 .inline_block .item .img img {
  object-fit: contain;
}
.service .content5 .inline_block .item .heading {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.service .content5 .inline_block .item .des {
  text-align: left;
}

/********************************
フォーム共通
*********************************/
.form {
  margin: 0 auto;
  text-align: left;
}
.form .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.form .heading {
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 180px;
  text-align: right;
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .form .heading {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
  margin: 0 auto;
  padding: 15px;
  width: calc(100% - 270px);
  background-color: #f8f3ec;
  border: none;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea {
    width: 100%;
  }
}
.form textarea {
  height: 150px;
}
.form input[type=file] {
  display: none;
}
.form #fake_text_box {
  font-size: 0.8rem;
  margin: 20px auto;
}
.form .file_btn {
  font-size: 1.2rem;
  background: #606060;
  color: #fff;
  border-radius: 50px;
  padding: 10px 80px;
}
.form .row {
  margin: 0 auto;
  margin-bottom: 20px;
}
.form .col {
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .form .col {
    display: block;
  }
}
.form .hissu {
  font-size: 0.8rem;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  width: 90%;
}
.form .submit_frame {
  margin: 40px auto;
  width: 350px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .form .submit_frame {
    width: 90%;
  }
}
.form .submit_frame .submit {
  background-color: #f0a900;
  padding: 20px 40px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  border: none;
  border-radius: 50px;
  letter-spacing: 5px;
  width: 100%;
  position: relative;
}
.form .submit_frame .submit:hover {
  cursor: pointer;
}
.form .submit_frame .submit i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.form .btn-back1 {
  color: #fff;
  background-color: #9b9a9a;
  border: none;
  padding: 15px 0;
  width: 300px;
  border-radius: 50px;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  margin: 40px auto;
}
.form .btn-back1:hover {
  cursor: pointer;
}
.form .btn-back1 i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.form .btn-back2 {
  color: #fff;
  background-color: #b3b2b2;
  border: none;
  padding: 15px 0;
  width: 300px;
  border-radius: 50px;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  margin: 40px auto;
}
.form .btn-back2:hover {
  cursor: pointer;
}
.form .btn-back2 i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.form .radio {
  margin: 0.5rem;
}
.form .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #606060;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.form .radio input[type=radio]:checked + .radio-label:before {
  background-color: #f0a900;
  box-shadow: inset 0 0 0 4px #fff;
}
.form .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #606060;
}
.form .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f0a900;
  border-color: #714f00;
  background: #714f00;
}
.form .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.success_message {
  margin: 20px auto;
  max-width: 1000px;
  color: #606060;
}

.error_message {
  margin: 20px auto;
  max-width: 1000px;
  color: #f00;
}

/********************************
規約部分
*********************************/
.kiyaku {
  background-color: #ededed;
  padding: 40px 20px;
}
.kiyaku .inner {
  max-width: 1000px;
}
.kiyaku textarea.kiyaku_text {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #606060;
  margin-bottom: 20px;
  color: #606060;
}
.kiyaku .kiyaku_title {
  font-weight: bold;
}
.kiyaku .kiyaku_des {
  margin-bottom: 20px;
}

.kiyaku_s {
  width: calc(100% - 270px);
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 765px) {
  .kiyaku_s {
    width: 100%;
  }
}
.kiyaku_s textarea.kiyaku_text {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #606060;
  color: #606060;
}
.kiyaku_s .kiyaku_title {
  font-weight: bold;
  margin-bottom: 20px;
}
.kiyaku_s .kiyaku_des {
  margin-bottom: 20px;
}

.agree {
  text-align: center;
  margin: 20px auto;
}
.agree input[type=checkbox]#agree {
  opacity: 0;
}
.agree input[type=checkbox]#agree + label {
  position: relative;
}
.agree input[type=checkbox]#agree + label::before {
  width: 30px;
  height: 30px;
  content: " ";
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -60%;
  border: solid 1px #606060;
}
.agree input[type=checkbox]#agree + label::after {
  width: 20px;
  height: 20px;
  content: " ";
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -53%;
  top: 1px;
}
.agree input[type=checkbox]#agree:checked + label::after {
  background-color: #f0a900;
}

/********************************
予約フォーム
*********************************/
.reservation .mv {
  margin-bottom: 40px;
}
.reservation .text {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.reservation .text .title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 40px;
}
.reservation .text .des {
  margin-bottom: 40px;
  display: inline-block;
}
.reservation .text .des div {
  width: 270px;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.reservation .text .line {
  display: flex;
  justify-content: center;
  padding: 15px 20px;
  background-color: #00b900;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  align-items: center;
}
.reservation .text .line img {
  width: 40px;
  margin: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.reservation .text .caution {
  border: solid 2px #f6a917;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .reservation .text .caution {
    text-align: left;
  }
}
.reservation .text .stepnav {
  text-align: center;
  margin: 0 auto 40px;
}
.reservation .text .stepnav .item {
  width: 25%;
  float: left;
  position: relative;
}
.reservation .text .stepnav .item::after {
  content: " ";
  width: 100%;
  height: 5px;
  background-color: #f0a900;
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 765px) {
  .reservation .text .stepnav .item::after {
    top: 13px;
  }
}
.reservation .text .stepnav .item:last-child::after {
  display: none;
}
.reservation .text .stepnav .circle {
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #f0a900;
}
@media screen and (max-width: 765px) {
  .reservation .text .stepnav .circle {
    width: 30px;
    height: 30px;
  }
}
.reservation .text .stepnav .circle div {
  background-color: #fff;
  width: 60%;
  height: 60%;
  vertical-align: middle;
  margin: 0 auto;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
.reservation .text .stepnav .step {
  margin: 0 auto 60px;
  font-weight: bold;
}
.reservation .hyoki {
  font-size: 0.8rem;
}
.reservation input[type=text].rsv_time {
  width: 100px;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .reservation input[type=text].rsv_time {
    width: 30%;
    margin-left: 0;
  }
}
.reservation input[type=date].rsv_date {
  width: 410px;
}
@media screen and (max-width: 1020px) {
  .reservation input[type=date].rsv_date {
    width: 280px;
  }
}
@media screen and (max-width: 850px) {
  .reservation input[type=date].rsv_date {
    width: 100%;
    margin-bottom: 20px;
  }
}
.reservation .child {
  font-weight: bold;
  margin-bottom: 40px;
  padding: 10px 20px;
  position: relative;
  text-align: left;
}
.reservation .child img {
  width: 30px;
  vertical-align: middle;
}
.reservation .child .puls {
  width: 30px;
  height: 30px;
  right: 20px;
  vertical-align: middle;
  position: absolute;
}
.reservation .accordion:hover {
  cursor: pointer;
}
.reservation .content {
  display: none;
}
.reservation .bikou {
  margin-bottom: 40px;
}
.reservation textarea.bikou_text {
  margin: 0 auto;
  padding: 15px;
  background-color: #f8f3ec;
  width: 100%;
  height: 200px;
  border: none;
}
@media screen and (max-width: 850px) {
  .reservation textarea.bikou_text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.reservation.confirm form {
  text-align: center;
}
.reservation.confirm form .heading {
  margin-bottom: 0;
  margin-right: 40px;
}
.reservation.confirm form .confirm_data {
  display: inline-block;
  width: 400px;
  text-align: left;
}
.reservation .complate_text {
  margin: 40px 20px;
}

/********************************
よくあるご質問とお問い合わせ
*********************************/
.contact .mv {
  margin-bottom: 40px;
}
.contact .title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 40px;
}
.contact .qas {
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 20px;
  position: relative;
}
.contact .qas .fruit1 {
  width: 60px;
  height: 60px;
  top: -40px;
  right: 0;
  position: absolute;
  object-fit: contain;
}
.contact .qas .fruit2 {
  width: 40px;
  position: absolute;
  object-fit: contain;
  top: 50%;
}
.contact .qas .accordion {
  width: 100%;
  background: #fff;
  border-bottom: solid 2px #f0a900;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.contact .qas .accordion .arrow {
  font-size: 1.4rem;
  width: 40px;
  height: 100%;
  color: #fff;
  background-color: #f0a900;
  text-align: center;
  vertical-align: middle;
}
.contact .qas .accordion .arrow i {
  transform: rotateZ(180deg);
  transition: 0.3s;
}
.contact .qas .accordion .arrow i:hover {
  cursor: pointer;
}
.contact .qas .accordion .cat {
  font-weight: bold;
  font-size: 1.2rem;
  vertical-align: middle;
  padding-left: 20px;
}
.contact .qas .accordion.selected .arrow i {
  transform: rotateZ(0deg);
  transition: 0.3s;
}
.contact .qas .accordion_section {
  background-color: #fffaef;
  padding: 40px;
  margin-bottom: 40px;
  display: none;
}
.contact .qas .accordion_section .qa_q {
  border-bottom: dotted 2px #f0a900;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact .qas .accordion_section .qa_q img {
  width: 30px;
  vertical-align: middle;
}
.contact .qas .accordion_section .qa_a {
  margin-bottom: 40px;
}
.contact .contactform {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.contact .contactform .contact_mail {
  padding: 20px 40px;
  font-size: 1.2rem;
  font-weight: bold;
}
.contact .contactform .contact_mail img {
  width: 50px;
  margin-right: 20px;
  vertical-align: middle;
}
.contact .contactform .keitai {
  text-align: center;
  margin: 40px auto;
}
.contact .contactform .contect_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
@media screen and (max-width: 765px) {
  .contact .contactform .contect_tel {
    display: block;
    padding: 15px 0;
  }
}
.contact .contactform .contect_tel .contect_tel_title {
  font-size: 1.2rem;
  margin: 0 auto;
  font-weight: bold;
}
.contact .contactform .contect_tel .contect_tel_title .disp_765 {
  display: none;
}
.contact .contactform .contect_tel .contect_tel_title .disp_pc {
  display: inline-block;
}
@media screen and (max-width: 765px) {
  .contact .contactform .contect_tel .contect_tel_title {
    width: 90%;
  }
  .contact .contactform .contect_tel .contect_tel_title .disp_765 {
    display: inline-block;
  }
  .contact .contactform .contect_tel .contect_tel_title .disp_pc {
    display: none;
  }
}
.contact .contactform .contect_tel .contect_tel_title img {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.contact .contactform .contect_tel .contect_tel_area {
  width: 500px;
  background: #fff;
  border-radius: 70px;
  padding: 10px 60px;
  margin: 40px auto;
  /* font-size: 1rem; */
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .contact .contactform .contect_tel .contect_tel_area {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.contact .contactform .contect_tel .contect_tel_area .contect_tel_num {
  font-size: 1.8rem;
}
.contact .contactform .contect_tel .contect_tel_area .contect_tel_num a {
  color: #606060;
}

/********************************
シッター募集
*********************************/
.entry_form {
  padding: 40px;
}
.entry_form .entry_form_title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 400px;
  position: relative;
}
.entry_form .entry_form_title img {
  position: absolute;
  object-fit: contain;
}
.entry_form .entry_form_title .ster1 {
  width: 40px;
  left: 0;
  top: 20px;
}
.entry_form .entry_form_title .ster2 {
  width: 50px;
  right: 0;
  top: -15px;
}
.entry_form .filerow {
  margin: 80px auto;
}
.entry_form .filerow .btn_frame {
  margin: 0 auto;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
