@charset "utf-8";


/*

Theme Name: syeahagu

Description: syeahagu用のテンプレートです

Version: 1.0

Author: amelab

*/

html{
    font-size: 16px;
}

html, body {
  overflow-x: hidden;
}













/* ====font======= */


.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:weight;
  font-style: normal;
}






/*=====common====== */

body {
  background-color: #F9F3E9;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}


main {
  margin: 0 auto;

}




.heading {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}


h2 .circle {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #FEF6B0;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  z-index: 0;
  left: 60px;

}

h2 .circle3 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #FEF6B0;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  z-index: 0;
  left: 50px;

}


h2 .circle2 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #FFCB21;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  z-index: 0;
  left: 73px;  
}

h2 .circle4 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #FFCB21;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  z-index: 0;
  left: -10px;
}

h2 .circle5 {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #FFCB21;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  z-index: 0;
  left: -10px;
}




.heading {
  position: relative;
  text-align: center;
  /* display: inline-block; */
  font-size: 1.2rem;
  font-weight: bold;
  /* font-family: "Noto Sans JP", sans-serif; */
 
}

.heading .text {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}


.heading-contact {
  position: relative;
  text-align: center;
  /* display: inline-block; */
  font-size: 1.2rem;
  font-weight: bold;
  /* font-family: "Noto Sans JP", sans-serif; */
 
}

.heading-contact .text {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}





/* img{
  max-width: 100%;
  height: auto;
} */

.sp_br {
  display: none;
}


@media screen and (max-width:768px){

  .sp_br {
    display: block;
  }
  

  .sp_icon {
    width: 50px;
    height: 50px;
  }

  h2 .circle5 {
    left: -14px;
  }

  h2 .circle {
    top: -10px;
    left: 75px;
  }

  h2 .circle2 {
    left: 85px;
    top: -10px;
  }

  h2 .circle3 {
    left: 65px;
    top: -10px;
  }

  h2 .circle4 {
    left: 25px;
    top: -10px;
  }

 

}






/* ===========header================ */

.top_sns_icon{ 
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  padding: 20px 5px;
  border-radius: 6px 6px 0 0;
  gap: 5px;
  z-index: 1;
}

.top_sns_icon img {
  width: 50px;
}


@media screen and (max-width:768px){
  
  .top_logo_img{
    width: 250px;
  }

  .top_logo{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
  }
}






/* =========nav ========*/

.sp-nav {
  display: none;
} 


nav{
   background: #FFCB21;
   color: #4E3204;
   text-align: center;
   display: flex;
   gap: 30px;
   padding: 10px 35px;
   justify-content: center;
   align-items: center;
 }

nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
 }

nav ul ul {
  display: block;
 }

nav ul li {
  position: relative;
 }

nav ul li a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  transition: all .3s;
  font-size: 1.1rem;
  line-height: 0.9;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  
 } 

nav ul li a span {
  font-size: 0.7rem;
  font-family: "IBM Plex Sans JP", sans-serif;
 }

nav ul li li a {
  padding: 10px 35px;
 }

nav ul li a:hover{
  color: #FFDD55;
 }



#header.fixed{
	position: fixed;
  z-index: 999;
  top:0;
  left:0;
  width: 100%;
  opacity: 90%;
  margin-top: initial;
}

.top_logo {
  max-width: initial;
  width: 150px;
}


.trybtn_top {
  width: auto;
  min-width: 160px;
  background-color: #fff;
  color: #4E3204;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 15px;
}

.trybtn_top span {
  display: block;
  font-size: 1rem;
  margin-top: 4px;
}




.trybtn_top:hover {
  background-color: #FFDD55;
}

.sp_toplogo {
  display: none;
}

@media screen and (max-width:1024px){

  .sp_toplogo{

    display: block;
  }
  #header {
    display: none;
  }

  #header.fixed {
    display: none;
  }

  .pc-nav {
    display: none; 
  }

  .sp-nav {
    display: block; 
  }
  .top_sns_icon{
    display: none;
  }

  nav {
  margin-top: 0;
  }

  #g-nav{
    position:fixed;
    z-index: 999;      
    top:0;
    width:100%;
    height: 100vh;
    background:#FFCB21;
    transition: all 0.6s;
    transform: translateX(100%);
  }

  #g-nav.panelactive{
    right: 0;
    margin-top: 0;
    transform: translateX(0);
    padding: 30px;
  }

  #g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    display: block;
    margin-left: 30px;
    margin-top: 30px;
  }

  /*リストのレイアウト設定*/

  #g-nav-list li{
    list-style: none;
    text-align: left;
   
  }

  #g-nav-list li a{
    color: #4E3204;
    text-decoration: none;
    padding:10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 0.8;
    margin-top: 10px;
  }

  .g-nav_jp {
    font-size: 0.7rem;
    margin-top: 5px;
  }


.nav_footer {
  margin: 35px 30px;
}
.nav_footer_item {
  display: flex;
  gap: 15px;
}

.nav_footer_item-box {
  font-size: 0.8rem;
  background-color: #fff;
  border-radius: 10px;
  border: solid #000 1px;
  width: 100px;
  height: 90px;
}

.nav_footer_item-box p {
  margin-top: 15px;
}

  .nav_try {
    max-width: 330px;
    
    height: 65px;
    background-color: #fff;
    color: #4E3204;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 8px;
    margin-top: 10px;
    line-height: 0.8;
    border-radius: 10px;
    border: solid #000 1px;
    line-height: 1.2;
  }

  

  .sp_nav_sns{
    margin: 20px 0;
    width: 330px;
  }

  .sp_nav_sns_item {
   
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 0.87rem;
    margin-bottom: 5px;
  }

  .snsicon-item {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
  }
  


  .sp_nav_sns_item img {
    width: 45px;
    height: 45px;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn{
    position:fixed;
    z-index: 9999;
    top:10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;
    background-color: #FFCB21;
  }
    

  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top:15px;	
  }

  .openbtn span:nth-of-type(2) {
    top:23px;
  }

  .openbtn span:nth-of-type(3) {
  top:31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .sp_toplogo {
    
    position:fixed;
    z-index: 9999;
    top:10px;
    left: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;  
  }
    
  .sp_toplogo img {
    max-width: initial;
    width: 80px;
  }

}











/* ======MV============ */

.hero {
 
  position: relative;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.mvtitle {
   width: 66vw;
  max-width: 110%;
  height: auto;

}

.hero img {
  width: -webkit-fill-available;
}


.center-circle {
  background: rgba(255, 255, 255, 0.85);
  width: 40vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.center-circle h1 {
  font-size: 2.5rem;
  margin: 10px 0;
  max-width: 100%;
  display: flex;
  justify-content: center
}

.center-circle p {
 
  margin: 0;
  font-weight: bold;
  text-align: center;
}


.center-circle-p1 {
  font-size: 2rem;
}

.center-circle-p2 {
  font-size: 1.8rem;
}


.circle-left {
  left: 12%;
  top: 10%;
  position: absolute;
  background: #FFC800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 45px;
  font-weight: bold;
  line-height: 1.4;
  width: fit-content;
  aspect-ratio: 1/1;
  font-size: 1.8vw;
}

.circle-right {
  right: 10%;
  top: 86%;
  transform: translateY(-50%);
  position: absolute;
  background: #FFC800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  width: 28vw;
  aspect-ratio: 1/1;
  font-size: 1.8vw;
  text-align: center;
}







@media screen and (max-width: 768px) {

  .circle-left,
  .circle-right {
    width: 35vw;
    font-size: 3.2vw;
    padding: 10px;
  }

  .circle-left {
    left: 5%;
    top: 10%;
    z-index: 1;
  }

  .circle-right {
    right: 5%;
    bottom: 10%;
    top: auto;
    transform: none;
    z-index: 1;
  }

  .center-circle {
    width: 80vw;
    padding: 20px;
    font-size: 1rem;
    aspect-ratio: 1/1;
    z-index: 0;
  }

  .center-circle h1 {
    font-size: 1.2rem;
  }

  .center-circle p {
    font-size: 1.2rem;
  }


  .hero img {
    object-fit: cover;
    height: 100vh;
  }

  .mvtitle {
    width: 90vw !important;
    /* max-width: 90% !important; */
    height: auto !important;
  }

  .center-circle-p1 {
  font-size: 1.3rem;
}

.center-circle-p2 {
  font-size: 2rem;
}

  
}







/*=========== about =============*/

.about_titlebox{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}


.top_about-title {
  width: 50%;
  margin: 130px auto;
}

.top_about-txt {
  margin-top: 20px;
  color: #000;
 

}

.top_about-txt p{
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
}






/*ふわっと表示*/
.top_about-title.offs.effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.top_about-title.ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s ease;
  transition: all 2s ease；;
}


/*ふわっと表示*/
.top_about-txt.offs.effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
.top_about-txt.ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s ease;
  transition: all 2s ease；;
}



