@charaset"UTF-8";

/*==================================================================*/
/* common_base css */
/*==================================================================*/
:root{
	--color_base:#310607;
	--color_accent:#9db647;
	--color_day1:#166c2d;
	--color_day2:#39988e;
	--size_sp_s:90%;
	--size_sp:340px;
	--size_sp_l:380px;
	--size_tab:700px;
	--size_pc:840px;
	}

*{margin:0;padding:0;}
html{}
body{
	margin:0;
	padding:0;
	min-height:100vh;
	line-height:1.6;
	color:var(--color_base);
	font-family:'Noto Sans JP',Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:14px;
	letter-spacing:1px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-weight:700;
	}

a{
	color:var(--color_base);
	outline:none;
	text-decoration:none;
	transition:all .3s;
	}
a:hover{color:var(--color_accent);}
img{
	border:none;
	vertical-align:bottom;
	width:100%;
	}

/* 360 *//* ------- */@media print, screen and (max-width:360px){}
/* 400 *//* ------- */@media print, screen and (min-width:400px){}
/* 768 *//* ------- */@media print, screen and (min-width:768px){body{font-size:16px;}}
/* 840 *//* ------- */@media print, screen and (min-width:840px){img{width:auto;}}


/* -------------------------------------------------------------- */
/* main */
/* -------------------------------------------------------------- */
main{
	background:linear-gradient(180deg, transparent 0%, transparent 30%, #fff 30%, #fff 100%),url('../image/mainvisual.jpg') no-repeat 50% 0;
	background-size:240%;
	}

/* 360 *//* ------- */@media print, screen and (max-width:360px){}
/* 400 *//* ------- */@media print, screen and (min-width:400px){}
/* 500 *//* ------- */@media print, screen and (min-width:500px){main{background-size:180%;}}
/* 680 *//* ------- */@media print, screen and (min-width:680px){main{background-size:160%;}}
/* 768 *//* ------- */@media print, screen and (min-width:768px){main{background-size:150%;}}
/* 840 *//* ------- */@media print, screen and (min-width:840px){main{background-size:140%;}}

/* -------------------------------------------------------------- */
/* mainvisual */
/* -------------------------------------------------------------- */
#mainvisual{
	margin:0;
	padding:40px 0 0;
	position:relative;
	overflow:hidden;
	}
#mainvisual::before{
	position:absolute;
	top:0;
	right:-10px;
	content:"";
	width:100px;
	height:100px;
	background:url('../image/catch_2days.svg') no-repeat 50% 50%;
	transform: rotate(15deg);
	}
#mainvisual h1{
	margin:0 auto;
	width:300px;
	}
#mainvisual ul{
	margin:0 auto;
	display:flex;
	justify-content:center;
	width:var(--size_sp);
	}
#mainvisual li{
	margin:0 10px;
	list-style:none;
	width:50%;
	}

/* 360 *//* ------- */@media print, screen and (max-width:360px){#mainvisual ul{width:var(--size_sp_s);}}
/* 400 *//* ------- */@media print, screen and (min-width:400px){#mainvisual ul{width:var(--size_sp_l);}}
/* 768 *//* ------- */@media print, screen and (min-width:768px){
#mainvisual h1{width:480px;}
#mainvisual::before{
	top:10px;
	right:calc(50% - 280px);
	width:120px;
	height:120px;
	}
#mainvisual ul{width:480px;}
}
/* 840 *//* ------- */@media print, screen and (min-width:840px){
#mainvisual::before{
	top:40px;
	right:calc(50% - 400px);
	width:160px;
	height:160px;
	}
#mainvisual ul{width:700px;}
#mainvisual li{margin:0 20px;}
#mainvisual li img{width:100%;}
}

/* -------------------------------------------------------------- */
/* fes */
/* -------------------------------------------------------------- */
#fes{
	padding:30px 0 60px;
	position:relative;
	background:linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),url('./image/back1.png') repeat-x 50% 0;
	background-size:100%;
	}
#fes::after{
	content:"";
	position:absolute;
	top:10px;
	right:0;
	width:140px;
	height:120px;
	background:url('../image/pic_tombo.png') no-repeat 50% 0;
	background-size:100%;
	animation:tobmo 1.8s ease-in-out infinite alternate-reverse;
	}

