/*-----------------------------------------------

	mv

-----------------------------------------------*/
.start {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15000;
  box-shadow: -300px -300px 500px 0 #fff inset, 300px 300px 500px 0 #fff inset;

}

.start .kiri {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  background: #fff;
}

.start .load_img {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 80%;
}

.start .load_txt {
  position: relative;
  top: 0;
  left: 0;

}

.start .load_txt ul li {
  display: inline-block;
  opacity: 0;
}

.start .load_txt ul li:nth-child(1) {
  animation: textAnime2 .8s forwards;
  animation-delay: 0.5s;
}

.start .load_txt ul li:nth-child(2) {
  animation: textAnime2 .8s forwards;
  animation-delay: 0.7s;
}

.start .load_txt ul li:nth-child(3) {
  animation: textAnime2 .8s forwards;
  animation-delay: 0.9s;
}

.start .load_txt ul li:nth-child(4) {
  animation: textAnime2 .8s forwards;
  animation-delay: 1.1s;
}

.start .load_txt ul li:nth-child(5) {
  animation: textAnime2 .8s forwards;
  animation-delay: 1.3s;
}

.start .load_txt ul li:nth-child(6) {
  animation: textAnime2 .8s forwards;
  animation-delay: 1.5s;
}

.start .load_txt ul li:nth-child(7) {
  animation: textAnime2 .8s forwards;
  animation-delay: 1.7s;
}

.start .load_txt ul li img {
  width: 100%;
  max-width: 140px;
}

.start p img {
  width: 100%;

}

/*keyframe*/
@keyframes textAnime2 {
  0% {
      transform: translateY(0);
      opacity: 0;
  }

  25% {
      transform: translateY(-30%);
  }

  75% {
      transform: translateY(30%);
  }

  100% {
      transform: translateY(0);
      opacity: 1;
  }
}



.mv {
  margin: -20px auto 0px;
}

.mv ul li img {
  width: 100%;
}

.mv .slick-prev {
  left: 0;
  color: #000;
  z-index: 100;
}

.mv ul.slick01.sp {
  display: none;
}

.mv .slick-next {
  right: 0;
  color: #000;
  z-index: 100;
}

.mv .slick-next:before {
  content: ">";
  color: #000;
}

.mv .slick-prev:before {
  content: "<";
  color: #000;
}

.slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  cursor: pointer;
}

.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}

/*-----------------------------------------------

pick up

-----------------------------------------------*/
#pick {
  position: relative;
  z-index: 1;
}

.pick_up {
  background: url("https://file003.shop-pro.jp/PA01455/219/image/pick_back.png")no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 55px 0 45px;
}

.pick_up .pick_inner {
  max-width: 1200px;
  margin: 0 auto;
  background: url("https://file003.shop-pro.jp/PA01455/219/image/pick_over.png")no-repeat;
  background-size: contain;
  background-position: center top;
  padding: 35px 0 40px;
}

.pick_up h3 {
  font-size: 30px;
  font-weight: bold;
  color: #6a3906;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 0px #fff;
}

.pick_up h3:before {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/pick_icon.png")no-repeat;
  background-size: cover;
  width: 56px;
  height: 50px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.pick_up h3:after {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/pickup.png")no-repeat;
  background-size: cover;
  width: 72px;
  height: 36px;
  position: relative;
  display: block;
  left: 220px;
  top: -10px;
}

.pick_up .btn {
  max-width: 980px;
  margin: 0 auto;
}

.pick_up ul li {
  display: inline-block;
}

.pick_up ul li:nth-child(2) {
  margin: 0 6px;
}

.pick_up ul li a {
  text-decoration: none;
}

.pick_up ul li a span {
  display: inline-block;
  font-size: 18px;
  color: #444;
  border: 1px solid #444;
  padding: 2px 25px;
  background: #fff;
  margin-bottom: 10px;
}

.pick_up ul li a img {
  display: block;
  margin-bottom: 20px;
}

.pick_up ul li a p {
  color: #444;
  font-size: 18px;
  text-align: center;
}

.pick_up ul li a p span {
  color: #6a3906;
  display: inherit;
  border: none;
  padding: 0;
  background: none;
}


/*-----------------------------------------------

worries

-----------------------------------------------*/
#worries {
  position: relative;
  z-index: 2;
}

