

/* 基本設定 */
* {
    margin: 0;
    padding: 0;
}

.akspo-lp li {
    list-style: none;
}

.akspo-lp .btn {
    transition: all 0.5s;
    cursor: pointer;
}

.akspo-lp .btn:hover {
    opacity: 0.5;
}

.akspo-lp img{
    width: 100%;

}

html,body {
    overflow-x: hidden;
  }

/* フォント設定 */

.akspo-lp a,p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.9px;
}/* 日本語 */

.akspo-lp a{
    font-size: 2.8rem;
    text-decoration: none;
    color : inherit;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight:600;
    font-style: normal;
    letter-spacing: 1.5px;
    break-inside:avoid-page;/* 改ページ禁止 */
}

@media screen and (min-width: 752px) {
    .akspo-lp  p{
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

@media screen and (max-width: 751px) {
    .akspo-lp p{
        font-size: 2.6rem;
        line-height: 1.5;
        letter-spacing: 2px;
    }

}

.akspo-lp li{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}/* 日本語 */

.akspo-lp h1,.akspo-lp h2{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight:700;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.3;
    color: #CC0000;
    margin: 0;
}/* 日本語 */

.fw500 {
    font-weight: 500;
}

@media screen and (min-width: 752px) {
    .akspo-lp h1{
        font-size: 3.2rem;
        letter-spacing: 2.2px;
    }

    .akspo-lp h2{
        font-size: 2.6rem;
        letter-spacing: 2.0px;
    }
}

@media screen and (max-width: 751px) {
    .akspo-lp h1{
        font-size: 4rem;
    }

    .akspo-lp h2{
        font-size: 6rem!important;
    }

    .akspo-lp h3{
        font-size: 3rem!important;
    }
}


/*  アニメーション設定 */
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1.7s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    } 

    .padding-non {
        padding: 0%!important;
    }

/* PC/sp分岐・共通設定 */

@media screen and (min-width: 752px) {
    .pc{
        display: inline-block;
    }

    .sp{
        display: none!important;
    }

    .container {
        width: 80%;
        margin: 0px auto;
        padding: 100px;
        max-width: 1200px;
    }

    .area-title {
        padding-bottom: 40px;
        text-align: center;
    }

    .area-title-text {
        color: #CC0000;
        font-weight: 600;
        line-height: 1.3!important;
    }

    .area-title h2 {
        font-size: 3.6rem;
        padding-bottom: 10px;
    }


    .lp-btn p{
        font-weight: 600;
        font-size: 2.0rem;
    }


}

@media screen and (max-width: 751px) {
    .pc-only{
        display: none!important;
    }

    .sp-only{
        display: inline-block
    }

    .container {
        width: 85%;
        margin: 0px auto;
        padding:120px 0px;
    }

    .area-title {
        padding-bottom: 40px;
        text-align: center;
    }

    .area-title h2 {
        padding-bottom: 5px;
    }

    .area-title-text {
        color: #CC0000;
        font-weight: 600;
    }


    .lp-btn p{
        font-weight: 600;
    }

    /* ボタン共通設定 */
    .alspo-btn {
        padding:20px 0px;
   }

   .alspo-btn a {
        width: 80%;
        display: flex;
        justify-content:space-between;
        margin: 0 auto;
   }

   .alspo-btn p{
        font-size: 3.3rem;
        font-weight: 600;
   }

   .akspo-btn-arrow {
        width: 25px!important;
        padding-top: 9px;
    }

}

/* ボタン設定共通 */
.akspo-btn-common{
    border: 1.5px solid #CC0000;
    transition: all 0.5s;
}

.akspo-btn-common a{
    display: flex;
    justify-content:space-between;
    margin: 0 auto;
}

.arrow-common {
    transform: rotate(-90deg);
}

.alspo-btn {
    transition: all 0.5s;
    }

@media screen and (min-width: 752px) {
    .arrow-common {
        width: 20px!important;
    }

    .akspo-btn-common {
        width: 27%;
        margin: 0 auto;
        margin-top: 20px;
        color: #CC0000;
        min-width: 250px;
        max-width: 340px;
    }

    .akspo-btn-common a{
        padding: 15px 30px 20px;
    }

    .akspo-btn-common a p{
        font-weight: 600;
        font-size: 1.8rem;
        padding-top: 3px;
    }
}

/* 基本設定ここまで */

/* mv */

.mv {
    width: 100%;
}

.page-link {
    background-color: #CC0000;
    color: #fff;
    width: 100%;
}



@media screen and (min-width: 752px) {

.mv {
    background-image: url(../img/mv_back_pc.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mv-content {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0px auto;
    padding: 120px 0px;
}

.mv-logo {
    width: 40%!important;
    max-width: 350px;
}


.mv-text {
    width: 52%!important;
    max-width: 600px;
}

.page-link {
    height: 70px;
}

.page-link ul {
    display: flex;
    justify-content:space-between;
    width: 70%;
    min-width: 750px;
    max-width: 1000px;
    margin: 0 auto;
    height: 70px;
}

.page-link ul li {
    line-height: 70px;
}

.page-link ul li a{
    position: relative;
    padding-right: 35px;
    font-size: 1.6rem;
    display: block;
}

.arrow-under {
    width: 15px !important;
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
}

}

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

    .mv {
        background-image: url(../img/mv_back_sp.jpg) ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .mv-content {
        width: 70%;
        margin: 0px auto;
        padding: 90px 0px;
    }

    .mv-logo {
        padding-bottom: 30px;
    }

    .page-link ul li {
        height: 100px;
        border-bottom:  solid 1px #fff;
    }

    .page-link ul li a{
        line-height: 100px;
        width: 85%;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    .arrow-under {
        width: 30px !important;
        position: absolute;
        right: 0px;
        top: 42px;
    }

}

/* area1 */

.area1 {
    background-color: #F2F2F2;
}

.area1-2 a:hover {
    background-color: #000;
    color: #fff;

}

.area1-2 a{
        background-color: #fff;
        border: 1.5px solid #CC0000;
        color: #CC0000;
        display: flex;
        justify-content: center;
        transition: all 0.5s;
}

.area1-3 {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white !important;
}

@media screen and (min-width: 752px) {

    .area1-title {
        width: 30%;
        margin: 0 auto;
        padding-bottom: 30px;
        min-width: 240px;
    }

    .area1-1 {
        display: flex;
        width: 68%;
        justify-content:space-between;
        margin: 0 auto;
        min-width: 540px;
    }

    .area1-3box {
        width: 17%;
        text-align: center;
        min-width: 130px;
    }

    .area1-arrow {
        width: 7%;
        padding-top: 120px;
    }

    .area1-3box p{
        font-size: 1.8rem;
        font-weight: 600;
    }

    .area1-3box div {
        padding-top: 15px;
        width: 70%;
        margin: 0 auto;
    }

    /* ボタン設定 */
    .area1-2 a{
        padding: 15px 30px 20px;
        width: 40%;
        margin: 40px auto 80px;
        min-width: 450px;
    }

    .area1-2 a p{
        padding-right: 20px;
        font-size: 1.8rem;
        padding-top: 3px;
    }

    .arrow-under-1 {
        width: 20px!important;
    }

    /* contact */
    .area1-3 {
        overflow: hidden;
        position: relative;
    }

    .area1-3:after{
        position: absolute;
        z-index: -2;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background-image: url(../img/contact_back_pc.jpg) ;
        background-size: cover;
        transition: all .3s ease-out;
    }

    .area1-3:hover:after {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        }

    .area1-3 a{
        display: flex !important;
        justify-content: center;
        padding: 40px 20px 50px;
    }

    .area1-3-title h2 span {
        font-size: 1.6rem;
        font-weight: 500;
    }

    .area1-3-title h2{
        color: white !important;
        line-height: 1.3;
        padding-bottom: 5px;
        min-width: 170px;
    }

    .area1-3-text {
        padding: 33px 30px 0px;
    }

    .area1-3-arrow {
        width: 60px;
        padding-top: 35px;
    }

}

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

    .area1-title {
        width: 80%;
        margin: 0 auto;
    }

    .area1-1 {
        width: 80%;
        margin: 0 auto;
    }

    .area1-3box {
        position: relative;
    }

    .area1-3box p {
        padding-left: 80px;
        font-size: 3.3rem;
    }

    .area1-3box div {
        width: 60px;
        position: absolute;
        top: -1px;
    }

    .area1-arrow {
        transform: rotate(90deg);
        width: 50px;
        padding: 40px;
        margin: 0 auto; 
    }

    /* ボタン設定 */
    .area1-2 a{
        padding: 15px 30px 20px;
        width: 85%;
        margin: 80px auto 80px;
    }

    .area1-2 a p{
        padding-right: 60px;
        font-size: 2.8rem;
    }

    .arrow-under-1 {
        width: 40px!important;
        padding-top: 33px;
    }

    /* contact */
    .area1-3 {
        background-image: url(../img/contact_back_sp.jpg) ;
    }

    .area1-3-1 {
        width: 85%;
        margin: 0 auto;
        padding: 80px 0px;
    }

    .area1-3-title h2{
        color: white !important;
    }

   .area1-3-title h2 span {
        font-size: 2.4rem;
        font-weight: 500;
   }

   .area1-3-title p{
        padding-top: 5px;
   }

   .area1-3-text {
        padding: 30px 0px 50px;
   }

   .area1-3-arrow {
        border: 1.5px solid #fff;
        margin-bottom: 20px;
   }

}


/* area2 */

.area2-1 {
    display: flex;
    flex-wrap: wrap;
}

.area2-name {
    border-bottom: 4px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
}

.area2-arrow {
    transform: rotate(-90deg);
}

.area2-name p{
    font-weight: 600;
}

.area2-2-arrow {
    background-color: #F2F2F2;
}

.area2-2 {
    padding-top: 40px;
    text-align: center;
}




@media screen and (min-width: 752px) { 

    .area2-box {
        width: calc(33% - 60px);
        margin: 20px 30px;
    }

    .area2-title {
        padding-bottom: 40px;
    }

    .area2-car-img {
        width: 80%;
        min-width: 200px;
        max-width: 310px;
        padding-bottom: 15px;
        margin: 0 auto;
    }

    .area2-name p{
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .area2-arrow {
        width: 18px;
    }

    .area2-arrow img{
        padding-right: 10px;
        display: block;
    }

    /* .area2-2-arrow {
        width: 27%;
        min-width: 250px;
        max-width: 340px;
    } */
    
}

@media screen and (max-width: 1024px) and (min-width: 660px) {
    .area2-box {
        width: calc(50% - 60px);
        margin: 20px 30px;
    }

    .area2-2-arrow {
        width: 29%;
    }
}

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

    .area2-box {
        width: calc(50% - 30px);
        margin: 30px 15px;
    }

    .area2-name p{
        padding-left: 5px;
        padding-bottom: 5px;
        font-size: 2.2rem;
    }

    .area2-arrow {
        width: 20px;
    }

    .area2-arrow img{
        padding-right: 5px;
        display: block;
    }

    .area2-2-text {
        padding-bottom: 40px;
    }

    .area2-2-arrow {
        width: 100%;
    }

    .area2-2-arrow p {
        color: #CC0000;
    }
    
    
}

/* area3 */

.area3 {
    background-color: #F2F2F2;
}

.map {
    width: 100%;
    background-color: #8AB4F8;
    height: 400px;
}

.map-list li{
    width: 100%;
    border-bottom: 1.5px solid #CC0000;
}

.map-list li h3 {
    font-weight: 600;
}

.map-link {
    display: flex;
}

.map-address {
    background-color: #CC0000;
    color: #fff!important;
}

.map-tel {
    display: flex;
}

.area3-2-arrow {
    background-color: #fff;
    color: #cc0000;
}

@media screen and (min-width: 752px) { 

    .map-list {
        padding-top: 20px;
    }

    .map-list li {
        padding: 20px 0px;
        display: flex;
        position: relative;
    }

    .map-list li h3 {
        width: 120px;
        padding-top: 8px;
    }

    .map-address {
        padding: 10px 0px;
        width: 140px!important;
        text-align: center;
    }

    .map-tel {
        padding-left: 20px;
        padding-top: 6px;
    }

    .tel-icon {
        width: 30px!important;
        padding-right: 10px;
    }

    .map-link a{
        font-size: 1.4rem;
        width: 160px;
    }

    .map-link{
        position: absolute;
        right: 0px;
    }

    .map-add {
        padding-top: 6px;
        width: 40%;
    }

    .area-3-2-text{
        text-align: center;
        padding-top: 50px;
    }
}

@media screen and (max-width: 930px) and (min-width: 751px) {

    .map-list li {
        padding: 20px 0px;
        display: block;
    }

    .map-link{
        position: relative;
        padding-top: 10px;
    }

    .map-add{
        width: 100%;
    }
}

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

    .map-list li{
        padding: 40px 0px 30px;
    }

    .tel-icon {
        width: 50px!important;
        padding-right: 10px;
        padding-left: 20px;
    }

    .map-address {
        padding: 15px 30px 20px;
        text-align: center;
    }

    .map-add {
        padding: 10px 0px 15px;
    }

    .map-tel {
        padding-top: 8px;
    }

    .map-tel p{
        padding-top: 3px;
    }

    .area-3-2-text{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
}


/* area4 */

.area4-box-title {
    text-align: center;
}

.top-step-text {
    background-color: #F2F2F2;
}

.top-step-text h4{
    color: #CC0000;
}


@media screen and (min-width: 752px) { 

    .top-step {
        background: url(../img/step-line-yoko.png)no-repeat;
        background-size: 80%;
        background-position: 50% 65px;
        background-origin: padding-box;
    }

    .are4-1 {
        width: 100%;
        padding-bottom: 20px;
    }

    .are4-2 {
        max-width: 980px;
        margin: 0 auto;
        position: relative;
        padding: 0 5%;
    }

    .area4-box-title h3 {
        font-size: 2.3rem;
        letter-spacing: 2.0px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .top-step {
        padding: 40px 0px;
        display: flex;
        justify-content:space-between;
        width: 100%;
    }

    .top-step li {
        width: 23%;
    }

    .top-step-img {
        width: 70px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .top-step-text {
        padding: 20px 4% 20px 6%;
        height: auto;
    }

    .minH300 {
        min-height: 300px;
    }

    .top-step-text h4{
        padding-bottom: 10px;
        font-size: 1.8rem;
        letter-spacing: 2px;
        line-height: 1.5;
        text-align: center;
    }

    .hi50 {
        line-height: 50px!important;
    }

    .area4-mid {
        width: 20px;
        margin: 0 auto;
        display: block;
        padding-bottom: 60px;
    }

    .btst-text {
        height: auto;
    }

}

@media screen and (max-width: 950px) and (min-width: 752px) {

    .top-step {
        display: block;
    }

    .top-step-img {
        width: 70px;
        margin: 0 auto;
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
    }

    .top-step-text {
        padding: 60px 6% 40px 8%;
        margin-top: 40px;
    }

    .top-step-text h4{
        padding-bottom: 10px;
        font-size: 2.3rem;
        letter-spacing: 2px;
    }

    .top-step li{
        padding-bottom: 40px;
        position: relative;
    }

    .top-step {
        margin-top: 70px;
        padding-top: 0px;
        background: url(../img/step-line-tate-long.png)no-repeat;
        background-size: 1px;
        background-position: 50% -200px;
        background-origin: padding-box;
    }

    .top-step li {
        width: 100%;
    }

    .top-step-text {
        height: auto;
        text-align: center;
        min-height: 10px;
    }

    
}

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

    .area4-box-title h3 {
        font-size: 3.6rem !important;
        letter-spacing: 3px;
        padding-bottom: 20px;
    }

    /* .area4-box-title {
        padding-bottom: 40px;
    } */


    .top-step-img {
        width: 140px;
        margin: 0 auto;
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
    }

    .top-step-text {
        padding: 100px 6% 40px 8%;
        margin-top: 80px;
    }

    .top-step-text h4{
        padding-bottom: 20px;
        font-size: 3rem;
        letter-spacing: 2px;
    }

    .top-step li{
        padding-bottom: 80px;
        position: relative;
    }


    .top-step {
        padding-top: 40px;
        background: url(../img/step-line-tate.png)no-repeat;
        background-size: 2px;
        background-position: 50% 50%;
        background-origin: padding-box;
    }
}

/* area4-2 */

.area4-1 {
    background-color: #8AB4F8;
}

@media screen and (min-width: 752px) {  

    .bottom-step {
        padding-top: 20px;
        background: url(../img/step-line-tate.png)no-repeat;
        background-size: 1px;
        background-position: 34px 30px;
        background-origin: padding-box;
    }

    .btst-text {
        padding: 20px 4% 20px;
    }    

    .area4-1 {
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .are4-2 {
        width: 80%;
    }

    .bottom-step li{
        display: flex;
        margin-bottom: 40px;
    }

    .btst-text h4{
        text-align: left;
    }

    .btst-img {
        padding-top: 20px;
        padding-right: 40px;
    }

    .btst-text {
        width: calc(100% - 160px);
    }

    .btst-flex {
        display: flex;
    }

    .btst3-1 {
        width: 60%;
        padding-right: 5%;
    }

    .btst3-2 {
        width: 45%;
    }

    .btst2-img {
        padding-top: 20px;
    }

}

@media screen and (max-width: 950px) and (min-width: 752px) {

    .are4-2 {
        width: 100%;
        padding: 0px;
    }

    .btst-img {
        position: relative;
        padding-top: 50px;
    }

    .btst-text {
        text-align: left;
        margin-top: 0px;
    }
}

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

    .area4-mid {
        width: 40px;
        margin: 0 auto 60px;
    }

    .area4-1 {
        height: auto;
        margin: 40px 0px 20px;
    }

    .btst2-img,.btst3-2 {
        padding-top: 40px;
    }

    .bottom-step li {
        padding-bottom: 80px;
        position: relative;
    }

    .bottom-step {
        padding-top: 40px;
        background: url(../img/step-line-tate-long.png) no-repeat;
        background-size: 2px;
        background-position: 50% 50px;
        background-origin: padding-box;
    }
}

/* area5 */
.area5 {
    background-color: #F2F2F2;
}

.question {
    border-bottom: 1px solid #CC0000;
}

.question p{
    font-weight: 500;
}

.answer {
    background-color: #ffffff;
}

.faq-box {
    display: flex;
    position: relative;
}

.faq-icon {
    color: #CC0000;
    font-weight: 600;
}

    /* faq */

    .increaseMark span {
        background: #CC0000;
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        transition: top 0.24s, transform 0.24s, opacity 0.24s;
    }

    .increaseMark span:nth-child(1) {
        top: 90%;
      }

      .increaseMark span:nth-child(2) {
        top: 90%;
        transform: translateY(-50%) rotate(90deg);
      }

    .is_on .increaseMark span:nth-child(2) {
        top: 90%;
        transform: translateY(-50%) rotate(0deg);
      }

      button {
        border-color: transparent;
        background: transparent;
        cursor: pointer;
      }

    .hidden {
        display: none;
      }

    .hidden.is_display {
        display: block!important;
    }

    .sec-faq-wrapper {
        position: relative;
    }

    .increase {
        position: absolute;
        right:10px;
    }

    .sec-news-box:last-child{
        margin-bottom: 0px;
    }

    p.question{
        padding-top: 0px!important;
        padding-bottom: 10px;
        width: 90%;
        font-weight: 600;
    }

    .sec-faq-bottom p {
        padding-top: 5px!important;
        padding-bottom: 15px;
    }

    .bottom0 {
        margin-bottom: 0!important;
    }


    @media screen and (min-width: 752px) {  

        .faq-list {
            width: 70%;
            margin: 0 auto;
            min-width: 580px;
        }

        .increaseMark{
            width: 20px;
            height: 20px;
            position: relative;
        }

        .faq-icon {
            font-size: 2.2rem;
            padding-right: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
        }

        .faq-box {
            padding: 10px 10px 5px;
        }

        .faq-box p{
            padding-top: 2px;
            padding-bottom: 10px;
            width: 90%;
        }

        .faq-btn {
            margin-bottom: 10px;
        }
        
    }

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

        .increaseMark{
            width: 40px;
            height: 40px;
            position: relative;
        }

        .faq-icon {
            font-size: 3.6rem;
            padding-right: 15px;
            padding-bottom: 10px;
            padding-left: 5px;
        }

        .faq-box {
            padding: 30px 20px 15px;
        }

        .question p{
            width: 80%;
            padding-top: 5px;
        }

        .increase {
            position: absolute;
            right: 10px;
            top: 25px;
        }

        .increaseMark span {
            height: 3px;
        }

        .faq-box p{
            padding-top: 2px;
            padding-bottom: 10px;
        }

        .faq-btn {
            margin-bottom: 10px;
        }

    }

/* area6 */


.area6-1-arrow {
    background-color: #F2F2F2;
}



@media screen and (min-width: 752px) {  

    .area6-1 {
        display: flex;
        flex-wrap: wrap;
        width: 70%;
        min-width: 700px;
        margin: 0 auto 40px;
    }

    .area6-1-arrow {
        width: calc(50% - 30px);
        max-width: none;
        margin: 0 auto 20px;
    }

    .area6-wrapper-arrow {
        transform: rotate(180deg);
        padding-top: 0px;
    }

}

@media screen and (max-width: 950px) and (min-width: 752px){

    .area6-1 {
        display: block;
        width: 70%;
        min-width: 400px;
        margin: 0 auto 80px;
    }

    .area6-1-arrow {
        width: 100%;
        max-width: none;
        margin: 0 auto 20px;
    }
}

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

    .area6-1 {
        display: block;
        min-width: 200px;
        margin: 0 auto 40px;
    }

    .area6-1-arrow {
        width: 100%;
        max-width: none;
        margin: 0 auto 40px;
    }

    .area6-wrapper-arrow {
        transform: rotate(180deg);
        padding-top: 5px;
    }
}

/* btn hover */

.akspo-btn-common:hover {
    background-color: #000;
    border: 1.5px solid #000;
    color: #fff!important;
    transition: all 0.5s;
    border-radius: 15px;
}

.area2-2-arrow p:hover {
    color: #fff!important;
    transition: all 0.5s;
}

.area1-2 a:hover{
    background-color: #000;
    border: 1.5px solid #000;
    transition: all 0.5s;
    border-radius: 15px;
}

.map-address:hover {
    background-color: #000;
    transition: all 0.5s;
    border-radius: 15px;
}

.map-tel p{
    font-weight: 500;
    transition: all 0.5s;
}

.map-tel:hover{
    color: #CC0000;
    transition: all 0.5s;
}


.link-btn::after {
    position: absolute;
    left: 0;
    content: '';
    width: 97%;
    height: 1px;
    background: white;
    bottom: 20px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.5s;
}

.link-btn:hover::after{
    transform: scale(1, 1);    
}

.hover-arrow {
    display: none;
}

.hover-arrow.is-active{
    display: block;
    transition: all 0.5s;
}

.usually-arrow {
    display: block;
}

.usually-arrow.is-active{
    display: none;
    transition: all 0.5s;
}


@media screen and (min-width: 752px) {  
.arrow-under-1 img{
    padding-top: 10px;
}
}

.area1-3:hover {
    border-radius: 15px;
}

.map-address:hover {
    border-radius: 5px!important;
}

/* ビデオ再生ボタン */

.area4-1 {
    position: relative;
    width: 100%;
}

.play-btn {
    display: block;
    width: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
   transform: translateY(-50%) translateX(-50%) rotate(-90deg); 
}

.play-btn.playActive{display:none;}

/* 1028修正 */

@media screen and (min-width: 752px) {  

    .faq-box a {
        font-size: 1.5rem;
        line-height: 1.6;
        border-bottom: 1px solid #000;
}
}

@media screen and (max-width: 751px) {  
    .faq-box a {
        font-size: 2.6rem;
        line-height: 1.5;
        letter-spacing: 2px;
        border-bottom: 1px solid #000;
    }
}



/* 2025.03.13. 店舗名一覧部分書き換え
----------------------------------------------------------------------------------------*/
.store__map {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    font-size: 1.6rem;
    border-spacing: 0;
}
.store__map tr.bdr-none {
    border-bottom: none;
}
.store__map th, .store__map td {
    border-bottom: 1px solid #CC0000;
    padding: 15px 0;
    margin: 0;
}
.store__map th.bdr-none, .store__map td.bdr-none {
    border-bottom: none;
    padding-bottom: 0;
}
.store__map tr th {
    white-space: nowrap;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
}
.store__map tr td.add {
    padding: 0 5%;
    font-weight: 400;
    line-height: 1.5;
}
.store__map tr td.add .add_mini {
    display: block;
    font-size: 1.2rem;
}
.store__map tr td.tel {
    text-align: right;
    width: 30%;
    font-weight: 500;
}
.store__map .store__map__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
}
.store__map .store__map__link li {
    width: 50%;
}
.store__map .store__map__link li a.store__map__btn {
    background: #CC0000;
    padding: 4%;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    line-height: 1.5;
    white-space: nowrap;
    margin-right: 10%;
}
.store__map .store__map__link li a.store__map__btn:hover {
    background: #000;
    border-radius: 5px !important;
    transition: all 0.5s;
}
.store__map .store__map__link li a.store__map__tel {
    font-size: 1.6rem;
    padding-left: 40px;
    white-space: nowrap;
    position: relative;
}
.store__map .store__map__link li a.store__map__tel:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/telicon.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
.store__map tr td.tel {
    width: 40%;
}
}


@media screen and (max-width: 1024px) {
.store__map {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.store__map tr {
    border-bottom: 1px solid #CC0000;
    font-size: 3.6rem !important;
    line-height: 1.5;
}
.store__map tr.bdr-none {
    border-bottom: none;
}
.store__map th, .store__map td {
    display: block;
    width: 100%;
    padding: 40px 0;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    border: none;
}
.store__map tr td.add {
    font-size: 3.0rem;
    padding: 0;
}
.store__map tr td.tel {
    width: 100%;
}
.store__map .store__map__link {
    justify-content: space-between;
}
.store__map .store__map__link li {
    width: 45%;
    text-align: left;
}
.store__map .store__map__link li a.store__map__btn {
    font-size: 2.4rem;
    margin-right: 0;
}
.store__map .store__map__link li a.store__map__tel {
    font-size: 3.0rem;
    padding-left: 70px;
}
.store__map .store__map__link li a.store__map__tel:before {
    width: 50px;
    height: 50px;
}
}








