@charset "UTF-8";

/* ============================
* 共通
* ========================= */
:root{
	/* fontSize */
	--fontSize01: clamp(1.6rem, 0.652rem + 1.942vw, 2.4rem);;
	--fontSize02:1px;
	--fontSize03: 1.3rem;
	--fontSize_sp01: clamp(1.1rem, 0.683rem + 2.087vw, 1.7rem);
	--fontSize_sp02: clamp(2rem, 1.304rem + 3.478vw, 3rem);
	--fontSize_sp03: clamp(4rem, 2.609rem + 6.957vw, 6rem);
	--fontSize_sp04: 16px;

	/* color */
	--white: #fff;
	--black: #333;
	--yellow: #FDD000;
	--orange: #ED6C00;
	--blue01: #123d94;
	--blue02: #00A0E9;
	--red: #e40a0a;
}

* {
	box-sizing: border-box;
}
html { 
	scroll-behavior: smooth;}
body {
	line-height: 1.8;
	font-size: var(--fontSize03);
	color: var(--black);
	font-family: "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
	font-weight: bold;
	margin: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul {
	list-style: none;
	padding-left: 1em;
}
.txt_c {
	text-align: center;
}
.flex_box {
	display: flex;
	justify-content: center;
}
.flex_box .box_left{
	width: 60%;
	padding: 0 1rem;
}
.flex_box .box_right{
	width: 40%;
	padding: 0 1rem;
}
section {
	margin: 0 auto;
	width: 80%;
	max-width: 1440px;
}
.sp {
	display: none;
}
.sp02{
	display: none;
}
.txt_red{
	color: var(--red);
}
.hover_rink{
	color: var(--red);
}
.hover_rink:hover{
	display: inline-block;
	text-decoration: underline;
}
.extenal-link::after{
	content: '';
	background-image: url(../img/up-right-from-square-solid-full.svg);
	background-repeat: no-repeat;
	display: inline-block;
	height: var(--fontSize03);
	width: var(--fontSize03);
	margin-left: -.2rem;
}

/* ============================
* HEADER
* ========================= */
nav a:link,
nav a:visited {
	text-decoration: none;
}
header {
	width: auto;
	height: 85vh;
	min-height: 500px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/header_img.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.header_inner{
	width: 80%;
	height: 100%;
	margin: auto;
	position: relative;
}
header img{
	height: auto;
}
.catch_wrapper{
	position: absolute;
	width: 64%;
	top: 50%;
	transform: translateY(-60%);
}
.catch_wrapper img{
	width: 84%;
}
.catch_wrapper p{
	display: block;
	color: var(--white);
	font-size: var(--fontSize01);
}
.catch {
	font-weight: bold;
	line-height: initial;
	position: relative;
	display: inline-block;
}
.catch span {
  display        : inline-block;
  color          : var(--white);            /* 文字の色 */
  letter-spacing : 8px;             /* 文字間 */
	line-height: 1.3;
  text-shadow    : 
       4px  4px 1px var(--blue01),
      -4px  4px 1px var(--blue01),
       4px -4px 1px var(--blue01),
      -4px -4px 1px var(--blue01),
       4px  0px 1px var(--blue01),
       0px  4px 1px var(--blue01),
      -4px  0px 1px var(--blue01),
       0px -4px 1px var(--blue01);        /* 文字の影 */
}
.sub_logo01{
	width: 11vh;
	position: absolute;
	top: .5em;
	right: 0;
}
.sub_logo02{
	width: 24%;
	position: absolute;
	right: 0;
	bottom: -4%;
}
/* .panel_banner{
	width: 15%;
	position: absolute;
	top: 55%;
	left: 64%;
	transition: all.5s;
} */
.panel_banner:hover{
	transform: scale(1.05, 1.05);
}


/* ============================
* MAIN
* ========================= */
.main_wrapper {
	background: url(../img/bk_main_img.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 7% 0 0;
}
.heading01 {
	margin: .8em auto;
	color: var(--blue01);
	border-radius: 45px;
	background: var(--yellow);
	border: 3px solid var(--white);
	width: 14em;
	font-size: 27px;
	text-align: center;
	letter-spacing: 0.3rem;
  padding: 0.3em 0.5em;
}
.heading02 {
	font-size: 24px;
	display: inline-block;
  background-color: var(--blue02);
  color: var(--white);
  width: auto;
  border-radius: 10px;
  margin-bottom: .5em;
	padding: .1em 2em 0;
}
.bk_color{
	background-color: #FFFDE5;
	padding-bottom: 2%;
}
.bk_white {
	width: 80%;
	background: rgba(255,255,255, 0.7);
	padding: 2em 1em;
	border-radius: 15px;
	margin-bottom: 3em;
	box-shadow: 8px 8px 10px -10px;
}
.bk_flex_box {
	width: 80%;
	margin: 0 auto;
}
.bk_flex_box section {
	margin: 0 0 4em;
}
.box-shadow section{
	box-shadow: 10px 10px 15px -10px;
	margin-bottom: 3em;
}
.contents{
	width: 70%;
	margin: 0 auto 5em;
}
.contents .read span{
	display: block;
	font-size: 25px;
	color: var(--orange);
}

/* イベント詳細のCSS　ここから */
.date{
	font-size: 3rem;
	line-height: 1;
	margin: 0 0 .5em;
}
.date span{
	font-size: 5rem;
	color: var(--orange);
}
.txt_orange span{
	color: #333;
}
.details {
	padding: 1.5em 0;
	margin-bottom: 0;
}
.details ul{
	padding-left: 0;
}
.box_right .gakusyukai{
	margin-bottom: 1.5em;
}
/* イベント詳細のCSS　ここまで */

/* コース詳細のCSS　ここから */
.course .map{
	display: block;
	border-radius: 2vh;
}

.video{
	margin: 2em 0;
}
.video video{
	width: 100%;
	border-radius: 2vh;
}
/* コース詳細のCSS　ここまで */

/* アクセス詳細のCSS　ここから */
.access{
	text-align: start;
}
.access .heading02{
	margin: .9em 0 .5em
}
/* .access .txt_red{
	font-size: large;
} */
.access_map{
	display: block;
	color: var(--red);
}
.access_map:hover{
	text-decoration: underline;
}
/* アクセス詳細のCSS　ここまで */

/* 参加規約詳細のCSS　ここから */
.kiyaku{
	text-align: start;
	width: 80%;
}
.kiyaku .read{
	margin-bottom: 2em;
}
.kiyaku ul li{
	list-style: disc;
}
.kiyaku_txt{
	margin-top: 1.6em;
	font-size: 22px;
}
/* 参加規約詳細のCSS　ここまで */

.image02 {
	max-width: 500px;
	width: 100%;
  margin: 0 auto;
} 


a.btn_06{
	position: relative;
	display: block;
	text-decoration: none;
	color: white;
  	font-size: 24px;
  	font-weight: bold;
  	background: #46b035;
	border: 3px solid #39902b;
	box-shadow: 0 5px 0 #39902b;
  	width: 300px;
  	height: 60px;
	/* margin: 2em auto 1em; */
	margin: 1em auto;
	padding: 0rem 4rem 1rem 3.5rem;
	border-radius: 100vh;
  	text-align: center;
  	line-height: 60px;
  	border: 0.5px solid #747474;
  	z-index: 1;
  	overflow: hidden;
	letter-spacing: 1px;
  	transition: .3s;
}
a.btn_06::after {
	content: url(../img/arrow_right.png);
	color: #fff;
	position: absolute;
	right: 1em;
	top: 52%;
	transform: translate(-50%,-50%);
}

a.btn_06:hover {
transform: translateY(5px);
  box-shadow: 0 0 0 #333;
  }

.chuijiko_box {
	display: inline-block;
	text-align: left;
	padding-left: 0;
}
.chuijiko_box img {
	width: 24px;
}
.chuijiko_box li {
	padding-left: 30px;
	text-indent: -30px;
	line-height: 1;
	margin-bottom: .5em;
}
.line01 {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
}

.line01::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}


/* ふわふわ揺れるアニメーションここから */
/* .fuwafuwa {
	animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
	display: inline-block;
	transition: 1.5s ease-in-out;
	margin-top: 15px;
}
.fuwafuwa2 {
	animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
	display: inline-block;
	transition: 1.5s ease-in-out;
	margin-top: 15px;
} */
/* @keyframes fuwafuwa {
	0% {
		transform:translate(0, 0) rotate(-7deg);
	}
	50% {
		transform:translate(0, -7px) rotate(0deg);
	}
	100% {
		transform:translate(0, 0) rotate(7deg);
	}
} */
/* ふわふわ揺れるアニメーションここまで */

/* ブース紹介のCSS　ここまで*/
.dead_line {
	background-image: linear-gradient(rgba(0,0,0,0) 70%, #86beff 70%);
	display: inline-block;
	font-size: 22px;
}
/* 007 */
.button007 {
    margin: 2em 0 1.5em;
		margin-bottom: 0.2em;
}
.button007 img {
	width: 20px;
}
.button007 a {
    background: #edf6ff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 16px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
		border-radius: 5px;
		border: 1px solid #2673e3;
}
.button007 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.button007 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.button007 a:hover:before, .button007 a:hover:after {
    right: -0.5em;
}
.button007 a:hover {
    background: #edf6ff;
    color: #6bb6ff;
}
/* イベント情報のCSS　ここまで*/

/* ============================
* FOOTER
* ========================= */
footer{
	color: white;
	background: #3c86c3;
	font-weight: lighter;
	letter-spacing: 0.6px;
}
.copyright {
	margin: 0;
	padding: 0.5em 0;
	font-size: 14px;
	background: #0b3a61;
}
.inf_syusai {
	justify-content: center;
	padding: 1rem 0.8rem;
	margin: 0;
	background: #3c86c3;
}
.syusai span{
	font-weight: bold;
}
.kyryoku{
	margin-top: 0.5rem;
}
.inf_syusai dt {
	white-space: nowrap;
}
.inf_syusai dd {
	margin-left: 0;
	text-align: left;
}



/* ============================
* スマホ版 CSS
* ========================= */
@media screen and (max-width: 820px){
	.catch_wrapper{
		width: 80%;
	}
	.catch_wrapper img{
		width: 80%;
	}
}
@media screen and (max-width: 780px){
	body {
		font-size: var(--fontSize_sp04);
	}
	table td {
		text-align: left;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp_box {
		display: block;
		width: 100%;
	}
	.flex_box{
		display: block;
	}
	.flex_box .box_left,
	.flex_box .box_right{
		width: 100%;
	}
	.flex_box .box_left{
		margin-bottom: 1.5em;
	}
	section{
		width: 90%;
	}
	.hover_rink{
		color: var(--red);
	}
	.extenal-link::after{
		height: var(--fontSize_sp04);
		width: var(--fontSize_sp04);
		margin-left: -.2rem;
	}
	
	/* ============================
	* SP HEADER
	* ========================= */
	header{
		background-position: right 23% bottom;
		min-height: 400px;
	}
	.header_inner{
		width: 90%;
	}
	.catch_wrapper{
		width: 80%;
		transform: translateY(-80%);
	}
	.catch_wrapper img{
		width: 80%;
	}
	.catch_wrapper p{
		font-size: var(--fontSize_sp01);
	}
	.sub_logo01{
		width: 16%;
	}
	.sub_logo02{
		width: 32%;
		bottom: 0;
	}


	/* ============================
	* SP MAIN
	* ========================= */
	.contents{
		width: 95%;
	}

	.details .date{
		font-size: var(--fontSize_sp02);
	}
	.date span{
		font-size: var(--fontSize_sp03);
	}

	/* 参加規約詳細のCSS　ここから */
	.kiyaku_txt{
		font-size: 20px;
	}
	/* 参加規約詳細のCSS　ここまで */

	.kaisainitiji_title,
	.outline,
	.heading01,
	span.heading02,
	.panel_comment{
		font-size: 16px;
	}
	.heading02 {
		font-size: 19px;
	}
	.txt_orange {
		font-size: 17px;
	}
	.fuwafuwa2 img {
		width: 40px;
	}
	.introduction {
		padding-top: 0;
	}
	.box_left{
		margin-right: 0;
	}
	.bk_flex_box section {
    margin: 0 auto 3em;
	}
	.bk_white {
		width: 95%;
		padding: 2em .5em;
	}
	.boothbox {
		width: 100%;
		padding: 0 1em 0;
		border: none;
	}
	dl.inf_syusai {
		padding: 0.5em;
	}
	table tr {
    display: grid;
	}
	td {
		padding: 0.5em 0.7em;
	}
	th::after {
		position: initial;
	}
	.inf_syusai {
		font-size: 15px;
	}
	.booth_font{
		width: fit-content;
		margin: 0 auto;
		padding: 0.1em 0.8em;
		font-size: 1.6em;
		border: 3px solid white;
		color: white;
		border-radius: 50px;
		line-height: auto;
	}
	.box_design{
		width: 96%;
		margin: 2em auto;
		padding: 1em 1em 1.5em;
		border-radius: 40px;
		background-color: rgba(255,255,255, 0.3);
	}
	.ttl_sub{
		margin: 1em;
		font-size: 15px;
	}
	.booth_txt01,
	.booth_txt02,
	.booth_txt03{
		font-size: 1.4em;
	}
}

@media screen and (max-width: 550px){
		.sp02{
			display: block;
		}

		.heading02{
			padding: .4em .8em .3em;line-height: 1.2;
		}

		.catch_wrapper{
			width: 100%;
		}
		.sub_logo01{
			width: 20%;
		}
		.sub_logo02{
			width: 40%;
		}

		.contents .read span {
			margin-bottom: .4em;
			line-height: 1;
		}

		.day_box p{
			font-size: 1.1em;
		}
		.dead_line{
			font-size: 14px;
		}
		a.btn_06{
			font-size: 18px;
			width: 260px;
			height: 50px;
			padding: 0rem 3rem 0.5rem 2.5rem;
			line-height: 50px;
		}
}