@charset "UTF-8";
/*==================================================
=			defalut			 =
==================================================*/
#anemone,#anemone div,#anemone span,#anemone object,#anemone iframe,#anemone h1,#anemone h2,#anemone h3,#anemone h4,#anemone h5,#anemone h6,#anemone p,#anemone blockquote,#anemone pre,#anemone abbr,#anemone address,#anemone cite,#anemone code,#anemone del,#anemone dfn,#anemone em,#anemone img,#anemone ins,#anemone kbd,#anemone q,#anemone samp,#anemone small,#anemone strong,#anemone sub,#anemone sup,#anemone var,#anemone b,#anemone i,#anemone dl,#anemone dt,#anemone dd,#anemone ol,#anemone ul,#anemone li,#anemone fieldset,#anemone form,#anemone label,#anemone legend,#anemone table,#anemone caption,#anemone tbody,#anemone tfoot,#anemone thead,#anemone tr,#anemone th,#anemone td,#anemone li,#anemone aside,#anemone dialog,#anemone figure,#anemone footer,#anemone header,#anemone hgroup,#anemone menu,#anemone nav,#anemone section,#anemone time,#anemone mark,#anemone audio,#anemone video{margin:0;padding:0;border:0;outline:0;font-weight:normal;vertical-align:baseline;background:transparent;}
#anemone{line-height:1;}#anemone li,#anemone aside,#anemone dialog,#anemone figure,#anemone footer,#anemone header,#anemone hgroup,#anemone nav,#anemone section{display:block;}#anemone nav ul{list-style:none;}#anemone blockquote,#anemone q{quotes:none;}#anemone blockquote:before,#anemone blockquote:after,#anemone q:before,#anemone q:after{content:'';content:none;}#anemone a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}#anemone ins{background-color:#ff9;color:#000;text-decoration:none;}#anemone mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;text-decoration:line-through;}#anemone abbr[title],#anemone dfn[title]{border-bottom:1px dotted #000;cursor:help;}#anemone table{border-collapse:collapse;border-spacing:0;}#anemone hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}#anemone input,#anemone select{vertical-align:middle;}#anemone img{vertical-align:bottom;}

#anemone .cf:before,#anemone .cf:after {content:"";display:table;}
#anemone .cf:after {clear:both;}
#anemone .cf {*zoom:1;}

#anemone img{
	image-rendering: -webkit-optimize-contrast;
	height: auto !important;
}
#anemone a{
	transition: 0.3s;
	word-wrap:break-word;
}
#anemone a:hover{
	opacity:0.7;
	animation: cont 0.5s;
	-webkit-animation: cont 0.5s;
	-moz-animation: cont 0.5s;
}
#anemone p{
	line-height:1.8;
	text-align: left;
}
#anemone{
	width: 100%;
	min-width: 1120px;
	text-align:center;
	margin:0 auto;
	color:#000;
	background-color: #fff;
	background-image: url('/static/img/entertainment/anemone/bg.jpg');
	background-repeat: repeat;
  font-family: 'Noto Sans JP', sans-serif, serif, Meiryo, sans-serif, "ヒラギノ角ゴ", "Hiragino Sans", "Hiragino Kaku Gothic ProN";
	position: relative;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	line-height: 1.6;
	padding-bottom: 60px;
}
#anemone .serif{
	font-family: 'Noto Serif JP', serif;
}
#anemone .hov,a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#anemone .hov:hover{
	text-decoration: transparent;
	opacity:0.6;
}
#anemone .hov:active{
	cursor:pointer;
	text-decoration: transparent;
	opacity:0.6;
}
#anemone i{
	font-family: 'Font Awesome 5 Free';
}
#anemone section{
	position: relative;
}
#anemone .sp_img{
	display:none;
}
#anemone .tab_img{
	display:none;
}
#anemone .pc_img{
	display:block;
}
#anemone .wrapper{
	box-sizing: border-box;
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
#anemone .wrapper-inner{
	width:95%;
	max-width: 1060px;
	margin:0 auto;
	position: relative;
}
#anemone .content-box {
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
#anemone .flexbox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#anemone .flexbox-bt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#anemone .common-h2_02{
	border: solid 1px #000;
	padding: 15px 25px;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
	margin: 60px auto 0;
}
#anemone .ex{
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
}

#anemone section > h2 img{
	margin-top: 60px;
	max-width: 100%;
}