@media screen and (max-width: 768px) {
  .top_about-title {
    width: 90%;
    margin: 80px auto;
    padding: 0 10px;
  }

  .top_about-txt p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
    text-align: center;
  }

  .top_about h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .top_about-txt {
    margin-top: 15px;
    
  }
}


/* エリア別ページボタン */

.area-cta-under-about{
  text-align: center;
    margin-bottom: 50px;
}





/* ==========shopsearch======= */

.search-section {
  background-color: #FFCB21;
  padding: 80px 20px 60px;
  text-align: center;
  border-top-left-radius: 100% 280px;
  border-top-right-radius: 100% 280px;
}

.search-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  
}

.search-box {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #000;
  max-width: 740px;
  margin: 20px auto;
  padding: 30px 20px;
}

.search-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.search-field input {
  width: 80%;
  padding: 10px 15px;
  border-radius: 999px;
  border: 2px solid #FFCB21;
  outline: none;
  font-size: 1rem;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.search-options {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  flex-wrap: wrap;
}

.search-button {
  background-color: #fff;
  border: 2px solid #FFCB21;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 0.9rem;
  cursor: pointer;
  margin: 10px;
}

.search-button:hover {
  background-color: #ffe09b;
}

.search-all {
  margin-top: 30px;
}

.all-button {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
}

.all-button2 {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
}

.all-button:hover {
  background-color: #f0f0f0;
}



@media screen and (max-width: 768px) {
  .search-box {
    padding: 20px 15px;
    margin: 20px auto;
    width: 90%;
  }

  .search-field input {
    width: 100%;
    font-size: 1rem;
  }

  .search-options {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .search-button {
    width: 80%;
    font-size: 1rem;
    padding: 12px 0;
  }

  .all-button {
    width: 80%;
    padding: 12px 0;
    font-size: 1rem;
  }

  .search-section {
    padding: 40px 10px;
  }

  .search-title {
    font-size: 1.1rem;
  }
}














/*=========== news =============*/

.news-section {
  width: 90%;
  max-width: 1100px;
  background-color: #fff;
  margin: 80px auto;
  padding: 50px 20px;
  font-family: "Noto Sans JP", sans-serif;

}

.news-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}

.news-title .circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #FFC800;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.news-list {
  max-width: 700px;
  list-style: none;
  padding: 0;
  margin: 30px auto;
}


.news-list li {
  border-bottom: 1px dashed #F39600;
  padding: 10px 0;
}

.news-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  gap: 10px;
}

.news-list .date {
  flex-shrink: 0;
  width: 110px;
  color: #666;
  font-size: 0.9rem;
}