.worries {
  background: url('https://file003.shop-pro.jp/PA01455/219/image/bg_heading_title.jpg');
  padding: 55px 0 45px;
  position: relative;
}

.worries:before {
  content: "";
  width: 100%;
  height: 79px;
  background: url("https://file003.shop-pro.jp/PA01455/219/image/worries_bg.png")no-repeat;
  display: block;
  background-position: center top;
  position: absolute;
  top: -79px;
  background-size: cover;
}

.worries .worries_inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff8fc;
  padding: 0px 0 40px;
  position: relative;
}

.worries .worries_inner:before {
  content: "";
  width: 100%;
  height: 79px;
  background: url("https://file003.shop-pro.jp/PA01455/219/image/worries_inner_bg.png")no-repeat;
  display: block;
  background-position: center top;
  position: absolute;
  top: -79px;
  z-index: 3;
}

.worries h3 {
  font-size: 30px;
  font-weight: bold;
  color: #6a3906;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 0px #fff;
}

.worries h3:after {
  content: "";
  width: 67px;
  height: 26px;
  position: relative;
  display: block;
  left: 310px;
  top: -5px;
}

.worries ul {
  font-size: 0;
  margin-top: 20px;
}

.worries ul li {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 20px;
}

.worries ul li:nth-child(1),
.worries ul li:nth-child(5) {
  margin-left: 0px;
}

#worries .worries ul li.down:nth-child(n+5) {
  margin-bottom: 0;
}

.worries .show {
  max-width: 980px;
  margin: 0 auto;
  background: url('https://file003.shop-pro.jp/PA01455/219/image/bg_archive.jpg');
  padding: 30px 0;
}

.worries .show ul li {
  font-size: 16px;
  width: 290px;
  margin-left: 25px;
  vertical-align: top;
}

.worries .show ul li:nth-child(1),
.worries .show ul li:nth-child(5),
.worries .show ul li:nth-child(9),
.worries .show ul li:nth-child(12) {
  margin-left: auto;
}

.worries .show ul li p {
  font-size: 16px;
  color: #6a3906;
  font-weight: bold;
  margin-top: 10px;
}

.worries .show ul li span.bor {
  font-size: 12px;
  display: inline-block;
  color: #191919;
  margin-top: 10px;
  border: 1px solid #000;
  padding: 2px 8px;
  background: #fff;
  margin: 15px auto 0;
}

.worries .show ul li p span {
  border: none;
  font-size: 14px;
  display: block;
  color: #191919;
  margin-top: 5px;
  font-weight: bold;
}

.worries .show ul li a {
  background: #ef5e5e;
  color: #fff;
  display: block;
  width: 200px;
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 100px;
}

#worries .worries .down {
  cursor: pointer;
}

#worries .worries .show {
  display: none;
}

#worries .worries .show.on {
  display: block;
}

#worries .worries .show .grid {
  padding: 0 11px;
  text-align: left;
}

#worries .worries .show .grid .grid-item {
  width: 296px;
  margin: 0 11px 22px;
  box-sizing: border-box;
  padding: 30px 15px;
  background: #fff;
  text-align: center;
  display: none;
  opacity: 0;
  animation-name: off;
  animation-duration: 2s;
}

#worries .worries .show .grid .grid-item.on {
  display: inline-block;
  animation-name: wide-scale;
  animation-duration: 2s;
  opacity: 1;

}

.ichiran_btn {
  display: inline-block;
  background: #fff;
  border: #ef5e5e 1px solid;
  padding: 10px;
  border-radius: 100px;
  width: 200px;
  color: #ef5e5e;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
}

