
/************************
　　　
　　　アクセスページ

************************/
@media screen and (max-width: 450px){
    #access_page {
        padding-top: 19vw;
    }
}
@media screen and (min-width: 451px){
    #access_page {
        padding-top: 5vw;
    }
}


/*
 * @parts：アクセスページ　全体
 * @design：中央揃え
*/
#access_page{
    margin: 0 auto;
}


/* MVは　sub_page_mv　へ */



/*
 * @parts：店舗概要 インナー
 * @design：左右yに余白をつける
*/
#access_page_about_shop_inner{
    padding: 0 7.81%;
}
@media screen and (max-width: 450px){
    #access_page_about_shop_inner{
        padding: 0 7.5%;
        margin-bottom: 10vh;
}
}




/*
 * @parts：店舗概要 タイトル
 * @design：文字の大きさ　下線
*/
.access_page_about_shop_title{
    font-size: 2.5vw;
    border-bottom: 0.0625em solid #dfdfdf;
    text-align: center;
}
@media screen and (max-width: 450px){
    .access_page_about_shop_title{
        font-size: 4.5vw;
        border-bottom: 0.0625em solid #dfdfdf;
        text-align: center;
}
}





/*
 * @parts：店舗概要 内容の囲み
 * @design：上に余白をつける
*/
#access_page_about_shop_container{
    padding-top: 6.17%;
    /* 横並び */
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 450px){
    #access_page_about_shop_container{
        padding-top: 17.65%;
        /* spでは縦並びに */
        display: block;
}
}



/*
 * @parts：店舗概要 地図
 * @design：右に余白をつける　横幅を指定
*/
#access_page_about_shop_map{
    /* margin-right: 6.17%; */
    width: 47.53%;
}
@media screen and (max-width: 450px){
    #access_page_about_shop_map{
        /* margin-right: 0; */
        width: 100%;
        height: 45vw;
}
}


/*
 * @parts：店舗概要 地図 中身
 * @design：高さと幅を１００％に
*/
#access_page_about_shop_map iframe{
    width: 100%;
    height: 100%;
}




/*
 * @parts：店舗概要 情報
 * @design：文字の大きさ　横幅を指定
*/
#access_page_about_shop_info{
    font-size: 1.25vw;
    font-family: "YuMincho";
    color: #404040;
    width: 38.296vw;
    padding: 2% 0;
}
@media screen and (max-width: 450px){
    #access_page_about_shop_info{
        margin-top: 15%;
        font-size: 3vw;
        width: 100%;
        padding: 0;
}
}




/*
 * @parts：店舗概要 情報　左側
 * @design：余白　下線を指定
*/
#access_page_about_shop_info th{
    border-bottom: 0.0625em solid #dfdfdf;
    padding-top: 2%;
    padding-bottom: 1%;
    font-weight: 100;
    text-align-last: left;
    padding-right: 0;
}
@media screen and (max-width: 450px){
    #access_page_about_shop_info th{
        width: 15vw;
        padding-top: 4%;
        padding-bottom: 1.57%;
}
}



/*
 * @parts：店舗概要 情報　右側
 * @design：余白　下線を指定
*/
#access_page_about_shop_info td {
    border-bottom: 0.0625em solid #dfdfdf;
    padding-top: 2%;
    padding-bottom: 1%;
    padding-left: 5.407vw;
}
@media screen and (max-width: 450px){
    #access_page_about_shop_info td {
        padding-top: 4%;
        padding-bottom: 1.57%;
        padding-left: 10vw;
}
}



/*
 * @parts：店舗概要 情報　電話番号
 * @design：文字の色、下線を指定　電話のアイコンをbackground-imageで指定
*/
#access_page_icon_tel{
    padding-left: 2.083vw;
    color: #404040;
    text-decoration: none;
    border-bottom: 0.0520833vw solid #000;
    background-position: left 0 center;
    background-repeat: no-repeat;
    background-size: 1.4vw 1.4vw;
    overflow-wrap: break-word;
    background-image: url(../../image/access_image/telephone_icon.png);
    cursor: pointer;
    }
    @media screen and (max-width: 450px){
        #access_page_icon_tel{
            padding-left: 3.75vw;
            background-size: 3.5vw 3.5vw;
            background-position: left 0 bottom 0.5vw;
    }
    }

/*
 * @parts：店舗概要 情報　定休日
 * @design：文字の色、下線を指定　インスタへのリンクのアイコンをbackground-imageで指定
*/
#access_page_icon_link{
    padding-right: 2.5vw;
    color: #404040;
    text-decoration: none;
    border-bottom: 0.0520833vw solid #000;
    background-position: right 1vw center;
    background-repeat: no-repeat;
    background-size: 1.5vw 1vw;
    overflow-wrap: break-word;
    background-image: url(../../image/access_image/external_link_black.png);
    cursor: pointer;
    }
    @media screen and (max-width: 450px){
        #access_page_icon_link{
            padding-right: 6.5vw;
            background-position: right 2vw center;
            background-size: 4vw 2.7vw;
    }
}