@keyframes tobmo{
	0%{transform:translateY(-10%);}
	100%{transform:translateY(10%);}
	}

#fes div{overflow:hidden;}

#fes section{
	margin:0 -200px;
	padding:40px 200px 0;
	border-radius:600px 600px 0 0 / 400px 400px 0 0;
	min-height:200px;
	background:#fff;
	}

#fes h2{
	margin:0 auto 20px;
	padding:60px 0 0;
	background:url('../image/pic_tombo.svg') no-repeat 50% 0;
	background-size:70px;
	width:var(--size_sp);
	color:var(--color_accent);
	text-align:center;
	font-size:24px;
	}
#fes p{
	margin:0 auto;
	width:var(--size_sp);
	}
#fes strong{color:var(--color_accent);}

/* 360 *//* ------- */@media print, screen and (max-width:360px){
#fes h2,
#fes p{width:var(--size_sp_s);}
}
/* 768 *//* ------- */@media print, screen and (min-width:768px){
#fes{padding:40px 0;}
#fes::after{
	top:40px;
	right:30px;
	width:200px;
	height:120px;
	background-size:100%;
	}
	
#fes section{border-radius:700px 700px 0 0 / 400px 400px 0 0;}
#fes h2{font-size:30px;}
#fes p{width:var(--size_tab);}
}
/* 840 *//* ------- */@media print, screen and (min-width:840px){
#fes{
	padding:100px 0;
	background-size:auto;
	}
#fes::after{
	top:80px;
	right:calc(50% - 400px);
	}
#fes section{
	padding:60px 200px 0;
	border-radius:1000px 1000px 0 0 / 400px 400px 0 0;
	}
#fes p{width:var(--size_pc);}
}


/* -------------------------------------------------------------- */
/* news */
/* -------------------------------------------------------------- */
#news{
	margin:0 auto;
	background:#fff;
	}
#news div{
	margin:0 auto;
	padding:0 0 100px;
	width:var(--size_sp);
}

#news h2{
	margin:0 auto 20px;
	padding:60px 0 0;
	background:url('../image/pic_tombo.svg') no-repeat 50% 0;
	background-size:70px;
	width:var(--size_sp);
	color:var(--color_accent);
	text-align:center;
	font-size:24px;
	}

#news .inner{
	margin:0;
	padding:0;
	overflow-y:scroll;
	height:12em;
	}
#news .inner::-webkit-scrollbar{width:16px;}
#news .inner::-webkit-scrollbar-track{
	background-color: #e4e4e4;
	border-radius:100px;
	}
#news .inner::-webkit-scrollbar-thumb{
	background-color:var(--color_accent);
	border-radius:100px;
	}

#news dl{margin:0 0 10px;}
#news dt{color:#999;}

/* 360 *//* ------- */@media print, screen and (max-width:360px){
#news div,
#news h2{width:var(--size_sp_s);}
}
/* 768 *//* ------- */@media print, screen and (min-width:768px){
#news div{width:var(--size_tab);}
#news h2{font-size:30px;}
#news .inner{height:8.5em;}
#news dl{
	display:flex;
	justify-content:space-between;
	}
#news dt{width:120px;}
#news dd{width:580px;}
}
/* 840 *//* ------- */@media print, screen and (min-width:840px){
#news div{width:var(--size_pc);}
#news dd{width:720px;}
}


/* -------------------------------------------------------------- */
/* ticket */
/* -------------------------------------------------------------- */
#ticket{
	margin:0 auto;
	background:#fff;
	}
#ticket div{
	margin:0 auto;
	padding:0 0 60px;
	width:var(--size_sp);
	}

#ticket h2{
	margin:0 auto 20px;
	padding:60px 0 0;
	background:url('../image/pic_tombo.svg') no-repeat 50% 0;
	background-size:70px;
	width:var(--size_sp);
	color:var(--color_accent);
	text-align:center;
	font-size:24px;
	}

#ticket p{
	margin:0 auto;
	text-align:center;
	}
#ticket p a{
	margin:auto;
	padding:20px 0;
	position:relative;
	display:block;
	width:100%;
	color:#fff;
	transition:all .3s;
	background:var(--color_day2);
	text-align:center;
	font-weight:700;
	font-size:14px;
	}