/*ボタンエリア*/
#anemone .btn_area{
	padding: 50px 0 10px;
	text-align: center;
}
#anemone .btn_area h2{
	font-size: 40px;
	padding: 20px 0;
	position: relative;
	font-weight: 900;
	color: #ef4406;
	display: block;
	line-height: 1.3;
}
#anemone .btn_area h2::after,#anemone .btn_area h2::before{
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	max-width: 379px;
	background-color: #ef4406;
	left: 50%;
	transform: translateX(-50%);
}
#anemone .btn_area h2::after{
	bottom: 0;
}
#anemone .btn_area h2::before{
	top: 0;
}
#anemone .btn_area ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#anemone .btn_area ul li {
	width: 45%;
	margin-top: 40px;
}
#anemone .btn_area ul li a{
	width: 100%;
	background-color: #550E91;
	border: solid 3px #fff;
	border-radius: 15px;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	color: #FFF617;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	box-shadow: rgba(0, 0, 0, .6) 0px 4px 11px;
}
#anemone .btn_area > p{
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #D01313;
}
#anemone .btn_area > a{
	color: #0081d1;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
	text-decoration: underline;
}
#anemone .btn_area p.nolink{
	width: 100%;
	max-width: 500px;
	margin-top: 40px;
	display: block;
	background-color: #7d7d7d;
	border: solid 3px #fff;
	border-radius: 15px;
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	color: #fff;
	box-shadow: rgba(0, 0, 0, .6) 0px 4px 11px;
}


/*共通*/
#anemone .box1{
	display: block;
	background-color: #FDFCF2;
	border: solid 2px #ef6c0f;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
	border-radius: 15px;
}

/*===============================================*=================================*==============================================================================================================*/
/*メイン*/
#anemone main{
	position: relative;
	text-align: center;
	padding: 30px 0;
}
#anemone main h1 img{
	width: 100% !important;
	max-width: 800px;
	margin: 0 auto;
}

/*ツアーのポイント*/
#anemone .point ol{
	text-align: left;
}
#anemone .point ol li{
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 400;
}
#anemone .point ol li a{
	color: #0081d1;
}
#anemone .point h3,#anemone .schedule h3{
	color: #ef6c0f;
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 10px;
}
#anemone .point h3 span,#anemone .schedule h3 span{
	background: linear-gradient(transparent 70%, #fff12f 30%);
	font-weight: 900;
}
#anemone .point .flexbox-bt{
	max-width: 700px;
	margin: 0 auto
}
#anemone .point .flexbox-bt img{
	display: inline-block;
	width: 47%;
	margin-top: 30px;
}

/*ツアースケジュール*/
#anemone .schedule table,#anemone .schedule tr,#anemone .schedule th,#anemone .schedule td{
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
}
#anemone .schedule th{
	background-color: #9F9F9F;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 5px;
}
#anemone .schedule td{
	border: solid 2px #9F9F9F;
	padding: 10px 20px;
	background-color: #fff;
	font-weight: 400;
	font-size: 15px;
}
#anemone .schedule table i{
	font-weight: 700;
	color: #F44200;
}
#anemone .schedule table tr:nth-of-type(2) td{
	text-align: left;
}
#anemone .schedule h3{
	text-align: left;
	margin-top: 50px;
}
#anemone .schedule .flexbox-bt{
	margin-top: 30px;
	text-align: left;
}
#anemone .schedule .flexbox-bt img{
	width: 37%!important;
}
#anemone .schedule .flexbox-bt p{
	width: 58%;
	font-size: 16px;

}


/*募集要項*/
#anemone .applications{
	margin-top: 90px;
}
#anemone .applications > h2{
	color: #000;
	font-size: 40px;
	font-weight: 900;
}
#anemone .applications table{
	width: 100%;
	margin-top: 30px;
	box-sizing: border-box;
	line-height: 1.6;
	border-collapse: separate;
	overflow: hidden;
	border-spacing: 0;
	color: #353535;
	border: solid 1px #c0c0c0;
}
#anemone .applications table tr{
	border-bottom: solid 1px #c0c0c0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#anemone .applications table tr:last-child{
	border-bottom: none;
}
#anemone .applications table th,#anemone .applications table td{
	padding: 30px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#anemone .applications table th{
	width: 30%;
	background-color: #f5f5f5;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
}
#anemone .applications table td{
	width: 70%;
	justify-content: flex-start;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
}
#anemone .applications table td a{
	color: #314dc8;
	padding-bottom: 8px;
	border-bottom: 1px solid #314dc8;
	margin-right: 50px;
	position: relative;
}
#anemone .applications table td a:last-child{
	margin-right: 0;
}
#anemone .preventive {
	font-size: 12px;
	font-weight: 700;
	padding: 20px 0;
	color: #000;
}

/*注意事項*/
#anemone .camp_attention {
	margin-top:60px;
	padding-bottom: 50px;
}
#anemone .camp_attention h2{
	padding: 15px;
	box-sizing: border-box;
	background-color: #272727;
	line-height: 1;
	display: block;
	width: 100%;
	margin:60px 0 0 ;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
