[style/css/style.css]

body ol {
        padding: 0;
        }

/*パンくずリスト*/
.breadcrumb {
  margin: 0;
  padding-left: 10px;
  list-style: none;
  border-top: solid #efefef 1px;
}

.breadcrumb li {
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  border: none;
  text-align: center;
  width: auto !important;
  margin: 30px 0px;
}

.breadcrumb li:after {
  /* ▶を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #dcdcdc;
}

.breadcrumb li:last-child:after {
  color: transparent;
}

.breadcrumb li a {
  display: inline-block;
  padding: 0.4em 12px;
  border-radius: 2px;
  text-decoration: none;
  color: #222222;
  background: #ffffff;
  font-size: 18px;
}

.breadcrumb li a:hover {
                       background: #efefef;
                       cursor: pointer;
                       }

/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.breadcrumb li a {
                 font-size: 16px;
                 }

.breadcrumb {
            padding-left: 0;
            }
}

@media screen and (max-width: 414px) {
.breadcrumb {
            padding-left: 36px;
            }

.breadcrumb li a {
                  padding: 0;
                  }
}


/*ご依頼の流れ*/
.other {
       position: relative;
       text-align: center;
       margin-bottom: 80px;
       margin-right: auto;
       margin-left: auto;
       width: 70%;
       height: auto;
       }

.otherback img {
               width: 100%;
               height: 600px;
               }

.tepu {
      position: absolute;
      top: 65px;
      left: 65px;
      }

.ja {
    position: absolute;/*重ねたい子要素にabsolute*/
    text-align: left;
    -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    color: #FFFFFF;
    margin: 0!important;/*文字がずれている場合や*/
    padding: 0!important;/*文字が折り返される場合*/
    top: 115px;
    left: 200px;
    }

.ja h2{
      font-size: 38px;
      }

.en {
    position: absolute;/*重ねたい子要素にabsolute*/
    text-align: left;
    -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    color: #FFFFFF;
    margin: 0!important;/*文字がずれている場合や*/
    padding: 0!important;/*文字が折り返される場合*/
    top: 117px;
    left: 365px;
    }

.en h2 {
       font-family: "Herr Von Muellerhoff", cursive;
       font-weight: 400;
       font-style: normal;
       font-size: 40px;
       }

.coconara {
          position: absolute;
          top: 65px;
          right: 65px;
          text-align: right;
          }

.coconara p {
            font-size: 16px;
            line-height: 1.5;
            }

.large {
       display: block;
       }

.short {
       display: none;
       }

.link {
      position: absolute;
      text-align: right;
      top: 140px;
      right: 65px;
      background-color: #ffffff;
      padding: 5px 20px;
      }

.link:hover {
            background-color: #ffc7a9;
            }

.slider {
        visibility: hidden;
        position: absolute;
        width: 70%;
        height: auto;
        margin: auto;
        top: 200px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-bottom: 10px;
        }

.slider.slick-initialized {
                          visibility: visible;
                          }


.slider img {
                 margin: 0 auto;
                 width: 90%;
                 height; 90%;
                 }

.slick-track {
             height: 280px;
             }

.slick-prev,.slick-next{
                       width: 40px;
                       height: 40px;
                       }

.slick-prev:before, .slick-next:before {
                                       opacity: 1;
                                       color: #ffc7a9;
                                       font-size: 40px;
                                       }

.slick-next{
           right: -40px;
           top: 140px;
           }

.slick-prev{
           left: -40px;
           top: 140px;
           }

.flex {
      display: flex;
      justify-content: center;
      }

.sky h3 {
        background: #ffffff;
        line-height: 2;
        display: inline-block;
        padding: 0px 20px;
        }

.in {
    width: 250px;
    height: auto;
    margin-right: 50px;
    }

.to {
    width: 250px;
    height: auto;
    text-align: center;
    margin-right: 50px;
    }

.sp {
    display: none;
    }

.sp1 {
     display: none;
     }

.sp2 {
     display: none;
     }

.milk {
      display: none;
      }

.to h3 {
       margin-top: 0px;
       }

.text {
      padding-top: 70px;
      margin-right: 10px;
      }

.button {
        position: absolute;
        top: 480px;
        right: 65px;
        background-color: #ffffff;
        width: 250px;
        padding: 5px 20px;
        }

.button:hover {
              background-color: #ffc7a9;
              }

.other2 {
        position: relative;
        text-align: center;
        margin-bottom: 80px;
        margin-right: auto;
        margin-left: auto;
        width: 70%;
        height: auto;
        }

.otherback2 img {
                width: 100%;
                height: 580px;
                }

.box {
      width: 50%;
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      }

.beside {
        display: flex;
        width: 100%;
        justify-content: space-between;
        }

.beside img {
            width: 100%;
            height: auto;
            }

.hands {
       margin-right: 80px;
       }

.hands p {
         margin-top: 0;
         font-size: 16px;
         text-align: center;
         }


.vector p {
          margin-top: 0;
          font-size: 16px;
          text-align: center;
          }

.fonts p {
         text-align: left;
         }


@media screen and (max-width: 1600px) {
.otherback2 img {
            height: 560px;
            }
.box {
     width: 60%;
     top: 40px;
     }
}

@media screen and (max-width: 1440px) {
.large {
       display: none;
       }

.short {
       display: block;
       }

.link {
      top: 160px;
      }

.otherback2 img {
                height: 550px;
                }

.text {
      padding-top: 50px;
      }
}

/* 1284px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 1284px) {
.tepu img {
          width: 80%;
          height: auto;
          }

.tepu {
      top: 60px;
      left: 30px;
      }

.ja {
    top: 100px;
    left: 170px;
    }

.ja h2{
      font-size: 30px;
      }

.en {
    top: 102px;
    left: 310px;
    }

.box {
     top: 50px;
     }
}

@media screen and (max-width: 1242px) {
.text p {
        width: 320px;
        }

.in {
    margin-right: 0px;
    }
        
.into {
      width: 250px;
      }
}

@media screen and (max-width: 1170px) {
.short {
       display: none;
       }

.link {
      top: 65px;
      width: 250px;
      }

.button {
        top: 110px;
        }

.slider {
        top: 180px;
        }

.otherback img {
               height: 550px;
               }

.otherback2 img {
                height: 560px;
                }

.text p {
        font-size: 18px;
        }

.box p {
        font-size: 18px;
        }

.box {
     width: 70%;
     top: 20px;
     }
}

@media screen and (max-width: 1080px) {
.slider {
        width: 80%;
        }

.box {
     top: 40px;
     }

.otherback2 img {
                height: 530px;
                }
}

@media screen and (max-width: 834px) {
.other {
       width: 100%;
       height: auto;
       }

.otherback2 img {
                height: 550px;
                }

.other2 {
        width: 100%;
        height: auto;
        }

.in img {
        margin-right: 50px;
        }

.box {
     top: 15px;
     }
}

@media screen and (max-width: 750px) {
.otherback2 img {
                height: 530px;
                }

.box {
     top: 30px;
     }
}

@media screen and (max-width: 720px) {
.in img {
        margin-right: 20px;
        }

.otherback2 img {
                height: 500px;
                }
} 

@media screen and (max-width: 640px) {
.otherback img {
               height: 600px;
            }

.otherback2 img {
                height: 450px;
                }

.tepu {
      left: -15px;
      }

.ja {
    left: 125px;
    }

.ja h2 {
       font-size: 28px;
       }

.en {
    left: 265px;
    }

.slider {
        top: 250px;
        height: 260px;
        }


.box {
     top: 30px;
     }

.link {
      top: 180px;
      left: 65px;
      }

.button {
        top: 180px;
        left: 340px;
        }

.into {
      width: 200px;
      }

.in img {
        width: 200px;
        margin-left: 0;
        }

.to {
    width: 200px;
    }

.to h3 {
       font-size: 16px;
       }

.text p {
        width: 270px;
        font-size: 16px;
        }

.fonts p {
         font-size: 16px;
         }

.beside p {
          font-size: 16px;
          }
} 

/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.other2 {
       margin-bottom: 0;
       }

.otherback img {
               height: 600px;
               }

.otherback2 img {
                height: 400px;
                }

.milk {
      display: block;
      position: absolute;
      top: 120px;
      right: 10px;
      width: 150px;
      }

.milk img {
          width: 150px;
          height: auto;
          }

.link {
      top: 150px;
      left: 25px;
      }

.button {
        top: 200px;
        left: 25px;
        }

.slider {
        top: 280px;
        height: 230px;
        }

.slick-next{
           top: 90px;
           }

.slick-prev{
           top: 90px;
           }

.slick-prev:before, .slick-next:before {
                                       font-size: 30px;
                                       }

.in img {
        width: 150px;
        margin-right: 10px;
        }

.into {
      width: 160px;
      }

.to {
    width: 160px;
    }

.pc {
    display: none;
    }

.sp {
    display: block;
    }


.text p {
        width: 180px;
        font-size: 15px;
        margin: 4px 0;
        line-height: 2;
        }

.to h3 {
       font-size: 15px;
       margin-top: 10px;
       line-height: 1.5;
       padding-top: 5px;
       padding-bottom: 5px;
       }

.tepu {
      top: 45px;
      left: -15px;
      }

.ja {
    top: 85px;
    left: 125px;
    }

.en {
    top: 87px;
    left: 265px;
    }

.box {
     width: 80%;
     top: 40px;
     }

.hands {
       margin-right: 50px;
       }
}

/* 440px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 440px) {
.milk img {
          width: 130px;
          height: auto;
          }

.milk {
      top: 140px;
      right: 0px;
      }
}

/* 414px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 414px) {
.in img {
        margin-right: 0;
        }

.into {
    width: 150px;
    }
}

/* 402px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 402px) {
.otherback2 img {
                height: 350px;
                }

.milk {
      display: none;
      }

.in img {
        width: 130px;
        }

.into {
    width: 130px;
    }

.to {
    width: 130px;
    }

.to h3 {
       padding: 5px 8px;
       }
}

/* 375px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 375px) {
.otherback img {
               height: 570px;
               }

.slider {
        height: 200px;
        }

.in img {
        width: 120px;
        }

.into {
      width: 120px;
      margin-right: 20px;
      }

.to {
    width: 120px;
    }

.text p {
        width: 140px;
        text-align: left;
        }

.text {
      padding-top: 40px;
      }

.sp1 {
     display: block;
     }

.pc1 {
     display: none;
     }

.pc {
    display: block;
    }

.sp {
    display: none;
    }

.sp2 {
     display: block;
     }

.pc2 {
     display: none;
     }
}