#ticket p a::before,
#ticket p a::after{
	margin:auto;
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:12px;
	width:8px;
	height:3px;
	border-radius:100px;
	background-color:#fff;
	transform-origin:calc(100% - 1px) 50%;
	transition:all .3s;
	}
#ticket p a::before{transform:rotate(45deg);}
#ticket p a::after{transform:rotate(-45deg);}

#ticket p a:hover{background:var(--color_accent);}
#ticket p a:hover::before,
#ticket p a:hover::after{right:9px;}


/* 360 *//* ------- */@media print, screen and (max-width:360px){
#ticket div{width:var(--size_sp_s);}
#ticket p a{width:var(--size_sp_s);}
}
/* 768 *//* ------- */@media print, screen and (min-width:768px){
#ticket div{width:var(--size_tab);}
#ticket p a{width:540px;}
}
/* 840 *//* ------- */@media print, screen and (min-width:840px){
#ticket div{width:var(--size_pc);}
#ticket p a{width:640px;}
}

/* -------------------------------------------------------------- */
/* day1 */
/* -------------------------------------------------------------- */
#day1{
	padding:80px 0 0;
	position:relative;
	background:linear-gradient(180deg, #fff 0%, #fff 200px, #f1efd8 200px, #f1efd8 100%);
	}
#day1::before{
	content:"";
	margin:auto;
	position:absolute;
	top:40px;
	left:0;
	right:0;
	width:80px;
	height:80px;
	background:url("../image/day1.svg") no-repeat 50% 50%;
	z-index:1;
	}

#day1 div{overflow:hidden;}

#day1 .lead{
	margin:0 -200px 80px;
	padding:60px 200px 0;
	border-radius:600px 600px 0 0 / 400px 400px 0 0;
	position:relative;
	min-height:200px;
	background:#f1efd8;
	}

#day1 .lead h2{
	margin:0 auto 20px;
	position:relative;
	width:var(--size_sp);
	color:var(--color_day1);
	font-size:23px;
	}
#day1 .lead h2::before{
	content:"";
	margin:auto;
	position:absolute;
	top:-15px;
	right:0;
	width:50px;
	height:40px;
	background:url("../image/pic_tombo_g.png") no-repeat 50% 50%;
	background-size:contain;
	}
	
#day1 .lead p{
	margin:0 auto;
	position:relative;
	width:var(--size_sp);
	}
#day1 .lead p::after{
	content:"";
	margin:auto;
	position:absolute;
	bottom:-50px;
	left:60px;
	width:30px;
	height:30px;
	background:url("../image/pic_tombo_r.png") no-repeat 50% 50%;
	background-size:contain;
	}
	
#day1 .lead strong{color:var(--color_accent);}

/* about */
#day1 #about{
	margin:0 auto 80px;
	padding:20px 0;
	border-radius:10px;
	position:relative;
	width:var(--size_sp);
	background:#fff;
	}
#day1 #about::before{
	content:"";
	margin:auto;
	position:absolute;
	bottom:-60px;
	left:160px;
	width:40px;
	height:30px;
	background:url("../image/pic_tombo_y.png") no-repeat 50% 50%;
	background-size:contain;
	}
#day1 #about::after{
	margin:auto;
	content:"";
	position:absolute;
	top:-40px;
	left:0;
	right:0;
	width:var(--size_sp);
	height:40px;
	background:url('../image/back_s.png') no-repeat 50% 0;
	background-size:100%;
	}

#day1 #about h3{
	margin:0 0 20px;
	color:var(--color_day1);
	text-align:center;
	font-size:18px;
	}
#day1 #about dl{
	margin:0 20px 1em;
	display:flex;
	}
#day1 #about dt{
	width:60px;
	color:var(--color_accent);
	}
#day1 #about dd{
	width:240px;
	}
#day1 #about dd span{font-size:12px;}

/* schedule */
#day1 #schedule{
	margin:0 auto 80px;
	padding:20px 0;
	border-radius:10px;
	position:relative;
	width:var(--size_sp);
	background:#fff;
	}
#day1 #schedule::after{
	margin:auto;
	content:"";
	position:absolute;
	top:-40px;
	left:0;
	right:0;
	width:var(--size_sp);
	height:40px;
	background:url('../image/back_s.png') no-repeat 50% 0;
	background-size:100%;
	}

