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

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&subset=japanese');


/*会場ページのCSS*/

.kaijo{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 30px;
    text-align: center;
    width: 710px;
    margin: 0 auto;
    background: linear-gradient(transparent 70%, #FFFF00 0%);}
/*フォントここまで*/

/*ページ内メニューここから*/
.lnav {
    padding-top: 60px;
}
.m-inner {
    width: 710px;
    margin-left: auto;
    margin-right: auto;
}
.lnav li {
    float: left;
    width: 25%;
}

.lnav a {
    display: block;
    box-sizing: border-box;
    height: 60px;
    border: #D3D3D3 1px solid;
    text-align: center;
	text-decoration:none;
    line-height: 58px;
    font-weight: bold;
    font-size: 15px;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
}
.m-sp {
    display: none;
}
.lnav .svg {
    width: 14px;
    height: 9px;
    margin-left: 16px;
    fill: #333;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);}

.wrap:after {
  display: block;
  clear: both;
  content: "";
}
/*h3ここから*/
.section-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 20px;
    margin-top: 90px;
    text-align: center;
    letter-spacing: .12em;
    font-weight: bold;
    font-size: 24px;
    border-left: none;}

.box.box-c2 {
    width: 311px;}

.box {
    box-sizing: border-box;
    float: left;
    margin: 10px 20px 10px 20px;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    overflow: hidden;
}

.box.box-c2 .box-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
}

.box-title {

    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
    line-height: 1.33;
    letter-spacing: 0em;
    font-weight: bold;
    z-index: 1;
}
.img1 {
    width: 311px;
    height: 138px;

    background-size: 311px 138px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 0%;
    overflow: hidden;
    text-align: center;
    border-left:none;
    color: #FFF;
    padding: 4rem 0rem;
    margin:0 auto;
    font-size:160%;


}
.box-img h3{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;

}

.box-body {
    padding: 24px 29px 28px;
}

.box-description {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: 0em;
    line-height: 1;
    margin: 10px 20px 0px 20px;
    font-weight: 600;
    font-size: 16px;
}


.spots{
    width: 711px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.spot-title{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 10px;
    color: #364e96;
    padding: 0.5em 0;
    border-top: solid 3px #364e96;
    border-bottom: solid 3px #364e96;
    font-size: 22px;
    text-align: center;
    width: 400px;
    margin: 10px auto;
}
.spot-caution{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    background-color: #FFFF00;
    width: 380px;
    margin: 17px auto;


}

.spot-caption{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 32px;
}

.hashbox{
background-image: linear-gradient(
	-45deg,
	#fffafa 25%,
	#fbd6eb 25%,
	#fbd6eb 50%,
	#fffafa 50%,
	#fffafa 75%,
	#fbd6eb 75%,
	#fbd6eb
);
background-size: 45px 45px;
    margin-bottom: 80px;
    width: 100%;
    height: 170px;
    border-radius: 10px;
}

.hashtag{
color: #000;
    line-height: 1.2;
    font-size: 55px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 640px;
    margin-top: 0px;
    padding: 30px 0px 0px 0;
    background: linear-gradient(transparent 70%, #FFFF00 0%);

}
a.cp_btn {
    display: block;
    position: relative;
    width: 520px;
    height: 90px;
    padding: 1.4em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #55acee;
    background: #55acee;
    overflow: hidden;
    z-index: 1 !important;
    font-size: 20px;
    font-weight: bold;
    margin: -10px auto;
    border-radius: 10px;
}
a.cp_btn:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
    border-radius: 10px;
}
a.cp_btn:hover {
	color: #da3c41;
}
a.cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn:active:after {
	height: 350%;
	opacity: 1;
}

a.cp_btn2 {
	display: block;
    position: relative;
    width: 350px;
    height: 70px;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #8BC34A;
    background: #8BC34A;
    overflow: hidden;
    z-index: 1 !important;
    font-size: 20px;
    font-weight: bold;
    margin: 40px auto;
    border-radius: 10px;
}
a.cp_btn2:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
    border-radius: 10px;
}
a.cp_btn2:hover {
	color: #da3c41;
}
a.cp_btn2:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn2:active:after {
	height: 350%;
	opacity: 1;
}

#eventInfoArea table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;}

#eventInfoArea table th {
    background: #e6007f;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    overflow: visible;
    position: relative;
    color: #fff;
}

