@charset "utf-8";

html {
    scroll-behavior: smooth;
    color: #272727;
}

body {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    max-width: 100vw;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

main {
    background-color: #FDFBEE;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #272727;
}

li {
    list-style-type: none;
}

/* ---------ヘッダー------------------- */

header {
    background-color: #C1E6FF;
    width: 100%;
    background-image: url("../images/cloud_sp.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 500px;
    overflow: hidden;


}



.header__logo {
    width: 120%;
    margin-left: -10%;
    text-align: center;
    padding: 20px 0 0px 0;
}



nav {
    position: relative;
    z-index: 3;
}

nav h1 img {
    width: 70%;
    max-width: 400px;
    padding-top: 20px;
}

.header__background-street {
    background-image: url("../images/main-visual-street.webp");
    width: 100%;
    height: 360px;
    position: absolute;
    bottom: 8px;
    z-index: -1;
    background-repeat: repeat-x;
    background-size: cover;
    animation: bg-slider 210s linear infinite;
    /* ↑topの街並みアニメーション用 */}



/* 街並みアニメーション */
@keyframes bg-slider {
    from {
        background-position: 0;
    }

    to {
        background-position: -3559px;
    }
} 

.header__background-human {
    display: inline-block;
    background-image: url("../images/main-visual-human.webp");
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 17px;
    z-index: 0;
    background-position: center;
}

header li a {
    font-size: 20px;
    width: 90%;
    margin: 0 auto 10px auto;
    padding: 13px 20px;
    text-align: center;
    background-color: #FFED49;
    border-radius: 40px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
    max-width: 400px;
    box-shadow: 0 4px #B2A633;
}

.header__nav {
    position: absolute;
    width: 100%;
}



/* 矢印 */
.header__nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

header li a p {
    width: 100%;
}

.header__chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #272727;
    width: 1rem;
    height: 1rem;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-25%) rotate(45deg) skew(-10deg, -10deg);
    translate: 0 33%;
}

.header__bottom {
    height: 30px;
    margin-top: 272px;
    background-color: #E2FF98;
}



/* ----各セクション共通ーーーーーーー */

section {
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
    background-color: white;
    text-align: center;
}

.ticket-summary,
.sales-location,
.stores-used {
    width: 90%;
    border: 3px solid #FFAA00;
    border-radius: 10px;
    margin: 64px auto;
}


h2 {
    font-size: 36px;
    text-align: center;
    margin: 96px 0 .5rem 0;
}

h2 span {
    background: linear-gradient(transparent 70%, #FFF06E 70%);
}

.contact h3,
.ticket-detail h3{
margin-top: 64px;

}

.stores-used img {
    display: block;
    width: 30%;

}

/* topへ戻るボタン ------------------------------------*/

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #FF5E5E;
    border: solid 2px #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;


}

.pagetop {
    color: #fff;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(-45deg);
    margin-top: 2px;
    margin-left: 8px;
    margin-bottom: -5px;
}


/* 商品券についてーーーーーーーーーーーーーーーーーーーーーーーーーー */
.dli-chevron {
    display: flex;
    flex-direction: column;
}

.ticket-summary__inner {
    display: flex;
    gap: 76px;
    justify-content: center;
    align-items: center;
    margin-left: 70px;
}

/* 矢印 */
.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #FFED49;
    width: 2rem;
    height: 2rem;
    border: 0.4em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-25%) rotate(135deg) skew(10deg, 10deg);
}

/* 吹き出し */
.ticket-summary__container {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #FF5E5E;
    border-radius: 50%;
    align-items: center;

}

.ticket-summary__container>p {
    width: 80px;
    height: 80px;
    color: #FFF;
    text-align: right;
    margin-top: 25px;
    padding-right: 5px;
    line-height: 16px;
    font-size: .725rem;
}

.ticket-summary__container>p>span {
    color: #FFED49;
    font-size: .875rem;
    font-weight: 500;
}

.ticket-summary__container:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -8px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #FF5E5E;
    transform: rotate(140deg);
}

.ticket-summary__info>p {
    font-weight: bold;
}

.ticket-summary__info>p>span {
    font-size: 2rem;
    font-weight: bold;
}

.ticket-summary__text {
    display: flex;
    justify-content: center;
}