#worries .close_btn {
  display: inline-block;
  background: #fff;
  border: #ef5e5e 1px solid;
  padding: 10px;
  border-radius: 100px;
  width: 200px;
  color: #ef5e5e;
  font-size: 16px;
  cursor: pointer;
}

#worries .worries .down:hover {
  opacity: 0.8;
}

#worries .worries .show p.head_txt {
  font-size: 24px;
  color: #ff8585;
  font-weight: bold;
}

@keyframes wide-scale {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }

  100% {
      opacity: 1;
      transform: translateY(0px);
  }
}

@keyframes off {
  0% {
      opacity: 1;
      transform: translateY(0px);
  }

  100% {
      opacity: 0;
      transform: translateY(30px);
  }
}

/*-----------------------------------------------

contents

-----------------------------------------------*/
.contents {
  background: url("https://file003.shop-pro.jp/PA01455/219/image/contents_back.jpg");
  padding: 65px 0 55px;
}

.contents_inner {
  background: url("https://file003.shop-pro.jp/PA01455/219/image/contents_over.png")no-repeat;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 35px;
  background-size: cover;
  background-position: center top;
  border: solid #855b30;
  border-width: 0 3px 0 3px;
}

.contents h3 {
  font-size: 30px;
  color: #6a3906;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-shadow: 2px 2px 0px #fff;
}

.contents h3:before {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/contents_icon.png")no-repeat;
  background-size: cover;
  width: 59px;
  height: 41px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.contents h3:after {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/contents.png")no-repeat;
  background-size: cover;
  width: 154px;
  height: 58px;
  position: relative;
  display: block;
  left: 155px;
  top: -25px;
}

.contents ul li {
  margin-bottom: 45px;
}

.contents ul li p {
  font-size: 20px;
}

.contents ul.other {
  font-size: 0;
}

.contents ul.other li {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 45px;
}

.contents ul.other li:nth-child(2n) {
  margin-left: 50px;
}




/*-----------------------------------------------

pick up

-----------------------------------------------*/
#pick {
  position: relative;
  z-index: 1;
}

#pick_up .pick_up {
  background: url("https://file003.shop-pro.jp/PA01455/219/image/bg_pick.jpg");
  padding: 55px 10px 45px;
}

#pick_up .pick_up .pick_inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff8fc;
  background-size: contain;
  background-position: center top;
  padding: 35px 0 40px;
  border-radius: 20px;
}

.pick_up h3 {
  font-size: 30px;
  font-weight: bold;
  color: #6a3906;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 0px #fff;
}