@media screen and (max-width: 420px) {
	.kaijo{
		
		width: 100%;
	}
.lnav {
    padding-top: 12.5vw;
}
.lnav li {
    float: left;
    position: relative;
    width: 50%;
    height: 15.625vw;
}
.lnav a {
    box-sizing: border-box;
    height: 100%;
    padding: 10px 0px 25px 25px;
    border-right-width: 0;
    border-bottom-width: 0;
	text-decoration:none;
    text-align: left;
    line-height: 1.1;
    font-size: 3.75vw;
}

.m-sp {
    display: inline;
}
.m-inner {
    width: auto;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
    padding-bottom: 10vw;
}

.box.box-c2 {
    width: 48%;
}
.img1 {
    width: 194px;
    height: 87px;
    background-size: 194px 87px;
    padding: 2rem 0rem;
}
.box{
    margin: 6px 0px 0px 5px;
}

.box.box-c2 .box-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 13px;
}

.box-description {
    font-size: 12px;
}

.section-title {
margin-top: 30px;
}

a.cp_btn {
    width: 360px;
    font-size: 20px;
}
#eventInfoArea table th:after {
display:none;}

#eventInfoArea th,td{display : block;}


#eventInfoArea table td {
    background: #f0f0f0;
    width: 95%;
    padding-left: 20px;
    margin: auto;}
#eventInfoArea table th {
    background: #e6007f;
    vertical-align: middle;
    text-align: center;
    width: 95%;
    overflow: visible;
    position: relative;
    color: #fff;
    margin: 0 auto;
    line-height: 80%;}
}



@media screen and (max-width: 375px) {
.lnav {
    padding-top: 12.5vw;
}
.lnav li {
    float: left;
    position: relative;
    width: 50%;
    height: 15.625vw;
}
.lnav a {
    box-sizing: border-box;
    height: 100%;
    padding: 10px 20px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: left;
    line-height: 1.1;
    font-size: 3.75vw;
}

.m-sp {
    display: inline;
}
.m-inner {
    width: auto;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
    padding-bottom: 10vw;
}

.section-title {
    font-size: 20px;
    margin-top: 20px;
}


.box.box-c2 {
    width: 48%;
}

.img1 {
    width: 173px;
    height: 77px;
    background-size: 173px 77px;
}

.spots {
    width: 365px;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
    object-position: 59% 100%;
}
.spot-title {
    font-size: 16px;
    width: 280px;
}
.spot-caption {
    font-size: 13px;
}

.spot-caution {
    font-size: 14px;
    width: 250px;
}

.hashtag {
font-size: 27px;
    width: 280px;
    padding: 40px 0px 0px 0;
}

a.cp_btn {
    width: 310px;
    height: 78px;
    font-size: 18px;
}
a.cp_btn2 {
    width: 270px;
    height: 58px;
    font-size: 15px;
}

.hashbox {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 320px) {
.kaijo {
	    font-size: 24px;
width: 290px;
	}
	.lnav {
    padding-top: 12.5vw;
}
.lnav li {
    float: left;
    position: relative;
    width: 50%;
    height: 15.625vw;
}
.lnav a {
    box-sizing: border-box;
    height: 100%;
    padding: 10px 0px 0px 29px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: left;
    line-height: 1.1;
    font-size: 3.75vw;
}
.m-sp {
    display: inline;
}
.m-inner {
    width: auto;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
    padding-bottom: 10vw;
}

.section-title {
    font-size: 19px;
    margin-top: 20px;
}


.box.box-c2 {
    width: 100%;
    margin: 0;
}

.img1 {
    width: 312px;
    height: 138px;
    background-size: 312px 138px;
}

.spots {
    width: 315px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    object-position: 70% 100%;
}
.spot-title {
    font-size: 16px;
    width: 280px;
}
.spot-caption {
    font-size: 13px;
}

.spot-caution {
    font-size: 14px;
    width: 250px;
}

.hashtag {
font-size: 35px;
    width: 280px;
    padding: 40px 0px 0px 0;
}

a.cp_btn {
    width: 310px;
    height: 78px;
    font-size: 18px;
}
a.cp_btn2 {
    width: 270px;
    height: 58px;
    font-size: 15px;
}

.hashbox {
    margin-bottom: 30px;
}




}
