@charset "UTF-8";

.container {
    width: 90%;
    margin: 0 auto;
    font-family: 'M PLUS 1p', sans-serif;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.header h1 {
    width: 30%;
    padding-left: 30px;
}

.header ul {
    width: 70%;
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-top: 15px;
    padding-left: 20px;
}

.crying video {
    width: 100%;
}

.love {
    width: 80%;
    padding-top: 5%;
    text-align: center;
    margin: 0 auto;
}

.love h2 {
    width: 100%;
    font-size: 40px;
}

.love p {
    width: 100%;
    font-size: 20px;
}

.image {
    width: 100%;
    padding-top: 20%;
    text-align: center;
    margin: 0 auto;
}

.image h2 {
    width: 100%;
    font-size: 40px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position: relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/

.slider-item01 {
    background: url(../image/slider-1.png);
}

.slider-item02 {
    background: url(../image/slider-2.png);
}

.slider-item03 {
    background: url(../image/slider-3.png);
}

.slider-item {
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;
    /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;
    /*背景画像をリピートしない*/
    background-position: center;
    /*背景画像の位置を中央に*/
    background-size: cover;
    /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;
    /*矢印の色*/
    border-right: 2px solid #fff;
    /*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
    /*ドットの位置*/
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #FED4FF;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #fff;
    /*ドットボタンの現在地表示の色*/
}

.point {
    width: 100%;
    padding-top: 20%;
    text-align: center;
    margin: 0 auto;
}

.point h2 {
    width: 100%;
    font-size: 40px;
    padding-bottom: 10%;
}

.point3 {
    width: 100%;
    display: flex;
    padding-left: 10%;
}

.milk {
    width: 30%;
}

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

.milkword {
    font-size: 20px;
}

.toy {
    width: 30%;
}

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

.toy p {
    font-size: 20px;
}

.baby {
    width: 30%;
}

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

.baby p {
    font-size: 20px;
}

.title h2 {
    width: 100%;
    padding-top: 20%;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
}

.camera {
    width: 100%;
    display: flex;
    padding-bottom: 10%;
}

.camera img {
    width: 40%;
    padding-top: 5%;
}

.profile {
    width: 60%;
    padding-top: 15%;
    margin-left: 35px;
}

.profile h2 {
    width: 100%;
    font-size: 35px;
}

.profile p {
    width: 100%;
    font-size: 27px;
}

.contact {
    width: 100%;
    position: relative;
}

.contact img {
    width: 100%;
    position: absolute;
}

.contact h2 {
    padding-top: 10%;
    padding-bottom: 240px;
    padding-left: 10%;
}

.btn {
    margin-top: 15%;
    margin-left: 15%;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.0;
    position: absolute;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: #000000;
    border-radius: 1rem;
}
/*主な共通部分は省略*/
a.btn--yellow.btn--border-dotted {
    border: 3px dotted #f7a4f8;
}

.access h2 {
    width: 100%;
    font-size: 40px;
    text-align: center;
    padding-bottom: 5%;
}

.navi {
    width: 80%;
    display: flex;
    margin: 0 auto;
}

.address {
    width: 40%;
    background-color: #F3F0EC;
    text-align: center;
    padding-top: 15%;
}

.address p {
    justify-content: flex-start;
}

.map {
    width: 40%;
}

.footer {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
}