.pick_up h3:before {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/pick_icon.png")no-repeat;
  background-size: cover;
  width: 56px;
  height: 50px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.pick_up h3:after {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/pickup.png")no-repeat;
  background-size: cover;
  width: 72px;
  height: 36px;

  position: relative;
  display: block;
  left: 220px;
  top: -10px;
}

.pick_up .btn {
  max-width: 980px;
  margin: 0 auto;
}

.pick_up ul li {
  display: inline-block;
}

.pick_up ul li:nth-child(2) {
  margin: 0 6px 30px;
}

.pick_up ul li a {
  text-decoration: none;
}

.pick_up ul li a span {
  display: inline-block;
  font-size: 18px;
  color: #444;
  border: 1px solid #444;
  padding: 2px 25px;
  background: #fff;
  margin-bottom: 10px;
}

.pick_up ul li a img {
  display: block;
  margin-bottom: 20px;
}

.pick_up ul li a p {
  color: #444;
  font-size: 18px;
  text-align: center;
}

.pick_up ul li a p span {
  color: #6a3906;
  display: inherit;
  border: none;
  padding: 0;
  background: none;
}




/*-----------------------------------------------

service

-----------------------------------------------*/
.service {
  background: url("https://file003.shop-pro.jp/PA01455/219/image/service_back.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  margin-bottom: 55px;
  position: relative;
  z-index: 0;
}

.service h3 {
  color: #000;
  font-size: 30px;
  text-shadow: 2px 2px 0px #fff;
  display: inline-block;
  position: relative;
  font-weight: bold;

}

.service h3:after {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/service.png")no-repeat;
  background-size: cover;
  width: 93px;
  height: 26px;
  position: relative;
  display: block;
  left: 155px;
  top: -10px;
}

.service .cont {
  max-width: 980px;
  margin: auto;
  position: relative;
  padding: 30px 0 30px;
}

.service .cont:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  position: absolute;
  opacity: 0.5;
  top: 0;
  z-index: -1;
}

.service p {
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 35px;
}

.service ul {
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 678px;
  margin: 0 auto;
}

.service ul li {
  display: inline-block;
  font-size: 16px;
  max-width: 310px;
  max-height: 160px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}

.service ul li:first-child {
  margin-right: 60px;
}

.service ul li.campany:before {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/company.png")no-repeat;
  background-size: cover;
  width: 70px;
  height: 99px;
  display: block;
  position: absolute;
  top: -50px;
  left: -15px;
  z-index: 100;
}

.service ul li.campany:after {
  content: "¡Ó";
  font-size: 40px;
  color: #6a3906;
  display: inline;
  position: absolute;
  top: 30px;
  right: -15px;
}

.service ul li.guide:before {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/book.png")no-repeat;
  background-size: cover;
  width: 82px;
  height: 70px;
  display: block;
  position: absolute;
  top: -30px;
  right: -15px;
  z-index: 100;
}

.service ul li.guide:after {
  content: "¡Ó";
  font-size: 40px;
  color: #6a3906;
  display: inline;
  position: absolute;
  top: 30px;
  right: -15px;
}

.service ul li a {
  text-decoration: none;
  color: #6a3906;
  background: #fdf0f0;
  border: 1px dashed #6a3906;
  border-radius: 10px;
  display: block;
  padding: 40px 20px;
}

.service ul li a span {
  font-size: 12px;
  display: block;
}




/*-----------------------------------------------

information

-----------------------------------------------*/
.information {
  max-width: 980px;
  margin: 0 auto;
}

.information h3 {
  font-size: 24px;
  color: #6a3906;
  display: inline-block;
  position: relative;
}

.information h3:before {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/info_icon.png")no-repeat;
  background-size: cover;
  width: 53px;
  height: 45px;
  display: block;
  margin: 0 auto;
}

.information h3:after {
  content: "";
  background: url("https://file003.shop-pro.jp/PA01455/219/image/information.png")no-repeat;
  background-size: cover;
  width: 111px;
  height: 39px;
  position: relative;
  display: block;
  left: 60px;
  top: -10px;
}

.information ul {
  text-align: left;
  font-size: 0;
  margin-bottom: 85px;
}

.information ul li {
  font-size: 16px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-top: 30px;
}

.information ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.information ul li a {
  text-decoration: none;
  color: #000;
}

.information ul li a span.campaign {
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 20px;
  background: #62bb68;
  display: inherit;
}

.information ul li span.info {
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 20px;
  background: #ff8585;
  display: inline-block;
}

#worries .worries .show .grid .grid-item {
  min-height: 480px;
  position: relative;
}