#access_page_about_shop_exterior_title{
    margin-top: 5.5729166vw;
}
@media screen and (max-width: 450px){
#access_page_about_shop_exterior_title{
    margin-top: 20vw;
}
}



/*==================================================
スライダーのためのcss
===================================*/

/* ↓ スライドの外枠 */
.slide-wrapper {
    width: 100%;
    height: 43.48958333333333vw;
    position: relative;
    overflow: hidden; /* はみ出したスライドを隠す */
    margin-top: 5.208333333vw;
}
@media screen and (max-width: 450px){
    .slide-wrapper {
        width: 100%;
        height: 100vw;
        margin-top: 10vw;
    }
    }

  /*  ↓ スライド（コンテンツ） */
  .slide { /*スライド全体 */
    width: 300%;
    height: 100%;
    display: flex;
    transition: all 0.3s;
  }

  .slide div { /* スライド */
    width: 33.33%;
    height: 100%;
    display: flex;
  }
  .slide1 { /* スライドさせるために必要なクラス */
    transform: translateX(0);
  }
  .slide2 { /* スライドさせるために必要なクラス */
    transform: translateX(-33.33%);
  }
  .slide3 { /* スライドさせるために必要なクラス */
    transform: translateX(-66.66%);
  }


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


/* ↓ 左右のボタン */

.prev {
    position: absolute;
    top: 50%;
    left: 3.7037037037vw;
    transform: translateY(-50%);
}
@media screen and (max-width: 450px){
    .prev {
        left: 7.5vw;
    }
    }

.next {
    position: absolute;
    top: 50%;
    right:3.7037037037vw;
    transform: translateY(-50%);
}
@media screen and (max-width: 450px){
    .next {
        right: 7.5vw;
    }
    }


.prev::before {
    content: ""; /* コンテンツなし */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); /* 垂直方向に中央揃え */
    width: 4.7vw; /* 矢印の幅 */
    height: 4.7vw; /* 矢印の高さ */
    border-radius: 50%; /* 円形 */
    background: #7a7a7abf; /* 背景色（適宜変更） */
    cursor: pointer;
}
@media screen and (max-width: 450px){
    .prev::before {
        width: 8vw; /* 矢印の幅 */
        height: 8vw; /* 矢印の高さ */
    }
    }


.prev::after {
    content: ""; /* コンテンツなし */
    position: absolute;
    top: 50%;
    left: 1.7vw; /* 矢印の位置を微調整 */
    transform: translateY(-50%) rotate(225deg); /* 垂直方向に中央揃えし、45度回転 */
    width: 2vw; /* 矢印の幅 */
    height: 2vw; /* 矢印の高さ */
    border-top: 0.5vw solid #ffffff76; /* 上部の線 */
    border-right: 0.5vw solid #ffffff76; /* 右側の線 */
}
@media screen and (max-width: 450px){
    .prev::after {
        left: 3vw; /* 矢印の位置を微調整 */
        width: 3vw; /* 矢印の幅 */
        height: 3vw; /* 矢印の高さ */
        border-top: 1vw solid #ffffff76; /* 上部の線 */
        border-right: 1vw solid #ffffff76; /* 右側の線 */
    }
    }

.next::before {
    content: ""; /* コンテンツなし */
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); /* 垂直方向に中央揃え */
    width: 4.7vw; /* 矢印の幅 */
    height: 4.7vw; /* 矢印の高さ */
    border-radius: 50%; /* 円形 */
    background:  #7a7a7abf; /* 背景色（適宜変更） */
    cursor: pointer;
}
@media screen and (max-width: 450px){
    .next::before {
        width: 8vw; /* 矢印の幅 */
        height: 8vw; /* 矢印の高さ */
    }
    }

.next::after {
    content: ""; /* コンテンツなし */
    position: absolute;
    top: 50%;
    right: 1.7vw; /* 矢印の位置を微調整 */
    transform: translateY(-50%) rotate(45deg); /* 垂直方向に中央揃えし、45度回転 */
    width: 2vw; /* 矢印の幅 */
    height: 2vw; /* 矢印の高さ */
    border-top: 0.5vw solid #ffffff76; /* 上部の線 */
    border-right: 0.5vw solid #ffffff76; /* 右側の線 */
}
@media screen and (max-width: 450px){
    .next::after {
        right: 3vw; /* 矢印の位置を微調整 */
        width: 3vw; /* 矢印の幅 */
        height: 3vw; /* 矢印の高さ */
        border-top: 1vw solid #ffffff76; /* 上部の線 */
        border-right: 1vw solid #ffffff76; /* 右側の線 */
    }
    }

  /* ↓ インジケーター */
.indicator {
width: 100%;
position: absolute;
padding-left: 0;
bottom: 2.083333vw;
display: flex;
column-gap: 2.083333vw;
z-index: 10;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 450px){
    .indicator {
        bottom: 0w;
        display: flex;
        column-gap: 5vw;
        z-index: 10;
        margin-bottom: 0;
        }
    }