.ticket-summary__text {
    font-size: 3.75rem;
    font-weight: 800;
    color: #FF5E5E;
}

.ticket-summary>h3 {
    color: #002867;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 2.5rem 0 2rem 0;
}

.ticket-summary__minitext {
    font-size: 1.4rem;
    font-weight: bold;
    margin: auto 0;
    line-height: 10px;
}

.ticket-summary__minitext>:nth-child(1) {
    font-size: 0.8rem;
    display: block;
    text-align: left;
}

.ticket-summary__minitext>:nth-child(3) {
    color: #272727;

}

.ticket-summary__gift-certificate {
    background-color: #FEF7A5;
    width: 90%;
    padding: 2%;
    margin: 0 auto 30px;
    border-radius: 10px;
}

.ticket-summary__certificate-common,
.ticket-summary__certificate-exclusive {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-summary__gift-certificate-info {
    width: 40%;
    margin-left: 12%;
}

.ticket-summary__gift-certificate-info p {
    font-size: 0.8rem;
    font-weight: bold;
}

.ticket-summary__certificate-common>p,
.ticket-summary__certificate-exclusive>p {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 30px;
    margin-right: 12%;
}

.ticket-summary__certificate-common br,
.ticket-summary__certificate-exclusive br {
    line-height: 0px;
}

.ticket-summary__certificate-common>p>span,
.ticket-summary__certificate-exclusive>p>span {
    font-size: 2.5rem;
    letter-spacing: 0%;
    font-weight: 800;
    line-height: 0px;
}


/* 販売場所ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.sales-location__warpper {
    position: relative;
}

.sales-location img {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 50px;
    height: auto;
    display: block;
}

.sales-location>h3 {
    color: #002867;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 2.5rem 0 2rem 0;
}

.sales-location__inner {
    background-color: #FEF7A5;
    position: relative;
    width: 90%;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 32px auto 40px auto;
    padding: 19px 0 24px 0;
    border-radius: 10px;
}

.sales-location__warpper-img {
    position: relative;
}

.sales-location__inner-humen1 {
    background-image: url(../images/human-family.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: clamp(30px, 12vw, 60px);
    aspect-ratio: 71 / 85;
    position: absolute;
    top: -5%;
    left: 83%;
}

.sales-location__inner-humen2 {
    background-image: url(../images/human-friends.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: clamp(30px, 12vw, 60px);
    aspect-ratio: 71 / 85;
    position: absolute;
    left: 10%;
    top: 90%;
}

.sales-location__text {
    width: 85%;
    max-width: 225px;
    margin: auto;
}

.sales-location__text>p:first-child {
    font-size: 1.25rem;
    text-align: left;
}

.sales-location__text>p:nth-child(2) {
    margin-top: -1rem;
}

.sales-location__text>p:nth-child(3) {
    margin-bottom: 23px;
}

.sales-location__text>p:nth-child(4),
.sales-location__text>p:nth-child(5) {
    display: block;
    font-size: 1rem;
    width: fit-content;
    margin: auto;
    position: relative;
}

.sales-location__text>p:nth-child(4)>span,
.sales-location__text>p:nth-child(5)>span {
    font-size: 1.5rem;
}

.sales-location__day {
    font-size: 2.5rem;
    font-weight: bold;
}

.sales-location__day-sat {
    color: #1CA5FF;
}

.sales-location__day-sun {
    color: #FF5E5E;
}

.border-radius-a {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #FFF;
    background-color: #002867;
    line-height: 1.6rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 100%;
    translate: 0 -50%;
}

.border-radius-b {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #FFF;
    background-color: #002867;
    line-height: 1.6rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 100%;
    translate: 0 -50%;
}

/* どこで使える？？ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.stores-used__inner {
    width: 90%;
    margin: 0 auto;
}

.stores-used__inner>h3 {
    color: #002867;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 2.5rem 0 2rem 0;
}

.stores-used__background-1 {
    background-image: url(../images/wavy-line-1.webp);
    height: 100px;
    width: 32.64%;
    margin: auto;
}

.stores-used__background-2 {
    background-image: url(../images/wavy-lin-2.webp);
    height: 66px;
    width: 32.64%;
    margin: auto;
}

.stores-used__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stores-used__flex>img,
.stores-used__flex>div>img {
    width: 45.99%;
}

.stores-used__flex>p,
.stores-used__flex>div {
    width: 50%;
}

.stores-used__flex p {
    font-size: 13px;
}

.stores-used__flex>p>span {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2rem;
}

.stores-used__flex>div>p:first-child {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1rem;
}

.stores-used__flex:nth-child(3) {
    flex-direction: row-reverse;
}

.stores-used__flex>div>p>.stores-used__text {
    font-size: 0.875rem;
}


.stores-used__inner .stores-used__btn {
    max-width: 350px;
    height: 67px;
    line-height: 1.2rem;
    width: 90%;
    margin: 49px auto 69px auto;
    text-align: center;
    background-color: #FFED49;
    border-radius: 60px;
    box-shadow: 0 4px #B2A633;
}

.stores-used__btn div {
    margin: auto;
}

.stores-used__inner .stores-used__btn a {
    display: flex;
    gap: 10px;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 15px;
    line-height: 22px;
}

.stores-used__inner .stores-used__btn{
    font-size: 1.25rem;
    font-weight: 500;
}

.dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #272727;
    width: 1rem;
    height: 1rem;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-25%) rotate(45deg) skew(-15deg, -15deg);
    margin-top: 9px;
}




/* 背景ーー */
.main__background {
    background-image: url("../images/shopping-mall_1.webp");
    background-size: cover;
    padding-top: 201px;
}

dt {
    font-size: 20px;
    font-weight: bold;
    padding-top: 25px;
}

dd {
    font-size: 16px;
    padding-bottom: 25px;
    border-bottom: 6px dashed #FFF06E;
    border-radius: 8px;
    /* 項目の間の点線 */
}


/* 背景 */
.background-image__park {
    position: relative;
}

.park {
    background-image: url("../images/park.webp");
    background-size: cover;
    padding-top: 201px;

}

.park-human {
    background-image: url("../images/main-visual-human.webp");
    position: absolute;
    z-index: 10;
    top: 114px;
    width: 100%;
    height: 100px;
    background-position: center;
}

.park-bottom {
    height: 30px;
    margin-top: -3px;
    background-color: #E2FF98;

}

h3 {
    font-size: 30px;
    padding-top: 30px;
}

#wrapper h3 span {
    background: linear-gradient(transparent 70%, #FFF06E 70%);
    /* 文字下の黄色マーカー */
}

.ticket-detail__inner {
    text-align: left;
    padding: 0 5.76%;
}

.ticket-detail__inner dd:last-child {
    border-bottom: none;
}

/* ------------注意書き------------ */

.caution{
    padding-bottom: 30px;
    margin-bottom: 64px;
}

.caution__text {
    width: 90%;
    height: 115px;
    border: 1px solid #bab6b6;
    overflow-y: scroll;
    border-radius: 5px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 12px;
    text-align: left;

}

.caution__text ul li {
    list-style: disc;
    list-style-position: inside;
    text-indent: 8px;


}


/* ---------------親不孝通りを知るセクション----------------- */

.oyafuko-street {
    margin-top: 64px;
    margin-bottom: 64px;
    background-color: #FDFBEE;

}


.oyafuko-street__signboard {
    display: block;
    width: 90vw;
    max-width: 600px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    right: -20vw;
    margin-top: 64px;

}


/* タイトルとハートイラスト */
.oyafuko-street__text-title-1 {
    font-weight: 700;
    font-size: 32px;
    border-bottom: 6px dotted #C1E6FF;
    background-image: url(../images/heart.webp);
    background-size: contain;
}


/* タイトルとマイクイラスト */
.oyafuko-street__text-title-2 {
    font-weight: 700;
    font-size: 32px;
    border-bottom: 6px dotted #7AB9A5;
    background-image: url(../images/mike.webp);
    background-size: contain;
    background-position: right;

}


/* 中身の文字 */
.oyafuko-street__text {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 2;
    text-align: left;

}


/* 水色水玉 */
.oyafuko-street__inner-1 {
    background: rgba(193, 230, 255, 0.5);
    display: inline-block;
    width: 90vw;
    height: 90vw;
    max-width: 600px;
    max-height: 600px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -50px;
    margin-top: -100px;
    position: relative;
}

.oyafuko-street__background-1 {
    background-image: url(../images/family.webp);
    background-size: contain;
    width: 19%;
    aspect-ratio: 71/85;
    transform: rotate(-15.81deg);
    position: absolute;
    top: -17%;
    left: 16%;
}

/* タイトルふくめた中身の文字 */
.oyafuko-street__paragraph-1 {
    top: 15%;
    right: 0;
    bottom: 20px;
    left: 30px;
}



/* 緑水玉 */
.oyafuko-street__inner-2 {
    background: rgba(122, 185, 165, 0.5);
    display: block;
    position: absolute;
    /* right: -100px; */
    /* top: -5vh; */
    width: 90vw;
    height: 90vw;
    max-width: 600px;
    max-height: 600px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: -70px;
    right: -70px;
    position: relative;
}

.oyafuko-street__background-2 {
    background-image: url(../images/hurman-men.webp);
    background-size: contain;
    width: 8%;
    aspect-ratio: 31/90;
    position: absolute;
    top: -18%;
    left: 68%;


}

.oyafuko-street__background-3 {
    background-image: url(../images/human-couple.webp);
    background-size: contain;
    position: absolute;
    width: 10%;
    aspect-ratio: 6/11;
    top: 88%;
    left: 20%;
}


/* タイトル含めた中身の文字 */
.oyafuko-street__paragraph-2 {
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
}

.oyafuko-street__official-site {

    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-top: 55px;
    font-size: 16px;
    font-weight: 500;
}

.oyafuko-street__link {
    text-decoration: underline;
    font-weight: 800;
}

.oyafuko-street__facebook {
    width: 43px;
    height: 43px;
    margin-left: 20px;
}

/* お問い合わせ------- */

.contact dl dd:last-child {
    border-bottom: none;
    margin-bottom: 64px;

}

/* -----フッター--------- */


.footer {
    background-image: url("../images/main-visual-human.webp"), url("../images/main-visual-street.webp");
    background-position: bottom, bottom -11px right -200px;
    background-size: auto, 2200px;
    background-color: #C1E6FF;
    height: 427px;
    text-align: center;
    padding-top: 100px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0 -1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
        margin-bottom: -2px;

}


.footer__bottom {
    height: 30px;
    background-color: #E2FF98;
}




/* 店舗一覧ページーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */


/* ヘッダーーーーー */
#stores header {
    padding: 1px 0 64px 0;
}

