@charset "UTF-8";

body,
header,
main,
footer {
  width: 100%;
  margin: 0 auto;
}

body {
  background-color: #BCE6F8;
  line-height: 1.6;
  font-family: 'Kiwi Maru', 'M PLUS 1', sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

nav a:hover,
.box a:hover,
#telephone a:hover {
  border-bottom: #fff 2px solid;
}

li {
  list-style: none;
}

.main1-nayami,
.car-sentences,
.car-contents {
  width: 80%;
}

.price-container,
.car-box1,
.shop-container,
#telephone {
  width: 60%;
}

.home-main p,
.main1-nayami,
.car-sentences h1,
.reserve,
#telephone {
  font-family: 'Kiwi Maru', serif;
}

header {
  background-color: #4668C9;
  display: flex;
  justify-content: space-around;
  height: 100px;
  /*position: fixed;
    z-index:999; /*下コンテンツの透け防止*/
}

header nav {
  width: 70%;
}

header a img {
  height: 100px;
}

.main {
  position: relative;
}

.mainmenu {
  display: flex;
  justify-content: right;
  gap: 6%;
  width: 100%;
  height: 100%;
  align-items: center;
}

.mainmenu a {
  color: #fff;
  font-size: 1.1rem;
}


.home-main img {
  width: 100%;
  object-fit: cover;
}

.home-main p {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  align-items: center;
  right: 10rem;
  top: 10rem;
}

/* ページの上部に戻るボタン */
#page_top {
  width: 60px;
  height: 60px;
  background-color: #4668C9;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#page_top a {
  display: block;
  color: #fff;
}


/*------  @main 
---------------------------------------------------*/
/*----- 1.ペットとのお出かけでお困りの方、いませんか？box -----*/
.main1-nayami {
  text-align: center;
  /*widthは43行目くらい*/
  margin: 150px auto 0;
  /* font-familyの設定は上 */
}

.nayami-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/*困ってる対象人物像*/
.nayami-box {
  /*箱*/
  width: 250px;
  height: 250px;
  background-color: #969696;
  margin: 30px 0 100px;
  padding: 0 10px;
  display: table;
  /*上下左右中央揃え*/
  border-radius: 10px;
}

.nayami-box p {
  /*文字*/
  color: #fff;
  display: table-cell;
  /*上下左右中央揃え*/
  vertical-align: middle;
}

/* p */
.nayami-box p,
.nayami-p1 {
  /*困ってる対象人物像、「ペットとのお出かけでお困りの方、いませんか？」p */
  font-size: 1.5rem;
}

.nayami-p1 {
  /*「ペットとのお出かけでお困りの方、いませんか？」p */
  color: #707070;
  position: relative;
}

