@charset "UTF-8";
/*
Theme Name: ねずみとことりのおさいほう
*/

/*========= ヘッダー ===============*/
#header {
  background: url("images/top.jpg") no-repeat center;
  background-size: 100%;
  height: 100vh;
}
#header_2 {
  height: 100px;
}

/* ハンバーガーメニュー */
#g-nav {
  display: block;
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

.nav-back {
  width: 100%;
  background-color: #e4e262;
  height: 100vh;
  margin-top: 60px;
}

.nav-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav ul {
  display: none;
  padding: 0;
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li {
  text-align: center;
  list-style: none;
  font-weight: bold;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nav-p {
  color: #fff;
  text-align: center;
  margin: 50px 0 10px 0;
  letter-spacing: -1px;
}

.nav-icon {
  width: 135px;
  display: flex;
  justify-content: space-between;
}
.nav-icon img {
  width: 60px;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #e4e262;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*========= ヘッダー スマホ ===============*/
@media (max-width: 769px) {
  #header {
    background: url("images/sp_top.png") no-repeat center;
    background-size: 100%;
  }
}
/*============ メイン =============*/
.main .elements_box {
  display: flex;
  margin: 0 auto;
  width: 750px;
  justify-content: space-between;
  margin-top: 100px;
  color: #fff;
}
.main .elements_box li {
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  list-style: none;
}
.main .elements_box li p {
  color: #fff;
  width: 200px;
  height: 30px;
  line-height: 30px;
  border: 1px dashed rgb(238, 207, 141);
  background-color: #f3a253;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 0 4px #f3a253;
}
.main .txt {
  font-size: 2rem;
  margin-top: 50px;
}
.main .txt_1 {
  font-size: 1.6rem;
}
.main .check_box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.main .check_box li {
  display: flex;
  font-size: 2rem;
  margin: 5px 0;
}
.main .check_box li p {
  margin-left: 10px;
}
.main .check_box img {
  width: 30px;
}
.main p {
  text-align: center;
}
.main .line {
  width: 800px;
  border-bottom: dashed 1px;
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #bfd1cc;
}
.main .cinderella {
  width: 200px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 50px;
}
.insta_feed {
  display: flex;
  width: 155px;
  margin: 0 auto;
}
.main .insta_feed img {
  width: 25px;
  margin-right: 10px;
}
.feed {
	width: 800px;
	display: flex;
	margin: 0 auto;
}
#sbi_load {
	display: none !important;
}
.main .link {
  width: 176px;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
}
.main #request {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}
.main #request button {
  display: flex;
  margin: 0 auto;
  font-size: 2rem;
  border: solid 4px #d0ebe3;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 50px;
}
.main #request button p {
  font-weight: bold;
  line-height: 60px;
  width: 300px;
}
.main #request a {
  text-decoration: none;
}
.main #request .request_txt {
  margin-top: 50px;
}
.main .br_sp {
  display: none;
}