#stores h2 {
    margin-top: 16px;
    font-weight: 900;
}

#stores header p {
    text-align: center;
}

#stores header p:nth-child(3) {
    font-size: .85rem;
}

#stores .stores-used__btn {
    width: 42.13%;
    margin: 26px auto auto 29px;
    padding-left: 1.1rem;
}

#stores .stores-used__btn a {
    display: inline-block;
    padding: 11px 30px;
}

#stores section {
    text-align: left;
}

/* ボタンーーーーー */
/* 矢印 */
.btn__wrapper {
    width: 88.76%;
    max-width: 650px;
    margin: 0 auto;
}

#stores .stores-used__btn {
    display: block;
    position: relative;
    height: 42px;
    line-height: 1.2rem;
    width: 175px;
    margin: 1rem 0 0 0;
    text-align: center;
    background-color: #FFED49;
    border-radius: 40px;
    box-shadow: 0 4px #B2A633;
}


.header__chevron-round-left {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    color: #272727;
    width: 12px;
    height: 12px;
    border: 0.15em solid currentColor;
    border-right: 0;
    border-top: 0;
    transform: translateY(-25%) rotate(45deg) skew(-15deg, -15deg);
    top: 50%;
    right: 77%;
    translate: 0% -25%;
}



/* tabーー共通部分ーーーーーーーーー */