.nayami-p1::after {
  /*モヤモヤ*/
  background-image: url(../img/mmm.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  content: '';
  top: -10px;
  transform: rotate(20deg);
}

.nayami-p2 {
  /*「そんな方にペットタクシーのEMハウスをご利用いただきたいです！」p */
  color: #4668C9;
  font-size: 2.3rem;
  line-height: 1.8;
}

.nayami-p2 span {
  font-weight: 800;
  border-bottom: #fff 2px dotted;
  font-size: 2.5rem;
}

.nayami-p3 {
  font-size: 1.5rem;
  padding: 1rem 0;
}

.fukidashi {
  /*吹き出し下部*/
  width: 100%;
  margin: -16px auto 0;
  justify-content: center;
  color: #BCE6F8;
  background-color: #fff;
}



/*----- 2.軽車両で乗り心地の不安解消！box ----------------------------------------------*/
/*共通*/
.car-sentences,
.car-contents {
  /*widthは43行目くらい*/
  margin: 0 auto;
  /*中央揃え*/
}

.main2-car,
.main3-price {
  background-color: #fff;
}

.car-sentences {
  text-align: center;
  padding: 50px 0 0;
}

.car-sentences h1 {
  /* font-familyの設定は上 */
  font-size: 3rem;
  font-weight: lighter;
}

.car-sentences h1 span {
  font-size: 1.4rem;
}

.car-sentences h1 img {
  /*肉球アイコン*/
  width: 2.2rem;
}

/* box1(pic) */
.car-contents {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.car-box1 {
  text-align: center;
  margin: 0 auto;
}

.item__yellow img,
.item__red img {
  /*ルークス画像*/
  width: 70%;
  margin: 0 auto;
}

/* box2(sentence) */
#fade,
.car-box2 {
  font-size: 1.2rem;
  line-height: 1.9;
}

.car-box2 {
  width: 40%;
  margin: 40px auto 80px;
  /*左に高さ合わせた*/
  align-items: center;
}

.car-box2 span {
  /*使用車両：日産デイズルークス*/
  font-size: 1rem;
}

/* エマとマシューの画像*/
.main2-car,
.main3-price {
  position: relative;
}

.main2-car::after,
.main3-price::after {
  content: '';
  position: absolute;
  background-size: cover;
  width: 200px;
  height: 300px;
  left: 30px;
}

@media screen and (max-width: 1080px) {

  .main2-car::after,
  .main3-price::after {
    width: 7rem;
    height: 8rem;
    left: 1rem;
  }
}

.main2-car::after {
  /*エマpic*/
  background-image: url(../img/emma.png);
  top: 45rem;
}

@media screen and (max-width: 1080px) {
  .main2-car::after {
    top: 63rem;
  }
}

.main3-price::after {
  /*マシューpic*/
  background-image: url(../img/matthew.png);
  margin-top: -100px;
}


/*下にいく矢印*/
.go-under {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}

.go-under::before {
  content: '';
  width: 30px;
  height: 30px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  top: 20px;
  right: 20%;
  transform: rotate(135deg);
}

.go-under2::before {
  content: '';
  width: 30px;
  height: 30px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  top: 20px;
  right: 20%;
  transform: rotate(135deg);
}


/*----- 3.わかりやすい料金設定で安心！box --------------------------------------------*/
.fukidashi3 {
  margin-bottom: -20px;
  /*背景の余白調整*/
}

/*========= 表 ==========*/
.price-container {
  margin: 40px auto 0;
  /*タイトルと料金表の余白*/
  font-size: 1.2rem;
  padding-bottom: 20px;
}

.price-list {
  display: flex;
  gap: 10px;
}

/*========= 上の表 ==========*/
/* flex共通 */
.pricebox-center,
.pricebox-right,
.pricebox-round,
.pricebox-oneway {
  display: flex;
  flex-direction: column;
}

/*文字色共通*/
.pricebox-left dt,
.plus,
.pricebox-round dt,
.pricebox-oneway dt,
.pricebox-left2 dt,
.pricebox-right2 dt {
  color: #4668C9;
  font-size: 1.3rem;
  font-weight: 800;
}

/*-- お迎え料/left --*/
.pricebox-left {
  position: relative;
  width: 380px;
  height: 280px;
  margin-top: 32px;
  text-align: center;
  background-color: #cdeec3;
}

.pricebox-left dt {
  /*お迎え料 文字*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.pricebox-left dt span {
  /*「札幌市内全域」*/
  font-weight: 300;
  font-size: 1.2rem;
}

/*-- プラス/center --*/
.pricebox-center,
.pricebox-center2 {
  width: 8%;
  text-align: center;
}

.pricebox-center {
  height: 340px;
}

.pricebox-center dt {
  padding-top: 70px;
  font-size: 1.8rem;
}

.pricebox-center dt:nth-child(2) {
  /*2つめのプラス*/
  padding-top: 120px;
}

/*-- 往復、片道/right --*/
.pricebox-right {
  width: 100%;
  height: 340px;
}

.pricebox-round,
.pricebox-oneway {
  height: 50%;
}

.pricebox-oneway {
  /*片道の上余白*/
  margin-top: 26px;
}

/* 料金表 */
.price-item,
.price-item2 {
  padding-left: 30px;
  padding-top: 6px;
  height: 30%;
}

.price-item {
  /*料金表背景色*/
  background-color: #f1f1f1;
}

/*========= 下の表 =========*/
.pricebox-left2,
.pricebox-right2 {
  margin-top: 50px;
  /*上の余白作り*/
}

/*-- 待機料 --*/
.pricebox-left2 {
  width: 340px;
  height: 150px;
  position: relative;
}

.pricebox-left2 dt {
  /*待機料文字*/
  padding-left: 40px;
}

.pricebox-left2 dd {
  /*15分単位  200円*/
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

/* center2の余白は.pricebox-centerのところ */

/*-- 新千歳空港 --*/
.pricebox-right2 {
  width: 70%;
  /* height: 200px; */
}

/*--- その他細々した部分---*/
/* ※貸切の場合や、ご質問などは別途お問い合わせください。*/
.contact {
  color: #4668C9;
  text-align: left;
}

/* ご予約はこちら */
.reserve {
  background-color: #4668C9;
  color: white;
  padding: 20px 30px;
  width: 400px;
  text-align: center;
  margin: 50px auto;
  font-size: 1.6rem;
}


/*==================================================
4. よくある質問・アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  color: #707070;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #f3f3f3;
  background-color: #fff;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}

.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);

}

.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.box a {
  color: #4668C9;
}


/*========= レイアウトのためのCSS ===============*/
.questions h1,
.cautions h1,
.shop h1 {
  /*よくある質問,注意事項,店舗情報 タイトル*/
  text-align: center;
  margin: 30px 0 10px;
  font-size: 1.6rem;
  color: #707070;
}


/*----- 5.軽車両で乗り心地の不安解消！box -------------------------------------*/
.cautions,
.shop {
  padding: 40px 0 50px;
}

.cautions p {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #EBEBEB;
  font-weight: normal;
  padding: 50px;
  color: #707070;
  line-height: 1.7;
}

/*----- 6.店舗情報 box -------------------------------------*/
.shop {
  background-color: #fff;
  color: #707070;
}

/* h1の設定とcontainerのpaddingは525,535行あたり */

.shop-container {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.shop-info table {
  padding: 0 10px;
}

.shop-info td {
  padding: 6px 10px;
}

.shop-caution {
  font-size: 0.8rem;
  padding: 10px 20px;
}

.sns_icon_container {
  display: flex;
  padding: 1rem;
}


/*お問い合わせ・予約*/
iframe {
  width: 100%;
  height: 100%;
}

#telephone {
  text-align: center;
  color: #fff;
  background-color: #4668C9;
  margin: 20px auto;
  padding: 30px;
}

#telephone p {
  padding-bottom: 8px;
}

#telephone a {
  color: #fff;
  font-size: 2rem;
  line-height: 1.7;
}

/*------  @レスポンシブ1 1080px
---------------------------------------------------*/
@media screen and (max-width: 1080px) {

  /*------  @共通 ---------------------------------------------------*/
  .car-sentences,
  .car-contents,
  .item__yellow img,
  .item__red img {
    width: 100%;
  }

  .questions,
  .cautions,
  .shop-container,
  #telephone {
    max-width: 80%;
    margin: 0 auto;
  }

  /* font */
  .pricebox-left dt,
  .plus,
  .pricebox-round dt,
  .pricebox-oneway dt,
  .pricebox-left2 dt,
  .pricebox-right2 dt {
    font-size: 1.2rem;
  }

  .car-box2,
  .price-container {
    font-size: 1.1rem;
  }

  .pricebox-left dt span {
    /*「札幌市内全域」*/
    font-size: 1rem;
  }

  .mainmenu a,
  .car-box2 span,
  .contact {
    /*nav、使用車両：日産デイズルークス、貸切の際〜*/
    font-size: 1rem;
  }

  /*ペットと飼い主さんの架け橋になる移動方法を, そんな方にペットタクシーのEMハウスをご利用いただきたいです */
  .home-main p,
  .nayami-p2 {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .nayami-p2 span {
    font-size: 2rem;
  }


  /* ページの上部に戻るボタン */
  #page_top {
    width: 50px;
    height: 50px;
  }


  /*------  @main ---------------------------------------------------*/
  .home-main {
    height: 830px;
  }

  /*----- 1.ペットとのお出かけでお困りの方、いませんか？box ---------------------------*/
  .main1-nayami {
    margin: 70px auto 10px;
  }

  /*----- 2.軽車両で乗り心地の不安解消！box ----------------------------------------------*/
  /* box1(pic) */
  .car-contents {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .car-sentences h1 {
    font-size: 2.4rem;
  }

  .car-sentences h1 img {
    /*肉球アイコン*/
    width: 2.2rem;
  }

  /* box2(sentence) */
  .car-box2 {
    width: 60%;
    margin: 30px auto 80px;
    /*左に高さ合わせた*/
    align-items: center;
  }

  /*下にいく矢印*/
  .go-under::before,
  .go-under2::before {
    top: -4px;
  }


  /*----- 3.わかりやすい料金設定で安心！box -------------------*/
  /*========= 表 ==========*/
  .price-container {
    width: 84%;
    margin: 40px auto;
    font-size: 1.2rem;
  }

  .fukidashi4 {
    margin-top: -40px;
  }

  /*----- 6.店舗情報 box -------------------------------------*/
  /*お問い合わせ・予約*/
  #telephone {
    margin-top: 30px;
  }

  #telephone a {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.7;
  }
}