#day1 #schedule h3{
	margin:0 0 20px;
	color:var(--color_day1);
	text-align:center;
	font-size:18px;
	}

#day1 #schedule dl{
	margin:0 20px 1em;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:0 0 15px;
	border-bottom:1px solid #f1efd8;
	display:flex;
	}
#day1 #schedule dl:last-of-type{border:none;}

#day1 #schedule dt{
	width:110px;
	color:var(--color_accent);
	}
#day1 #schedule dd{width:180px;}

#day1 #schedule dd.detail{width:100%;}

#day1 #schedule dd a{
	margin:10px 0 10px;
	position:relative;
	display:block;
	border-radius:10px;
	background:#f8f7eb;
	transition:all .3s;
	}
#day1 #schedule dd a::before,
#day1 #schedule dd a::after{
	margin:auto;
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:6px;
	width:8px;
	height:3px;
	border-radius:100px;
	background-color:var(--color_day1);
	transform-origin:calc(100% - 1px) 50%;
	transition:all .3s;
	}
#day1 #schedule dd a::before{transform:rotate(45deg);}
#day1 #schedule dd a::after{transform:rotate(-45deg);}

#day1 #schedule .detail dl{
	margin:0;
	padding:10px 10px;
	position:relative;
	border:none;
	display:block;
	align-items:center;
	}
#day1 #schedule .detail dt{
	margin:0 0 5px;
	width:auto;
	display:none;
	}
#day1 #schedule .detail dd{
	width:auto;
	font-size:12px;
	line-height:1.3;
	}

#day1 #schedule .detail h4{margin:0 0 10px;}
#day1 #schedule .detail p{
	color:#a9a198;
	font-size:11px;
	transition:all .3s;
	}

#day1 #schedule p.soon{
	margin:10px 0;
	padding:10px 0;
	color:var(--colos_accent);
	font-size:14px;
	text-align:center;
	background:#f8f7eb;
	}

#day1 #schedule .tab{display:none;}

/* entry */
#day1 #schedule .entry{
	padding:20px;
	border:1px solid var(--color_day1);
	}
#day1 #schedule .entry h4{
	color:var(--color_day1);
	font-size:18px;
	}
#day1 #schedule .entry p{
	margin:0 0 10px;
	color:var(--color_base);
	font-size:14px;
	}

#day1 #schedule .entry a{
	margin:0 auto;
	padding:10px 0;
	position:relative;
	display:block;
	width:100%;
	color:#fff;
	transition:all .3s;
	background:var(--color_day2);
	text-align:center;
	font-weight:700;
	font-size:14px;
	}
#day1 #schedule .entry a::before,
#day1 #schedule .entry a::after{
	margin:auto;
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:12px;
	width:8px;
	height:3px;
	border-radius:100px;
	background-color:#fff;
	transform-origin:calc(100% - 1px) 50%;
	transition:all .3s;
	}
#day1 #schedule .entry a::before{transform:rotate(45deg);}
#day1 #schedule .entry a::after{transform:rotate(-45deg);}

#day1 #schedule .entry a:hover{background:var(--color_accent);}
#day1 #schedule .entry a:hover::before,
#day1 #schedule .entry a:hover::after{right:9px;}

#day1 #presenter{
	margin:0 auto;
	width:var(--size_sp);
	}
#day1 #presenter h3{
	margin:0 auto 20px;
	padding:60px 0 0;
	background:url('../image/pic_tombo.svg') no-repeat 50% 0;
	background-size:70px;
	text-align:center;
	font-size:24px;
	}
#day1 #presenter dl{
	margin:0 auto 40px;
	padding:20px 0 0;
	}
#day1 #presenter dt{margin:0 50px 20px;text-align:center;}
#day1 #presenter .sub dt img{
	margin:0 auto;
	width:120px;
	}

#day1 #presenter h4{
	margin:0 0 20px;
	line-height:1.3;
	font-size:18px;
	}
#day1 #presenter h4 span{
	background:linear-gradient(transparent 70%, #c5e559 0%);
	line-height:1.3em;
	}
#day1 #presenter h5{
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:2px solid var(--color_day1);
	line-height:1;
	font-size:24px;
	}