#stores .tab__header {
    width: 94.07%;
    margin: 0 auto;
}

#tabs {
    background-color: #FDFBEE;
    padding-bottom: 64px;
}

.tab__sec {
    background-color: #fff;
    font-family: "M PLUS 1", sans-serif;
    padding-top: 18px;
}

.tab__header h3 {
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
}

.tab__ttl {
    position: relative;
    width: 93.86%;
    border-bottom: dotted 1px #272727;
}

.tab__ttl:last-child {
    border-bottom: none;
}

.tab__ttl>p:nth-child(4) {
    display: inline-block;
    margin: 1rem 0;
    padding-bottom: 170px;
}

.tab__store-name {
    font-size: 1.25rem;
    font-weight: bold;
    color: #272727;
}

.tab__tell img,
.tab__map img {
    width: 35px;
    height: 35px;
}

.tab__tell {
    width: 210px;
    bottom: 102px;
}

.tab__map {
    width: 230px;
    bottom: 2rem;
}

.tab__tell a,
.tab__map a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem 1rem;
}

.tab__tell a {
    margin: 5px 0;
}

.tab__map a {
    margin: 5px 0 5px auto;
}

/* 親不孝ーーーーーーー */
.tab__oyahuko .tab__sec {
    padding: 18px 0;
}

