@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@400;500;600;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;800;900&family=New+Tegomin&family=Yuji+Syuku&family=Yusei&family=Yomogi+Magic&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
* {
    margin: 0;
    padding: 0;
    /* font-family: 'Zen Maru Gothic', sans-serif; */
    /* font-family: "Yomogi", cursive;
    font-family: a-otf-ryumin-pr6n, serif; */
    font-family: "kinuta-shin-enpitsu-it-stdn", sans-serif;
    box-sizing: border-box;
    transition: all 0.2s ease;
    font-weight: bold;
}


/* nav menu */

.header {
    position: relative;
    width: 100%;
    height: 60px;
    /* background-color: aquamarine; */
}

.header-menu .ham-menu {
    position: absolute;
    margin-top: 0;
    position: fixed;
    display: flex;
    width: 70%;
    top: 20px;
    left: 20%;
    z-index: 100000;
    justify-content: space-around;
    /* background-color: #00838f; */
}

.header .ham-menu li a {
    font-family: "Yomogi", cursive;
    color: rgb(12, 11, 11);
    font-size: 1.4rem;
    padding: 5px;
    justify-content: space-evenly;
    border: 4px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px 0 rgb(96, 93, 93);
}

.header .ham-menu li a:hover {
    color: rgb(2, 101, 45);
    font-weight: bold;
    box-shadow: 0px 0px 0 rgb(96, 93, 93);
}


/* top画像 */

.header-logo {
    position: absolute;
    width: 14%;
    height: 7%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 4px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    box-shadow: 4px 4px 0 rgb(96, 93, 93);
    position: relative;
    top: -7.5%;
    left: 2%;
    /* background-color: #02b900; */
}

.top-img {
    background-color: #333;
    top: -6%;
    left: 0;
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 100;
}

.top-img .header-logo img {
    position: absolute;
    width: 90%;
    height: 70%;
    top: 10%;
    margin-left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.top-img .car-image {
    position: absolute;
    top: -10%;
    left: 0;
    width: 90%;
    height: auto;
    z-index: 100;
    max-width: 850px;
}

.top-img::before {
    content: "";
    position: absolute;
    background-color: rgba(11, 11, 11, 0.7);
    width: 100%;
    height: 700px;
    top: 0%;
    left: 0%;
    box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
}

.top-logo {
    position: relative;
    z-index: 10;
    padding: 2rem 5rem;
    top: 5%;
    left: 55%;
    width: 40%;
    height: 40%;
    border: 1px solid rgb(255, 255, 255);
    font-size: 0;
    padding: 0;
}

.top-logo h1 {
    font-family: "Yomogi", cursive;
    color: whitesmoke;
    font-size: 1.8rem;
    margin-top: 60px;
    text-align: center;
}

.top-logo h2 {
    font-family: "Yomogi", cursive;
    font-size: 3rem;
    padding: 10px 0;
    line-height: 3.5rem;
    text-align: center;
    color: whitesmoke;
}

.header.scroll-nav {
    background: rgb(11, 11, 11);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}


/* インフォメーション */

.info-sec {
    width: 100%;
    height: auto;
    margin-top: 120px;
    text-align: center;
}

.info-title h3 {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
}

.info-title h3::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-1deg);
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    margin-top: 20px;
    color: rgba(224, 165, 87, 0.8);
    font-size: 1.6rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing: 1rem;
}

.infomation ul {
    margin-top: 0;
}

.info-title p:before {
    left: 0;
}

h1:after {
    right: 0;
}

.infomation ul {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    margin-top: 40px;
    background: #fff100;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.infomation ul li {
    padding: 20px;
    font-size: 2rem;
    list-style: none;
}

.infomation ul p {
    text-align: start;
    display: flex;
    justify-content: center;
    /* margin-left: 50%;
    transform: translateX(-50%); */
    font-size: 1.6rem;
    padding: 15px 0 0 15px;
    width: 90%;
    line-height: 2.5rem;
    font-weight: 400;
}

.infomation ul p span {
    /* border: 1px solid black; */
    border-radius: 3px;
    padding: 8px;
    background-color: #02b900;
    color: whitesmoke;
}

.infomation .line {
    width: 100%;
    height: 80px;
    margin-top: 40px;
}

.infomation a {}

.infomation img {
    width: 220px;
    height: 80px;
}


/* 
ブログ記事
*/

.articles {
    width: 100%;
    height: auto;
    background-color: #333;
    /* background-color: black; */
}

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

.new h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: whitesmoke;
    /* margin-top: 40px; */
    padding-top: 80px;
    text-align: center;
    letter-spacing: 1rem;
}

.new h3::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-1deg);
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-top: 28px;
    color: rgba(224, 165, 87, 0.8);
    font-size: 1.6rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing: 1rem;
}

.new-article {
    width: 100%;
    height: auto;
    background-color: #333;
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
    text-align: center;
}

article {
    width: 50%;
    height: auto;
}