/*------  @レスポンシブ2 768px
---------------------------------------------------*/
@media screen and (max-width: 768px) {
  .sp {
    display: none;
  }

  /*------  @共通 ---------------------------------------------------*/
  .main1-nayami,
  .car-sentences,
  .car-contents,
  .contact {
    width: 80%;
  }

  /* font-size */
  #telephone a,
  .reserve,
  .questions h1,
  .cautions h1,
  .shop h1 {
    font-size: 1.3rem;
  }

  .nayami-p2 span {
    font-size: 1.4rem;
  }

  .nayami-box p,
  .nayami-p1,
  .nayami-p2,
  .pricebox-left dt,
  .plus,
  .pricebox-round dt,
  .pricebox-oneway dt,
  .pricebox-left2 dt,
  .pricebox-right2 dt,
  .nayami-p3 {
    /*困ってる対象人物像、「ペットとのお出かけでお困りの方、いませんか？」p */
    font-size: 1.1rem;
  }

  .car-sentences h1 span,
  #fade,
  .car-box2,
  .pricebox-left dt span,
  .accordion-area .title,
  .accordion-area,
  .cautions,
  .shop {
    font-size: 0.9rem;
  }

  .car-box2 span,
  .contact,
  #telephone p {
    /*、使用車両：日産デイズルークス、貸切の際〜*/
    font-size: 0.8rem;
  }



  /* ページの上部に戻るボタン */
  #page_top {
    width: 30px;
    height: 30px;
    bottom: 2px;
    right: 2px;
  }

  #page_top a {
    font-size: 0.5rem;
  }


  /*------  @header ---------------------------------------------------*/
  header,
  header a img {
    height: 70px;
  }

  .mainmenu {
    gap: 3%;
  }

  .mainmenu a {
    font-size: 0.7rem;
  }

  /* nav */
  .home-main {
    /*画像*/
    height: auto;
  }

  /*「ペットと飼い主さんの架け橋になる移動方法を。」*/
  .home-main p {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.8;
    transform: inherit;
    -webkit-transform: none;
    right: 0;
    top: auto;
  }

  /*------  @main ---------------------------------------------------*/
  /*----- 1.ペットとのお出かけでお困りの方、いませんか？box -----*/
  .main1-nayami {
    margin: 70px auto 10px;
  }

  .nayami-container {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .nayami-p1::after {
    /*モヤモヤ*/
    top: -40px;
    right: 0;
  }

  .nayami-box {
    /*箱*/
    height: 200px;
    margin: 30px 0 50px;
  }


  /*----- 2.軽車両で乗り心地の不安解消！box ----------------------------------------------*/
  /* box1(pic) */
  .car-sentences h1 {
    font-size: 1.5rem;
  }

  .car-sentences h1 img {
    /*肉球アイコン*/
    width: 2rem;
  }

  .car-box1 {
    /*車画像の枠*/
    width: 96%;
    margin: 0 auto;
  }

  /* box2(sentence) */
  .car-box2 {
    width: 94%;
    margin: 0 auto;
    margin: 30px auto 80px;
    /*左に高さ合わせた*/
    align-items: center;
  }


  /*下にいく矢印*/
  .go-under::before,
  .go-under2::before {
    top: -16px;
  }



  /*----- 3.わかりやすい料金設定で安心！box -----*/
  /*========= 表 ==========*/
  .price-container {
    width: 90%;
    margin: 40px auto;
    font-size: 1rem;
  }

  .price-list {
    display: flex;
    flex-direction: column;
  }

  /*========= 上の表 ==========*/
  .pricebox-left dt span {
    /*「札幌市内全域」*/
    font-size: 1rem;
  }


  /*-- お迎え料/left --*/
  .pricebox-left,
  .pricebox-right,
  .pricebox-left2,
  .pricebox-right2 {
    width: 86%;
    margin: 0 auto;
    height: 180px;
  }

  /*-- プラス/center --*/
  .pricebox-center {
    height: 30%;
    margin: -50px auto 0;
  }

  .pricebox-center dt:nth-child(2) {
    /*2つめのプラス*/
    display: none;
  }

  /*-- 往復、片道/right --*/
  .pricebox-right {
    height: 340px;
  }

  /*========= 下の表 =========*/
  /*-- 待機料 --*/
  .pricebox-left2 {
    margin: 40px auto 0;
    height: 80px;
    text-align: left;
  }

  .pricebox-left2 dt {
    /*待機料文字*/
    padding-left: 0;
  }

  .pricebox-left2 dd {
    /*15分単位  200円*/
    position: none;
    text-align: left;
    width: 100%;
    padding-left: 30px;
    padding-top: 10px;
  }

  .contact {
    margin: 0 auto;
  }

  /* ご予約はこちら */
  .reserve {
    padding: 20px 20px 20px 30px;
    width: 80%;
    text-align: center;
    margin: 30px auto;
  }

  .box p {
    padding: 3% 1% 3% 3%;
  }

  /*----- 5.軽車両で乗り心地の不安解消！box -------------------------------------*/
  .cautions p {
    padding: 30px 20px 30px 30px;
    width: auto;
  }

  /*----- 6.店舗情報 box -------------------------------------*/
  .shop-container {
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
  }

  /*お問い合わせ・予約*/
  iframe {
    padding-top: 10px;
  }

  /*お問い合わせ・予約*/
  #telephone a {
    color: #fff;
    line-height: 1.7;
  }
}