#day1 #presenter h5 span{font-size:14px;}
#day1 #presenter h5 span.s{font-size:13px;}

#day1 #presenter p{margin:0 0 1em;}
#day1 #presenter ul{}
#day1 #presenter li{list-style:none;}
#day1 #presenter li a{
	position:relative;
	color:var(--color_accent);
	transition:all .3s;
	}
#day1 #presenter li a::before,
#day1 #presenter li a::after{
	margin:auto;
	content:"";
	position:absolute;
	top:12px;
	right:-1em;
	border-radius:100px;
	width:8px;
	height:2px;
	background-color:var(--color_accent);
	transform-origin:calc(100% - 1px) 50%;
	transition:all .3s;
	}
#day1 #presenter li a::before{transform:rotate(45deg);}
#day1 #presenter li a::after{transform:rotate(-45deg);}

#day1 #presenter li a:hover{color:var(--color_day1);}
#day1 #presenter li a:hover::before,
#day1 #presenter li a:hover::after{
	right:-1.5em;
	background-color:var(--color_day1);
	}

#day1 #presenter p.more{text-align:right;}
#day1 #presenter .tab{display:none;}

/* 360 *//* ------- */@media print, screen and (max-width:360px){
#day1 .lead h2{
	font-size:20px;
	width:var(--size_sp_s);
	}
#day1 .lead p,
#day1 #about{width:var(--size_sp_s);}
#day1 #schedule{width:var(--size_sp_s);}

#day1 #about dl,#day1 #schedule dl{display:block;}
#day1 #about dt,#day1 #schedule dt{width:auto;}
#day1 #about dd,#day1 #schedule dd{width:auto;}

#day1 #presenter{width:var(--size_sp_s);}
}
/* 768 *//* ------- */@media print, screen and (min-width:768px){
#day1::before{
	top:30px;
	width:100px;
	height:100px;
	}
#day1 .lead{padding:100px 200px 0;border-radius:700px 700px 0 0 / 400px 400px 0 0;}
#day1 .lead h2{
	width:var(--size_tab);
	text-align:center;
	font-size:30px;
	}
#day1 .lead h2 br{display:none;}
#day1 .lead p{width:var(--size_tab);}

#day1 #about{
	width:var(--size_tab);
	font-size:14px;
	}
#day1 #about::after{
	top:-68px;
	width:var(--size_tab);
	height:68px;
	background:url('../image/back_l.png') no-repeat 50% 100%;
	background-size:100%;
	}
#day1 #about dl{margin:0 60px 1em;}
#day1 #about dt{width:60px;}
#day1 #about dd{width:500px;}
#day1 #about dd br{display:none;}

#day1 #schedule{width:var(--size_tab);}
#day1 #schedule::after{
	top:-68px;
	width:var(--size_tab);
	height:68px;
	background:url('../image/back_l.png') no-repeat 50% 100%;
	background-size:100%;
	}

#day1 #schedule dt{width:130px;}
#day1 #schedule dd{width:510px;}

#day1 #schedule dd a::before,
#day1 #schedule dd a::after{
	right:14px;
	width:10px;
	height:4px;
	}
#day1 #schedule dd a:hover{background:#e1e9c7;}
#day1 #schedule a:hover .detail p{color:var(--color_accent);transition:all .3s;}
#day1 #schedule dd a:hover::before,
#day1 #schedule dd a:hover::after{right:4px;}

#day1 #schedule dd.detail dl{
	margin:0;
	padding:10px 15px;
	border:none;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	}
#day1 #schedule .detail dt{
	margin:0;
	width:140px;
	}

#day1 #schedule .detail dd{font-size:14px;}
#day1 #schedule .detail h4{margin:0 0 8px;}
#day1 #schedule .detail p{
	margin:atuo;
	width:auto;
	font-size:12px;
	}

#day1 #schedule .sp{display:none;}
#day1 #schedule .tab{display:block;}

#day1 #presenter{width:var(--size_tab);}
#day1 #presenter dl{
	display:flex;
	justify-content:space-between;
	}
#day1 #presenter dt{
	margin:0;
	width:200px;
	}
#day1 #presenter .sub dt{width:130px;}