.wrap {
    width: 97%;
    height: 100%;
}

.wrap .date {
    font-size: 1.2rem;
    padding: 5px 0;
}

.wrap-image {
    width: 100%;
    height: 400px;
}

.wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.wrap p {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 5px 0;
    color: rgb(255, 255, 255);
}

.wrap input[type="checkbox"] {
    display: none;
}

.readmore {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border: 2px solid #ccc;
}

.readmore-content {
    display: flex;
    background-color: rgba(238, 234, 231, 0.7);
    position: relative;
    overflow: hidden;
    width: 100%;
    color: rgb(3, 3, 3);
    line-height: 2rem;
    /* font-family: "Zen Maru Gothic", sans-serif; */
    font-weight: 500;
    height: 60px;
    text-align: start;
    /* justify-content: center; */
    padding: 5px 0 10px 15px;
}

.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 50%, rgb(14, 14, 14) 100%);
    background: linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0.8) 50%, #fff 100%);
}


/* 続きを読むボタン */

.readmore-label {
    display: table;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 8px 10px;
    background-color: #f3873f;
    border-radius: 10px;
    color: rgb(19, 19, 19);
    cursor: pointer;
}

.readmore-label:before {
    content: "続きを読む";
}

.readmore-check {
    display: none;
}


/*チェック時にボタンを非表示*/

.readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.readmore-check:checked~.readmore-label:before {
    content: "閉じる";
}


/*チェック時に高さを自動に戻す*/

.readmore-check:checked~.readmore-content {
    height: auto;
}


/*チェック時グラデーション等を削除*/

.readmore-check:checked~.readmore-content::before {
    display: none;
}


/*ページネーション */

.pagenation {
    width: 100%;
    height: 100px;
    /* background-color: #f3873f; */
}

.blog-page {
    width: 50%;
    height: 50px;
    list-style: none;
    /* margin-left: 35%; */
    /* background-color: #fff100; */
    display: flex;
    margin: 0 auto;
    padding-top: 40px;
    align-items: center;
}

.blog-page li {
    display: inline-block;
    height: 40px;
    width: 30%;
    /* margin-left: 50%; */
    /* margin: 120px 0; */
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 1.5rem;
    border: 2px #ccc solid;
    border-radius: 5px;
}

.blog-page li a {
    display: block;
    text-decoration: none;
    color: #fdfdfd;
}

.blog-page .this {
    background-color: rgb(89, 146, 128);
    color: #fff;
}


/* 電話問い合わせ */

.top-icon {
    position: fixed;
    font-size: 1.5rem;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 5px;
    right: 1.5%;
    bottom: 31%;
    opacity: 0.6;
    border-radius: 50%;
    color: rgb(249, 240, 243);
    background-color: rgb(255, 65, 122);
    cursor: pointer;
    z-index: 100000;
}

.top-icon::after {
    content: "PAGE TOP";
    font-size: 0.7rem;
    color: rgb(252, 249, 250);
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
}

.phone-info {
    position: fixed;
    margin-left: 74%;
    bottom: 0;
    width: 25%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100000;
    border: 4px solid rgb(4, 4, 4);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    /* padding-bottom: calc(env(safe-area-inset-bottom) + 150px); */
}

.infomation {
    margin: 5px 0;
}

.infomation h2 {
    font-size: 1.4rem;
    font-weight: bold;
    color: whitesmoke;
    line-height: 1.2rem;
}

.infomation p {}

.phone-num a {
    font-weight: bold;
    font-size: 2rem;
    color: rgb(247, 73, 9);
    cursor: pointer;
    text-decoration: none;
}

.hours {
    line-height: 25px;
    color: whitesmoke;
}


/* .mail-info{
  
} */

.mail-info a {
    text-decoration: none;
    cursor: pointer;
    color: whitesmoke;
}

.mail-info .mail-icon {
    color: #00838f;
}

.mail-info a:hover {
    cursor: pointer;
    color: #00838f;
    font-weight: bold;
}

.line-icon {
    display: flex;
    position: relative;
    gap: 15px;
    justify-content: center;
    width: 100%;
    padding: 10px;
}


/* footer */

footer {
    width: 100%;
    height: auto;
    background-color: #171717;
}

.container {
    width: 80%;
    margin-left: 10%;
    /* padding-top: 20px; */
    margin-bottom: 50px;
    display: flex;
}

footer .discription,
footer .more {
    width: 40%;
    line-height: 2.5rem;
    margin-top: 20px;
}

footer a {
    text-decoration: none;
    color: #bbb;
    padding-left: 10px;
    font-size: 1.2rem;
}

.footer-copy {
    display: block;
    text-align: center;
    padding: 5px 0 15px 0;
    color: white;
    font-size: 1.2rem;
    /* padding-bottom: calc(env(safe-area-inset-bottom) + 180px); */
}


/* レスポンシブ
/*/


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */

