@charset "utf-8";

ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
    font-size: 10px;
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}

main section .button-others {
	width: 180px;
	margin: 0 auto 10px;
}
main section .button-others a {
	position: relative;
	display: block;
	padding: 5px;
	background: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	text-align: center;
}
main section .button-others a:hover {
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
main section .button-others a i.fas {
	position: absolute;
	top: calc(50% - 8px);
	right: 3%;
}


h2,h3{
    padding: 0 ;
    margin: 0;
    text-align: center;
}

main .button-primary,
main .button-secondary {
    width: 240px;
    margin: 6% auto;
}
main .button-primary a {
    position: relative;
    display: block;
    padding: 10px;
    background: #f33137;
    border: 1px solid #f33137;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
main .button-primary a:hover {
    background: #ffffff;
    color: var(--theme-important-color);
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
    }
/*------------------------------------*/

.pc-only {
    display: none;
}
#spring2025 .key-visual h1 {
    width: 100%;
    margin: 0 auto;
}

#spring2025 .key-visual img{
    width: 100%;
    height: auto;
    vertical-align: top;
    line-height: 0;
}
.sponsor .jawa {
    margin-bottom: 0!important;
}
.acsess{
    margin: 6% 5%;
}
.description{
    margin: 5%;
    font-size: 0.8rem;
    text-align: center;
}
.note{
    display: none;
}



.date-wrap{
    color: #000;
    background-image:url(../images/bg-blue.jpg);
    background-size: cover;
}
.date{
    width: 100%;
    margin: 0 auto;
    padding: 5% 2% 3%;
    text-align: center;
    /* background-color: #c9eef9;
    border-radius: 12px; */
    color: #3a83e9;
    font-weight: bold;
    font-size: 1.1rem;
}
.store-ttl{
    width: 100%;
    margin: 0 auto;
    padding: 5% 2% 0;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.date p{
    font-size: 1.1rem;
}
.date img{
    width: 100%;
    height: auto;
}
.date-lead{    
    font-weight: inherit;
    display: block;
    background-color: #ee7833;
    color: #fff;
    padding: 1%;
    border-radius: 22px;
    margin: 0 auto 4%;
    width: 50%;
}



.summary {
    width: 100%;
    padding: 4% 0 4%;
    margin: 0 auto;
    text-align: center;
    background-color: #eeeeee;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23eeeeee' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.summary > p {
    padding: 0 2%;
    margin-bottom: 50px;
}
.summary .element {
    margin: 0 auto 50px;
}
.summary .element h2 {
    color: #ee7833;
}
.summary .element > div {
    margin-top: 20px;
}
.summary .element ul {
    width: 375px;
    margin: 20px auto 30px;
    list-style: none;
    text-align: left;
}
.summary .element ul span.hashtag {
    background-color: #fffa99;
    font-weight: bold;
}

.sns {
    background-color: #eeeeee;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23eeeeee' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
    padding-bottom: 7%;
}
.sns .sns_wrap {
    width: 100%;
}
.sns .sns_wrap > p {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 8%;
}
.sns .sns_links {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.sns_links > a {
    display: block;
    width: 64px;
    margin: 0 15px;
    text-align: center;
}
.sns_links > a img {
    width: 100%;
    line-height: 0;
    vertical-align: top;
}

.atention{
    width: 90%;
    margin: 0 auto 8%;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}
/*start of store*/
.stores{
    max-width: 100%;
    margin: 0 auto;
    padding: 2% 0 8%;
}
.stores-wrap{
    background-color: #fff;
    max-width: 95%;
    margin: -30px auto 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4% 0 4%;
    border:3px solid #000000;
}

.container {
  display: flex;
  flex-wrap: wrap;
justify-content: flex-start; /* 左揃えに変更 */
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.store {
  box-sizing: border-box;
  width: calc(50% - 10px); /* SPで2列表示 */
  margin: 5px;
}

.photo {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.photo img {
  width: 100%;
  height: auto;
  display: block;
}

.photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 3px;
  background: rgba(0, 0, 0, 0.5);
}

.photo figcaption h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.tel, .address, .access-map a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}

.access-map a {
  color: #cc0235;
  border: 1px solid #cc0235;
  padding: 5px 2px;
  text-decoration: none;
}

.access-map a:hover {
  background: #cc0235;
  color: #ffffff;
}

/*end of store*/


footer#common-footer .sns-links {
    padding: 1%;
    background: #cd030c;
    margin: 0 auto 5%;
}
footer#common-footer {
    margin: 0 auto 0;
}
footer#common-footer .sns-links a {
    color: #ffffff;
    font-size: 1.5rem;
}
footer#common-footer .sns-links li {
    margin-right: 10px;
}
footer#common-footer .sponsor { margin-bottom:0;}