.tab__oyahuko .tab__ttl {
    margin: 2rem auto;
}

#stores .tab__oyahuko .tab__header {
    background-color: #FFCF81;
}

.tab__oyahuko .tab__tell,
.tab__oyahuko .tab__map {
    background-color: #FFF1D5;
    border-radius: 40px;
    position: absolute;
}

/*minaーーーーーーーーーーー */
.tab__mina .tab__ttl {
    margin: 2rem auto 0 auto;
    padding-bottom: 2rem;
}

#stores .tab__mina .tab__header {
    background-color: #CAE8BD;
}

.tab__mina .tab__tell,
.tab__mina .tab__map {
    background-color: #EAF5D0;
    border-radius: 40px;
}

.mina__access {
    background-color: #FDFBEE;
    padding-bottom: 50px;
}

.mina__access>p {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 15px;
}

/* 外部リンクボタン */

.tab__oyahuko .tab__store-name {
    text-decoration: underline;
}

.tab__oyahuko .tab__store-name::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 20px;
    margin-top: -25px;
    margin-left: 3px;
    content: url(../stores-img/link-icon.svg);
    background-size: contain;
    vertical-align: middle;
}

.mina__text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: block;
    position: relative;
    height: 67px;
    line-height: 1.2rem;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    max-width: 432px;
    background-color: #CAE8BD;
    border-radius: 40px;
    box-shadow: 0px 4px #9BB291;
}

.mina__text a {
    display: flex;
    gap: 10px;
    width: 90%;
    margin: auto;
    margin-right: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 30px;
}

.mina__text img,
.ion__text img {
    width: 1rem;
    margin-bottom: 22px;
}

/* ion------------------ */
#stores .tab__ion .tab__header {
    background-color: #F4C2D7;
}

.tab__ion .tab__ttl {
    margin: 2rem auto 0 auto;
    padding-bottom: 2rem;
}

.tab__ion .tab__tell,
.tab__ion .tab__map {
    background-color: #FFECEC;
    border-radius: 40px;
}

.ion__text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: block;
    position: relative;
    height: 67px;
    line-height: 1.2rem;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    max-width: 380px;
    background-color: #F4C2D7;
    border-radius: 40px;
    box-shadow: 0 4px #B28B8B;
}

.ion__text a {
    display: flex;
    gap: 10px;
    width: 90%;
    margin: auto;
    margin-right: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-left: 30px;
}

.ion__access {
    background-color: #FDFBEE;
    padding-bottom: 50px;
}

.ion__access>p {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 15px;
}


/* タブパネル------------------- */
.tab__nav {
    display: flex;
    justify-content: space-between;
    background-color: #FDFBEE;
    gap: 2.715px;
    margin: 2rem 0 1rem 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    align-items: center;
}

.tab__header {
    cursor: pointer;
    position: relative;
}

.tab__nav span {
    font-size: 0.688rem;
}

.ion {
    width: 33%;
    padding: 9.5px 5.5px;
    line-height: 0.7rem;
    border-radius: 30px;
}

.oyahuko,
.mina {
    width: 33%;
    padding: 10.5px 15px;
    border-radius: 30px;
}

.tab__oyahuko,
.tab__mina,
.tab__ion {
    display: none;
}



/* タブ選択時以外の色の変更 */
.tab__nav:has(.oyahuko.active) .mina,
.tab__nav:has(.oyahuko.active) .ion {
    background-color: rgb(255, 207, 129, .5);
}

.tab__nav:has(.mina.active) .oyahuko,
.tab__nav:has(.mina.active) .ion {
    background-color: rgb(202, 232, 189, .5);
}

.tab__nav:has(.ion.active) .oyahuko,
.tab__nav:has(.ion.active) .mina {
    background-color: rgb(255, 198, 198, .5);
}