#day1 #presenter dd{width:470px;}
#day1 #presenter .sub dd{width:540px;}
#day1 #presenter dd p{font-weight:500;}

#day1 #presenter .sp{display:none;}
#day1 #presenter .tab{display:block;}
}
/* 840 *//* ------- */@media print, screen and (min-width:840px){
#day1 .lead{padding:100px 200px 0;border-radius:1000px 1000px 0 0 / 400px 400px 0 0;}
#day1 .lead h2{
	margin:0 auto 40px;
	width:var(--size_pc);
	}
#day1 .lead p{width:var(--size_pc);}
#day1 #about{
	width:var(--size_pc);
	font-size:16px;
	}
#day1 #about::after{width:var(--size_pc);}

#day1 #about dt{width:80px;}
#day1 #about dd{width:620px;}

#day1 #schedule{width:var(--size_pc);}
#day1 #schedule::after{width:var(--size_pc);}

#day1 #schedule dl{margin:0 40px 15px;}
#day1 #schedule dd{width:620px;}

#day1 #schedule dd.detail a{
	margin:10px 0 10px auto;
	width:620px;
	}

#day1 #schedule p.soon{
	margin:10px 0 10px auto;
	width:620px;
	}
#day1 #schedule dd.detail .entry a{
	margin:0 auto;
	width:540px
	}

#day1 #presenter{width:var(--size_pc);}
#day1 #presenter h3{
	margin:0 auto 40px;
	font-size:30px;
	}
#day1 #presenter dl{margin:0 auto 80px;}
#day1 #presenter h4{font-size:20px;}
#day1 #presenter .sub dd{width:680px;}
}

/* -------------------------------------------------------------- */
/* day2 */
/* -------------------------------------------------------------- */
#day2{
	padding:80px 0 0;
	position:relative;
	background:linear-gradient(180deg, #f1efd8 0%, #f1efd8 200px, #fff 200px, #fff 100%);
	}
#day2::before{
	content:"";
	margin:auto;
	position:absolute;
	top:40px;
	left:0;
	right:0;
	width:80px;
	height:80px;
	background:url("../image/day2.svg") no-repeat 50% 50%;
	z-index:1;
	}
#day2 div{overflow:hidden;}
#day2 .lead{
	margin:0 -200px 80px;
	padding:60px 200px 0;
	border-radius:600px 600px 0 0 / 400px 400px 0 0;
	position:relative;
	min-height:200px;
	background:#fff;
	}
#day2 .lead div{position:relative;}
#day2 .lead div:after{
	position:absolute;
	top:75px;
	content:'';
	width:100%;
	height:120px;
	background:url("../image/day2_back.jpg") no-repeat 50% 50%;
	background-size:cover;
	}

#day2 .lead h2{
	margin:0 auto 160px;
	position:relative;
	width:var(--size_sp);
	color:var(--color_day2);
	font-size:23px;
	}
#day2 .lead h2 span{
	display:block;
	font-size:14px;
	}

#day2 .lead p{
	margin:0 auto;
	width:var(--size_sp);
	}

/* schedule2 */
#day2 #schedule2{
	margin:0 auto 80px;
	padding:20px 0;
	border-radius:10px;
	position:relative;
	width:var(--size_sp);
	background:#f1efd8;
	}
#day2 #schedule2::before{
	content:"";
	margin:auto;
	position:absolute;
	bottom:-60px;
	left:160px;
	width:40px;
	height:30px;
	background:url("../image/pic_tombo_y.png") no-repeat 50% 50%;
	background-size:contain;
	}
#day2 #schedule2::after{
	margin:auto;
	content:"";
	position:absolute;
	top:-40px;
	left:0;
	right:0;
	width:var(--size_sp);
	height:40px;
	background:url('../image/back_s.png') no-repeat 50% 0;
	background-size:100%;
	}

#day2 #schedule2 h3{
	margin:0 0 20px;
	color:var(--color_day2);
	text-align:center;
	font-size:18px;
	}
#day2 #schedule2 dl{
	margin:0 20px 1em;
	display:flex;
	}
#day2 #schedule2 dt{
	width:60px;
	color:var(--color_accent);
	}
#day2 #schedule2 dd{width:240px;}
#day2 #schedule2 dd span{font-size:12px;}