.worries .show ul li a {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.worries .show ul li p.nobor {
  margin-top: 30px;
}


.repeat-banner {
  background: #fffef9;
  padding: 50px 0;
}
.repeat-banner__inner {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  font-size: 0;
}
.repeat-banner__inner img {
  width: 100%;
}


/*-----------------------------------------------

banner¡Á

-----------------------------------------------*/
.topbnr {
  margin-bottom: 2%;
}











/*-----------------------------------------------

1200px¡Á

-----------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .mv {
      margin: -20px auto -45px;
  }

  .pick_up .pick_inner {
      background-size: cover;
  }

  .worries .worries_inner {
      background-size: cover;
  }

  .contents_inner {
      background-size: cover;
      background-position: center top;
      border: none;
  }


  #worries {
    margin-top: 45px;
  }
  .worries::before {
    height: 60px;
    top: -60px;
  }
  .worries .worries_inner::before {
    height: 60px;
    top: -60px;
  }
  .slide-arrow.prev-arrow.slick-arrow {
    width: 70px;
  }
  .slide-arrow.next-arrow.slick-arrow {
    width: 70px;
  }
}





/*-----------------------------------------------

1060px¡Á

-----------------------------------------------*/
@media only screen and (max-width: 1060px) {
  .mv {
      margin: 0 auto -45px;
  }

  .pick_up .pick_inner {
      padding: 35px 10px 40px;
  }

  .pick_up ul li {
      width: 30%;
  }

  .pick_up ul li a img {
      width: 100%;
  }

  .worries::before,
  .worries .worries_inner::before {
      height: 60px;
      top: -60px;
  }

  .worries .worries_inner {
      padding: 0px 0px 40px;
  }

  .worries ul {
      max-width: 750px;
      margin: 20px auto 0;
  }

  .worries ul li:nth-child(4) {
      margin-left: 0;
  }

  .worries ul li:nth-child(5) {
      margin-left: 12px;
  }

  #worries .worries .show .grid {
      max-width: 658px;
      margin: 0 auto;
  }

  #worries .worries ul li.down:nth-child(n+5) {
      margin-bottom: 20px;
  }

  #worries .worries ul li.down:nth-child(n+7) {
      margin-bottom: 0;
  }

  .contents ul li {
      width: 90%;
      margin: 0 auto 25px;
      font-size: 16px;
  }

  .contents ul li img {
      width: 100%;
  }

  .contents ul.other li {
      width: 44%;
      margin-bottom: 25px;
  }

  .contents ul.other li img {
      width: 100%;
  }

  .contents ul.other li:nth-child(2n) {
      margin-left: 2%;
  }

  .service {
      padding: 30px 10px;
  }

  .information {
      padding: 0 15px;
  }

  .information ul li {
      padding-bottom: 25px;
      margin-top: 25px;
  }

  .information ul li a span,
  .information ul li .text_message {
      display: block;
      margin-top: 15px;
  }

  .start .load_txt ul li {
      width: 10%;
  }

  .slide-arrow.next-arrow.slick-arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      cursor: pointer;
      width: 6%;
  }
  .slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  cursor: pointer;
  width: 6%;
}

  .worries {
      background: url(https://file003.shop-pro.jp/PA01455/219/image/bg_heading_title.jpg);
      padding: 55px 0 45px;
      position: relative;
      margin-top: 45px;
  }
}

