@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
@media only screen and (min-width:481px) and (max-width:1000px) {
	
img { 
	  height: auto;
      max-width:100%;
}
	
/* [ SEC01 ] ================================================*/

#sec01 {
	display: none;
}
	
#sec01-sp {
    display: block;
	position: relative;
	margin-top: -22px;
}
	
#mv-sp {
    width: 100%;
    padding-top: 146.40625%;
    background: url("../img/mv-sp.png") no-repeat;
    background-size: cover;
	position: relative;
	z-index: -1;
}

.date {
	text-align: center;
	margin-top: 56px;
	z-index: +2;
}
	
.date img {
    width: 84%;
}
	
.date-2 {
	text-align: center;
	margin-top: 22px;
	z-index: +3;
}
	
.date-2 img {
    width: 100%;
}
	
.balloon {
    position: absolute;
    bottom:35%;
    left: 1%;
}
	
.balloon-2 {
    position: absolute;
    bottom:36%;
    right: 2%;
}
	
#mv-btm {
background-color: #000;
	padding-bottom: 42px;
}
	
.ttl-01 {
	padding-top: 60px;
	padding-bottom: 5%;
	width: 80%;
	margin:  0 auto;
	text-align: center;
}
	
#info {
	width: 90%;
	margin: 2% auto;
	color: #000;
	overflow:scroll;
    overflow-x: hidden;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
	
.item {
	background-color: #fff;
	margin-bottom: 10px;
	margin-right: 0;
	border-radius: 12px;
}
	
.news-list .item{
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 4%;
}
.news-list .item .date1{
  margin: 0;
  min-width: 100px;
  font-size: 18px;
  padding: 0 0 6px 0;
	letter-spacing: 1px;
	font-weight: bold;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
	line-height: 1.2rem;
}
.ttl-07 {
	border-bottom: 1px solid #000;
	font-size: 1.2rem;
}

	
/* [ SEC02 ] ================================================*/

#sec02 {
	min-width: 100%;
	width: 100%;
	height:auto;
	position: relative;
	z-index: -1;
	overflow: hidden;
	background-color: #21bcfa;
}
	
.ttl-02 {
	display: block;
	padding-top: 63px;
	width: 68%;
	margin: 0 auto;
	text-align: center;
}
	
	.pc-ttl-02 {
		display: none;
	}

.boothlist {
    width: 80%;
	margin: 7% auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.boothlist li {
    width: 100%;
	padding-bottom: 16%;
}

.boothlist_img {
    width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
	border-radius: 15px;
	border: 6px solid #9fe2fd;
}

 .boothlist_name {
    font-size: 0.7rem;
    line-height: 0.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    color: var(--black);
}

.line {
	border-bottom: 1px solid #000;
    width: 100%;
    margin: 6px auto;
}

.days {
	background-color: #ff467f;
	padding: 6px 8px;
	border-radius: 20px;
	color: #fff;
}

.days2 {
	background-color: #009944;
	padding: 6px 8px;
	border-radius: 20px;
	color: #fff;
}
	
.days3 {
	background-color: #f08200;
	padding: 6px 8px;
	border-radius: 20px;
	color: #fff;
}
	
.boothlist_title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7rem;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.txt {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 1.2px;
}	
	
	
/* [ SEC03 ] ================================================*/

#sec03 {
	min-width: 100%;
	width: 100%;
	height:auto;
	background-color: #fffded;
	padding-top: 50px;
	position: relative;
}

.ttl-03 {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
}
	
	.ttl-03 img {
		width: 140px;
	}

.cb {
    width: 86%;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.txt-2 {
	text-align: center;
    font-size: 1.34em;
    line-height: 1.24rem;
    letter-spacing: 0;
    padding-top: 70px;
    color: var(--black);
}

.pa50 {
	padding-top: 50px;
}

.pa120-btm {
	padding-bottom: 50px;
}

.cb li:first-child {
    width: 100%;
	padding-right:0;
}

.cb li:last-child {
    width: 100%;
	padding-top: 10px;
	padding-bottom: 16%;
}

.cb_img {
    width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain;
	 border-radius: 15px;
	border: 6px solid #f0cd7e;
}

 .cb_name {
    font-size: 1.24em;
    line-height: 1.74rem;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: var(--black);
}

.area {
	font-size: 1rem;
	background-color: #b97f47;
	padding: 6px 8px;
	border-radius: 20px;
	margin-right: 10px;
	color: #fff;
}
	
	
/* [ SEC04 ] ================================================*/

#sec04 {
	min-width: 100%;
	width: 100%;
	height:auto;
	padding: 60px 0 40px 0;
	position: relative;
}

.ttl-04 {
	text-align: center;
	margin: 0 auto;
	width: 80%;
}

.txt-3 {
	text-align: center;
    font-size: 1.34em;
    line-height: 1.24rem;
    letter-spacing: 0;
    padding-bottom: 16px;
    color: var(--black);
}

.slider_area {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: +3;
}

.slider-sp {
    padding: 0;
}

.slider-sp li {
    margin: 40px 12px;
}

.slider-sp li img {
	border-radius: 15px;
	text-align: center;
	width: 100%;
}

.slick-dots {
}

.prev-arrow {
	display: block;
	z-index: 1000000;
	width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
	left: 1%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
	
.next-arrow {
    display: block;
    z-index: 1000001;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
	right: 1%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
	
	
/* [ SEC05 ] ================================================*/

#sec05 {
	min-width: 100%;
	width: 100%;
	height:auto;
	padding: 60px 0 60px 0;
	position: relative;
	background-color: #21bcfa;
}

.txt-4 {
	text-align: center;
    font-size: 1.34em;
    line-height: 1.24rem;
    letter-spacing: 0;
    padding-bottom: 10px;
    color: #fff;
}

.maparea {
	width: 80%;
	margin: 0 auto 10%;
	padding-top: 40px;
	position: relative;

}

.map-img {
	border-radius: 15px;
	border: 6px solid #9fe2fd;
}

.plus {
	position: absolute;
	bottom:14px;
	right: 2px;
}

.link-btn {
    font-size: 1.24em;
	display: block;
    width: 80%;
    max-width: 400px;
    margin: 2% auto 0;
    padding: 4% 1%;
    text-align: center;
    color: #fff;
    background-color: #3a62ad;
    border-radius: 14px;
    justify-items: center;
    position: relative;
}

.link-btn::after {
    content: "▶";
    font-size: 0.6rem;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

.link-btn:hover {
    opacity: 0.6;
}
/* [ PAGE TOP ] ================================================*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 0;
}
	#page-top img {
		width: 90%;
	}
	
	

}