@media screen and (min-width: 960px) and (max-width: 1279px) {
    /* nav menu */
    .header-menu .ham-menu {
        width: 75%;
        left: 18%;
    }
    .header .ham-menu li a {
        font-size: 1.2rem;
    }
    /* top画像 */
    .top-img {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .blog-title {
        font-size: 1.5rem;
        text-align: center;
        padding: 80px;
    }
    .top-img img {
        top: -5%;
        left: 0;
        /* width: 60%; */
        max-width: 800px;
    }
    .top-logo {
        top: 5%;
        left: 55%;
        width: 42%;
        height: 38%;
    }
    .top-logo h1 {
        font-size: 1.5rem;
        margin-top: 15%;
    }
    .top-logo h2 {
        padding-top: 10px;
        font-size: 2.6rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* 
ブログ記事
*/
    .wrap img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: center;
    }
    /* 電話問い合わせ */
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 1.2rem;
        font-weight: bold;
        color: whitesmoke;
    }
    .phone-num a {
        font-weight: bold;
        font-size: 1.5rem;
        /* color: rgb(247, 73, 9); */
        /* cursor: pointer;
        text-decoration: none; */
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .mail-info p {
        font-size: 0.9rem;
    }
    /* footer */
    .containar {
        margin-left: 10px;
    }
    footer .discription,
    footer .more {
        padding: 10px;
        margin-left: 5px;
        width: 40%;
        line-height: 30px;
    }
    .con-time p {
        position: absolute;
    }
    footer a {
        font-size: 1.3rem;
    }
}


/*/
/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ********************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */

@media screen and (min-width: 769px) and (max-width: 959px) {
    /* nav menu */
    .header-menu .ham-menu {
        width: 78%;
        left: 18%;
        /* background-color: #02b900; */
    }
    .header .ham-menu li a {
        font-size: 1rem;
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        box-shadow: 4px 4px 0 rgb(96, 93, 93);
        padding: 5px 5px;
    }
    /* top画像 */
    .top-img {
        top: -6%;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    .top-img .car-image {
        top: 6%;
        max-width: 700px;
    }
    .top-logo {
        top: 5%;
        left: 51%;
        width: 44%;
        height: 40%;
    }
    .top-logo h1 {
        font-size: 1.2rem;
        margin-top: 20%;
    }
    .top-logo h2 {
        padding-top: 6px;
        line-height: 3rem;
        font-size: 2.5rem;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .header.scroll-nav {
        /* background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); */
    }
    /* 
ブログ記事
*/
    .wrap {
        width: 100%;
        height: auto;
    }
    .wrap img {
        width: 98%;
        height: 280px;
    }
    .wrap p {
        font-size: 1.1rem;
    }
    /*ページネーション */
    .pagenation {
        width: 100%;
        height: 180px;
        background-color: #fff100;
    }
    .blog-page {
        width: 100%;
        height: 50%;
        list-style: none;
        margin-left: 0;
        background-color: #f3873f;
    }
    .blog-page li {
        display: inline-block;
        width: 10%;
        height: 30px;
        font-size: 1.2rem;
        border: 1px #ccc solid;
        border-radius: 5px;
        background: #00838f;
    }
    .blog-page li a {
        display: block;
        text-decoration: none;
        color: #333;
    }
    .blog-page .this {
        background-color: rgb(67, 66, 66);
        color: #fff;
    }
    /* 電話問い合わせ  */
    .phone-info {
        /* padding-bottom: calc(env(safe-area-inset-bottom) + 350px); */
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .phone-num a {
        font-weight: bold;
        font-size: 1.2rem;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        font-size: 0.8rem;
    }
    .mail-info p {
        font-size: 0.9rem;
    }
    /* footer */
    .container {
        margin-left: 20px;
    }
    footer .discription,
    footer .more {
        padding: 10px;
        margin-left: 10px;
        width: 50%;
        line-height: 30px;
    }
    footer a {
        font-size: 1.2rem;
    }
    .footer-copy {
        /* padding-bottom: calc(env(safe-area-inset-bottom) + 350px); */
    }
}


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */

@media screen and (min-width: 600px) and (max-width: 768px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        font-size: 6rem;
        left: -675px;
        opacity: 0;
        transition: all 0.1s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 0;
        margin-top: 15%;
        padding: 1%;
        font-size: 1.4rem;
        color: #f4f4f4f4;
        font-weight: 0;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(56, 55, 54, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(255, 253, 253, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 3%;
        right: 5%;
        width: 40px;
        height: 40px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 40px;
        height: 8px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 1px;
    }
    .toggle-btn span:nth-child(2) {
        top: 16px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 1px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 12px;
        color: rgb(2, 1, 1);
        font-size: 0.8rem;
        text-transform: uppercase;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(15px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-15px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 16px;
        left: 20px;
        color: rgb(246, 240, 240);
        font-size: 0.9rem;
    }
    /* top画像 */
    .top-img {
        margin-top: 5%;
        height: 450px;
    }
    .header-logo {
        width: 90%;
        height: 60px;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -75px;
        /* left: 40%; */
    }
    .top-img .header-logo img {
        position: absolute;
        width: 250px;
        height: 60px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .top-img .car-image {
        max-width: 540px;
        margin-top: 5%;
    }
    .top-img::before {
        content: "";
        position: absolute;
        background-color: rgba(11, 11, 11, 0.7);
        width: 100%;
        height: 450px;
        top: 0%;
        left: 0%;
        box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
    }
    .top-logo {
        top: 0%;
        left: 50%;
        width: 44%;
        height: 35%;
    }
    .top-logo h1 {
        font-size: 1rem;
        margin-top: 15%;
    }
    .top-logo h2 {
        padding-top: 6px;
        line-height: 2rem;
        font-size: 1.9rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* インフォメーション */
    .info-sec {
        /* width: 100%; */
        /* height: auto; */
        margin-top: 120px;
        /* text-align: center; */
    }
    .new {
        margin-bottom: 80px;
    }
    .info-title h3 {
        font-size: 1.8rem;
    }
    .info-title h3::before {
        margin-top: 20px;
        font-size: 1.4rem;
        font-weight: 200;
        letter-spacing: 0.6rem;
    }
    .infomation ul {
        margin-top: 0;
    }
    .infomation ul li {
        padding: 15px;
        font-size: 1.6rem;
        list-style: none;
    }
    .infomation ul p {
        padding: 15px 10px;
        font-size: 1.5rem;
        width: 100%;
    }
    .infomation ul {
        padding: 1rem 0.5rem calc(1rem + 10px);
        margin-top: 30px;
        width: 100%;
        line-height: 1.2rem;
    }
    /* ブログ記事 */
    .new h3 {
        font-size: 1.8rem;
    }
    .new h3::before {
        margin-top: 20px;
        font-size: 1.4rem;
        font-weight: 200;
        letter-spacing: 0.6rem;
    }
    .new-article {
        width: 55%;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    .new-article article {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrap {
        width: 100%;
        height: auto;
        position: relative;
    }
    .wrap img {
        width: 100%;
        height: 380px;
    }
    .wrap p {
        font-size: 1.1rem;
    }
    .readmore-content {
        width: 100%;
        font-size: 1rem;
        line-height: 1.4rem;
    }
    /*ページネーション */
    .blog-page {
        width: 60%;
        transform: translateX(-5%);
    }
    .blog-page li {
        display: inline-block;
        width: 15%;
        height: 40px;
        margin: 120px 0;
        text-align: center;
        line-height: 30px;
        font-size: 1.2rem;
        border: 2px #ccc solid;
        border-radius: 5px;
    }
    .blog-page li a {
        display: block;
        text-decoration: none;
        color: #333;
    }
    .blog-page .this {
        background-color: rgb(67, 66, 66);
        color: #fff;
    }
    /* 電話問い合わせ */
    .top-icon {
        bottom: 28%;
    }
    .phone-info {
        position: fixed;
        margin-left: 58%;
        bottom: 0;
        width: 40%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .phone-num a {
        font-weight: bold;
        font-size: 1.5rem;
    }
    .hours {
        font-size: 1rem;
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        font-size: 0.8rem;
    }
    .week-day {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .mail-info p {
        font-size: 0.8rem;
    }
    .holiday .week-d {
        font-size: 0.8rem;
    }
    /* footer */
    footer {
        display: block;
        padding: 5px;
        width: 100%;
    }
    .container {
        margin-left: 3%;
    }
    footer a {
        line-height: 1px;
        font-size: 1rem;
    }
    .footer-copy {
        position: relative;
        font-size: 1rem;
        left: -25%;
    }
}


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */

@media screen and (min-width: 481px) and (max-width: 599px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        font-size: 6rem;
        left: -675px;
        opacity: 0;
        transition: all 0.1s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 0;
        margin-top: 15%;
        padding: 1%;
        font-size: 1.4rem;
        color: #f4f4f4f4;
        font-weight: 0;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(56, 55, 54, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(255, 253, 253, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 3%;
        right: 5%;
        width: 40px;
        height: 40px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 40px;
        height: 8px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 1px;
    }
    .toggle-btn span:nth-child(2) {
        top: 16px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 1px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 12px;
        color: rgb(2, 1, 1);
        font-size: 0.6rem;
        letter-spacing: 0.15rem;
        text-transform: uppercase;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(15px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-15px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 16px;
        left: 20px;
        color: rgb(246, 240, 240);
        font-size: 0.9rem;
    }
    /* top画像 */
    .header-logo {
        width: 90%;
        height: 60px;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -80px;
    }
    .top-img {
        margin-top: 5%;
        height: 380px;
    }
    .top-img .header-logo img {
        position: absolute;
        width: 50%;
        height: auto;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .top-img .car-image {
        top: 5%;
        max-width: 400px;
    }
    .top-img::before {
        content: "";
        position: absolute;
        background-color: rgba(11, 11, 11, 0.7);
        width: 100%;
        height: 380px;
        top: 0%;
        left: 0%;
        box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
        transition: all 0.1s;
    }
    .top-logo {
        /* padding: 2rem 0rem; */
        top: -5%;
        left: 50%;
        width: 44%;
        height: 40%;
        padding: 0;
    }
    .top-logo:before {
        top: 5%;
        left: 4%;
        padding: 0;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    .top-logo h1 {
        font-size: 1rem;
        margin-top: 14%;
    }
    .top-logo h2 {
        padding-top: 9px;
        line-height: 1.8rem;
        font-size: 1.6rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* インフォメーション */
    .info-sec {
        width: 100%;
        height: auto;
        margin-top: 100px;
        text-align: center;
    }
    .info-title h3 {
        font-size: 1.6rem;
    }
    .info-title h3::before {
        margin-top: 20px;
        font-size: 1.4rem;
        font-weight: 200;
        font-family: luxus-brut, cursive;
        font-style: italic;
        letter-spacing: 0.5rem;
    }
    .infomation ul {
        margin-top: 0;
    }
    .infomation ul li {
        padding: 15px;
        font-size: 1.5rem;
        list-style: none;
    }
    .infomation ul p {
        padding: 15px 10px;
        font-size: 1.5rem;
        width: 100%;
    }
    .infomation ul {
        padding: 1rem 0.5rem calc(1rem + 10px);
        margin-top: 30px;
        width: 100%;
        line-height: 1.2rem;
    }
    /* ブログ記事 */
    .new {
        margin-bottom: 80px;
    }
    .new h3 {
        font-size: 1.6rem;
    }
    .new h3::before {
        margin-top: 20px;
        font-size: 1.4rem;
        font-weight: 200;
        font-family: luxus-brut, cursive;
        font-style: italic;
        letter-spacing: 0.6rem;
    }
    .new-article {
        width: 70%;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    .new-article article {
        width: 100%;
        margin-bottom: 40px;
    }
    .wrap {
        width: 100%;
        height: auto;
        position: relative;
    }
    .wrap img {
        width: 100%;
        height: 350px;
    }
    .wrap p {
        font-size: 1.1rem;
    }
    .readmore-content {
        width: 100%;
        font-size: 1rem;
        line-height: 1.4rem;
    }
    /*ページネーション */
    .blog-page {
        width: 60%;
        transform: translateX(-5%);
    }
    .blog-page li {
        display: inline-block;
        width: 15%;
        height: 40px;
        margin: 120px 0;
        text-align: center;
        line-height: 30px;
        font-size: 1.2rem;
        border: 2px #ccc solid;
        border-radius: 5px;
    }
    /* 電話問い合わせ */
    .top-icon {
        bottom: 28%;
    }
    .phone-info {
        position: fixed;
        margin-left: 58%;
        bottom: 0;
        width: 40%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 1rem;
    }
    .phone-num a {
        font-weight: bold;
        font-size: 1.5rem;
    }
    .hours {
        font-size: 0.8rem;
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        font-size: 0.8rem;
    }
    .week-day {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .mail-info p {
        font-size: 0.8rem;
    }
    .holiday .week-d {
        font-size: 0.8rem;
    }
    /* footer */
    footer {
        display: block;
        padding: 5px;
        width: 100%;
    }
    .container {
        margin-left: 10px;
        margin-bottom: 20px;
    }
    footer .discription,
    footer .more {
        width: 30%;
        position: relative;
    }
    footer a {
        line-height: 1px;
        font-size: 0.9rem;
    }
    .footer-copy {
        position: relative;
        font-size: 0.9rem;
        left: -20%;
    }
}


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */

@media screen and (min-width: 370px) and (max-width: 480px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 60%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        z-index: 1000000;
        font-size: 4rem;
        left: -675px;
        opacity: 0;
        transition: all 0.8s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 0;
        margin-top: 20%;
        padding: 15px;
        font-size: 1.2rem;
        color: #f4f4f4f4;
        font-weight: 0;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(56, 55, 54, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(255, 253, 253, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 18px;
        right: 5%;
        width: 35px;
        height: 35px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 35px;
        height: 8px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 1px;
    }
    .toggle-btn span:nth-child(2) {
        top: 14px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 1px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 12px;
        left: 0;
        color: #333;
        font-size: 0.55rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(15px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-15px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 15px;
        left: 22px;
        color: rgb(246, 240, 240);
        font-size: 0.7rem;
    }
    /* top画像 */
    .header-logo {
        width: 90%;
        height: 50px;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -18%;
    }
    .top-img {
        margin-top: 5%;
        height: 350px;
    }
    .top-img .header-logo img {
        width: 55%;
        height: auto;
        top: 0;
    }
    .top-img .car-image {
        top: 10%;
        left: 2%;
        width: 78%;
        height: auto;
        min-width: 340px;
    }
    .top-img::before {
        content: "";
        position: absolute;
        background-color: rgba(11, 11, 11, 0.7);
        width: 100%;
        height: 350px;
        top: 0%;
        left: 0%;
        box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
    }
    .top-logo {
        top: 0%;
        left: 45%;
        width: 44%;
        height: 35%;
        border: 1px solid white;
    }
    .top-logo:before {
        top: 2.5%;
        left: 2.8%;
        width: calc(100% - 12px);
        height: calc(100% - 10px);
    }
    .top-logo h1 {
        font-size: 0.8rem;
        margin-top: 15%;
    }
    .top-logo h2 {
        padding-top: 8px;
        line-height: 1.6rem;
        font-size: 1.2rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* インフォメーション */
    .info-sec {
        width: 100%;
        height: auto;
        margin-top: 80px;
        text-align: center;
    }
    .info-title h3 {
        font-size: 1.4rem;
    }
    .info-title h3::before {
        font-size: 1rem;
        letter-spacing: 0.4rem;
        margin-top: 14px;
    }
    .infomation ul {
        margin-top: 40px;
    }
    .infomation ul li {
        padding: 10px;
        font-size: 1rem;
        list-style: none;
    }
    .infomation ul p {
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 0;
        width: 100%;
        /* padding: 15px 5px; */
    }
    /* .infomation ul {
        margin-top: 0;
    } */
    .infomation .line img {
        width: 50%;
        height: auto;
        margin: 10px;
    }
    /*
 ブログ記事
  */
    .new {
        margin-bottom: 80px;
    }
    .new h3 {
        font-size: 1.6rem;
    }
    .new h3::before {
        margin-top: 20px;
        font-size: 1.4rem;
        font-weight: 200;
        font-family: luxus-brut, cursive;
        font-style: italic;
        letter-spacing: 0.6rem;
    }
    .new-article {
        width: 75%;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    .new-article article {
        width: 100%;
        margin-bottom: 40px;
    }
    .wrap {
        width: 100%;
        height: auto;
        position: relative;
    }
    .wrap img {
        width: 100%;
        height: 320px;
    }
    .wrap p {
        font-size: 1.1rem;
    }
    .readmore-content {
        width: 100%;
        font-size: 1rem;
        line-height: 1.4rem;
    }
    /*ページネーション */
    .blog-page {
        width: 60%;
        transform: translateX(-15%);
    }
    .blog-page li {
        display: inline-block;
        width: 20%;
        height: 40px;
        font-size: 1.2rem;
        border: 2px #ccc solid;
        border-radius: 5px;
    }
    /* 電話問い合わせ */
    .top-icon {
        font-size: 2rem;
        width: 60px;
        height: 60px;
        padding-top: 5px;
        right: 1.5%;
        bottom: 30%;
    }
    .top-icon::after {
        content: "PAGE TOP";
        font-size: 0.4rem;
        color: rgb(247, 244, 245);
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        text-align: center;
    }
    .phone-info {
        position: fixed;
        margin-left: 52%;
        bottom: 0;
        width: 47%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .phone-num .p-number {
        display: none;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        display: none;
    }
    .week-day,
    .holiday .week-d {
        display: block;
        justify-content: center;
        text-align: center;
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
    }
    .mail-info p {
        display: none;
    }
    .line-icon {
        gap: 10px;
        width: 100%;
    }
    .line-icon a {
        width: 50%;
        position: relative;
    }
    .mail-line {
        width: 100%;
        height: auto;
    }
    .line-icon img {
        width: 100%;
        height: auto;
        padding-top: 20%;
    }
    /* footer */
    footer {
        display: block;
        padding: 5px;
        width: 100%;
    }
    .container {
        margin-left: 5px;
    }
    footer .discription,
    footer .more {
        padding: 5px 0;
        width: 35%;
        line-height: 2rem;
        margin-right: 10px;
    }
    footer a {
        line-height: 1px;
        font-size: 0.8em;
    }
    .footer-copy {
        font-size: 1rem;
    }
}


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */


/* ************************************************************* */

@media screen and (min-width: 300px) and (max-width: 369px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        z-index: 1000000;
        left: -675px;
        opacity: 0;
        transition: all 0.8s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 5rem;
        font-size: 1rem;
        color: #f4f4f4f4;
        font-weight: 0;
        line-height: 5rem;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(56, 55, 54, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(255, 253, 253, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 16px;
        right: 5%;
        width: 35px;
        height: 35px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 35px;
        height: 6px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 0px;
    }
    .toggle-btn span:nth-child(2) {
        top: 10.5px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 8px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 10px;
        left: 0;
        color: rgb(61, 95, 78);
        font-size: 0.5rem;
        letter-spacing: 0.2rem;
        text-transform: uppercase;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(10px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-14px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 18px;
        left: 25px;
        color: rgb(246, 240, 240);
        font-size: 0.7rem;
    }
    /* top画像 */
    .header-logo {
        width: 90%;
        height: 60px;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -15%;
    }
    .top-img {
        margin-top: 0;
        height: 350px;
    }
    .top-img .header-logo img {
        width: 60%;
        height: auto;
        /* top: 0; */
    }
    .top-img .car-image {
        top: 15%;
        left: 0;
        width: 90%;
        height: auto;
        z-index: 100;
    }
    .top-img::before {
        content: "";
        position: absolute;
        background-color: rgba(11, 11, 11, 0.7);
        width: 100%;
        height: 350px;
        top: 0%;
        left: 0%;
        box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
    }
    .top-logo {
        top: -5%;
        left: 40%;
        width: 50%;
        height: 35%;
        /* border: 1px solid white; */
    }
    .top-logo:before {
        top: 12%;
        left: 3.5%;
        width: calc(100% - 18px);
        height: calc(100% - 20px);
    }
    .top-logo h1 {
        font-size: 0.8rem;
        margin-top: 18%;
    }
    .top-logo h2 {
        padding-top: 6px;
        line-height: 1.5rem;
        font-size: 1.3rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* インフォメーション */
    .info-sec {
        /* width: 100%; */
        /* height: auto; */
        margin-top: 60px;
        /* text-align: center; */
    }
    .info-title h3 {
        font-size: 1.2rem;
    }
    .info-title h3::before {
        font-size: 0.8rem;
        letter-spacing: 0.4rem;
        margin-left: 20px;
        margin-top: 16px;
    }
    .infomation ul {
        padding: 1rem 0.5rem calc(1rem + 10px);
        margin-top: 25px;
        font-size: 0.6em;
    }
    .infomation ul li {
        padding: 10px;
        font-size: 1rem;
        list-style: none;
    }
    .infomation ul p {
        font-size: 0.8rem;
        line-height: 1.2rem;
        padding: 10px 5px;
        width: 100%;
    }
    .infomation .line img {
        width: 50%;
        height: auto;
        margin: 10px;
    }
    /* ブログ記事 */
    .new h3 {
        font-size: 1.2rem;
    }
    .new h3::before {
        font-size: 0.8rem;
        letter-spacing: 0.55rem;
        margin-left: 10px;
        margin-top: 16px;
    }
    .new p {
        font-size: 2rem;
        font-weight: bold;
        color: whitesmoke;
        padding-top: 80px;
        text-align: center;
    }
    .new-article {
        width: 100%;
        display: inline-block;
    }
    .wrap {
        width: 180%;
        position: relative;
        left: 10%;
        margin-bottom: 40px;
    }
    .wrap img {
        width: 100%;
        height: auto;
    }
    .wrap p {
        font-size: 1.1rem;
    }
    .readmore-content {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .blog-page {
        width: 60%;
        transform: translateX(-20%);
    }
    .blog-page li {
        width: 20%;
        font-size: 1rem;
    }
    /* 電話問い合わせ */
    .top-icon {
        font-size: 2rem;
        width: 60px;
        height: 60px;
        padding-top: 5px;
        right: 1.5%;
        bottom: 24%;
    }
    .top-icon::after {
        content: "PAGE TOP";
        font-size: 0.4rem;
        color: rgb(247, 244, 245);
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        text-align: center;
    }
    .phone-info {
        position: fixed;
        margin-left: 50%;
        bottom: 0;
        width: 47%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .phone-num .p-number {
        display: none;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        display: none;
    }
    .week-day,
    .holiday .week-d {
        display: block;
        justify-content: center;
        text-align: center;
        font-size: 0.8rem;
    }
    .mail-info p {
        display: none;
    }
    .line-icon {
        gap: 10px;
        width: 100%;
        /* padding: 10px; */
    }
    .line-icon a {
        width: 50%;
        position: relative;
    }
    .mail-line {
        width: 100%;
        height: auto;
    }
    .line-icon img {
        width: 100%;
        height: auto;
        padding-top: 20%;
    }
    /* footer */
    footer {
        display: block;
        padding: 5px;
        width: 100%;
    }
    .container {
        margin-left: 5px;
    }
    footer .discription,
    footer .more {
        padding: 5px 0;
        width: 35%;
        line-height: 2rem;
        margin-right: 10px;
    }
    footer a {
        line-height: 1px;
        font-size: 0.6em;
    }
    .footer-copy {
        font-size: 1rem;
    }
    .footer-copy {
        font-size: 1rem;
    }
}

@media screen and (max-width: 299px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        z-index: 1000000;
        left: -675px;
        opacity: 0;
        transition: all 0.8s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 5rem;
        font-size: 0.8rem;
        color: #f4f4f4f4;
        font-weight: 0;
        line-height: 5rem;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(56, 55, 54, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(255, 253, 253, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 15px;
        right: 5%;
        width: 35px;
        height: 35px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 35px;
        height: 5.5px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 1px;
    }
    .toggle-btn span:nth-child(2) {
        top: 11.5px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 8px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 8px;
        left: 1.5px;
        color: #333;
        font-size: 0.6rem;
        text-transform: uppercase;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(10px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-14px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 15px;
        left: 20px;
        color: rgb(246, 240, 240);
    }
    /* top画像 */
    .header-logo {
        width: 16%;
        height: 9%;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -20%;
        left: 40%;
    }
    .top-img {
        margin-top: 2%;
        height: 250px;
    }
    .top-img .header-logo img {
        width: 140px;
        height: auto;
        /* top: 120%; */
    }
    .top-img .car-image {
        top: 15%;
        left: 0;
        width: 80%;
        height: auto;
        min-width: 220px;
    }
    .top-img::before {
        content: "";
        position: absolute;
        background-color: rgba(11, 11, 11, 0.7);
        width: 100%;
        height: 250px;
        top: 0%;
        left: 0%;
        box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
    }
    .top-logo {
        top: 0%;
        left: 35%;
        width: 55%;
        height: 35%;
        border: 1px solid white;
    }
    .top-logo:before {
        top: 8%;
        left: 3.5%;
        width: calc(100% - 18px);
        height: calc(100% - 20px);
    }
    .top-logo h1 {
        font-size: 0.6rem;
        margin-top: 17%;
    }
    .top-logo h2 {
        padding-top: 6px;
        line-height: 1rem;
        font-size: 0.8rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* インフォメーション */
    .info-sec {
        width: 100%;
        height: auto;
        margin-top: 60px;
        text-align: center;
    }
    .info-title h3 {
        font-size: 1.2rem;
    }
    .info-title h3::before {
        font-size: 0.8rem;
        letter-spacing: 0.5rem;
        margin-top: 18px;
        margin-left: 15px;
    }
    .infomation ul {
        padding: 1rem 0.5rem calc(1rem + 10px);
        margin-top: 35px;
        font-size: 0.6em;
    }
    .infomation ul li {
        padding-top: 25px;
        font-size: 0.8rem;
        list-style: none;
    }
    .infomation ul p {
        font-size: 0.8rem;
        line-height: 1.2rem;
        padding-top: 5px;
        width: 100%;
    }
    .line {
        margin: 0;
        /* background-color: #02b900; */
    }
    .infomation .line img {
        width: 50%;
        height: auto;
        margin: 0;
    }
    .line-icon {
        gap: 15px;
        width: 100%;
    }
    .line-icon a {
        width: 50%;
        position: relative;
    }
    .mail-line {
        width: 100%;
        height: auto;
    }
    .line-icon img {
        width: 100%;
        height: auto;
        padding-top: 20%;
    }
    /* ブログ記事 */
    .new h3 {
        font-size: 1.2rem;
    }
    .new h3::before {
        font-size: 0.8rem;
        letter-spacing: 0.5rem;
        margin-top: 18px;
        margin-left: 15px;
    }
    .new p {
        font-size: 2rem;
        font-weight: bold;
        color: whitesmoke;
        padding-top: 80px;
        text-align: center;
    }
    .new-article {
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .wrap {
        width: 180%;
        position: relative;
        left: 10%;
        margin-bottom: 40px;
    }
    .wrap img {
        width: 100%;
        height: 250px;
    }
    .wrap p {
        font-size: 1.1rem;
    }
    .readmore-content {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .blog-page {
        width: 60%;
        transform: translateX(-20%);
    }
    .blog-page li {
        width: 20%;
        font-size: 1rem;
    }
    /*ページネーション */
    .blog-page {
        width: 80%;
        list-style: none;
        margin-left: 30%;
        /* transform: translateX(-50%); */
    }
    /* 電話問い合わせ */
    .top-icon {
        font-size: 2rem;
        width: 60px;
        height: 60px;
        padding-top: 5px;
        right: 1.5%;
        bottom: 25%;
    }
    .top-icon::after {
        content: "PAGE TOP";
        font-size: 0.4rem;
        color: rgb(247, 244, 245);
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        text-align: center;
    }
    .phone-info {
        position: fixed;
        margin-left: 50%;
        bottom: 0;
        width: 47%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.6rem;
    }
    .phone-num .p-number {
        display: none;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        display: none;
    }
    .week-day,
    .holiday .week-d {
        display: block;
        justify-content: center;
        text-align: center;
        font-size: 0.65rem;
    }
    .mail-info p {
        display: none;
    }
    /* footer */
    footer {
        display: block;
        padding: 5px;
        width: 100%;
    }
    .container {
        margin-left: 1px;
    }
    footer .discription,
    footer .more {
        padding: 5px 0;
        width: 45%;
        line-height: 2rem;
        margin-right: 10px;
    }
    footer a {
        line-height: 1px;
        font-size: 0.6em;
    }
    .footer-copy {
        font-size: 1rem;
    }
    .footer-copy {
        font-size: 0.7rem;
    }
}