.indicator li {
width: 2.083333vw;
height: 2.083333vw;
border-radius: 50%;
list-style: none;
background-color: #ffffff9d;
cursor: pointer;
}
@media screen and (max-width: 450px){
    .indicator li {
        width: 3.083333vw;
        height: 3.083333vw;
        border-radius: 50%;
        list-style: none;
        background-color: #ffffff9d;
        cursor: pointer;
        }
    }


.indicator li:first-of-type {
background-color: #3d3d3d9a;
}

#access_page_about_shop_parking {
    margin-top: 10vw;
}
@media screen and (max-width: 450px){
    #access_page_about_shop_parking {
        margin-top: 20vw;
    }
}


.access_page_parking {
    height: 26.535vw;
}
@media screen and (max-width: 450px){
    .access_page_parking {
        height: 80vw;
    }
}



.access_page_parking_info {
    display: block;
    align-items: center;
    padding: 7% 0 7.5%;
}
@media screen and (max-width: 450px){
    .access_page_parking_info {
        padding: 0;
    }
}


.access_page_parking_toggle-image {
    margin-top: 2.1vw;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: linear-gradient(to right, #717070, #717070 6px, transparent 6px);
    background-size: 8px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 0;
}
@media screen and (max-width: 450px){
    .access_page_parking_toggle-image {
        margin-top: 25vw;
    }
}


.access_page_parking_toggle-text {
    display: inline-block;
    margin-right: 2.0416vw;
    font-size: 1.25vw;
    color: #404040;
}
@media screen and (max-width: 450px){
    .access_page_parking_toggle-text {
        margin-right: 4vw;
        font-size: 3vw;
    }
}

.arrow {
    display: inline-block;
    width: 0.8vw;
    height: 0.8vw;
    border: 0;
    border-top: solid 0.20833333333vw #c7c6c6;
    border-right: solid 0.20833333333vw #c7c6c6;
    transform: rotate(315deg);
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s ease; /* アニメーションを追加 */
}
@media screen and (max-width: 450px){
.arrow {
    width: 2vw;
    height: 2vw;
    border: 0;
    border-top: solid 0.5vw #c7c6c6;
    border-right: solid 0.5vw #c7c6c6;
    transform: rotate(315deg);
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s ease; /* アニメーションを追加 */
}
}


.access_page_parking_image-container {
    overflow: hidden; /* フェードインのために追加 */
    display: none; /* 最初は非表示 */
    width: 84.375vw;
    height: 43.6vw;
    opacity: 0;
    transition: opacity 0.8s ease;
}
@media screen and (max-width: 450px){
    .access_page_parking_image-container {
        width: 85vw;
        height: 100vw;
        opacity: 0;
        transition: opacity 0.8s ease;
    }
}


.access_page_parking_image-container.open {
    display: block; /* クリックで表示 */
    opacity: 1; /* フェードイン */
}

.access_page_parking_image-container img {
    width: 100%;
    height: 100%; /* 元は100% */
    padding-bottom: 5vw;
}
@media screen and (max-width: 450px){
    .access_page_parking_image-container img {
        padding-top: 4vw;
    }
}

.open {
    display: block; /* クリックで表示 */
    opacity: 1;
}

.arrow.up {
    transform: rotate(135deg); /* クリックで反転 */
    top: 0;
    transition: transform 0.3s ease; /* アニメーションを追加 */
}

@media screen and (max-width: 450px){
#access_page_parking2_info{
    display: none;
}
}


#access_page_parking2_info_sp{
    display: none;
}

@media screen and (max-width: 450px){
    #access_page_parking2_info_sp{
        display: block;
    }
    }


/*
 * @parts：店舗概要 トップページに戻るボタン
 * @design：余白　横幅　
*/
/* #btn_back_to_top_page
{　　　　
    margin-top: 5.21%;
    width: 14.8148vw; */
    /* 右端に寄せる */
    /* margin-right: 0;
    margin-left: auto;
    transition: .3s;
} */
/* @media screen and (max-width: 450px){
    #btn_back_to_top_page{
        margin-top: 15%;
        width: 30.5vw; */
        /* 中央に寄せる */
        /* margin-left: auto;
        margin-right: auto;
}
} */



/*
 * @parts：店舗概要 トップページに戻るボタン 中身
 * @design：余白　ボタンの色や文字の色大きさを指定
*/
/* #btn_back_to_top_page a{
    text-decoration: none;
    background-color: #404040;
    padding: 12% 20%;
    color: #ebebeb;
    font-size: 1.25vw;
    font-family:  "YuMincho";
    text-align: center;
}
@media screen and (max-width: 450px){
    #btn_back_to_top_page a{
        padding: 12.28% 24.32%;
        font-size: 3vw;

}
} */



/*
 * @parts：店舗概要 トップページに戻るボタン ホバー
 * @design：ホバーすると少し大きくなる
*/
/* #btn_back_to_top_page:hover {
    transform: scale(1.2);
} */
