@charset "UTF-8";

/*====================================

    ----------------------------------
        Color
    ----------------------------------

    Main     : #baffe2;


    ----------------------------------
        Font
    ----------------------------------


    ----------------------------------
        Structure
    ----------------------------------

      0. 共通（ページ内）
      1. メインビジュアル
      2. コンセプト
      3. ラインナップ
      4. ランキング
      5. 定期便
      6. インスタグラム
      7. ドッグサロンAURA
      8. フッター

====================================*/


/*===============================

共通（ページ内）

================================*/


/*===============================

メインビジュアル

================================*/


#main-visual {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: table;
    margin-top: 60px;
}


#main-visual video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}


#main-visual .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#main-visual .content h1 {
    color: #FFF;
}

.sp_br {
    display: none;
}

@media screen and (max-width:960px) {
    .sp_br {
        display: block;
    }
}

/*===============================

コンセプト

================================*/

#concept {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 1080px;
    padding-top: 60px;
    padding-bottom: 40px;
}

#concept:after {
    content: "";
    clear: both;
    display: block;
}

#concept .title {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

#concept .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 80px;
}

@media screen and (max-width:960px) {
    #concept .container {
        margin: 0 auto 40px;
    }
}


#concept .container .box {
    width: 46%;
}

@media screen and (max-width:960px) {
    #concept .container .box {
        width: 100%;
    }
}

#concept .container .box .image {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
    margin: 0 auto;
}

@media screen and (max-width:960px) {
    #concept .container .box .image {
        margin-bottom: 30px;
    }
}

#concept .container .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

#concept .container .box .item h3 {
    margin-bottom: 30px;
}

#concept .container .box .item .text {
    color: #888;
}


/*===============================

ポイント

================================*/

#point-section {
    position: relative;
    padding-top: 220px;
    background: #FFF;
    padding-bottom: 120px;
}

@media screen and (max-width: 560px) {
    #point-section {
        padding-top: 150px;
    }

    #point-section::before {
        border-bottom: 50px solid #FFF;
        /* 三角を白に */
    }

    #point-section::after {
        border-bottom: 50px solid #FFF;
        /* 三角を白に */
    }
}

#point-section2 {
    position: relative;
    padding-top: 150px;
    padding-bottom: 120px;
    background: #f3f8f9;
    transform: skew(0deg, -8deg);
    -webkit-transform: skew(0deg, -8deg);
    z-index: 1;
}

#point-section2 .point {
    transform: skew(0deg, 8deg);
    -webkit-transform: skew(0deg, 8deg);
}

#point-section3 {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background: #FFF;
}


.point {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.point:after {
    content: "";
    clear: both;
    display: block;
}

.point .point-number {
    margin-top: -160px;
    position: absolute;
    font-size: 4.8rem;
    font-weight: bold;
    left: 0px;
    display: inline-block;
    padding: 5px 60px;
    background-color: #97c9c7;
    color: #FFF;
    z-index: 1;
}

@media screen and (max-width:560px) {
    .point .point-number {
        margin-top: -100px;
        font-size: 3.0rem;
        padding: 5px 40px;
        left: 0;
    }
}

.point .point-number2 {
    margin-top: -160px;
    position: absolute;
    font-size: 4.8rem;
    font-weight: bold;
    right: 0;
    display: inline-block;
    padding: 5px 60px;
    background-color: #97c9c7;
    color: #FFF;
}

@media screen and (max-width:560px) {
    .point .point-number2 {
        margin-top: -100px;
        font-size: 3.0rem;
        padding: 5px 40px;
        right: 0;
    }
}

.point .box {
    width: 90%;
    max-width: 1080px;
    margin: 0px auto;
}

@media screen and (max-width:560px) {
    .point .box {
        width: 100%;
    }
}

.point .box .number {
    position: absolute;
    font-size: 15.0rem;
    font-weight: bold;
    right: 0;
    opacity: .2;
    padding-right: 20px;
    font-style: italic;
    color: #a5c7c6;
}

.point .box .number2 {
    position: absolute;
    font-size: 15.0rem;
    font-weight: bold;
    left: 0;
    opacity: .2;
    padding-right: 20px;
    font-style: italic;
    color: #97c9c7;
}

.point .box .text {
    width: 46%;
    margin: 30px 2%;
    float: right;
}

.point .box .text2 {
    width: 46%;
    margin: 30px 2%;
    float: left;
}

@media screen and (max-width:560px) {
    .point .box .text {
        width: 90%;
        margin: 20px 5%;
    }

    .point .box .text2 {
        width: 90%;
        margin: 20px 5%;
    }
}

.point .box h3 {
    padding-bottom: 40px;
    font-size: 3.6rem;
}

@media screen and (max-width:560px) {
    .point .box h3 {
        font-size: 2.4rem;
    }
}

.point .box h3::first-letter {
    font-size: 4.8rem;
}

@media screen and (max-width:560px) {
    .point .box h3::first-letter {
        font-size: 3.6rem;
    }
}

.point .box .text span, .point .box .text2 span{
    color: #888;
}

.point .image img {
    left: 0px;
    width: 46%;
    margin: 30px 2%;
}


@media screen and (max-width:560px) {
    #point-section .point .box img {
        width: 90%;
        margin: 20px 10% 20px 0;
    }

    #point-section2 .point .box img {
        width: 90%;
        margin: 20px 0 20px 10%;
    }

    #point-section3 .point .box img {
        width: 90%;
        margin: 20px 10% 20px 0;
    }
}