/*-- タブレット／PC用スタイリング --*/
/*@media screen and (min-width:768px) and (max-width:959px) {*/
@media screen and (min-width:768px) {
    .pc-only {
        display: block;
    }
    .sp-only {
        display: none;
    }
    section.key-visual{
        width: 100%;
    }
    section.key-visual img {
        width: 100%;
    }
    section.summary p {
        width: 960px;
        margin: 0 auto 60px;
        font-size: 20px;
        font-weight: bold;
    }
    section.summary p span {
        display: block;
    }
    section.summary .element h2 {
        font-size: 28px;
    }
    section.summary div {
        font-size: 1.2em;
    }
    section.summary .element ul {
        width: 500px;
    }
    section.summary p span {
        display: inline-block;
    }
    .pc-wrap{
        max-width: 1100px;
        height: auto;
        margin: 0 auto;
        }


.button a {
    max-width: 250px;
}
.max-980{
    max-width: 780px;
    margin: 0 auto 4%;
}
.wrap-1{
text-align: center;
}
.map img{
     width: 50%;
     height: auto;
     margin: 0 auto;
}
  .wrap-2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 980px;
  }
    .wrap-3 {
    background-size: cover;
}
  .step-item {
    flex: 1 1 calc(33.333% - 16px); /* 3列配置のための幅を計算 */
    padding: 2%;
  }

  .prize-item-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10%;
    gap: 24px;
  }
  .prize-item {
    flex: 1 1 calc(33.333% - 16px); /* 3列配置と間隔を考慮 */
  }
  
.lead-wrap{
    padding: 1%;
}
.lead-1 {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
}
.lead{
    font-size: 1.2rem;
    margin: 4% auto;
    max-width: 980px;
    width: 100%;
    }

    .lead-2 {
        max-width: 60%;
    }
    .lead-wrap {
        background-position: bottom;
    }
    .date {
        padding: 2% 0;
        font-size: 1.2rem;
    }
    .date img {
    max-width: 780px;
}
.date-lead {
    border-radius: 30px;
    width: 40%;
    margin-bottom: 0;
} 

.max-980 p {
    font-size: 1rem;
}
    .summary {
           width: 100%;
            margin: 0 auto 0;
        }
    .summary_table {
        max-width: 680px;
        font-size: 0.8rem;
    }
    .summary_table table{
        width: 680px;
    }

    .sns_links > a {
            display: block;
            width: 15%;
            margin: 0px 40px;
            font-size: 0.8rem;
    }

    .sns_wrap > p {
        font-size: 1rem;
    }

    .stores-wrap {
        padding: 2% 0 4%;
        margin: -20px auto 0;
        }
        main section.stores .description {
        font-size: 16px;
    }
    .container {
        justify-content: flex-start; /* 左揃え */
        width: 96%;
    }
    .store {
        width: calc(25% - 10px); /* 4列表示 */
        margin: 8px;
    }
    /* 2列目以降のアイテムに左マージンを追加 */
    .store:nth-child(4n+2),
    .store:nth-child(4n+3),
    .store:nth-child(4n+4) {
        margin-left: 0;
    }
    footer#common-footer .sns-links {
        margin: 0 auto 2%;
    }
}

/*
@media screen and (min-width:960px) {
}
*/