.news-list .text {
  flex-grow: 1;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .arrow {
  
  font-size: 1.2rem;
  flex-shrink: 0;
}


/* エリア別ニュース一覧（/news/?area=slug）だけ緑に */
body.post-type-archive-news.area-filtered .heading .circle2 {
  background: #93D973;              /* 元 #FFCB21 を上書き */
}
body.post-type-archive-news.area-filtered .news-list li {
  border-bottom-color: #93D973;     /* 元 #F39600 / #FFCB21 系を上書き */
}

/* （エリアページ内の新着セクションも緑にしたい場合） */
body.tax-area .heading .circle2 { background: #93D973; }
body.tax-area .news-list li       { border-bottom-color: #93D973; }







@media screen and (max-width: 768px) {
  .news-section {
    padding: 30px 15px;
    margin: 60px auto;
    width: 90%;
  }

  .news-list {
    width: 100%;
    margin: 20px auto;
  }

  .news-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0;
    font-size: 1rem;
  }

  .news-list .date {
    flex: none;
    width: auto;
    color: #888;
  }

  .news-list .text {
    margin: 0;
    width: 100%;
  }

  
  .heading .text {
    font-size: 1.3rem;
  }
}






/* =====event======== */

.event-section {
  background-color: #FFC800;
  padding: 60px 20px;
  font-family: "Noto Sans JP", sans-serif;
  border: 4px solid #000;
  border-radius: 20px;
  margin: 40px auto;
  width: 90%;
  max-width: 1100px;
}

.event-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.event-title .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #F2C400;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.event-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.event-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 260px;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.event-image {
  background-color: #ccc;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* イベントカードの画像を一定サイズでトリミング表示 */
.event-card .event-image{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;   /* 好みで 4/3 や 3/2 に変更OK */
  overflow: hidden;
  border-radius: 8px;     /* 既存の角丸を活かす */
}

/* 画像を枠いっぱいに、はみ出した分はトリミング */
.event-card .event-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;      /* 重要！ */
}

/* 古いブラウザ向けフォールバック（aspect-ratio非対応） */
@supports not (aspect-ratio: 1 / 1) {
  .event-card .event-image{ height: 180px; } /* 好みで高さ調整 */
}



.event-text p {
  margin: 8px 0;
  font-size: 0.9rem;
}

.event-button {
  margin-top: 50px;
  text-align: center;
}

.event-singlrink {
  text-align: end;
}




.view-all-button {
  background-color: #fff;
  border-radius: 999px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
}

.view-all-button:hover {
  background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .event-section {
    padding: 40px 15px;
    margin: 30px auto;
  }

  .event-container {
    gap: 20px;
  }

  .event-card {
    
    max-width: 100%;
  }

  .event-text p {
    font-size: 1rem;
  }

  .event-singlrink {
    text-align: center;
    margin-top: 10px;
  }

  .view-all-button {
    font-size: 1rem;
    padding: 12px 24px;
  }
}




/* ====plan======= */


.plan-section {
  background-color: #FFF8D1;
  padding: 60px 20px;
 
  text-align: center;
  margin-top: 40px;
  
}

.plan-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan-title .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FFC800;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.plan-massege {
  margin: 40px 0;
}


.plan-massege-text {
  text-align: center;
  line-height: 1.8;
  font-size: 1.5rem;
 
}




/* ===== plan-massege：軽いカード調のブロックに ===== */
.plan-massege{
  /* 柔らかい紙感 */
  background: linear-gradient(180deg, #FFFBEA 0%, #FFF7D6 100%);
  border: 1px solid #F1E3AD;
  border-radius: 18px;
  padding: clamp(20px, 4vw, 48px);
  max-width: min(960px, calc(100% - 32px));
  margin: 28px auto 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
}

/* 右上にふわっとしたアクセント */
.plan-massege::before{
  content:"";
  position:absolute;
  right: -70px; top: -70px;
  width: 200px; height: 200px;
  background: radial-gradient(closest-side, #FFD95E 0%, transparent 70%);
  opacity:.18; pointer-events:none;
}

/* テキストは読みやすく（中央・行間広め） */
.plan-massege > p.plan-massege-text{
  margin: 0;
  text-align: center;
  line-height: 2;
  letter-spacing: .02em;
  color: #2a2a2a;
  font-size: clamp(15px, 1.9vw, 17px);
  max-width: 60ch;
  margin-inline: auto;  /* 中央寄せ・横幅制限 */
}

/* セクション内のリンクを “ボタン風” に（任意） */
.plan-massege a.button,
.plan-massege .plan-btn,
.plan-massege .more a,
.plan-massege > a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  margin-top: 22px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  color: #222;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0,0,0,.06), 0 8px 18px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.plan-massege a.button:hover,
.plan-massege .plan-btn:hover,
.plan-massege .more a:hover,
.plan-massege > a:hover{
  transform: translateY(-1px);
  box-shadow: 0 3px 0 rgba(0,0,0,.06), 0 12px 26px rgba(0,0,0,.12);
}

/* スマホは少しだけタイトに */
@media (max-width: 768px){
  .plan-massege{ padding: 24px 18px; }

   .plan-massege-text {
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;}
 
}


















.plan-subtitle {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 40px;
}

.plan-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.plan-card {
  background-color: #fff;
  width: 275px;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.plan-card h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.plan-card .plan-desc {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
  margin-top: 10px;
}

.plan-card .price {
  margin-bottom: 15px;
  
}

.price-title {
  font-weight: 500;
  margin-top: 20px;
}

.price-title2 {
  font-weight: 500;
  margin-top: 30px;
}

.plan-card .yen0 {
  font-size: 4rem;
  font-weight: bold;
  color: #d62828;
  margin: 10px auto; /* 上下マージン + 中央揃え */
  text-align: center; /* 中央揃え */
  display: inline-block; /* 幅に合わせて中央 */
}


/* .plan-card .yen0 {
 font-size: 4rem;
  font-weight: bold;
  color: #d62828;
  margin-top: 10px;
  
} */

.plan-card .yen0 span {
  font-size: 1.5rem;
}



.plan-card .yen {
  font-size: 3rem;
  font-weight: bold;
  color: #d62828;
  margin-top: 20px;
  margin-bottom: 30px;
}

.plan-card .yen span {
  font-size: 1.5rem;
}

.plan-card .yen .yenspan2 {
  font-size: 0.8rem;
}

.form-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: 20px 0 0;
  /* flex-wrap: wrap; */
}

.form-line {
  font-size: 1.8rem;
  color: #000;
  /* margin: 0 10px; */
  font-weight: normal;
}

.form-text {
  text-align: center;
  font-size: 0.9rem;
  color: #1a1a1a;
  line-height: 1.4;
}


.ul0 {
  background-color: #F2F0ED;
  list-style: none;
  border-radius: 20px;
  padding: 20px;
  margin: 10px auto;
  font-size: 0.85rem;
  text-align: left;
}

.plan-card ul {
  background-color: #F2F0ED;
  list-style: none;
  border-radius: 20px;
  padding: 20px;
  margin: 10px auto;
  font-size: 0.85rem;
  text-align: left;
  line-height: 1.5;

}

.free { border-top: 5px solid #FECB00; }
.standard { border-top: 5px solid #8BC34A; }
.premium { border-top: 5px solid #4FC3F7; }

.plan-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.btn-outline {
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.btn-fill {
  background-color: #FFC800;
  padding: 12px 30px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  box-shadow: 0 4px 0 #f29500;
}

.btn-fill:hover {
  background-color: #ffd835;
}


@media screen and (max-width: 768px) {
  .plan-section {
    padding: 90px 15px;
  }

  .plan-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .plan-cards {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .plan-card {
    width: 90%;
    max-width: 340px;
    padding: 20px 15px;
  }

  .plan-card h3 {
    font-size: 1.6rem;
  }

  .plan-card .plan-desc {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  /* .plan-card .yen {
    font-size: 1.8rem;
  }

  .plan-card .yen0 {
    font-size: 2.5rem;
  } */

  

  .form-text {
    margin: 10px 0;
  }

  .plan-card ul {
    font-size: 0.95rem;
    padding: 15px;
  }

  .plan-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .btn-outline,
  .btn-fill {
    width: 90%;
    max-width: 360px;
    text-align: center;
    font-size: 1rem;
    margin-top: 20px;
  }
}



/* ====contact====== */


.contact-section {
  background-color: #fff;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding: 50px 20px;
  max-width: 1000px;
  margin: 0 auto;
  /* font-family: "Noto Sans JP", sans-serif; */
  flex-wrap: wrap;
}

.contact-left {
  flex: 1;
  min-width: 300px;
}

.contact-left h2 {
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  margin: initial;
  margin-bottom: 25px;
}

.contact-left .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FFC800;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}






.contact-left p {
  margin: 8px 0;
  font-size: 1.3rem;
}

.contact-left a {
  color: #000;
  text-decoration: underline;
}

.contact-left img {
  margin-right: 10px;
}


.contact-tel {
  font-size: 1.3rem;
}



.contact-right {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.contact-right p {
  margin: 8px 0;
  font-size: 0.95rem;
  font-weight: 500;
}

.contact-btn {
  display: inline-block;
  background-color: #FFC800;
  color: #000;
  padding: 10px 80px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  margin: 5px 0 10px;
  box-shadow: 0 4px 0 #f29500;
}

.contact-btn:hover {
  background-color: #ffd835;
}

.snsbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.small-text {
  font-size: 0.75rem;
  color: #333;
  margin-top: 15px;
  line-height: 1.4;
  text-align: left;
}

.sns-icons img {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  vertical-align: middle;
}

.contact-note {
  text-align: center;
  margin: 30px 0 0;
  font-size: 0.8rem;
  padding-bottom: 30px;

}

.contact-note a {
  color: #583804;
  font-weight: bold;

}


@media screen and (max-width: 768px) {
  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 15px;
    gap: 30px;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    min-width: auto;
  }

  .contact-left h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .contact-left p,
  .contact-right p {
    font-size: 1rem;
  }

  .contact-btn {
    width: 100%;
    padding: 12px 0;
    max-width: 320px;
  }

  .snsbox {
    flex-direction: column;
    gap: 10px;
  }

  .small-text {
    text-align: center;
  }

  .sns-icons img {
    width: 40px;
    height: 40px;
  }

  .contact-note {
    font-size: 0.75rem;
    padding: 0 15px 20px;
    text-align: center;
    margin: 0 auto;
    width: 70%;
  }

  .content-item-text {
    text-align: left;
    margin: 10px auto;
    width: fit-content;
  }

    .contact-left {
    text-align: center;
  }

  .heading-contact {
    display: inline-block;
    margin: 0 auto;
  }


}







/*==================================================
スライダーのためのcss
===================================*/


.slider {
  margin-top: 40px;
}

.slider img {
  width:100%;
  height: 100%;
}

.slider .slick-slide {
  margin:0 10px;
}










/*========= ページトップのためのCSS ===============*/

#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#5bbeff;
	border-radius: 50%;
	height: 60px;
  width: 60px;
	color: #000;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.7rem;
  font-family: "Oswald", sans-serif;
	transition:all 0.3s;
  padding-bottom: 10px;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
  /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(500px);
  }
}


/* ========footer============ */
.footer_all {
  max-width: 100%;
  height: auto;
  padding: 30px 0 ;
  text-align: center;
  background-color: #FFCB21;
  color: #000;
  font-family: "IBM Plex Sans JP", sans-serif;

}
.main_footer{
  padding: 50px 0 0;
  display: flex;
  justify-content: space-between;
 
}

.footer {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 100px;
}

.footer_all img {
  width: 300px;
}


.footer_sns {
  margin-right: 100px;
  margin-top: 250px;
}


.copy {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width:1024px) {

  #page-top a {
    border-radius: 6px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }

  .footer_all {
    height: auto;
  }

  .footer {
    margin: 0 auto;
  }

  .footer_logo {
    margin: 0 auto;
  }
  

  .footer_sns {
    margin: 0 auto;
    padding-top: 20px;
  }

  .privacy {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}










/* ================================================ */

/* ====================sitemake==================== */



.sitemake-section {
  background-color: #fff;
  
}


.sitemake-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  flex-wrap: wrap;
  position: relative;
}

.concept-left {
  position: relative;
  flex: 1;
  min-width: 280px;
  z-index: 1;
}

.circle-bg {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background-color: #FFCB21;
  border-radius: 50%;
  z-index: 0;
}

.concept-text {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
}

.concept-text strong {
  font-size: 3rem;
}

.concept-right {
  flex: 1;
  text-align: center;
  min-width: 280px;
}

.concept-right img {
  max-width: 100%;
  height: auto;
}




@media screen and (max-width:768px){

  .concept-text {
    padding-left: 15px;
    font-size: 1.5rem;
  }

  .concept-text strong {
    font-size: 2.3rem;
  }

  .circle-bg {
    z-index: 0;
  }

  .concept-right {
    z-index: 1;
  }

}







/* plan */

.plan-detail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 75px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.plan-box {
  display: flex;
  gap: 30px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 25px;
  border-radius: 12px;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


.make-plan-title {
  text-align: center;
}

.plan-left {
  flex: 1;
  min-width: 300px;
}

.plan-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box {
  width: 100%;
  max-width: 500px;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
}

.image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.sample-link {
   text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sample-link:hover img {
  transform: scale(1.02);
}

.image-caption {
   margin-top: 12px;
  padding: 10px 20px;
  background-color: #f29500;
  color: #fff;
  font-size: 0.95rem;
  border-radius: 30px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.image-caption:hover {
  background-color: #FFF9C4;
  transform: translateY(-2px);
  cursor: pointer;
}

/* ▼ 追加：スマホ対応 ▼ */
@media screen and (max-width: 480px) {
  .image-box {
    max-width: 100%;
    padding: 8px;
  }

  .image-caption {
    font-size: 0.85rem;
    padding: 8px 16px;
  }
}

.plan-box h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.plan-free h3 {
  color: #fff;
  background-color: #FFCB21;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

.plan-standard h3 {
  color: #fff;
  background-color: #93D973;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

.plan-premium h3 {
  color: #fff;
  background-color: #4FC3F7;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

.recommend {
  position: relative;
  width: fit-content;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 1.5;
  z-index: 1;
  text-align: center;
  margin: 10px auto ;
}

.recommend::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2em; /* 調整ポイント */
  width: 100%;
  height: 0.6em;
  background-color: #FFF59D; /* マーカー色（黄色） */
  z-index: -1;
  border-radius: 4px; /* オプション：角丸 */
}


.plan-standard .recommend::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2em; /* 調整ポイント */
  width: 100%;
  height: 0.6em;
  background-color: #DCF2D2; /* マーカー色（黄色） */
  z-index: -1;
  border-radius: 4px; /* オプション：角丸 */
}

.plan-premium .recommend::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2em; /* 調整ポイント */
  width: 100%;
  height: 0.6em;
  background-color: #E5F7FF; /* マーカー色（黄色） */
  z-index: -1;
  border-radius: 4px; /* オプション：角丸 */
}



.recommend-list {
  width: 320px;
  text-align: left;
  margin: 15px auto;
  
  line-height: 1.5;
}

.features {
  margin-bottom: 15px;
  text-align: center;
  margin-top: 20px;
}

.tag {
  display: inline-block;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 0.8rem;
  margin: 4px;
  border: 1px solid #ccc;
}


.page-info {
  padding: 20px;
  margin: 10px auto;
  background-color: #FFF59D;
  border-radius: 20px;
  
}

.page-info p {
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

.page-info ul {
  width: 155px;
  line-height: 1.5;

 
}

.page-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.page-info-item_plusnum {
  font-size: 1.5rem;
}


.page-info2 {
  padding: 20px;
  margin: 10px auto;
  background-color:#DCF2D2;
  border-radius: 20px;
  
}

.page-info2 p {
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

.page-info2 ul {
  width: 155px;
  line-height: 1.5;

 
}








.page-info3 {
  padding: 20px;
  margin: 10px auto;
  background-color:#E5F7FF;
  border-radius: 20px;
  
}

.page-info3 p {
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

.page-info3 ul {
  width: 155px;
  line-height: 1.5;

 
}















.plan-option h3 {
  background-color: #FFC800;
  color: #000;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.option-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.option-item {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}

.option-item .label {
  text-align: left;
  flex: 1;
}

.option-item .price {
  text-align: right;
  min-width: 100px;
}


.phot {
  font-size: 0.7rem;
  margin-top: 10px;
}


@media screen and (max-width: 768px) {
  .plan-box {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px;
  }

  .plan-left,
  .plan-right {
    width: 100%;
    min-width: unset;
  }

  .image-box {
    height: 200px;
    font-size: 0.9rem;
  }

  .recommend {
    font-size: 1rem;
  }

  .recommend-list {
    width: 90%;
    
  }

  .features {
    margin-top: 10px;
  }

  .tag {
    font-size: 0.75rem;
    padding: 4px 8px;
  }

  .page-info,
  .page-info2,
  .page-info3 {
    padding: 15px;
  }

  .page-info-item {
    flex-direction: column;
    gap: 10px;
  }

  .page-info ul,
  .page-info2 ul,
  .page-info3 ul {
    width: fit-content;
    text-align: left;
    /* padding-left: 20px; */
  }

  .page-info-item_plusnum {
    font-size: 1.3rem;
  }

  .option-item {
    font-size: 0.9rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .option-item .price {
    text-align: left;
    margin-top: 5px;
  }
}







/* flow */

.flow-section {
  background-color: #FFF9C4;
  padding: 80px 20px 60px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  border-top-left-radius: 100% 280px;
  border-top-right-radius: 100% 280px;
}

.flow-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

.flow-title .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FFC800;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.flow-steps {
  list-style: none;
  padding: 0;
  margin: 40px auto 40px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.step-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.step-box strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 0.9rem;
  margin: 0;
  color: #333;
}

.arrow {
  font-size: 2rem;
  margin: 20px 0 10px;
  color: #f29500;
}


/* 公開：カギ括弧ラベル＋マーカー */
.publish-button{
  display: inline-block;
  position: relative;
  margin: 6px 0 32px;
  padding: .1em 1.2em .2em;     /* 下を少し増やしてマーカーを見せる */
  background: transparent;
  border: 0;
  cursor: default;               /* ボタン感なし */
  color: #3b2b00;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: .08em;
  line-height: 1.2;

  /* 調整用変数 */
  --kagi-color: #3b2b00;        /* カギ括弧の色 */
  --kagi-w: 1px;                 /* カギ括弧の太さ */
  --marker: #FFCB21;             /* マーカー色（サイトの黄色に合わせるなら #FFCB21でもOK） */

  /* マーカー（文字後ろの帯） */
  box-shadow: inset 0 -0.55em 0 var(--marker);
}

/* 左右のカギ括弧（角だけ線で作る） */
.publish-button::before,
.publish-button::after{
  content:"";
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width: .9em;
  height: 1.35em;
  pointer-events:none;
}

.publish-button::before{
  left: 0;
  border-left:  var(--kagi-w) solid var(--kagi-color);
  border-top:   var(--kagi-w) solid var(--kagi-color);
  border-bottom:var(--kagi-w) solid var(--kagi-color);
}
.publish-button::after{
  right: 0;
  border-right: var(--kagi-w) solid var(--kagi-color);
  border-top:   var(--kagi-w) solid var(--kagi-color);
  border-bottom:var(--kagi-w) solid var(--kagi-color);
}



.flow-note {
  font-size: 0.75rem;
  color: #444;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}






/* form */
/* .contact-form-section {
  max-width: 600px;
  margin: 60px auto;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
}


label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

button {
  margin-top: 20px;
  padding: 10px 25px;
  background-color: #FFC800;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
}

button:hover {
  background-color: #ffd835;
} */

/* form */
.contact-form-section {
  max-width: 600px;
  margin: 60px auto;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.form input,
.form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}

.form button {
  margin-top: 20px;
  padding: 10px 25px;
  background-color: #FFC800;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
}

.form button:hover {
  background-color: #ffd835;
}




/* =================================================== */
/* =========areapage============ =====================*/

.area {
  background-color: #EBFFE2;
}

.area header nav {
  background: #93D973;

}

.area-hero {
  /* height: 100vh; */
  position: relative;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.mvtitle {
  width: 66vw;

}

.area-hero img {
  width: -webkit-fill-available;
}


.area-center-circle {
  background: rgba(255, 255, 255, 0.85);
  width: 40vw;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
 
}



.area-center-circle h1 {
  font-size: 2.5rem;
  margin: 10px 0;
  max-width: 100%;
  display: flex;
  justify-content: center

}

.area-center-circle-p1 {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}

.area-center-circle-p2 {
  font-size: 3rem;
  margin: 0;
  font-weight: bold;
}


.area-circle-left {
  left: 12%;
  top: 10%;
  position: absolute;
  background: #93D973;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 45px;
  font-weight: 500;
  line-height: 1.4;
  width: fit-content;
  aspect-ratio: 1 / 1;
  font-size: 1.8vw;
  text-align: center;
}

.area-circle-right {
  right: 11%;
  top: 86%;
  transform: translateY(-50%);
  position: absolute;
  background: #93D973;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
 
  font-weight: 500;
  line-height: 1.4;
  width: 20vw;
  aspect-ratio: 1/1;
  font-size: 1.8vw;
  text-align: center;
}

@media (max-width: 768px) {
  .area-center-circle {
    width: 80vw;
    padding: 20px;
    font-size: 1rem;
    aspect-ratio: 1 / 1;
    z-index: 0;

  }


  .area-center-circle-p1 {
  font-size: 1.3rem;
 
}

  .area-center-circle-p2 {
    font-size: 2rem;
  }

  .area-circle-left, .area-circle-right {
    width: 30vw;
    font-size: 3.2vw;
    padding: 10px;
  }

  .area-hero img {
    object-fit: cover;
    height: 100vh;
  }

  .area-circle-left {
   
    left: 5%;
    top: 10%;
    z-index: 1;
}

  .area-circle-left, .area-circle-right {
    width: 30vw;
    font-size: 3vw;
    padding: 10px;
  }

}




/* ==========shopsearch======= */

.area-search-section {
 background-color: #93D973;
  padding: 80px 20px 60px;
  text-align: center;
  border-top-left-radius: 100% 280px;
  border-top-right-radius: 100% 280px;
  margin-top: 80px;
}

.area-search-section .heading .circle {
  background-color: #DCF2D2;
}



.area-search-section .search-field input {
  
  border: 2px solid #93D973;
  margin-bottom: 20px;
 
}



.area-search-section .search-button {
  border: 2px solid #93D973;
}

.search-button:hover {
  background-color: #ffe09b;
}

.search-all {
  margin-top: 50px;
  text-align: center;
}

.all-button {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
}

.all-button:hover {
  background-color: #f0f0f0;
}


/* 配置 */
.search-options{
  display:flex; flex-wrap:wrap; gap:12px 14px; align-items:flex-end;
}

/* フィールドブロック */
.select-field{ position:relative; }
.select-field label{
  display:block; margin:0 0 6px; font-size:13px; color:#555; font-weight:600;
}

/* セレクトを“さりげなくボタン風”に、かつ選べる感を出す */
.ui-select{
  -webkit-appearance:none; appearance:none;
  min-width: 180px; height: 40px;
  padding: 8px 38px 8px 12px;  /* 右は矢印分を確保 */
  border: 1px solid #ddd;
  border-radius: 9999px;
  background:#fff;
  font-size:14px; color:#333; line-height:1;
  cursor:pointer;
  transition: background .15s, border-color .15s, box-shadow .15s;
}
.ui-select:hover{ background:#f9f9f9; border-color:#cfcfcf; }
.ui-select:focus{ outline:0; border-color:#86d7a4; box-shadow:0 0 0 3px rgba(134,215,164,.25); }

/* 下向き矢印（caret）を重ねる——“選べる”ことが直感的に分かる */
.select-field{ position: relative; }

.select-field::after{
  content:"";
  position:absolute; right:16px; top:calc(50% + 8px);
  width:0; height:0; pointer-events:none; opacity:.8;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:6px solid #666; /* 色 */
  transform:translateY(-35%);
}

/* ボタン高さをセレクトに合わせる（任意） */
.search-button{
  height:40px; padding:0 16px; border-radius:9999px;
}









@media (max-width: 768px) {

  .search-options{
    align-items: center;
  }

  .area-search-section .search-button {
    margin: 10px auto;
  }

  .area-search-section .search-field input {
    margin-bottom: 10px;
  }

}







/*=========== news =============*/

.area-news-section {
  background-color: #fff;
  margin: 80px auto;
  padding: 50px 20px;
}


.area-news-section h2 .circle2 {
  background-color: #93D973;
}

.area-news-section .news-list li {
  border-bottom: 1px dashed #93D973;

}

.news-list .date {
  flex: 0 0 100px;
  color: #555;
}

.news-list .text {
  flex: 1;
  margin: 0 10px;
  text-align: left;
}

.news-list .arrow {
  flex: 0 0 20px;
  color: #000;
}


@media screen and (max-width: 768px) {
  .area-news-section {
    padding: 30px 15px;
    margin: 60px auto;
    width: 90%;
  }

  .news-list {
    width: 100%;
    margin: 20px auto;
  }

  .news-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0;
    font-size: 1rem;
  }

  .news-list .date {
    flex: none;
    width: auto;
    color: #888;
  }

  .news-list .text {
    margin: 0;
    width: 100%;
  }

  

  .heading .text {
    font-size: 1.3rem;
  }
}







/* =====event======== */

.area-event-section {
  background-color: #93D973;
  padding: 60px 20px;
  font-family: "Noto Sans JP", sans-serif;
  border: 4px solid #000;
  border-radius: 20px;
  margin: 40px auto;
  max-width: 1100px;
  width: 90%;
}


.area-event-section .heading .circle3 {
  background-color: #DCF2D2;
}

.news-more {
  text-align: center;
  margin-top: 35px;
}

.view-all-button {
  background-color: #fff;
  border-radius: 999px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
}

.view-all-button:hover {
  background-color: #f0f0f0;
}






/* pickup */
.area-pickup {
  padding: 60px 20px;
 
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.area-pickup .section-title {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.area-pickup .circle {
  position: absolute;
  left: -25px;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #93D973;
  border-radius: 50%;
  z-index: 0;
}

.area-pickup .text {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}

.pickup-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.pickup-item {
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 20px;
  width: 280px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: left;
}

.pickup-item h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.pickup-item p {
  font-size: 0.9rem;
  color: #333;
}

@media (max-width: 768px) {
  .area-pickup .circle {
    left: -11px;
    top: -5px;
  }
}


/* --- イベントセクションの背景が下セクションを覆わないように --- */
.area-event-section { 
  position: relative;        /* スタッキングコンテキストを作る */
  z-index: 1;
  isolation: isolate;        /* 子のz-indexが外へ漏れないように（安全網） */
}

/* 背景の疑似要素がクリックを奪わないように */
.area-event-section::before,
.area-event-section::after {
  pointer-events: none;      /* ←これが一番効きます */
  z-index: 0 !important;     /* 念のため背景は前面に出さない */
}

/* ピックアップ特集はイベント背景より前面へ */
.area-pickup {
  position: relative;
  z-index: 2;
}

/* 念のためカード自体も前面に */
.area-pickup .pickup-card,
.area-pickup .all-button2 {
  position: relative;
  z-index: 3;
}




/* =============================================== */
/* =====================shoplist================== */


.shoplist-sitemake-section .sitemake-top .concept-left .circle-bg{
  background-color: #93D973;
  border-radius: 50%;
  z-index: 0
}

.area-listsearch {
  padding: 80px 100px;
  background-color: #EBFFE2;
  margin: 0 auto;
}

.listsearch {
  max-width: 1200px;
  margin: 40px auto 80px;
 
}

.listsearch h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 28px;
  color: #333;
}

.listsearch h3 .circle {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #6AC16C;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

.listsearch-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 35px;
  margin-bottom: 55px;
}

.listsearch-card {
  width: 150px;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.2s ease;
}



.listsearch-card:hover {
  transform: translateY(-4px);
}

.listsearch-card .genre {
  font-size: 0.8rem;
  
  margin-bottom: 6px;
}

.listsearch-card .image-box {
  width: 100%;
  height: 100px;
  /* background-color: #e0e0e0; */
  border-radius: 6px;
  margin-bottom: 10px;
}

.listsearch-card .name {
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
}




.genre {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 9999px;
  display: inline-block;
  color: #fff;
  margin-bottom: 6px;
  font-weight: bold;
}

/* 各ジャンルごとの色分け */
.genre-food { background-color: #F28B82; }     /* 食事・カフェ */
.genre-life { background-color: #A7C957; }     /* 工房・暮らし */
.genre-fashion { background-color: #8AB6D6; }  /* ファッション */
.genre-beauty { background-color: #F7B801; }   /* 美容・健康 */
.genre-edu { background-color: #B39CD0; }      /* 教育・その他 */

.genre-default { background:#e6eef6; color:#334155; }


@media screen and (max-width: 768px) {
  .area-listsearch {
    padding: 50px 20px;
  }

  .listsearch {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .listsearch h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .listsearch-grid {
    justify-content: center;
    gap: 16px;
  }

  .listsearch-card {
   
    max-width: 150px;
    margin: 0 auto;
  }

  .listsearch-card .image-box {
    height: 80px;
  }

  .listsearch-card .name {
    font-size: 0.8rem;
  }

  .genre {
    font-size: 0.7rem;
    padding: 3px 6px;
  }

  .genre-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
  }

  .genre-list .genre {
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}










/* ============policy======= */

.policy-container {
  width: 90%;
  max-width: 720px;
  margin: 50px auto;
  padding: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.policy-container_h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

.policy_h3 {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.policy-section {
  margin-top: 40px;
}

.policy-section_item {
  margin: 10px 50px;
  line-height: 1.7;
  font-size: 1rem;
}

ul {
  
  margin-top: 10px;
}

.top-button {
  text-align: center;
  margin-top: 40px;
}

.top-button a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #f6f8fc;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0 4px 0 #ccc;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  .policy-container {
    padding: 25px 15px;
    margin-top: 30px;
  }

  .policy-container_h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .policy_h3 {
    font-size: 1.1rem;
  }

  .policy-section_item {
    margin: 10px 0;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .top-button a {
    width: 100%;
    max-width: 320px;
    font-size: 1rem;
    padding: 14px 20px;
  }
}










/* ===newslist========= */

.news-section_home {
  background: #E7EBEF;
  padding: 3em 1em;
  text-align: center;
}

.news-header_home {
  margin-bottom: 2em;
}

.news-title_home {
  font-size: 2rem;
  font-weight: bold;
  color: #f9ce00;
  text-shadow: 2px 2px 0 #1a3564;
}

.news-subtitle_home {
  font-size: 0.85rem;
  color: #4E3204;
  margin-top: 0.2em;
}

.news-underline_home {
  width: 120px;
  height: 4px;
  background: #021D45;
  border-bottom: 2px solid #f9ce00;
  margin: 0.5em auto 1em;
}

.news-list_home {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

.news-item_home {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 1em;
  margin-bottom: 0.5em;
  border-left: 6px solid #021D45;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.news-date_home {
  background: #021D45;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2em 0.6em;
  margin-right: 1em;
  border-radius: 3px;
  flex-shrink: 0;
}

.news-text_home {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #021D45;
}

.news-arrow_home {
  font-size: 0.9rem;
  color: #021D45;
}

.news-back {
  margin: 1.5em auto;
  text-align: center;
  position: relative;
}

.news-back a {
  display: inline-block;
  background: #fff;
  padding: 0.8em 2em;
  border-radius: 30px;
  color: #4E3204;
  font-weight: bold;
  box-shadow: 2px 3px 0 #FFCB21;
  text-decoration: none;
  
 
}

.news-back a:hover{
  color: #fff;
  background-color: #021D45;
  
}

.news-back a::after {
    content: "▶";
    position: absolute;
    margin-left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9em
    
}


@media screen and (max-width: 768px) {
  .news-list_home {
    padding: 0 1em;
  }

  .news-item_home {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3em;
  }

  .news-date_home {
    margin-right: 0;
    margin-bottom: 0.3em;
  }

  .news-arrow_home {
    align-self: flex-end;
  }

  .news-title_home {
    font-size: 1.5rem;
  }

  .news-text_home {
    font-size: 0.9rem;
  }

  .news-back_home a {
    width: 80%;
    max-width: 300px;
    font-size: 0.95rem;
  }
}










/*======== bloglist-============== */

.blog-section_home {
  background: #F9F3E9;
  padding: 3em 1em;
  text-align: center;
}


.blogtitle_box {
  margin-bottom: 40px;
}

.blog-header_home {
  margin-bottom: 2em;
}

.blog-title_home {
  font-size: 2rem;
  font-weight: bold;
  color: #f9ce00;
  text-shadow: 2px 2px 0 #1a3564;
}

.blog-subtitle_home {
  font-size: 0.85rem;
  color: #021D45;
  margin-top: 0.2em;
}

.blog-underline_home {
  width: 160px;
  height: 4px;
  background: #021D45;
  border-bottom: 2px solid #f9ce00;
  margin: 0.5em auto 1em;
}

.blog-grid_home {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2em;
  max-width: 1000px;
  margin: 40px auto;
}

.blog-card_home {
  background: #fff;
  padding: 0 0 1em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  text-align: left;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.blog-card_home:hover {
  transform: scale(1.03); 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); 
}


.blog-card_home img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-meta_home {
  font-size: 0.75rem;
  color: #666;
  margin: 0.8em 1em 0.4em;
}

.blog-title-text_home {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 1em;
  color: #000;
}

.blog-desc_home {
  font-size: 0.85rem;
  color: #333;
  margin: 0.5em 1em 0;
}


.pagination_custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 2em auto;
  flex-wrap: wrap;
}

.pagination_custom .page
 {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 37px;
  text-decoration: none;
  font-weight: bold;

  font-size: 1rem;
  transition: 0.3s;
}

.pagination_custom .arrow {
  width: 40px;
  height: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.3s;

}

.pagination_custom .page:hover,
.pagination_custom .arrow:hover {
  background: #021D45;
  color: #fff;
}

.pagination_custom .page.active {
  background: #FFCB21;
  color: #fff;
}





.blog-back {
  text-align: center;
  margin-top: 1.5em;
}

.blog-back a {
  display: inline-block;
  background: #fff;
  padding: 0.8em 2em;
  border-radius: 30px;
  color: #021D45;
  font-weight: bold;
  box-shadow: 2px 3px 0 #1a3564;
  text-decoration: none;
 
}

.blog-back_pr {
  text-align: center;
  margin-top: 1.5em;
}

.blog-back_pr a {
  display: inline-block;
  background: #fff;
  padding: 0.8em 2em;
  border-radius: 30px;
  color: #4E3204;
  font-weight: bold;
  box-shadow: 2px 3px 0 #FFCB21;
  text-decoration: none;
  margin-bottom: 30px;
 
}


.blog-label {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #f0a500;
  color: #fff;
  margin-bottom: 6px;
  margin-left: 10px;
}
.blog-label-sport { background: #f26938; }
.blog-label-kids { background: #6cb4ff; }


@media (max-width: 600px) {
  .pagination_custom {
    gap: 6px;
  }

  .pagination_custom .page,
  .pagination_custom .arrow {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9rem;
  }
}

/*========= blogpeage============== */



.blog-detail {
  background: #F9F3E9;
  padding: 3em 1em;
  font-family: 'Noto Sans JP', sans-serif;
}

.blog-detail .container {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 2em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.blog-date {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.5em;
}

.blog-main-title_peage {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  border-left: 4px solid #FFCB21;
  padding-left: 1em;
  margin-bottom: 1em;
  -webkit-text-stroke: 0;
  text-shadow: none;
  text-align: left;
}

.blog-image img{
  display:block;
  max-width:100%;   /* コンテナを超えない */
  width:auto;       /* 小さい画像は自然サイズのまま */
  height:auto;      /* 縦横比を常に維持 */
  margin: 2em auto;
}



.blog-block {
  margin-bottom: 2em;
}

.blog-block h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  color: #000;
  display: flex;
  align-items: center;
}

.title-bar {
  display: inline-block;
  width: 8px;
  height: 20px;
  background-color: #FFCB21;
  margin-right: 8px;
}

.blog-block p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
}

.event-info p {
  margin-top: 10px;
}

.blog-content {
  line-height: 1.5;
}

/* 本文中の画像すべてを安全に */
.blog-content img{
  display:block;
  max-width:100%;
  width:auto;           /* 小さい画像は引き伸ばさない */
  height:auto !important; /* HTMLのheight属性があっても無視して比率維持 */
  margin: 1.5em auto;
}

/* WPのアラインメント対応（PCでは回り込み、SPでは縦並び） */
.blog-content img.alignleft,
.blog-content figure.alignleft{ float:left; margin:0.5em 1em 1em 0; max-width:calc(50% - 1em); }
.blog-content img.alignright,
.blog-content figure.alignright{ float:right; margin:0.5em 0 1em 1em; max-width:calc(50% - 1em); }
.blog-content img.aligncenter,
.blog-content figure.aligncenter{ margin-left:auto; margin-right:auto; float:none; }


/* エリア用の配色（必要なら好みで変更OK） */
.area-tag{
  background: #FFF1C2;   /* やわらかい黄色 */
  color: #7A5600;
  border-color: #FFE48A;
}

.area-tag:hover{
  transform: translateY(-1px);
  background: #FFE48A;
  border-color: #FFD95A;
}

@media (max-width: 768px) {
  .blog-main-title {
    font-size: 1.25rem;
  }

  .blog-block p {
    font-size: 0.9rem;
  }

  .blog-content img.alignleft,
  .blog-content img.alignright,
  .blog-content figure.alignleft,
  .blog-content figure.alignright{
    float:none; margin:1em auto; max-width:100%;
  }
}


/* Gutenberg等のfigureにも同様に */
.blog-content figure,
.blog-content .wp-block-image{ margin:1.5em 0; }
.blog-content figure img{ display:block; max-width:100%; width:auto; height:auto; }

/* 埋め込みメディアもはみ出さない */
.blog-content iframe,
.blog-content video{
  display:block;
  max-width:100%;
  width:100%;
  height:auto;
}


/*=========newspeage============== */





.news-detail_peage {
  background: #fff;
  padding: 3em 1em;
  text-align: center;
  color: #000;
  width: 90%;
  margin: 80px auto;
}

.news-date_peage {
  font-size: 0.9rem;
  margin-bottom: 0.5em;
  text-align: left;
  max-width: 700px;
  margin: 0 auto 0.5em;
}

.news-title_peage {
  width: initial;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FFCB21;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  max-width: 700px;
  margin: 0 auto 1em;
  font-weight: bold;
  text-align: left;
    -webkit-text-stroke: 0;
  text-shadow: none;
}

.news-text_peage {
  font-size: 0.9rem;
  max-width: 700px;
  margin: 1.5em auto;
  text-align: left;
  line-height: 1.8;
}

.news-image_peage img {
  max-width: 100%;
  height: auto;
  
  margin: 1em auto;
  display: block;
}

.news-back-button {
  margin-top: 2em;
}

.news-back-button a {
  display: inline-block;
  background: #fff;
  padding: 0.8em 2em;
  border-radius: 30px;
  color: #4E3204;
  font-weight: bold;
  box-shadow: 2px 3px 0 #FFCB21;
  text-decoration: none;
  position: relative;
}

.news-back-button a::after {
  content: "▶";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
}


/* --- エリア付きニュース（=緑） --- */
body.single-news.has-area .news-title_peage {
  background-color: #93D973; /* 元 #FFCB21 を上書き */
}

body.single-news.has-area .news-back-button a {
  /* 影のアクセント色も緑系に */
  box-shadow: 2px 3px 0 #93D973; /* 元 #FFCB21 を上書き */
}











@media (max-width: 768px){
  .news-detail_peage{
    margin: 30px auto;
  }
}


/* ======パンくずリスト======== */


.breadcrumb {
  background-color: #F9F3E9;
  font-size: 0.9rem;
  color: #000;
  padding: 1em 0;
  width: 100%;
  overflow-x: auto;
  margin: 40px 0 0 100px;
  justify-content: flex-start;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  margin: 0;
  align-items: center;
  white-space: nowrap;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li::after {
  content: "＞";
  margin: 0 0.5em;
  color: #ccc;
}

.breadcrumb li:last-child::after {
  content: none;
}

.breadcrumb a {
  color: #4E3204;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #f9ce00;
}


.breadcrumb .current {
  font-weight: bold;
  /* color: #1a3564;
  background-color: #f6f8fc; */
  padding: 0.2em 0.6em;
  border-radius: 5px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {

  .breadcrumb {
  font-size: 0.7rem;
  overflow-x: auto;
  margin: 70px 0 0 50px;
}
  
}



/* =======404========= */

.errorall {
      margin: 0;
      padding: 0;
      background-color: #F9F3E9;
      font-family: 'Arial', sans-serif;
      color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      text-align: center;
    }

    .error-container {
      padding: 40px 20px;
    }

    .error-container img {
      width: 100px;
      margin-bottom: 20px;
    }

    .error_h1 {
      font-size: 4rem;
      margin-bottom: 10px;
      color: #ffcc00;
    }

    .error_h1p {
      font-size: 1.1rem;
      margin: 10px 0;
    }

    .back-btn_er {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 30px;
      background-color: #fff;
      color: #000;
      text-decoration: none;
      border-radius: 30px;
      transition: background 0.3s ease;
      font-weight: bold;
    }

    .back-btn:hover {
      background-color: #FFCB21;
    }

    @media screen and (max-width: 768px) {
      .error_h1 {
        font-size: 3rem;
      }

      .back-btn_er {
        padding: 10px 20px;
      }
    }



    /* エリア別ページ検索 */

    .area-search-section2 {
      background-color: #EBFFE2;
      padding: 50px 0;
      margin: 80px 0;
    }

    .area-search-section2 .heading .circle {
    background-color: #93D973;
    left: 68px;
}






/* ========== Event archive filter (updated) ========== */
.archive-filter { margin: 0 0 16px; }

.filter-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;          /* 縦中央に揃える */
  justify-content:center;
  gap:12px 16px;
  margin: 6px 0 10px;
}

/* ラベル付きセレクト */
.select-field{ min-width:220px; }
.select-field label{
  display:block; font-size:12px; line-height:1; color:#666;
  margin:0 0 6px 6px;
}

/* 旧：疑似要素の矢印は使わない（無効化） */
.select-field::after{ content:none !important; }

/* 新：矢印は select の背景に描くのでズレない */
.ui-select{
  appearance:none; -webkit-appearance:none; -moz-appearance:none;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:9999px;
  padding:10px 40px 10px 14px;   /* 右側に矢印ぶん余白 */
  line-height:1; min-height:40px; font-size:14px;

  /* 下向き矢印（安全な data URI） */
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position: right 14px center;   /* 常に縦中央 */
  background-size:12px 12px;
}
/* IEの既定ドロップダウン非表示（保険） */
select.ui-select::-ms-expand{ display:none; }

/* ボタン */
.search-button,
.btn-ghost{
  height:40px; padding:0 16px; border-radius:9999px;
}
.btn-ghost{
  display:inline-flex; align-items:center; justify-content:center;
  border:1px solid #d0d0d0; background:#fff; color:#333; text-decoration:none;
}

/* 既存の search-options などの余白の上書き */
.search-options, .filter-row{ margin-top:0 !important; }

/* スマホ：縦並び＆全幅 */
@media (max-width: 768px){
  .filter-row{ flex-direction:column; align-items:stretch; gap:10px; }
  .ui-select, .search-button, .btn-ghost{ width:100%; }
}





/* ==== Tag (pill) ==== */
.card-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:6px;
}
.tag{
  --bg:#F2F4F7;        /* 背景 */
  --bd:transparent;    /* 枠線 */
  --fg:#344054;        /* 文字色 */
  display:inline-flex;
  align-items:center;
  gap:.35em;
  padding:.28em .6em;
  border-radius:999px;
  font-size:.78rem;
  line-height:1.2;
  background:var(--bg);
  color:var(--fg);
  border:1px solid var(--bd);
  max-width:100%;
}
.tag .tag-txt{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  max-width:16ch; /* 駅名長対策。必要なら調整 */
}
/* 色バリエーション */
.tag--area    { --bg:#EEF4FF; --fg:#3538CD; } /* indigo */
.tag--station { --bg:#ECFDF3; --fg:#027A48; } /* green */
.tag--walk    { --bg:#FFF6ED; --fg:#C4320A; } /* orange */
/* アイコン（絵文字簡易） */
.tag-ic{ font-size:.95em; line-height:1; }
.tag--area .tag-ic::before    { content:"📍"; }
.tag--station .tag-ic::before { content:"🚉"; }
.tag--walk .tag-ic::before    { content:"🚶"; }


/* ====== カード全体のトーンを整える ====== */
.listsearch-card{
  border-radius: 14px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.listsearch-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

/* 画像の比率・角丸 */
.listsearch-card .image-box{
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
 padding: initial;
  margin-bottom: 10px;
}
.listsearch-card .image-box img{
  width:100%; height:100%; object-fit:cover; display:block;
}

/* タイトルのメリハリ */
.listsearch-card .name{
  margin: 4px 0 4px;
  font-weight: 700;
  line-height: 1.35;
}

/* ====== タグ（エリア／駅／徒歩）を“細いモノトーンのチップ”に ====== */
.card-tags{
  display:flex; flex-wrap:wrap; gap:0px; margin-top:6px;
}

/* ベースをモノトーンのアウトラインに */
.tag{
  --bg: transparent;
  --bd: #E5E7EB;
  --fg: #475467;
  display:inline-flex; align-items:center; gap:.4em;
  padding:.22em .55em;
  border-radius: 999px;
  font-size: .76rem; line-height: 1.2;
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--bd);
  max-width:100%;
}

/* 駅名が長いときに省略（2語程度まで） */
.tag .tag-txt{
  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  max-width: 16ch;
}

/* 余計な絵文字は使わない（既存HTMLにある .tag-ic は非表示） */
.tag-ic{ display:none; }

/* 代わりに小さなドットを先頭に。色は控えめに */
.tag::before{
  content:""; width:6px; height:6px; border-radius:999px; display:inline-block;
  background:#D0D5DD;  /* 薄いグレー */
}

/* 役割ごとにドットの色だけ微差をつける（目立たせない） */
.tag--area::before    { background:#BDB4FE; } /* indigo-200程度 */
.tag--station::before { background:#A7F3D0; } /* green-200 */
.tag--walk::before    { background:#FED7AA; } /* orange-200 */

/* 既存のジャンルバッジはそのまま色付きでOK。余白だけ調整 */
.listsearch-card .genre-wrap{ margin-bottom: 6px; }







/* ページネーション */
/* ===== Scoped Pagination (UL限定) ===== */
.sy-pagination {
  background: transparent !important;
  color: inherit !important;
  display: block;
  padding: 0 !important;
  margin: 24px 0;
}

/* ※ UL に限定して Flex 化 */
.sy-pagination > ul.page-numbers{
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* li のリセット（テーマ依存のdisplay指定を打ち消し） */
.sy-pagination > ul.page-numbers > li{
  display: block !important;
  margin: 0;
  padding: 0;
}

/* A / SPAN（=各ボタン） */
.sy-pagination > ul.page-numbers > li > a.page-numbers,
.sy-pagination > ul.page-numbers > li > span.page-numbers{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  background: #fff;        /* 通常は白 */
  color: #374151;
  text-decoration: none;
  font-size: .95rem;
  line-height: 1;
  transition: transform .15s, border-color .15s, color .15s, background .15s;
  padding: initial;
}

/* hover */
.sy-pagination > ul.page-numbers > li > a.page-numbers:hover{
  border-color: #f29500;
  color: #f29500;
  transform: translateY(-1px);
}

/* 現在ページだけオレンジ */
.sy-pagination > ul.page-numbers > li > span.page-numbers.current{
  background: #f29500;
  color: #fff;
  border-color: #f29500;
  font-weight: 700;
}

/* 省略記号 … */
.sy-pagination > ul.page-numbers > li > span.page-numbers.dots{
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  padding: 0 4px;
  color: #9ca3af;
}

@media (max-width: 480px){
  .sy-pagination > ul.page-numbers > li > a.page-numbers,
  .sy-pagination > ul.page-numbers > li > span.page-numbers{
    width: 34px;
    height: 34px;
    font-size: .9rem;
  }
}