/*------  @レスポンシブ3 380px
---------------------------------------------------*/
@media screen and (max-width: 380px) {
  .car-sentences h1 img {
    /*肉球アイコン*/
    width: 1.4rem;
  }

  /* font-size */
  .car-sentences h1,
  .reserve,
  .questions h1,
  .cautions h1,
  .shop h1 {
    font-size: 1.2rem;
  }

  .nayami-p2 span {
    font-size: 1.1rem;
  }

  .nayami-box p,
  .nayami-p1,
  .nayami-p2,
  .pricebox-left dt,
  .plus,
  .pricebox-round dt,
  .pricebox-oneway dt,
  .pricebox-left2 dt,
  .pricebox-right2 dt {
    /*困ってる対象人物像、「ペットとのお出かけでお困りの方、いませんか？」p */
    font-size: 1rem;
  }

  #telephone a,
  .price-list {
    font-size: 0.9rem;
  }

  .car-sentences h1 span,
  #fade,
  .car-box2,
  .pricebox-left dt span,
  .accordion-area .title,
  .accordion-area,
  .cautions,
  .shop {
    font-size: 0.8rem;
  }

  .car-box2 span,
  .contact,
  #telephone p,
  .shop-caution {
    /*、使用車両：日産デイズルークス、貸切の際〜*/
    font-size: 0.7rem;
  }

  .main1-nayami {
    padding-bottom: 40px;
  }

  .main1-japan {
    padding: 0;
  }

  .nayami-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 10px auto 30px;
  }

  .nayami-box {
    height: 100px;
    margin: 10px auto;
  }

  .cautions,
  .shop {
    padding: 20px 0 50px;
  }
}