


.train_fes {
	width: 1100px;
	margin: 0px auto;
	padding: 10px; 
	text-align: center;
}




.train_marche-ttl {
	width: 1100px;
	margin: 0px auto;
	padding: 10px; 
	text-align: center;
}


.imageonly {
	width: 100%;
	margin: 50px auto;
}

.imageonly img {
	max-width: 100%;
	vertical-align: bottom;
}


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


.train_fes {
	width: 100%;
	padding: 10px 0px; 
}
	

.train_marche-ttl {
	width: 100%;
}
	
	
.imageonly {
	width: 100%;
	padding: 0px;
}
}



.design {
	width: 100%;
	padding: 10px 0px 20px 0px;
	text-align: center;
	font-size: .9em;
}




/*-=====　お店紹介　=====*/


.shop {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(244,156,105, 0.5);
	padding-bottom: 10px;
}

.shop .link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shop {
	transition: 0.5s;
}

.shop:hover {
	 filter: alpha(opacity=60);
	 -moz-opacity: 0.6;
	 opacity: 0.6;
}


.shop_info {
	width: 100%;
	padding: 5px 10px 10px 10px;
	font-weight: bold;
}

.osanpo_date1 {
	display: inline-block;
    padding: 0px 10px;
    color: #ffffff;
    border-radius: 15px;
    background: #E34A79;
	font-size: 14px;
	letter-spacing: 0.1em;
}


.osanpo_date2 {
	display: inline-block;
    padding: 0px 10px;
    color: #ffffff;
    border-radius: 15px;
    background: #F1441D;
	font-size: 14px;
	letter-spacing: 0.1em;
}






/*-=====　ポップアップ用　=====*/



.shop_detail_core {
	max-width: 900px;
	margin: 20px auto;
	background: #FFFFFF;
	padding: 10px;
}

.shop_detail {
	width: 50%;
	float:left;
	}

.shop_detail img {
	max-width: 100%;
	}


@media screen and (max-width: 768px) {
	.shop_detail_core {
		height: auto;
	}
	
	.shop_detail { 
			width: 100%;
			float: none;
		}
	}





.framewidth {
	margin: 0 auto;
	padding: 10px;
	width: 400px;
	background-color: #FFFFFF;
	text-align: center;
}


.framewidth img{
	max-width: 100%;
}

.information_ttl {
	font-size: 20px;
	font-weight: bold;
	color:  #EB6B22;
	margin: 10px auto;
	width: 95%;
	padding-bottom: 15px;
	border-bottom: #ADADAD dotted 1px;
}


.information_ttl span{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	margin: 10px auto 0px;
}

.information_tx {
	width: 95%;
	font-size: 16px;
	margin: 20px auto;
	text-align: justify;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}


.information_url {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.information_url a:link {
	color: #323232;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.information_url a:hover {
	color: #E56B00;
}

.information_url span {
	display: block;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #F13EA8;
}









/*-=====　インスタボタン　=====*/

.insta_btn2{/*ボタンの下地*/
  position: relative;
  display: inline-block;
	
  color: #FFFFFF !important;
	font-weight: 500;
	font-size: 120%;
  width: 100%;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 15px;
	
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
	
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
	
	
  transition: .2s ease-out;
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  position: relative;
	z-index: 1;
}

.insta_btn2 span {/*テキスト*/
  position: relative;
	z-index: 1;
}




.insta_btn2:hover {
	 cursor: pointer;
	 text-decoration: none;
	opacity: 0.8;
  color: #FFFFFF !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}







/*　　予約ボタン
------------------------------------------------------------------------------------------------------------*/

.reserve-btn-bg {
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px 50px 0px; 
	text-align: center;
	
	background-color: #FFF685;
}


.reserve-check {
	font-size: 18px;
	font-weight: bold;
	color: #C00003;
	padding: 5px 0px;
}



@media screen and (max-width: 768px) {
	.reserve-btn-bg { padding: 10px 0px 10px 0px; }
	.reserve-check { font-size: 16px; }
}



/* 点滅アニメーションの定義 */
@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/* 点滅アニメーションを適用 */
.blink {
  animation: blinking 1s ease-in-out infinite alternate;
}





.reserve-btn{
	text-decoration: none;
  --mainColor :#0C528E;
  --subColor :#fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-style: solid;
  border-color: var(--mainColor);
  background-color: var(--subColor);
  font-weight: 700;
  color: var(--mainColor) !important;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: clamp(14px, 1.1111111111111112vw, 18px);
  padding-right: clamp(8px, 4.266666666666667vw, 24px);
  padding-left: clamp(8px, 4.266666666666667vw, 24px);
  padding-top: clamp(4px, 2.1333333333333333vw, 12px);
  padding-bottom: clamp(4px, 2.1333333333333333vw, 12px);
  border-top-width: clamp(1px, 0.1388888888888889vw, 3px);
  border-right-width: clamp(1px, 0.1388888888888889vw, 3px);
  border-bottom-width: clamp(1px, 0.1388888888888889vw, 3px);
  border-left-width: clamp(1px, 0.1388888888888889vw, 3px);
}

.reserve-btn:hover {
  background-color: var(--mainColor);
  color: var(--subColor) !important;
}

@media (min-width: 1025px) {
  .reserve-btn {
    font-size: clamp(14px, 4.266666666666667vw, 18px);
    padding-right: clamp(24px, 2.2222222222222223vw, 40px);
    padding-left: clamp(24px, 2.2222222222222223vw, 40px);
    padding-top: clamp(12px, 1.1111111111111112vw, 24px);
    padding-bottom: clamp(12px, 1.1111111111111112vw, 24px);
  }
}







/*　　予約ボタン (オレンジ)
------------------------------------------------------------------------------------------------------------*/


.reserve-btn-orange {
  display: inline-block;
  background-color: #F58100;
  color: #FFFFFF !important;
	font-weight: 500;
	font-size: 120%;
  width: 100%;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}

.reserve-btn-orange:hover {
	 cursor: pointer;
	 text-decoration: none;
	opacity: 0.8;
  color: #FFFFFF !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}





/*　　予約ボタン　（緑）
------------------------------------------------------------------------------------------------------------*/


.reserve-btn-green {
  display: inline-block;
  background-color: #379448;
  color: #FFFFFF !important;
	font-weight: 500;
	font-size: 120%;
  width: 100%;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}

.reserve-btn-green:hover {
	 cursor: pointer;
	 text-decoration: none;
	opacity: 0.8;
  color: #FFFFFF !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}










/*　　マルシェの部分
------------------------------------------------------------------------------------------------------------*/



/* ====================
   リセット & ベーススタイル
   ==================== */




:root {
    /* カラーパレット */
    --primary-color: #FF6B6B;
    --primary-dark: #EE5A5A;
    --secondary-color: #4ECDC4;
    --accent-color: #FFE66D;
    --text-dark: #2C3E50;
    --text-light: #FFFFFF;
    --bg-light: #F8F9FA;
    --bg-white: #FFFFFF;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.16);

    /* タイポグラフィ */
    --font-primary: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    --font-size-base: 16px;
    --font-size-sm: 14px;
    --font-size-lg: 18px;
    --font-size-xl: 24px;
    --font-size-2xl: 32px;
    --font-size-3xl: 48px;

    /* スペーシング */
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 32px;
    --spacing-xl: 48px;
    --spacing-2xl: 64px;

    /* ボーダー */
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 16px;
    --border-radius-xl: 24px;

    /* トランジション */
    --transition-fast: 0.2s ease;
    --transition-medium: 0.3s ease;
    --transition-slow: 0.5s ease;
}




/* ====================
   メインコンテナ
   ==================== */
.marche-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--spacing-2xl) var(--spacing-md);
}

/* ====================
   出店者グリッド
   ==================== */
.vendors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    justify-content: center;
}

/* ====================
   出店者カード
   ==================== */
.vendor-card {
    background: var(--bg-white);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    position: relative;
    flex: 0 0 calc(20% - var(--spacing-xs));
    max-width: calc(20% - var(--spacing-xs));
    display: flex;
    flex-direction: column;
}



/* 出店日バッジ（目立たせる） */
.vendor-date {
    position: absolute;
    top: var(--spacing-sm);
    right: var(--spacing-sm);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--text-light);
    padding: 10px 16px;
    border-radius: var(--border-radius-xl);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    box-shadow: var(--shadow-md);
    z-index: 2;
    text-align: center;
    min-width: 80px;
}


/* 画像エリア */
.vendor-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    position: relative;
}

.vendor-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

/* カードコンテンツ */
.vendor-content {
    padding: var(--spacing-sm);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.vendor-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
	margin-top: var(--spacing-xs);
    margin-bottom: var(--spacing-xs);
    line-height: 1;
}

.vendor-info {
    font-size: var(--font-size-sm);
    color: #5A6C7D;
    line-height: 1.8;
    flex-grow: 1;
}





/* ====================
   レスポンシブデザイン
   ==================== */



@media (max-width: 1400px) {
    .vendor-card {
        flex: 0 0 calc(25% - var(--spacing-md));
        max-width: calc(25% - var(--spacing-md));
    }
}

@media (max-width: 1100px) {
    .vendor-card {
        flex: 0 0 calc(33.333% - var(--spacing-md));
        max-width: calc(33.333% - var(--spacing-md));
    }
}

@media (max-width: 900px) {
    .vendor-card {
        flex: 0 0 calc(50% - var(--spacing-md));
        max-width: calc(50% - var(--spacing-md));
    }

    .header h1 {
        font-size: var(--font-size-2xl);
    }
}

@media (max-width: 600px) {
	
	
	.vendors-grid {gap: var(--spacing-sm);
}
	
    .vendor-card {
        flex: 0 0 calc(50% - var(--spacing-md));
        max-width: calc(50% - var(--spacing-md));
    }

    .header h1 {
        font-size: var(--font-size-xl);
    }

    .header p {
        font-size: var(--font-size-base);
    }

    .marche-container {
        padding: var(--spacing-md) 0;
    }

    /* モバイル用の店名サイズ調整 */
    .vendor-name {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    /* モバイル用の出店日バッジ調整 */
    .vendor-date {
        font-size: 12px;
        padding: 6px 10px;
        min-width: 60px;
        top: 8px;
        right: 8px;
    }

    /* モバイル用の店舗情報調整 */
    .vendor-info {
        font-size: 12px;
        line-height: 1.2;
    }

    /* モバイル用のカードコンテンツ調整 */
    .vendor-content {
        padding: 5px 10px;
    }

    /* モバイル用の画像高さ調整 */
    .vendor-image {
        height: 140px;
    }
}