/*-----------------------------------------------

980px¡Á

-----------------------------------------------*/
@media only screen and (max-width: 980px) {
  .worries ul {
      max-width: 750px;
      margin: 0 auto;
  }

  .worries ul li:nth-child(5) {
      margin-left: 12px;
  }

  .worries ul li:nth-child(4) {
      margin-left: 0;
  }

  .worries {
      background: url(https://file003.shop-pro.jp/PA01455/219/image/bg_heading_title.jpg);
      padding: 55px 0 45px;
      position: relative;
      margin-top: 63px;
  }

}

/*-----------------------------------------------

750px¡Á

-----------------------------------------------*/
@media only screen and (max-width: 750px) {
  .worries ul {
      max-width: 470px;
      margin: 20px auto 0;
  }

  .worries ul li {
      width: 45%;
      margin-left: 0;
  }

  .worries ul li img {
      width: 100%;
  }

  .worries ul li:nth-child(2n) {
      margin-left: 5%;
  }

  .worries ul li:nth-child(5) {
      margin-left: auto;
  }

  .worries h3 {
      font-size: 24px;
  }

  .worries h3::after {
      left: 260px;
  }

  #worries .worries .show .grid {
      max-width: 470px;
      text-align: center;
  }

  #worries .worries .show .grid .grid-item {
      width: 200px;
      box-sizing: border-box;
  }

  .worries .show ul li a {
      width: 100%;
      box-sizing: border-box;
  }

  #worries .close_btn {
      width: 170px;
      box-sizing: border-box;
  }

  #worries .worries .show p.head_txt {
      font-size: 20px;
  }

  .mv .slick01.pc {
      display: none;
  }

  #mv .mv .slick01.sp {
      display: inherit;
  }

  .slide-arrow.prev-arrow.slick-arrow {
      left: 2%;
      width: 70px;
  }

  .slide-arrow.next-arrow.slick-arrow {
      right: 2%;
      width: 70px;
  }

  .pick_up h3 {
      font-size: 24px;
  }

  .pick_up h3:before {
      width: 50px;
      height: 44px;
  }

  .pick_up h3:after {
      left: 160px;
  }

  .pick_up .btn {
      max-width: 344px;
      margin: 15px auto 30px;
      top: 0;
  }

  .pick_up ul {
      max-width: 344px;
      margin: 0 auto;
  }

  .pick_up ul li {
      width: 344px;

      margin: 0 auto 45px;
  }

  .pick_up ul li:last-child {
      margin: 0 auto;
  }

  .contents h3 {
      font-size: 24px;
  }

  .contents h3:after {
      left: 115px;
  }

  .contents ul.other li {
      width: 70%;
      margin-bottom: 25px;
      display: block;
  }

  .contents ul.other li:nth-child(2n) {
      margin-left: auto;
  }

  .service h3 {
      font-size: 24px;
      margin-bottom: 15px;
  }

  .service ul {
      display: inherit;
  }

  .service ul li {
      display: block;
      width: 70%;
      max-width: none;
      max-height: none;
      margin: 0 auto;
  }

  .service ul li:first-child {
      margin-right: auto;
      margin-bottom: 30px;
  }

  .service ul li.campany:before {
      top: 0;
      bottom: 0;
      margin: auto;
      left: -15px;
  }

  .service ul li.guide:before {
      top: 0;
      bottom: 0;
      right: auto;
      left: -30px;
      margin: auto;
  }

  #worries .worries .show .grid .grid-item {
      min-height: 420px;
  }



}

@media only screen and (max-width: 500px) {
  .start .load_img {
      width: 100%;
  }

  .start .load_txt ul {
      text-align: center;
  }

  .start .load_txt ul li {
      width: 13%;
  }

}

/*-----------------------------------------------

470px¡Á

-----------------------------------------------*/
@media only screen and (max-width: 470px) {
  .worries ul li {
      width: 40%;
  }

  .worries ul li:nth-child(2n) {
      margin-left: 5%;
  }

  .worries h3::after {
      left: 220px;
  }

  #worries .worries .show p.head_txt {
      font-size: 18px;
  }

  .worries .show ul li a {
      bottom: auto;
  }

  .worries .show ul li p {
      margin-bottom: 15px;
  }

  .pick_up ul li:nth-child(2) {
      margin: 0 auto 45px;
  }

  .service ul li.campany:before {
      width: 60px;
      height: 85px;
      top: auto;
      bottom: -15px;
  }

  .service ul li.guide:before {
      width: 70px;
      height: 60px;
      top: auto;
      bottom: -15px;
  }

  .pick_up ul li {
      width: 90%;

  }

  .slick-slider {
      z-index: 100px;
  }

  .slide-arrow.prev-arrow.slick-arrow {
      display: none !important;
  }

  .slide-arrow.next-arrow.slick-arrow {
      display: none !important;
  }

  .contents h3:after {
      width: 115px;
      height: 43px;
      top: -18px;
  }

  .contents ul li p {
      font-size: 14px;
  }

  .contents ul.other li {
      width: 90%;
  }

  .service p {
      text-align: left;
      padding: 0 20px;
  }

  .information .btn {
      top: 0;
  }

  .information ul li {
      margin-top: 40px;
      font-size: 14px;
  }

  .information h3:after {
      width: 85px;
      height: 30px;
  }

  .worries {
      background: url(https://file003.shop-pro.jp/PA01455/219/image/bg_heading_title.jpg);
      padding: 55px 0 45px;
      position: relative;
      margin-top: 18px;
  }



}