#anemone .camp_attention h2 span{
	font-size: 20px;
	font-weight: 700;
}
#anemone .camp_attention .camp_attention-box {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	padding: 30px;
	background-color: #fff;
	border-top: none;
}
#anemone .camp_attention .camp_attention-box h3{
	font-weight: 500;
	color: #B90000;
	font-size: 16px;
}
#anemone .camp_attention .camp_attention-box p{
	font-weight: 400;
	font-size: 14px;
	margin: 5px 0 40px;
	line-height: 1.8;
}
#anemone .camp_attention .camp_attention-box p:last-of-type{
	margin-bottom: 0;
}
#anemone .camp_attention .camp_attention-box a{
	color: #3986bf;
	font-weight: 400;
}

/*======================================

画面サイズ750px以下

======================================*/
@media screen and (max-width: 750px){
	#anemone .pc_img{
		display:none;
	}
	#anemone .sp_img{
		display:none;
	}
	#anemone .tab_img{
		display:block;
	}
	#anemone{
		min-width: auto;
	}
	#anemone .wrapper{
		width: 100%;
	}
	#anemone .wrapper-inner{
		max-width: 690px;
		width: 100%;
    padding: 0 25px;
		box-sizing: border-box;
	}
	#anemone .ex{
		margin-top: 15px;
	}
	#anemone section > h2 img{
		margin: 40px auto 0;
		max-width: 450px;

	}
	/*ボタンエリア*/
	#anemone .btn_area{
		padding: 40px 0 10px;
	}
	#anemone .btn_area h2{
		font-size: 22px;
		padding: 14px 0;
	}
	#anemone .btn_area h2::after,#anemone .btn_area h2::before{
		height: 2px;
	}
	#anemone .btn_area ul {
		display: block;
		margin: 0 auto;
		text-align: center;
		max-width: 500px;
	}
	#anemone .btn_area ul li {
		width: 100%;
		margin-top: 20px;
	}
	#anemone .btn_area ul li a{
		width: 100%;
		border: solid 2px #fff;
		border-radius: 10px;
		padding: 15px 0;
		font-size: 17px;
	}
	#anemone .btn_area > p{
		font-size: 14px;
	}
	#anemone .btn_area > a{
		font-size: 18px;
	}
/*共通*/
#anemone .box1{
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
}


	/*ツアーのポイント*/
	#anemone .point ol li{
		margin-bottom: 20px;
	}
	#anemone .point h3,#anemone .schedule h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	#anemone .point .flexbox-bt img{
		margin-top: 20px;
	}


	/*ツアースケジュール*/
	#anemone .schedule th{
		font-size: 16px;
	}
	#anemone .schedule td{
		border: solid 1px #9F9F9F;
		padding: 10px 15px;
		font-size: 14px;
	}
	#anemone .schedule table i{
		font-weight: 700;
		color: #F44200;
	}
	#anemone .schedule h3{
		margin-top: 30px;
	}
	#anemone .schedule .flexbox-bt{
		margin-top: 15px;
		display: block;
	}
	#anemone .schedule .flexbox-bt img{
		width: 100%!important;
		max-width: 400px;
		margin: 0 auto;
		display: block;
	}
	#anemone .schedule .flexbox-bt p{
		width: 100%;
		font-size: 14px;
		margin-top: 7px;

	}

	/*募集要項 tab*/
	#anemone .applications{
		padding: 20px 0 20px;
	}
	#anemone .applications > h2{
		font-size: 28px;
	}
	#anemone .applications table{
		display: block;
		margin-top: 15px;
	}
	#anemone .applications table tbody{
		width: 100%;
		display: block;
	}
	#anemone .applications table tr{
		display: block;
		border-bottom: none;
	}
	#anemone .applications table tr:last-child{
		border-bottom: none;
	}
	#anemone .applications table th,#anemone .applications table td{
		padding: 15px 30px;
		border-bottom: solid 1px #d6d6d6;
	}
	#anemone .applications table th{
		width: 100%;
		font-size: 15px;
	}
	#anemone .applications table td{
		width: 100%;
		font-size: 14px;
	}

	/*注意事項*/
	#anemone .camp_attention {
		margin-top:10px;
		padding-bottom: 30px;
	}
	#anemone .camp_attention h2{
		padding: 10px;
		font-size: 28px;
		margin-top: 0;
	}
	#anemone .camp_attention h2 span{
		font-size: 18px;
	}
	#anemone .camp_attention .camp_attention-box {
		padding: 20px;
	}
	#anemone .camp_attention .camp_attention-box h3{
		font-size: 15px;
	}
	#anemone .camp_attention .camp_attention-box p{
		margin: 5px 0 20px;
	}
	#anemone .camp_attention .camp_attention-box p:last-of-type{
		margin-bottom: 0;
	}
	#anemone .camp_attention .camp_attention-box a{
		color: #3986bf;
		font-weight: 400;
	}

}
/*======================================

画面サイズ480px以下

======================================*/
@media screen and (max-width: 480px){
	#anemone .sp_img{
		display:block;
	}
	#anemone .sp_img.tab_img{
		display:block;
	}
	#anemone .tab_img{
		display:none;
	}
	#anemone .pc_img{
		display:none;
	}
}