/* タブ選択時の色変更 */
.tab__nav li.oyahuko.active {
    font-weight: bold;
    background-color: #FFCF81;
}

.tab__nav li.mina.active {
    font-weight: bold;
    background-color: #CAE8BD;
}

.tab__nav li.ion.active {
    font-weight: bold;
    background-color: #F4C2D7;
}


/* JS で付ける .is-show を表示用に使う */
.is-show {
    display: block;
}


/* アコーディオン */
/* 矢印 */
.tab__caret {
    display: block;
    position: absolute;
    z-index: 1;
    border: 2px solid #272727;
    width: 1rem;
    height: 1rem;
    border-left: 0;
    border-top: 0;
    top: 33%;
    left: 90%;
    transform: translateY(-25%) rotate(45deg)
}

.tab__header.open .tab__caret {
    transform: rotate(-135deg);
}



/* ---------------ここからパソコン版-----------------ーーーーーーーーー------ */

@media screen and (min-width:600px){
    #wrapper header ,.header__stores {
        background-image: url("../images/cloud_left.webp"), url("../images/cloud_right.webp");
        background-position: left top, right top;
        background-repeat: no-repeat, no-repeat;
        background-size: 340px;
    }
}
@media screen and (min-width:1100px){
    #wrapper header {
        background-image: url("../images/cloud_dt.webp");
        background-size: 100% auto; 
        background-repeat: no-repeat;
        background-position: center top;
    }
    
}

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


    .header__nav a:hover,
    .stores-used__btn:hover{
        background-color: #f9f39f;
        transition: 0.6s;
    }

    /* スマホ版のみリンクにするcssです */
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    /* ------topページ--------------- */

    #stores header {
        background-size: auto 200%;

    }


    nav h1 img {
        width: 60%;
        max-width: 550px;
        /* max-width: 490px; */
        padding-top: 20px;
    }

    .header__nav {
        display: flex;
        justify-content: center;
        gap: 2%;
    }

    .header__nav li a {
        width: 300px;

    }

    .header__bottom{
        margin-top: 15%;
    }

    /* ----各セクション共通ーーーーーーー */
    body {
        font-size: 20px;
    }

    section {
        max-width: 1100px;
    }


    h2 {
        font-size: 4rem;
    }

    /* 商品券についてーーーーーーーーーーーーーーーーーーーーーーーー */
    .ticket-summary__warpper {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .ticket-summary__info {
        width: 50%;
        margin: 0;
        margin-left: 7vw;
    }

    .ticket-summary__gift-certificate {
        width: 50%;
        margin: 0;
        margin-right: 7vw;
    }

    .ticket-summary {
        padding-bottom: 40px;
    }

    /* 販売場所ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
    .sales-location__warpper {
        display: flex;
        justify-content: center;
        gap: 5%;
        margin: 0;
        margin-bottom: 58px;

    }

    .sales-location__inner {
        padding-top: 50px;
        width: 45%;
        max-width: 43.64vw;
        margin: 0;

    }

    .sales-location__warpper img {
        height: 271px;
        max-width: 90%;
        margin: 0;
    }

    .sales-location__inner-humen1 {
        top: -25%;
        left: 80%;
    }

    .sales-location__inner-humen2 {
        top: 80%;
        left: 5%;
    }

    .park {
        background-position: bottom;

    }


    /* 親富孝通りを知るセクションーーーーーーーーー */

    #oyafuko-street {
        position: relative;
    }

    .oyafuko-street__signboard {
        width: 600px;
        height: 600px;
        position: absolute;
        right: 0;
        position: relative;
    }

    .oyafuko-street__inner-1 {
        width: 400px;
        height: 400px;
        left: -10px;
        margin-top: -90px;
        background: rgba(193, 230, 255, 1);
        z-index: 20;
    }

    .oyafuko-street__text-title-1 {
        border-bottom: 6px dotted #4CB8FE;
    }

    .oyafuko-street__text-title-2 {
        border-bottom: 6px dotted #7AB9A5;
    }

    .oyafuko-street__inner-2 {
        width: 400px;
        height: 400px;
        right: -25px;
        /* margin: 0 ; */
        margin-top: -400px;
        z-index: 20;
    }

    .oyafuko-street__background-2 {
        transform: rotate(25deg);
        left: 79%;
        top: -13%;

    }

    .oyafuko-street__background-3 {
        left: -90px;
    }


    /* どこで使える？ーーーーーーーーー */
    .stores-used__inner>p:first-child {
        font-size: 2.25rem;
        margin: 4rem 0 3.563rem 0;
    }

    .stores-used__box {
        display: grid;
        position: relative;
        gap: 2rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .stores-used__box .stores-used__flex:first-child span,
    .stores-used__box .stores-used__flex:nth-child(3) span {
        display: inline-block;
        margin-bottom: 3rem;
    }

    .stores-used__box .stores-used__flex:first-child {
        order: 2;
    }

    .stores-used__box .stores-used__flex:nth-child(3) {
        order: 1;
    }

    .stores-used__box .stores-used__flex:last-child {
        order: 3;
    }

    .stores-used__box .stores-used__flex:first-child,
    .stores-used__box .stores-used__flex:nth-child(3) {
        display: inline-block;
        margin-bottom: 2rem;
    }

    .stores-used__flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .stores-used__flex p {
        font-size: 1rem;
    }

    .stores-used__flex>img {
        width: 100%;
    }

    .stores-used__flex>p,
    .stores-used__flex>div {
        width: 100%;
    }

    .br {
        display: none;
    }

    .stores-used__inner .stores-used__btn {
        height: 100px;
        max-width: 531px;
    }

    .stores-used__inner .stores-used__btn a {
        padding-top: 26px;
        padding-bottom: 26px;
        margin-right: 19px;
    }

    .stores-used__inner .stores-used__btn p:first-child,
    .stores-used__inner .stores-used__btn p:last-child {
        margin-bottom: 6px;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .stores-used__flex>div>p>.stores-used__text,
    .stores-used__flex>p>span {
        font-size: 1.5rem;
        display: inline-block;
        margin-bottom: 2rem;
    }

    .stores-used__flex>div>p:first-child {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .stores-used__background-1 {
        /* background-image: url(../images/wavy-lin-2.webp);
        position: absolute;
        transform: rotate(-20deg);
        left: 26%;
        top: 54%; */
        display: none;
    }

    .stores-used__background-2 {
        /* background-image: url(../images/wavy-lin-2.webp);
        position: absolute;
        max-width: 90px;
        transform: rotate(145deg);
        right: 28%;
        top: -7%; */
        display: none;
    }


.dli-chevron-round-right{
    margin-top: 10px;
    

}

    /* 店舗一覧ページーーーーーーーーーーーーーーーーーーーー */

    /* tabーー共通部分ーーーーーーーーー */

    #stores .tab__header {
        width: 87.62%;
    }

    #stores .stores-used__btn{
        width: 200px;

    }

    .btn__wrapper {
        margin: auto;
        max-width: 1200px;
    }

    .header__chevron-round-left {
        border: 1.5px solid currentColor;
        border-right: 0;
        border-top: 0;
    }



    #stores header p:nth-child(3) {
        font-size: 1.25rem;
    }

    .tab__oyahuko .tab__accordion {
        display: grid;
        width: 89.62%;
        gap: 25px;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
    }

    .tab__mina .tab__accordion,
    .tab__ion .tab__accordion {
        display: grid;
        width: 87.62%;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
    }

    .tab__nav span {
        font-size: 1rem;
    }

    .tab__ttl:nth-last-of-type(2) {
        border-bottom: none;
    }

    .tab__sec .tab__solid {
        border-bottom: dotted 1px #272727;
    }

    .tab__tell {
        width: 250px;
    }

    .tab__map {
        width: 305px;
    }

    /* タブパネル------------------- */
    .tab__nav {
        gap: 55px;
        margin: 40px auto 8px auto;
    }

    .tab__text {
        margin-bottom: 2rem;
    }

    .tab__header {
        cursor: pointer;
        position: relative;
    }

    .tab__nav span {
        font-size: 20px;
    }

    .ion {
        padding: 18px 0;
    }

    .ion br {
        display: none;
    }

    .ion__text {
        max-width: 598px;
    }

    .tab__ .tab__ttl,
    .tab__ion .tab__ttl {
        margin: 55px auto 0 auto;
        padding-bottom: 55px;
    }

    .ion__text div,
    .mina__text div {
        display: flex;
        gap: 1rem;
    }

}