/*========= メイン スマホ ===============*/
@media (max-width: 769px) {
  /*===== アバウト =====*/
  .main {
    padding: 20px;
    box-sizing: border-box;
  }
  .main .elements_box {
    width: 330px;
    margin-top: 20px;
    justify-content: space-between;
  }
  .main .elements_box li {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  .main .elements_box li p {
    width: 100px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    letter-spacing: -1px;
    box-shadow: 0 0 0 2px #f3a253;
  }
  .main .txt {
    font-size: 1.4rem;
    margin-top: 0px;
  }
  .main .txt .br_sp {
    display: block;
  }
  .main .txt_1 {
    font-size: 1.4rem;
    width: 300px;
    display: flex;
    margin: 0 auto;
  }
  .main .check_box {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 200px;
  }
  .main .check_box li {
    font-size: 1.6rem;
  }
  .main .check_box img {
    width: 20px;
  }
  .main #concept p {
    width: 300px;
    display: flex;
    margin: 0 auto;
  }
  .main #concept p .br1 {
    display: none;
  }
  .main .cinderella {
    width: 100px;
    margin-bottom: 30px;
  }
	.insta_feed {
    width: 147px;
  }
	.feed {
	width: 100%;
  }
  .main .link {
    width: 154px;
  }
  .main #request button {
    font-size: 2rem;
  }
  .main #request button p {
    font-weight: bold;
    width: 200px;
    line-height: 40px;
    box-sizing: border-box;
  }
  .main #request .request_txt {
    text-align: center;
    margin-top: 20px;
  }
  .main #request .br_sp {
    display: block;
  }
  .main .line {
    width: 80%;
  }
}
/*========= 下層ページ（ご依頼について） ===============*/
.request_h1 {
  font-size: 3rem;
  border-bottom: solid 1px #d0ebe3;
  width: 80%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.request_wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 1000px;
  margin-top: 100px;
}
.request_wrap .request_container {
  background-color: #fafafa;
  width: 100%;
  padding: 30px 0 80px 0;
  box-sizing: border-box;
  margin-bottom: 100px;
  flex-direction: column;
}
.request_wrap .request_container h2 {
  color: #fff;
  width: 200px;
  height: 18px;
  line-height: 18px;
  border: 1px dashed rgb(238, 207, 141);
  background-color: #f3a253;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 0 4px #f3a253;
  text-align: center;
  font-size: 20px;
  margin: -50px 0 50px 150px;
}
.request_wrap .request_container .request_1, .request_wrap .request_container .request_2, .request_wrap .request_container .request_3, .request_wrap .request_container .request_4 {
  display: flex;
  margin: 0 auto;
  width: 700px;
}
.request_wrap .request_container .request_1 img {
  width: 60px;
  margin-right: 10px;
}
.request_wrap .request_container .request_1 .hukidasi {
  width: 450px;
  margin-right: 20px;
}
.request_wrap .request_container .request_1 .sp_hukidasi {
  display: none;
}
.request_wrap .request_container .request_1 p {
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  margin-top: -25px;
  position: relative;
  top: 0;
  left: 120px;
  font-size: 1.4rem;
}
.request_wrap .request_container .request_1 .icon {
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
  margin-left: -30px;
}
.request_wrap .request_container .request_1 .icon .icon_link {
  height: 70px;
}
.request_wrap .request_container .request_1 .icon .mouse {
  display: none;
}
.request_wrap .request_container .request_2 .request_card {
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.request_wrap .request_container .request_2 .request_card img {
  height: 180px;
}
.request_wrap .request_container .request_2 .request_card h3 {
  background-color: #f6cc1b;
  color: #fff;
  width: 100px;
  margin: 0;
  text-align: center;
  border-radius: 0 5px 5px 0;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.request_wrap .request_container .request_2 .request_card .price {
  display: flex;
  padding: 30px 0px 20px 0px;
  margin: 0 auto;
  width: 110px;
  align-items: flex-end;
  box-sizing: border-box;
}
.request_wrap .request_container .request_2 .request_card .price strong {
  font-size: 3rem;
  line-height: 2.6rem;
  font-weight: lighter;
}
.request_wrap .request_container .request_2 .request_card .price p {
  padding: 0;
  line-height: 1.6rem;
  margin-left: 2px;
}
.request_wrap .request_container .request_2 .request_card p {
  padding: 20px;
}
.request_wrap .request_container .request_2 .plus {
  font-size: 3rem;
  font-weight: bold;
  margin: 120px 20px 0 0;
}
.request_wrap .request_container .request_txt, .request_wrap .request_container .request_txt_1 {
  display: flex;
  flex-direction: column;
  width: 700px;
  margin: 0 auto;
  margin-top: 50px;
}
.request_wrap .request_container .request_txt h4, .request_wrap .request_container .request_txt_1 h4 {
  font-size: 2rem;
  font-weight: lighter;
  border-left: solid 10px #bde1d7;
  padding-left: 20px;
  margin: 0 0 10px 0;
}
.request_wrap .request_container .request_3 img {
  width: 24px;
}
.request_wrap .request_container .request_3 .period {
  font-size: 2rem;
  margin-left: 10px;
}
.request_wrap .request_container .request_txt_1 {
  margin-top: 20px;
}
.request_wrap .request_container .request_4 img {
  width: 300px;
  margin-right: 20px;
}

/*========= 下層ページ（ご依頼について） スマホ ===============*/
@media (max-width: 769px) {
  .request_h1 {
    font-size: 2rem;
  }
  .request_wrap {
    width: 100%;
    margin-top: 20px;
  }
  .request_wrap .request_container {
    padding: 10px 0 40px 0;
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .request_wrap .request_container h2 {
    width: 120px;
    height: 15px;
    line-height: 15px;
    padding: 4px;
    border-radius: 4px;
    font-size: 1.6rem;
    margin: -20px 0 0 25px;
    box-shadow: 0 0 0 2px #f3a253;
  }
  .request_wrap .request_container .request_1, .request_wrap .request_container .request_2, .request_wrap .request_container .request_3, .request_wrap .request_container .request_4 {
    width: 300px;
  }
  .request_wrap .request_container .request_1 {
    flex-direction: column;
    width: 300px;
    margin: 0 auto;
  }
  .request_wrap .request_container .request_1 img {
    width: 60px;
    margin-right: 10px;
  }
  .request_wrap .request_container .request_1 .hukidasi {
    display: none;
  }
  .request_wrap .request_container .request_1 .sp_hukidasi {
    display: block;
    width: 300px;
    margin-top: 20px;
  }
  .request_wrap .request_container .request_1 p {
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    margin-top: 0;
    position: relative;
    top: 20px;
    left: 5px;
    font-size: 1.4rem;
    width: 55px;
  }
  .request_wrap .request_container .request_1 .icon {
    margin: 0 auto;
  }
  .request_wrap .request_container .request_1 .icon .mouse {
    display: block;
    margin-left: 10px;
  }
  .request_wrap .request_container .request_2 .request_card {
    margin-top: 40px;
    margin-right: 0;
  }
  .request_wrap .request_container .request_2 .request_card h3 {
    width: 80px;
    height: 26px;
    font-size: 1.6rem;
    margin-top: -15px;
    font-weight: lighter;
  }
  .request_wrap .request_container .request_2 .request_card .price {
    padding: 20px 0px 20px 0px;
    width: 90px;
  }
  .request_wrap .request_container .request_2 .request_card .price strong {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: lighter;
  }
  .request_wrap .request_container .request_2 .request_card img {
    height: auto;
  }
  .request_wrap .request_container .request_2 .request_card p {
    padding: 6px 2px 2px 2px;
    letter-spacing: -1px;
  }
  .request_wrap .request_container .request_2 .plus {
    margin-right: 0;
  }
  .request_wrap .request_container .request_txt, .request_wrap .request_container .request_txt_1 {
    width: 300px;
    margin-top: 50px;
  }
  .request_wrap .request_container .request_txt h4, .request_wrap .request_container .request_txt_1 h4 {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  .request_wrap .request_container .request_3 {
    margin-top: 30px;
  }
  .request_wrap .request_container .request_3 img {
    width: 16px;
  }
  .request_wrap .request_container .request_3 .period {
    font-size: 1.6rem;
  }
  .request_wrap .request_container .request_txt_1 {
    margin-top: 20px;
  }
  .request_wrap .request_container .request_4 {
    flex-direction: column;
  }
  .request_wrap .request_container .request_4 img {
    width: 300px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    margin-top: 40px;
    margin-right: 20px;
  }
  .request_wrap .request_container .request_4 p {
    margin-top: 20px;
  }
}
/*========= フッター ===============*/
#footer {
  background: url("images/gingham-check.jpg") no-repeat center;
  background-size: 100%;
  width: 100%;
  margin-top: 200px;
  text-align: center;
  padding: 100px 0;
}

/*========= フッター スマホ ===============*/
@media (max-width: 769px) {
  #footer {
    margin-top: 100px;
    padding: 50px 0;
  }
}
/*========= body ===============*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "筑紫A丸ゴシック" , sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0;
  color: #585757;
}

img {
  width: 100%;
}

a {
  color: #585757;
}

ul, li, p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3rem;
  font-weight: lighter;
  text-align: center;
}

.insta {
  width: 45px;
  display: flex;
  margin: 0 auto;
}

/*========= body スマホ ===============*/
@media (max-width: 769px) {
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */