@charset "UTF-8";
/* CSS Document */

.palt {
  font-feature-settings: "palt";
}

.mplus{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}
.mont{
	font-family: "Montserrat", sans-serif;
}
.inner01{
	padding-left: 150px;
	padding-right: 150px;
}
.inner02{
	padding-left: 20px;
	padding-right: 150px;
}
.inner03{
	padding-left: 100px;
	padding-right: 100px;
}
@media screen and (min-width: 1500px){
	.inner01,
	.inner02,
	.inner03{
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1270px){
	.inner01{
		padding-left: 100px;
		padding-right: 100px;
	}
	.inner02{
		padding-left: 20px;
		padding-right: 100px;
	}
	.inner03{
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media screen and (max-width: 768px){
	.inner01,
	.inner03{
		padding-left: 40px;
		padding-right: 40px;
	}
	.inner02{
		padding-left: 40px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 650px){
	.inner01,
	.inner02,
	.inner03{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*
-----------------------------------------------
▼header
----------------------------------------------- */
.header_bg_box{
	position: relative;
}
.header_bg{
	overflow-x: hidden;
	height: 168px;
}
.header_logo{
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	z-index: 100;
}
.header_logo img{
	width: 100%;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background:#fff;
	height: 80px;
}

/*
-----------------------------------------------
▼top img
----------------------------------------------- */
.top_bg_box{
	position: relative;
	/* 	margin-top: -5%; */
}
.top_bg{
	width: 100%;
}
.top_txt{
	position: absolute;
	width: 50%;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top_bg img{
	width: 100%;
}
.top_txt img{
	width: 100%;
}
.caution{
	font-size: 1.6rem;
	padding-top: 0.4em;
}
.cau_tar{
	text-align: right;
	padding-right: 1.5em;
}
.tac{
	text-align: center;
}
/*
-----------------------------------------------
▼concept
----------------------------------------------- */
.h01{
	text-align: center;
}
.h01 span{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #fff;
	background-color: #0083cc;
	display: inline-block;
	font-size: 2rem;
	padding: 0 0.5em;
	letter-spacing: 0.05em;
}
.h01 h2 {
-webkit-font-smoothing: antialiased;
    color: #0083cc;
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.1em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
}
.wave{
	width: 154px;
	margin-left: auto;
	margin-right: auto;
}
.wave img{
	width: 100%;
}
.concept{
	margin-top: 58px;
}
.btn01 a{
	display: inline-block;
	background-color: #0083cc;
	color: #fff;
	text-decoration: none;
	font-size: 2.2rem;
	padding: 0.4em 2.5em 0.4em 2em;
	border-radius: 100px;
	letter-spacing: 0.07em;
	position: relative;
	border: solid 1px #0083cc;
	transition: all 0.5s 0s ease;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.btn01 a::after{
	content: "\02192";
	position: absolute;
	top: 50%;
	right: 0.7em;
	transform: translateY(-50%);
	color: #fff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 22px;
}
.btn01 a:hover{
	background-color: #fff;
	color: #0083cc;
}
.concept_box{
	display: flex;
	margin-top: 23px;
	column-gap: 5%;
	align-items: center;
	margin-bottom: 50px;
}
.concept_img{
	width: 55%;
}
.concept_txt{
	width: 40%;
}
.concept_txt p{
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 2em;
}
.concept_img img{
	width: 100%;
}
.btn_about{
	margin-bottom: 27px;
}
.op_soon{
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	background-color: #ff0033;
	letter-spacing: 0.08em;
	padding: 0.2em 0.8em;
	margin-bottom: 1em;
	display: inline-block;
}
/*
-----------------------------------------------
▼event
----------------------------------------------- */
.event{
	background-image: url("../img/bg01.png");
	padding-top: 115px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
.event_bg{
	background-color: #cdeaf9;
	padding-bottom: 150px;
}
.event_box{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	margin-bottom: 50px;
}
.event_box li{
	width: 31%;
}
.event_box li img{
	width: 100%;
}
.event_box li a{
	color: #333;
	text-decoration: none;
}
.fa-calendar-days{
	font-size: 23px;
	margin-right: 0.5em;
}
.event_box li time{
	font-size: 1.9rem;
}
.event_box li h3{
	font-size: 1.8rem;
	font-weight: 500;
}
.btn_event{
	text-align: center;
}
.deco01{
	position: absolute;
	top: 0;
	right: 2vw;
	width: 22vw;
}
.deco02{
	position: absolute;
	bottom: -5vw;
	left: 3vw;
	width: 14vw;
	z-index: 3;
}
.deco01 img,
.deco02 img{
	width: 100%;
}
.event_txt{
	margin-top: 10px;
}

.news_photo{
max-width:900px;
margin:25px auto 12px;
}

.news_photo img{
max-width:100%;
height:auto;
}

/*
-----------------------------------------------
▼feature
----------------------------------------------- */
.feature{
	background-image: url("../img/bg02.png");
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
	margin-top: -8vw;
}
.feature_box{
	margin-top: 55px;
}
.feature_box li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5vw;
}
.feature_box li:nth-child(even){
	flex-direction: row-reverse;
}
.feature_img{
	width: 25%;
}
.feature_img img{
	width: 100%;
}
.feature_txt{
	width: 73%;
}
.feature_txt h3{
	font-size: 2.6rem;
	color: #0083cc;
	border-bottom: dashed 1px #0083cc;
	position: relative;
	padding-left: 1.8em;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
}
.feature_txt h3::before{
	content: "";
	position: absolute;
	background-image: url("../img/flag.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 41px;
	height: 43px;
	top: 0;
	left: 0;
	z-index: 5;
	display: inline-block;
}
.feature_txt p{
	line-height: 2;
	margin-bottom: 1em;
}

/*
-----------------------------------------------
▼news
----------------------------------------------- */
.news{
	background-image: url("../img/bg01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 110px;
	margin-top: -8vw;
	position: relative;
	z-index: 2;
}
.news_bg{
	background-color: #cdeaf9;
	padding-bottom: 150px;
}
.btn_news{
	text-align: center;
}
.news_box li{
	border-bottom: dashed 1px #666666;
}
.news_box li a{
	color: #333;
	text-decoration: none;
	display: flex;
	font-size: 1.8rem;
	font-weight: 600;
	padding-top: 1em;
	padding-bottom: 1em;
}
.news_box li a time{
	width: 15%;
}
.news_box li a p{
	width: 85%;
}
.news_box{
	margin-top: 50px;
	margin-bottom: 47px;
}
.deco03{
	position: absolute;
	top: 0;
	right: 4vw;
	width: 12vw;
}
.deco03 img{
	width: 100%;
}
/*
-----------------------------------------------
▼insta
----------------------------------------------- */
.insta{
	background-image: url("../img/bg02.png");
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 150px;
	margin-top: -8vw;
	position: relative;
	z-index: 3;
}
.insta_box{
	display: flex;
	column-gap: 10px;
	margin-top: 57px;
	margin-bottom: 50px;
}
.insta_box img{
	width: 100%;
}
.btn_insta{
	text-align: center;
}
.deco04{
	position: absolute;
	top: -6.5vw;
	left: 4vw;
	width: 10vw;
}
.deco04 img{
	width: 100%;
}
/*
-----------------------------------------------
▼アクセス
----------------------------------------------- */
.access{
	background-image: url("../img/bg01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 100px;
	margin-top: -8vw;
	z-index: 3;
}
.access_bg{
	background-color: #cdeaf9;
	padding-bottom: 150px;
}
.map{
	width: 100%;
	margin-bottom: 7vw;
}
.map img{
	width: 100%;
	border-radius: 16px;
}
.access_box{
	margin-top: 60px;
	align-items: flex-start;
}
.access_txt{
	width: 100%;
	background-color: #fff;
	border-radius: 16px;
	font-size: 1.7rem;
	font-weight: 600;
	padding: 2em;
	display: flex;
	justify-content: space-between;
}
.access_txt dl > div{
	width: 83%;
}
.access_txt dl dd{
	line-height: 1.7;
}
.access_txt .public_box dl,
.access_txt .highway_box dl{
	margin-bottom: 1em;
	display: flex;
}
.access_txt .parking_box dl{
	display: flex;
}
.access_txt dt{
	width: 17%;
	line-height: 1.7;
}
.dd_type01{
	width: 83%;
}
.access_txt p{
	font-size: 1.6rem;
}
.access_txt h4{
	font-size: 1.6rem;
	margin-bottom: 0.2em;
	margin-top: 1.5em;
}
.deco05{
	position: absolute;
	top: 1vw;
	right: 5vw;
	width: 11vw;
}
.deco05 img{
	width: 100%;
}
.public_box{
	width: 48%;
}
.car_box{
	width: 48%;
	border-left: solid 1px #666666;
	padding-left: 2.5em;
}
.public_box dt{
	position: relative;
	padding-left: 1em;
}
.public_box dt::before{
	content: "";
	position: absolute;
	background-color: #333;
	width: 13px;
	height: 13px;
	top: 0.5em;
	left: 0;
}
.car_h3{
	position: relative;
	padding-left: 1em;
}
.car_h3::before{
	content: "";
	position: absolute;
	background-color: #333;
	width: 13px;
	height: 13px;
	top: 0.5em;
	left: 0;
}
.car_box dl .dt_type01{
	width: 27%;
}
.car_box dl .dd_type02{
	width: 73%;
}
.par_ttl span{
	font-size: 1.5rem;
}
.parking_box dl dt{
	width: 20%;
}
.parking_box dl dd{
	width: 80%;
}
.raicho{
	font-size: 1.6rem;
}
.btn02 a{
	color: #333;
	text-decoration: none;
	font-size: 1.6rem;
	border-bottom: solid 1px #333;
	padding-bottom: 0.2em;
	padding-left: 1em;
	position: relative;
	transition: all 0.5s 0s ease;
}
.btn02 a::before{
	content: "\025b6";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 12px;
}
.btn02 a:hover{
	opacity: 0.7;
}
.btn02{
	margin-top: 20px;
	margin-bottom: 0.5em;
}
/*
-----------------------------------------------
▼footer
----------------------------------------------- */
footer{
	position: relative;
	padding-bottom: 3vw;
}
.footer_bg{
	overflow-x: hidden;
	position: relative;
	z-index: 5;
	margin-top: -8vw;
}
.footer_box{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 6;
	margin-top: -5vw;
}
.footer_logo_box{
	width: 15%;}
.footer_logo{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.footer_logo img{
	width: 100%;
}
.sns_icon{
	margin-top: 32px;
	color: #009cd1;
	display: flex;
	column-gap: 10px;
	justify-content: center;
}
.sns_icon a{
	color: #009cd1;
	transition: all 0.5s 0s ease;
}
.sns_icon a:hover{
	opacity: 0.7;
}
.fa-tiktok{
	font-size: 31px;
}
.fa-instagram{
	font-size: 33px;
}
.h02{
	font-size: 1.6rem;
	font-weight: 600;
	border: solid 1px #333;
	padding: 0.2em 1em;
	display: inline-block;
	margin-bottom: 0.7em;
}
.footer_in{
	padding-left: 65px;
	padding-right: 150px;
	margin-top: 3vw;
}
.footer_contact address{
	margin-bottom: 0.7em;
}
.footer_txt{
	display: flex;
	column-gap: 5%;
	width: 70%;
}
.footer_pro ul{
	padding-left: 1.5em;
}
.footer_pro ul li{
	list-style: disc;
}

/*
-----------------------------------------------
▼オープニングイベント
----------------------------------------------- */
.op_event_box{
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
	width: 71%;
	margin-left: auto;
	margin-right: auto;
}
.op_festa{
	width: 40%;
}
.op_festa img{
	width: 100%;
}
.op_festa a img:hover{
	opacity:0.6;
}


.op_festa_txt{
	width: 56%;
}
.op_festa_txt h3{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0.6em;
}
.op_festa_txt h3 mark{
	background: linear-gradient(transparent 55%, #ffff99 0%);
}
.op_festa_txt time{
	font-size: 2.3rem;
	font-weight: 700;
	display: inline-block;
}
.op_festa_txt p{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.schedule{
	display: flex;
	align-items: center;
	column-gap: 1em;
	margin-bottom: 0.8em;
}
.schedule span{
	font-size: 1.6rem;
	font-weight: 700;
}
.detail{
		margin-bottom: 1.8em;
}
.detail dl{
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	column-gap: 0.5em;
}
.detail dt{
	width: 20%;
	position: relative;
}
.detail dt::after{
	content: ":";
	position: absolute;
	top: 0;
	right: 0;
}
.op_festa02{
	text-align: center;
	width: 100%;
	margin-top: 34px;
}
.schedule02{
	justify-content: center;
}
.op_festa02_txt{
	width: 60%;
	text-align: left;
	display: inline-block;
}
.op_event_box02{
	margin-top: 105px;
}

.mb01{
margin-bottom:80px;
}

/*
-----------------------------------------------
▼明石T3テラスでできること　20260126 LP
----------------------------------------------- */
.feature_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	grid-row-gap: 2vw;
	margin-top: 80px;
	margin-bottom: 44px;
	column-gap: 0.5%;
}
.feature_list li{
	width: 33%;
}
.fea_img{
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
.fea_img img{
	width: 100%;
}
.feature_list h3{
	text-align: left;
	display: inline-block;
	font-size: 2rem;
	color: #0083cc;
	font-family: "M PLUS Rounded 1c", sans-serif;
	margin-top: 0.5em;
	position: relative;
	padding-left: 1em;
}
.feature_list h3::before{
	content: "";
	position: absolute;
	width: 35px;
	height: 37px;
	background-image: url("../img/flag.png");
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	left: -1.2em;
}
.area_map{
	margin-top: 65px;
	margin-bottom: 11vw;
}
.map_illust img{
	width: 100%;
}

.area_img img{
	width: 100%;
}

.area_img{
	margin-bottom:40px;
}

.area_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	grid-row-gap: 3vw;
	margin-bottom: 3vw;
}
.area_list li{
	width: 48%;
}
.area_ttl{
	display: flex;
	font-size: 2.2rem;
	align-items: center;
	column-gap: 0.4em;
	margin-bottom: 0.2em;
}
.area_ttl h3{
	font-weight: 600;
}
.area_ttl span{
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	padding-left: 0.4em;
	vertical-align: middle;
	line-height: 1.4;
}
.area_list p{
	font-size: 1.6rem;
}
.area_list li:nth-child(1) .area_ttl span{
	background-color: #7e318e;
}
.area_list li:nth-child(2) .area_ttl span{
	background-color: #e60012;
}
.area_list li:nth-child(3) .area_ttl span{
	background-color: #e4007f;
}
.area_list li:nth-child(4) .area_ttl span{
	background-color: #58b431;
}
.area_list li:nth-child(5) .area_ttl span{
	background-color: #f39300;
}
.info{
	border: solid 2px #0083cf;
	padding: 1.5em 3em 2.4em;
	text-align: center;
}
.info_txt{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1.7em;
}
.info_tel{
	font-size: 2.3rem;
	font-weight: 600;
	margin-top: 0.7em;
	margin-bottom: 1.5em;
}


/*
-----------------------------------------------
▼料金表
----------------------------------------------- */
.info h3{
font-size:2.5rem;
color: #0083cc;
margin-bottom:10px;
}

.fee_tble h4{
text-align:left;
margin-bottom:5px;
font-size:1.6rem;
}

.fee_tbl{
border:solid 1px #999;
width:100%;
}

.fee_tbl td,
.fee_tbl th{
padding:4px 8px;
border:solid 1px #999;
font-size:1.4rem;
}

.fee_tbl th{
font-weight:bold;
}

.bg_blue th{
background:#ddf1fb;
text-align:center;
}


.use_info{
display:flex;
justify-content: space-between;
flex-wrap:wrap;
background:#eee;
padding:15px 70px;
margin-bottom:25px;
}

.use_info li{
text-align:left;
width:45%;
font-size:1.5rem;
margin-bottom:6px;
}

.tbl_box{
	overflow-x: auto;
	display: block;
	margin-bottom:25px;
}
.tbl_box table th,
.tbl_box table td{
	white-space: nowrap;
}

/*
-----------------------------------------------
▼アニメーション
----------------------------------------------- */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}
.js-fadeIn{
	opacity: 0;
	transition: 2s;
}
.js-fadeIn.is-inview{
	opacity: 1;
}

.top_txt{
    transition-delay: 1.5s; /* フェード開始を0.5秒遅らせる */
}

/* イベント項目定期マルシェ */
.event_top_d{
background:#fff;
max-width:670px;
padding:4%;
margin:7% auto 3%;
border-radius:50px;
border:solid 2px #17a4f5;
}

.event_top_d h3{
font-size:2.1rem;
margin-bottom:10px;
}
.event_top_d h3 mark{
background: linear-gradient(transparent 55%, #ffff99 0%);
}

.event_top_d p{
margin-bottom:12px;
}

.event_top_d .p01{
font-size:115%;
}

.event_top_d .p01 span{
display:inline-block;
}



/*
-----------------------------------------------
▼レスポンシブ
----------------------------------------------- */
.spOnly{
	display: none;
}
.spOnly02{
	display: none;
}
.under600{
	display: none;
}
.under950{
	display: none;
}

@media screen and (min-width: 1500px){
.top_bg_box{
	margin-top: -5%;
}
/* .header_logo{
		width: 220px;
	} */
}
@media screen and (max-width: 1400px){
	.feature_list h3{
		font-size: 1.7rem;
	}
	.fea_img{
		width: 62%;
	}
	.feature_list li{
		width: 31%;
	}
	.feature_list{
		column-gap: 3%;
	}
}
@media screen and (max-width: 1300px){
	.op_event_box{
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media screen and (max-width: 1215px){
	.over1215{
	display: none;
}
}
@media screen and (max-width: 1150px){
	.access_box{
		flex-direction: column;
		grid-row-gap: 4vw;
	}
	.access_txt{
width: 100%;
	}


.use_info{
padding:15px 3vw;
}

.mb01{
margin-bottom:20px;
}

}
@media screen and (max-width: 1150px) and (min-width: 768px){
	.btn01 a{
		font-size: 1.9vw;
	}
	.op_soon{
		font-size: 2.2vw;
	}
	.feature_list h3{
		font-size: 1.3vw;
	}
	.feature_list h3::before{
		width: 20px;
		height: 22px;
	}

}
@media screen and (min-width: 1150px) and (max-width: 601px){
	.pcOnly02{
		display: none;
	}
}
@media screen and (max-width: 1110px){
	.op_event_box{
		padding-left: 5%;
		padding-right: 5%;
	}
	.op_festa_txt h3{
		font-size: 2.3vw;
	}
	.op_festa_txt time{
		font-size: 2.1vw;
	}
}
@media screen and (max-width: 1050px){
	.event_box{
	flex-wrap: wrap;
		grid-row-gap: 4vw;
		justify-content: center;
		column-gap: 25px;
	}
	.event_box li{
		width: 48.5%;
	}
	.footer_box{
		flex-direction: column;
		grid-row-gap: 4vw;
	}
	.footer_txt{
		width: 100%;
	}
	.footer_logo{
		margin-left: auto;
		margin-right: auto;
	}
	.footer_in{
		padding-left: 100px;
		padding-right: 100px;
	}
	.access_txt{
		flex-direction: column;
	}
	.access_txt dl{
		justify-content: space-between;
	}
	.access_txt dt{
		width: 12%;
	}
	.access_txt dl > div{
		width: 85%;
	}
	.dd_type01{
		width: 85%;
	}
	.par_ttl{
		column-gap: 0.5em;
	}
	.parking_box dl dt{
		width: 12%;
	}
	.public_box{
		width: 100%;
	}
	.car_box{
		width: 100%;
		padding-left: 0;
		border: 0;
	}
	.car_box dl .dt_type01{
		width: 12%;
	}
	.car_box dl .dd_type02{
		width: 85%;
	}
	.parking_box dl dd{
		width: 85%;
	}
	.over1050{
		display: none;
	}
	.footer_logo_box{
		width: 100%;
	}
	.footer_logo{
		width: 25%;
	}
	.footer_in{
		margin-top: 0;
	}
	.area_ttl{
		font-size: 1.8rem;
	}
	.area_list p{
		font-size: 1.4rem;
	}
	.info_txt{
		font-size: 1.4rem;
	}
	.info_tel{
		font-size: 1.4rem;
	}
	.info{
		padding: 1.2em 1.8em 2em;
	}


.use_info li{
width:100%;
}

}
@media screen and (max-width: 950px){
	.under950{
		display: block;
	}
	.feature_list h3{
		font-size: 1.9vw;
	}
}
@media screen and (max-width: 768px){
	.spOnly{
		display: block;
	}
	.pcOnly{
		display: none;
	}
	.sp_header_bg{
		overflow-x: hidden;
		height: 128px;
	}
	.header_logo{
		top: 2.5%;
		width: 20vw;
	}
	.sp_top_bg{
		width: 100%;
	}
	.sp_top_bg img{
		width: 100%;
	}
	.top_txt{
		width: 83%;
	}
	.h01 span{
		font-size: 1.8rem;
		margin-bottom: 0.8em;
	}
	.h01 h2{
		font-size: 2.5rem;
		margin-bottom: 0.5em;
	}
	.concept_box{
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 90px;
	}
	.concept_img{
		width: 100%;
	}
	.concept_p{
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2;
		padding: 0 10%;
		z-index:2;
	}
	.concept_img{
		margin-top: -20vw;
		z-index: 1;
		margin-bottom: 80px;
	}
	.concept_txt{
		width: 100%;
		text-align: center;
	}
	.op_soon{
		font-size: 1.6rem;
	}
	.btn01 a{
		font-size: 1.5rem;
	}
	.btn01 a::after{
		font-size: 18px;
	}
	.btn_about{
		margin-bottom: 18px;
	}
	.deco01{
		top: -9vw;
		right: 4vw;
		width: 24vw;
	}
	.event_box li{
		width: 100%;
	}
	.event{
		padding-top: 12vw;
	}
	.event_box{
		margin-top: 35px;
	}
	.event_box li time{
		font-size: 1.5rem;
	}
	.event_box li h3{
		font-size: 1.6rem;
	}
	.op_event_box{
		padding-left: 0;
		padding-right: 0;
	}
	.op_festa_txt p{
		font-size: 1.4rem;
	}
	.op_festa_txt h3{
		font-size: 1.7rem;
	}
	.op_festa_txt time{
		font-size: 1.5rem;
	}
	.fa-calendar-days{
		font-size: 18px;
	}
	.deco02{
		left: 5vw;
		width: 20vw;
	}
	.feature_box li{
		flex-direction: column;
		grid-row-gap: 3vw;
		margin-bottom: 10vw;
	}
	.feature_img{
		width: 35%;
		margin-left: auto;
		margin-right: auto;
	}
	.feature_txt{
		width: 100%;
	}
	.feature_box .btn01{
		text-align: center;
	}
	.feature_box li:nth-child(even){
		flex-direction: column;
	}
	.feature_txt h3{
		font-size: 2rem;
	}
	.feature_txt h3::before{
		width: 32px;
		height: 34px;
	}
	.news{
		padding-top: 75px;
	}
	.deco03{
		top: -6vw;
		width: 14vw;
	}
	.news_box li a{
		flex-direction: column;
		font-size: 1.5rem;
	}
	.news_box{
		margin-top: 20px;
	}
	.news_box li a time{
		width: 100%;
	}
	.deco04{
		left: 8vw;
		width: 12vw;
		top: -0.5vw;
	}
	.insta{
		padding-top: 80px;
	}
	.insta_box{
		flex-wrap: wrap;
		grid-row-gap: 2vw;
		column-gap: 2vw;
		justify-content: center;
	}
	.insta_box li{
		width: 47%;
	}
	.deco05{
		right: 7vw;
		top: -5.5vw;
		width: 13vw;
	}
	.access{
		padding-top: 80px;
	}
	.wave{
		width: 115px;
	}
	.map{
		width: 100%;
	}
	.access_box{
		margin-top: 40px;
	}
	.access_txt{
		font-size: 1.5rem;
	}
	.access_txt p{
		font-size: 1.5rem;
	}
	.access_txt h4{
		font-size: 1.5rem;
	}
	.footer_in{
		padding-left: 40px;
		padding-right: 40px;
	}
	.footer_txt{
		flex-direction: column;
	}
	.footer_logo{
		width: 25%;
		margin-top: -2vw;
	}
	.footer_txt{
		grid-row-gap: 5vw;
	}
	.h02{
		font-size: 1.5rem;
	}
	footer{
		padding-bottom: 6vw;
	}
	.par_ttl span{
		font-size: 1.3rem;
	}
	.raicho{
		font-size: 1.4rem;
	}
	.public_box dt::before{
		width: 12px;
		height: 12px;
	}
	.car_h3::before{
		width: 12px;
		height: 12px;
	}
	.btn02 a{
		font-size: 1.5rem;
	}
	.feature_list li{
		width: 40%;
	}
	.feature_list h3{
		font-size: 1.6rem;
	}
	.feature_list h3::before{
		width: 28px;
		height: 30px;
	}
	.caution{
		font-size: 1.3rem;
	}
		.op_event_box{
		flex-direction: column;
		grid-row-gap: 5vw;
	}
		.op_festa{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.op_festa_txt{
		width: 100%;
	}
	.btn_op_festa{
		text-align: center;
	}
	.op_festa_txt{
		text-align: center;
	}
	.schedule{
		justify-content: center;
	}
	.op_festa_txt p{
		text-align: left;
		display: inline-block;
	}
	.detail{
		text-align: left;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.detail dl{
		font-size: 1.4rem;;
	}
	.op_event_box02{
		margin-top: 70px;
	}







/* イベント項目定期マルシェ */
.event_top_d{
background:#fff;
padding:6vw;
margin:10vw auto 3vw;
border-radius:25px;
border:solid 2px #17a4f5;
}

.event_top_d h3{
font-size:1.9rem;
margin-bottom:10px;
}
.event_top_d h3 mark{
background: linear-gradient(transparent 55%, #ffff99 0%);
}

.event_top_d p{
margin-bottom:12px;
}

.event_top_d .p01{
font-size:115%;
}

.event_top_d .p01 span{
display:inline-block;
}




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

	.spOnly02{
		display: block;
	}
	.feature_list h3{
		font-size: 2vw;
	}
}
@media screen and (max-width: 600px){



.use_info{
padding:15px 10px;
margin-bottom:20px;
}

.use_info li{
text-align:left;
width:100%;
font-size:1.3rem;
margin-bottom:10px;
}

.info{
padding: 5vw 4vw 7vw;
}


	.under600{
		display: block;
	}
	.sp_header_bg02{
		overflow-x: hidden;
		height: 105px;
	}
	/* 	.header_logo{
		top: 3vw;
		width: 35vw;
	} */
	.concept{
		margin-top: 30px;
	}
	.h01 span{
		font-size: 1.4rem;
	}
	.h01 h2{
		font-size: 2rem;
	}
	.concept_p{
		font-size: 1.4rem;
		padding: 0 2%;
	}
	.feature_img{
		width: 55%;
	}
	.feature_box li{
		grid-row-gap: 5vw;
	}
	.feature_box{
		margin-top: 40px;
	}
	.feature_txt h3{
		font-size: 1.8rem;
	}
	.feature_txt h3::before{
		width: 28px;
		height: 30px;
	}
	.news_box li a{
		font-size: 1.4rem;
	}
	.access_txt{
		padding: 1.2em;
		font-size: 1.4rem;
	}
	.access_txt p{
		font-size: 1.4rem;
	}
	.access_txt h4{
		font-size: 1.4rem;
		margin-top: 1em;
	}
	.footer_bg{
		margin-top: -15vw;
	}
	.access_bg{
		padding-bottom: 70px;
	}
	.footer_logo{
		width: 28vw;
		margin-top: -10vw;
	}
	.concept_box{
		margin-bottom: 55px;
	}
	.event_bg{
		padding-bottom: 80px;
	}
	.feature{
		padding-top: 55px;
		padding-bottom: 30px;
	}
	.news{
		padding-top: 55px;
	}
	.news_bg{
		padding-bottom: 70px;
	}
	.insta{
		padding-top: 55px;
		padding-bottom: 70px;
	}
	.insta_box{
		margin-top: 30px;
	}
	.access{
		padding-top: 55px;
	}
	.deco01{
		width: 28vw;
	}
	.deco02{
		width: 23vw;
		bottom: -9vw;
	}
	.deco03{
		width: 22vw;
	}
	.deco04{
		width: 15vw;
	}
	.deco05{
		width: 18vw;
	}
	.public_box dt::before{
		width: 11px;
		height: 11px;
		top: 0.4em;
	}
	.car_h3::before{
		width: 11px;
		height: 11px;
		top: 0.45em;
	}
	.access_txt .public_box dl{
		flex-direction: column;
	}
	.access_txt .highway_box dl{
		flex-direction: column;
	}
	.car_box dl .dt_type01{
		width: 100%;
	}
	.dd_type01{
		width: 100%;
	}
	.access_txt dl > div{
		width: 100%;
	}
	.car_box dl .dd_type02{
		width: 100%;
	}
	.parking_box dl dt{
		width: 30%;
	}
	.parking_box dl dd{
		width: 100%;
	}
	.access_txt dt{
		width: 100%;
	}
	.btn02 a{
		font-size: 1.3rem;
	}
	.raicho{
		font-size: 1.3rem;
	}
	.feature_list li{
		width: 100%;
	}
	.fea_img img{
		width: 70%;
	}
	.feature_list{
		grid-row-gap: 7vw;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.over600{
		display: none;
	}
	.footer_box{
		margin-top: 0;
	}
	.footer_in{
		padding-left: 20px;
		padding-right: 20px;
	}
	footer{
		margin-bottom: 15vw;
	}
		.top_bg_box{
		margin-top: -10%;
	}
	.area_list{
		flex-direction: column;
	}
	.area_list li{
		width: 100%;
	}
	.info_txt{
		text-align: left;
	}
	.area_map{
		margin-top: 30px;
	}
	.detail{
		width: 100%;
	}
	.op_festa02_txt{
		width: 100%;
	}
	.op_festa02_txt{
		margin-bottom: 3.5em;
	}
}
	@media screen and (max-width: 450px){
		.footer_logo{
			margin-top: -18vw;
		}
		.sns_icon{
			margin-top: 10px;
		}
		.fa-tiktok{
			font-size: 25px;
		}
		.fa-instagram{
			font-size: 27px;
		}
		.area_ttl{
			font-size: 1.7rem;
		}
		.area_list{
			grid-row-gap: 6vw;
			margin-bottom: 7vw;
		}
		.concept_img{
			margin-bottom: 40px;
		}
		.op_festa{
			width: 100%;
		}
	}


@media screen and (max-width: 460px){
	.header_logo{
		top: 3vw;
		width: 35vw;
	}
}

#top_event{
scroll-margin-top: 150px;
}

@media screen and (max-width: 500px){
#top_event{
scroll-margin-top: 120px;
}
}