@charset "utf-8";
/*750px以下----------------------------------------------------*/
.pc_none{display: block;}
.sp_none{ display: none; }
img{max-width: 100%;}
#sub_page #header .logo_parts{display: none;}
#wrapper{	background-image: url("../../images/top_visual_sp.jpg");}

/* スマホ用ヘッダー~~~~~~~~~~~~~~~~~*/
.sp_header{
	background-color: rgba(180,0,0,0.90);
	min-height: 60px;
	position: relative;
}
/* ハンバーガーアイコン装飾~~~~~~~~~~~~~~~~~*/
.hamburger {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	height: 60px;
	padding: 10px 6px ;
	box-sizing: border-box;
}
.hamburger-icon {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 100;
}
.hamburger-icon span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	transition: all .5s .2s;
}
.hamburger-icon.active span {
	background-color: #000;
}
.hamburger-icon span:nth-of-type(1) {
	top: 0;
}
.hamburger-icon.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}
.hamburger-icon span:nth-of-type(2) {
	top: 12px;
}
.hamburger-icon.active span:nth-of-type(2) {
	opacity: 0;
}
.hamburger-icon span:nth-of-type(3) {
	bottom: 0;
}
.hamburger-icon.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}
/* 言語アイコン装飾~~~~~~~~~~~~~~~~~*/
.sp_lang_box{
	position: absolute;
	right: 10px;
	top:0px;
}
.sp_lang_box a{
	display:inline-block;
	padding: 16px 8px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
}
/* MENUリスト装飾 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wrapper{
	position: relative;
}
 #main_menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#main_menu {
	width: 80%;
	background-color: rgba(180,0,0,0.70);
	color: #fff;
	font-weight: 600;
	text-align: left;
	display: none;
}
#main_menu {
	padding: 60px 10px 20px 30px;
}
#main_menu li {
	padding: 0.4em;
	font-size:1.6em;
	line-height: 1.8;
}
#main_menu li a{
	color: #fff;
}
/* footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer p{
	font-size: 0.95em;
}
.footer span{
		display: none;
}

/* SUB page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wrapper.subpage .content{
	padding: 10px 2%;
}
/* --------------  各ページ   -------------- */

#wrapper .sub_main_area .content {
	min-height: calc(100vh - 2em);
}
/* --------------  開催概要 outline  -------------- */
.outline_list dd.org h5,
.outline_list dd.org li{
	text-align: center;
}
/* お問合せ */
.contact_page address span{
	display: block;
}
/* プログラム */
.program_page h2{
	font-size: 1.6em;
}
.program_page .sub_main_area  h3,
.program_page .sub_main_area  h4{
	font-size: 1rem;
	margin: 6px 0;
}
.program_page .program_box{
	text-align: center;
	margin-bottom: 50px;
}
.program_page .program_box .pic_box{
	margin:10px auto;
	height: auto;
	width:100%;
}
.program_page .program_box .pic_box img{
	width:60%;
	height: auto;
	text-align: center;
}
.program_page .program_box .name,
.program_page .program_box .position{
	display:block;	
	font-size: 0.9rem;
}
.program_page .program_box .position{
	margin-bottom: 20px;
}
/* 参加登録／宿泊案内 */
/*.regist_page .regi_box thead{
	display:none;
} */
.regist_page table{
	width:96%;
	margin: 10px auto;
}
/*.regist_page .regi_box table th{
	margin-top: 10px;
}
.regist_page .regi_box table th,
.regist_page .regi_box table td{
	display: block;
	border: none;
}*/
.regist_page .regi_box table p{
	font-size: 1em;
}
/*.regist_page .regi_box table .pc_none{
	font-weight: bold;
	color:#390708;
	margin-bottom: 10px;
}*/
/*.regist_page .cancel_box td::first-of-tipe{
	display: none;
}*/
.regist_page #free_session .title{
		display: block;
}
.regist_page #free_session dt,
.regist_page #free_session dd{
		padding: 2px 0 ;
	}
/* テクニカルツアー */
.tour_page .tour_content .pic_box div{
	width:90%;
	text-align: center;
	margin: 10px auto;
}