/* tour*/
#day2 .tour{
	margin:0 auto 60px;
	width:var(--size_sp);
	}
#day2 .tour h3{
	margin:0 0 10px;
	padding:0 0 0 30px;
	color:var(--color_accent);
	background:url('../image/ic_tree.svg') no-repeat 0 50%;
	font-size:22px;
	}
#day2 .tour p{margin:0 0 1em;}

#day2 .tour ul{}
#day2 .tour li{
	margin:0 0 10px;
	list-style:none;
	}

/* 360 *//* ------- */@media print, screen and (max-width:360px){#day2 div p{width:var(--size_sp_s);}}
/* 768 *//* ------- */@media print, screen and (min-width:768px){
#day2::before{
	top:30px;
	width:100px;
	height:100px;
	}
#day2 .lead{padding:100px 200px 0;border-radius:700px 700px 0 0 / 400px 400px 0 0;}

#day2 .lead div:after{
	top:80px;
	height:180px;
	}
#day2 .lead h2{
	margin:0 auto 220px;
	width:var(--size_tab);
	text-align:center;
	font-size:30px;
	}
#day2 .lead p{width:var(--size_tab);}

#day2 #schedule2{width:var(--size_tab);}
#day2 #schedule2::after{
	top:-68px;
	width:var(--size_tab);
	height:68px;
	background:url('../image/back_l.png') no-repeat 50% 100%;
	background-size:100%;
	}
#day2 #schedule2 dl{margin:0 60px 1em;}
#day2 .tour{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:var(--size_tab);
	}
#day2 .tour p.photo{width:340px;}
#day2 .tour p{width:340px;}

#day2 .tour h3{
	padding:0 0 0 40px;
	width:100%;
	}
#day2 .tour ul{
	display:flex;
	justify-content:space-between;
	width:100%;
	}
#day2 .tour li{width:220px;}

#day2 #okaki p{width:auto;}
#day2 #okaki li{width:340px;}
}

/* 840 *//* ------- */@media screen and (min-width:840px){
#day2 .lead{padding:100px 200px 0;border-radius:1000px 1000px 0 0 / 400px 400px 0 0;}
#day2 .lead h2{width:var(--size_pc);}
#day2 #schedule2{width:var(--size_pc);}
#day2 .tour{width:var(--size_pc);}
#day2 .tour p.photo{width:480px;}
#day2 .tour p{width:340px;}
#day2 .tour li{width:265px;}
#day2 .tour li img{width:100%;}
#day2 #okaki li{width:410px;}
}


/* -------------------------------------------------------------- */
/* .pagetop */
/* -------------------------------------------------------------- */
.pagetop{display:none;}

/* 840 *//* ------- */@media screen and (min-width:840px){
.pagetop{
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:50;
	display:block;
	}
.pagetop a{
	display:block;
	width:80px;
	height:80px;
	}
.pagetop a::before{
	position:absolute;
	top:0;
	right:0;
	content:"";
	width:80px;
	height:80px;
	background:url("../image/pagetop.svg") no-repeat 50% 50%;
	transition:all .3s;
	}
.pagetop a:hover::before{top:-10px;}
}

/* -------------------------------------------------------------- */
/* footer */
/* -------------------------------------------------------------- */
footer{
	margin:0 auto;
	padding:140px 0 0;
	background:url('../image/back.png') repeat-x 50% 0, linear-gradient(180deg, #fff 0%, #fff 40%, #b2c967 40%, #b2c967 100%);
	background-size:200%;
	}
footer div{
	margin:0 auto;
	width:var(--size_sp);
	}

footer p{margin:0 0 20px;}

footer p.copylight{
	margin:0;
	padding:0 0 1em;
	font-size:12px;
	text-align:center;
	}

/* 360 *//* ------- */@media print, screen and (max-width:360px){footer div{width:var(--size_sp_s);}}
/* 400 *//* ------- */@media print, screen and (min-width:400px){}
/* 768 *//* ------- */@media print, screen and (min-width:768px){
footer{background-size:auto;}
footer div{
	padding:120px 0 0;
	width:var(--size_tab);
	}
}
/* 840 *//* ------- */@media print, screen and (min-width:840px){
footer div{
	padding:120px 0 0;
	width:var(--size_pc);
	}
}

/* -------------------------------------------------------------- */