/*===============================

サロン情報

================================*/

.info-background {
    background-color: #f3f8f9;
}

#info {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 80px;
}

#info:after {
    content: "";
    clear: both;
    display: block;
}

#info .title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

#info .item {
    margin: 0 auto;
}

#info .item table {
    width: 100%;
}

@media screen and (max-width:960px) {
    #info .item table {
        font-size: 1.2rem;
    }
}

#info .item table th {
    width: 30%;
    padding: 15px;
    background-color: #97c9c7;
    color: #FFF;;
    border: 3px solid #f3f8f9;
    text-align: center;
}

#info .item table td {
    width: 70%;
    padding: 15px;
    background-color: #FFF;
    border: 3px solid #f3f8f9;
}

/*===============================

スタッフ紹介

================================*/


#insta {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 80px;
}

#insta:after {
    content: "";
    clear: both;
    display: block;
}

#insta .title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

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

#insta .container .box {
    width: 18%;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 30px;
}

@media screen and (max-width:960px) {
    #insta .container .box {
        width: 40%;
        margin: 0 5% 30px;
    }
}

@media screen and (max-width:560px) {
    #insta .container .box {
        width: 80%;
        margin: 0 10% 30px;
    }
}

#insta .container .box .image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
}

#insta .container .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

#insta .container .box p {
    font-weight: bold;
    text-align: center;
}

#insta .container .box h3 {
    text-align: center;
    font-size: 2.4rem;
}

#insta .container .box sub {
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}


#insta .container .box .btn {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    clear: both;
    text-align: center;
    position: relative;
}


#insta .container .box .btn span {
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #191c1f;
    border-radius: 200px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}


#insta .container .box .btn span img {
    height: 18px;
    position: relative;
    padding-right: 8px;
}

/*===============================

アクセス

================================*/


#access {
    position: relative;
    margin: 0 auto;
    padding-top: 120px;
}

#access .title {
    text-align: center;
    margin-bottom: 60px;
}

#access .container {
    width: 90%;
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 100px;
}

@media screen and (max-width:960px) {
    #access .container {
        margin: 0 auto 10px;
    }
}

#access .container .box {
    width: 46%;
}

@media screen and (max-width:960px) {
    #access .container .box {
        width: 100%;
        margin-bottom: 50px;
    }
}

#access .container .box .image {
    position: relative;
    width: 100%;
    padding-top: 66.6%;
    overflow: hidden;
    margin: 0 auto;
}

#access .container .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

#access .container .box .item {
    margin-bottom: 20px;
}

#access .container .box .item .car {
    padding-left: 30px;
    line-height: 18px;
    background: url(http://ideal001.xsrv.jp/test_sora/img/car.svg) no-repeat;
    margin-bottom: 10px;
}

#access .map2 {
    width: 100%;
    line-height: 0;
}

/*===============================

フッター

================================*/

#footer-section {
    position: relative;
    background-color: #c4e5e6;
    width: 100%;
    padding-bottom: 50px;
    color: #FFF;
}


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

.footer .logo {
    position: relative;
    text-align: center;
}

.footer .logo img {
    width: 150px;
    margin: 70px auto 10px;
}

.footer p {
    font-size: 1.2rem;
}