@charset "utf-8";



/*色の管理（固定）*/
.f_white { color:#fff; }
.bg_white{ background: #fff; }
.man{ color:#0b80b1; }
.man-bk{ background:#0b80b1; }
.man-br{ border: 2px solid #0b80b1; }
.woman{ color:#e54715; }
.woman-bk{ background:#e54715; }
.woman-br{ border: 2px solid #e54715; }

/*背景パターンの管理（固定）*/
.overlaid {
	background-image: url(../images/bg-overlaid.png); /*ドット画像*/
	background-repeat:repeat;
	background-size: 10px;
}
.grid {
	background-image: url(../images/bg-grid.png); /*グリッド画像*/
	background-repeat:repeat;
}
.stripe {
	background-image: url(../images/bg-stripe.png); /*ストライプ画像*/
	background-repeat:repeat;
}
/*WEBフォント*/
@font-face{ 
	font-family: 'yasasisa';
		src: url('../font/yasasisa.eot');  /* IE9以上用 */
		src: url('../font/yasasisa.eot?#iefix') format('embedded-opentype'),  /* IE8以前用 */
			url('../font/yasasisa.woff2') format('woff2'), /* モダンブラウザ用 */
			url('../font/yasasisa.woff') format('woff'), /* モダンブラウザ用 */
			url('../font/yasasisa.ttf') format('truetype'), /* iOS, Android用 */
			url('../font/yasasisa.otf') format('opentype');
}
.yasasisa { font-family:'yasasisa'; }

/*------------------------------------------
　共通
------------------------------------------*/
*{
	margin:0;
	padding:0;
	vertical-align: bottom;
	line-height: 1.7em;
}
body {
	color:#333;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mintyo{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color:#333;
	transition: 0.2s;
}
a:hover{
	opacity: 0.6;
}
.underline{
	text-decoration: underline;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.clearfix:after{
	clear: both;
	content: "";
	display: block;
}
.flow_chart br{
	display: none;
}



@media screen and (min-width: 769px) {
	.pc{ display:block; }
	.sp{ display:none; }
	body{
		min-width: 1100px; 
		font-size: 16px;
		line-height:1.8;
		-webkit-text-size-adjust: 100%;
	}
	.pc_f_white{

		color: #fff !important;


	}

	.basewidth,
	.ac_sec,
	.pc_basewidth{
		width: 1100px;
		margin: 0 auto;
	}
	/*------- メイン画像 -------*/

	/*------------------------------------------
	　ヘッダー
	------------------------------------------*/
	header{
		width: 100%;
		background:#fff;
		height:auto;
		box-shadow: 0 0 2vw rgba(0,0,0,.25);
		position: relative;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		z-index: 1000;
	}
	#header_inner:before,
	#header_inner:after {
		content:"";
		display:table;
	}
	#header_inner:after {
		clear:both;
	}

	#header_inner {
		height:auto;
		width: 100%;
	}
	#header_inner .header_inner_inner{
		position: relative;
		/*---ロゴ分調整--
		min-height: 90px;
		display: flex;
			justify-content: flex-end;
			align-items: flex-end;*/
	}
	#h_logo{
		/* padding: 10px 0; */
		width: auto;
		/* float: left; */
		position: relative;
			top: 15px;
			left: 0;
		display: flex;
			justify-content: flex-start;
			align-items: center;
	}
	#h_logo a{		
		display: flex;
			align-items:flex-end;
	}
	#h_logo img{
		width: auto;
		margin-right: 10px;
		margin-left: 5px;
		height: auto;
		max-height: 50px;
	}
	#h_logo a span,
	#h_logo span{
		font-size: 18px;
			line-height: 1.2;
			letter-spacing: 0.04em;
			font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			color: #492929;
			margin-left: 0.4em;
	}
	nav{
		clear: both;
	}
	/*------- ナビ -------*/
	.nav_wrap{
	}
	nav #nav-list01{
		padding: 0;
		box-sizing: border-box;
		border-left: 1px solid #fff;
	}
	nav #nav-list01:after{
		content: "";
		display: block;
		clear: both;
	}
	nav #nav-list01 li{
		margin-bottom: 0;
		float: left;
		width: 16.6%;
		height: 80px;
		box-sizing: border-box;
		border-right: 1px solid #fff;
	}
	nav #nav-list01 li a{
		display: flex;
		align-items: center;
		line-height: 1.5em;
		padding: 1em 0.75em;
		height: 100%;
		box-sizing: border-box;
	}
	nav #nav-list01 li a i{
		border-radius: 50%;
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-right: 0.5em;
		background-size: cover;
		font-size: 80%;
		position: relative;
	}
	nav #nav-list01 li a i:before{
		position: absolute;
		left: 35%;
		top: 5%;
	}
	nav .nav_inner{
	}
	nav .nav_inner_inner{
	}
	nav #nav-list02{
		display: none;
	}
	#nav-list03{
		margin-bottom: 0.5em;
		padding: 0;
		box-sizing: border-box;
		float: right;
	}
	#nav-list03 li{
		width: 110px;
		margin-top: 0.5em;
		border-radius: 0;
		float: left;
		text-align: center;
		margin-left: 0.5em;
	}
	#nav-list03 li a{
		display: block;
		padding: 0.5em 0;
		font-size: 12px;
		letter-spacing: -1px;
	}
	#nav-list03 li a i{
		font-size: 16px;
		margin-bottom: 0.25em;
		display: flex;
		justify-content: center;
	}
	#nav-list04{
		display: flex;
		justify-content: flex-end;
		padding-bottom: 0.5em;
		/* clear: both; */
	}
	#nav-list04 li{
		margin-left: 1.5em;
	}
	#nav-list04 li a{
		display: flex;
		align-items: center;
		font-size: 14px;
		line-height: 1.5;
	}
	#nav-list04 li a i{
		font-size: 10px;
		margin-right: 0.25em;
	}
	nav #nav-info{
		padding: 2em 0;
		display: none;
	}
	nav #nav-info *{
		color: #fff;
		text-align: center;
	}
	nav #nav-info h2{
		font-size: 4.5vw;
		font-weight: normal;
		border-bottom: 1px dotted rgba(255,255,255,0.5);
		margin: 0 auto;
		border-radius: 1vw;
		padding: 0.1em 0;*/
		margin-bottom: 0.1em;
	}
	nav #nav-info #nav-tel{
		font-weight: bold;
		font-size: 7vw;
		letter-spacing: 0.1em;
		display:flex;
		justify-content: center;
		align-items: center;
	}
	nav #nav-info #nav-tel i{
		transform:rotate(-25deg);
		margin-right: 0.15em;
		font-size: 90%;
	}
	nav #nav-info #nav-tel-info{
		font-size: 3.75vw;
	}


	.main{
		margin-top: 157px;
	}
	#mainV:before,
	#mainVf:after {
		content:"";
		display:table;
	}


	#mainV:after {
		clear:both;
	}
	main,
	#mainV {
	    *zoom:1;
	}
	#mainV {
		text-align: center;
/*        background-color:#f5f5f5;
        padding-bottom: 0.4em;
*/
	}
	.mainV_inner{
		margin: 0 auto;
	}
	#mainV img {
		width:100%;
		height:auto;
	}
	section {
		position:relative;
		z-index:1;
	}

	/*---------------- sec01 -------------------------*/
	#sec01 {

	}


	#sec01:before {
		content: '';
		width: 100%;
		height: 26px;
		display: block;
		background-image: url(../images/line_mosaic.png); /*フレーム上部画像*/
		background-repeat: repeat-x;
		background-size: 42px;
		position:absolute;
		top: 0;
		z-index:3;
	}

#sec01 .basewidth {
    padding: 70px 35px 10px 35px;
    box-sizing: border-box;
}
	/*見出し*/
	#sec01 h1{
		font-size:28px;
		text-align:center;
	}
	#sec01 h1::after {
		content: 'event information';
		font-size:14px;
		display:block;
		line-height: 2em;
	}

	/*内容*/
	.ribbon_box_naiyo {    
		display: block;
		position: relative;
		margin: 50px auto 50px auto;
		padding: 65px 50px 45px 50px;
		width: 100%;
		background: #fff;
		box-sizing: border-box;
	}

	.ribbon_main {    
		display: block;
		position: absolute;
		top: -25px;
		left: 25px;
		margin: 0;
		padding: 0.5em 0;
		z-index: 2;
		width: 120px;
		text-align: center;
		font-size: 22px;
		color: white;
		box-sizing:border-box;
		font-weight: bold;
	}

	.ribbon_main:after{
		content: '';
		position: absolute;
		left: 0;
		top: 100%;
		height: 0;
		width: 0;
		border-bottom: 14px solid transparent;
	}
	/*罫線*/
	.note-line {
		width: 100%;
		height: auto;
		padding-bottom: 0.1em;
		background-size: 2px 1.8em;
		line-height: 1.8;
	}

	/*料金*/
	#price_wrap {
		width:100%;
		overflow:hidden;
		display:flex;
		justify-content: space-between;
		margin-bottom: 2em;
	}

	/*料金（男性）*/
	.ribbon_box_man {
		border:2px solid #0066ff;
		border-bottom:6px solid #0066ff;
	}
	.ribbon_box_woman { 
		border:2px solid #ff3399;
		border-bottom:6px solid #ff3399;
	}
	.ribbon_man {
		background: #0066ff;
	}
	.ribbon_woman {
		background: #ff3399;
	}

	.ribbon_box_man,
	.ribbon_box_woman {    
		display: block;
		position: relative;
		margin-top: 1em;
		padding: 25px;
		width: 45%;
		background: #fff;
		box-sizing: border-box;
		height: 125px;
		font-weight: bold;
	}
	.ribbon_man,
	.ribbon_woman {    
		display: inline-block;
		position: absolute;
		width: 100px;
		top: -15px;
		left: 25px;
	 	margin: 0;
		padding: 15px 0;
	  	z-index: 2;
		text-align: center;
	 	font-size: 25px;
		color: #fff;
		box-sizing:border-box;
	}
	.ribbon_man:after{
		content: '';
		position: absolute;
		left: 0;
		top: 100%;
		height: 0;
		width: 0;
	 	border-left: 50px solid #0066ff;
		border-right: 50px solid #0066ff;
		border-bottom: 15px solid transparent;
	}
	.ribbon_woman:after{
		content: '';
		position: absolute;
		left: 0;
		top: 100%;
		height: 0;
		width: 0;
		border-left: 50px solid #ff3399;
		border-right: 50px solid #ff3399;
		border-bottom: 15px solid transparent;
	}

	.ribbon_box_man p,
	.ribbon_box_woman p{
		font-size:52px;
		font-weight:bold;
		text-align:center;
		line-height:1;
		padding-left: 2em;	
	}
	.ribbon_box_man p::before,
	.ribbon_box_woman p::before{
		content:"￥";
		font-size:40px;
	}
	.ribbon_box_man p::after,
	.ribbon_box_woman p::after{
		content:"(税込)";
		font-size:20px;
		font-weight:normal;
	}

	/*スライダー*/
	#slider_wrap {
		width:100%;
		overflow:hidden;
		padding-bottom:50px;
	}
	.slick-box {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		overflow:hidden;
	}
	.slick-box li{
		margin: 10px;
	}
	.slick-box img{
		width: 100%;
	}

	#slider_wrap::after {
		content: '';
		width: 100%;
		height: 26px;
		display: block;
		background-image: url(../images/line_mosaic.png); /*フレーム下部画像*/
		background-repeat: repeat-x;
		background-size: 42px;
	}

	/*---------------- アコーディオンメニュ－ -------------------------*/
		
	/*アコーディオンメニュ－（共通）*/
	.ac_sec{
		margin-bottom: 15px;
	}
	.ac_sec .ac_sec_icon{
		left: 20px;
		right: auto;
	}
	.accordion-menu {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.dropdownlink h1 {
		font-size:20px;
		font-weight:normal;
		width: 100%;
		/*text-align: center;*/
		font-weight: bold;
		height: 60px;
		line-height: 60px;
		padding-left: 55px;
		box-sizing: border-box;
	}
	/*開いたとき*/
	.accordion-menu li.open .dropdownlink {
		color: #fff;
		.fa-chevron-down {
	 		transform: rotate(180deg);
	  	}
	}
	.dropdownlink {
		cursor: pointer;
		display: block;
		color: #fff;
		position: relative;
		transition: all 0.4s ease-out;
	}

	.submenuItems {
		//display: none;
		padding: 35px;
		li {
/*			border-bottom: 1px solid #B6B6B6;
            		margin-bottom: 0.5em;	*/
		}
	}
	.submenuItems .basewidth{
		width: 100%;
	}
	/*開閉ボタン*/
	.dropdownlink i {
		position: absolute;
		top: 0;
		right: 20px;
		font-size: 24px;
		width: auto;
		height: 60px;
		line-height: 60px;
	}
	.accordion-menu li.open .dropdownlink .fa-chevron-down {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	/*タブ*/
	.tab{
		overflow:hidden;
	}
	.tab li{
		height: 60px;
		line-height: 60px;
		float:left;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 20px;
	}
	.tab li.select{ 
		color:#fff;
	}
	.tab .notactive{
		background: #fff;
	}
	#sec02 .content{
		padding: 35px;
		background: #fff;
		margin-top: -2px;
	}
	#sec02 .content li{
		padding: ;
	}
	.hide {
		display:none;
	}
	#sec02 .content dl dd{
		font-size: 16px;
		margin-bottom: .5em;
		display: flex;
		align-items: center;
	}
	#sec02 .content dl{
		padding: 1em 0;
	}
	#sec02 .content dl:first-child{
		padding-top: 0;
	}
	#sec02 .content dl dt{
		line-height: 1em;
	}
	.newmark{
		background: #ff112d;
		color: #fff;
		font-size: 14px;
		padding: 0.15em 0.75em;
		margin-right: 1em;
	}
	#sec02 .scrollbar .rss-antenna{
		height: 500px;
		overflow: hidden;
	}

	/*---------------- sec03 //イベント詳細情報// -------------------------*/
	#sec03 .content{
		background: #fff;
	}
	#sec03 .content dl{
		padding: 15px 20px;
	}
	#sec03 .content dl dt{
		float: left;
		width: 30%;
		line-height: 1.5em;
		padding-right: 5%;
		box-sizing: border-box;
	}
	#sec03 .content dl dd{
		float: left;
		width: 70%;
		line-height: 1.5em;
		box-sizing: border-box;
	}
	#sec03 .content dl dd .hosoku{
		color: #e54715;
		display: block;
	}
	#sec03 a{
		text-decoration: underline;
	}
	#sec03 .hosoku2{
		display: block;
		font-size: 100%;
	}

	/*---------------- sec04 //当日の流れ// -------------------------*/
	#sec04 .flow_chart dt{
		display: flex;
		align-items: center;
		min-height: 70px;
	}
	#sec04 .flow_chart{
		position: relative;
		margin-bottom: 50px;
		background: #fff;
	}
	#sec04 .flow_chart:first-child{
		margin-top: 25px;
	}
	#sec04 .flow_chart:after{
		content: "";
		display: block;
		border-left: 70px solid transparent;
		border-right: 70px solid transparent;
		position: absolute;
		left: 50%;
		bottom: -35px;
		margin-left: -70px;
	}
	#sec04 .flow_chart:last-child{
		margin-bottom: 0;
	}
	#sec04 .flow_chart:last-child:after{
		display: none;
	}
	#sec04 .flow_no{
		color: #fff;
		display: flex;
		align-items: center;
		width: 70px;
		height: 70px;
		justify-content: center;
		float: left;
		text-align: center;
		font-size: 35px;
		font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		font-style:italic;
		padding-right: .2em;
	}
	#sec04 .flow_txt{
		background: #fff;
		width: 100%;
		display: flex;
		min-height: 70px;
		display: flex;
		align-items: center;
		padding: 0 1em;
	}
	#sec04 .flow_chart dd{
		padding: 25px;
	}

	/*---------------- sec05 //受付場所// -------------------------*/
	#sec05 .submenuItems{
		padding: 0;
	}
	#sec05 .content{
		padding-bottom: 35px;
	}
	#sec05 .googlemap{
		padding: 35px;
		background: #fff;
		margin-bottom: 35px;
	}
	#sec05 .googlemap .basewidth{
		padding-bottom: 35px;
	}
	#sec05 .googlemap iframe{
		width: 100%;
		height: 400px;
	}
	#sec05 .googlemap .hosoku{
		display: block;
	}
	#sec05 .googlemap:after{
		
	}
	#sec05 .googlemap .map_add{
		width: 65%;
		float: left;
	}
	#sec05 .googlemap .map_link{
		/*background: #434343;*/
		width: 20%;
		float: right;
		text-align: center;
	}
	#sec05 .googlemap .map_link a{
		color: #fff;
		line-height: 2.5em;
		display: block;
	}
	#sec05 .map_flow{
		padding-bottom: 35px;
		width: 600px;
		margin: 0 auto;
	}
	#sec05 .map_flow:last-child{
		padding-bottom: 0;
	}
	#sec05 .map_flow dt{
		width: 100%;
		text-align: center;
		margin-bottom: 0.75em;
	}
	#sec05 .map_flow dt img{
		max-width: 100%;
		height: auto;
	}
	#sec05 .map_flow dd iframe{
		width:100% !important;
		height:350px;
	}

	/*---------------- sec06 //参加申し込み// -------------------------*/
	#sec06 {
		/*padding-bottom:9vw;*/
	}
	#sec06 .entry_date{
		color: #fff;
		text-align: center;
		margin-bottom: 2em;
		padding: 1em 0;
	}
	#sec06 .man_form,
	#sec06 .woman_form{
		display: none;
	}
	#sec06 .form_first_message ul{
		margin-bottom: 1em;
	}
	#sec06 .form_first_message ul li{
		font-size: 90%;
	}
	#sec06 .form_second_message{
		border: 2px solid #ff112d;
		padding: 1em;
		margin: 1.5em 0 2em 0;
		background: #fff;
		color: #ff112d;
		font-size: 90%;
	}
	#sec06 .hosoku_mail{
		margin: 1em 0 2em 0;
		border: 2px dotted #333;
		padding: 1em;
		box-sizing: border-box;
	}
	#sec06 .sei_tab li{
		text-align: center;
		width: 50%;
		float: left;
		padding: 0.65em 0;
		font-weight: bold;
		font-size: 20px;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
		transition: 0.2s;
	}
	#sec06 .sei_tab li.no-gender{
		width: 100%;
		padding: 0;
		cursor: unset;
		background: unset;
	}
	#sec06 .sei_tab li.no-gender a{
		width: 70%;
		height: 100%;		
		padding: 0.65em 0;
		float: none;
			color: rgba(115,74,70,1);
			border: 2px solid rgba(115,74,70,1);
			display: inline-block;
			background: #fff;
		margin-left: auto;
		margin-right: auto;
	}
	/*#sec06 .sei_tab .man:hover{
		background: rgba(0,102,255,0.25);
	}
	#sec06 .sei_tab .woman:hover{
		background: rgba(255,51,153,0.25);
	}*/
	#sec06 .sei_tab li.no-gender a:hover{
		background: rgba(71,187,195,0.25);
	}
	#sec06 .sei_tab li:after{
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		margin-left:-20px;
		bottom: -15px;
	}
	/*#sec06 .sei_tab .man-bk:after{
		border-top: 20px solid #06f;
	}
	#sec06 .sei_tab .woman-bk:after{
		border-top: 20px solid #f39;
	}*/
	#sec06 form{
		padding: 3.5vw 0;
	}
	#sec06 form .form_cont{
		width: 100%;
		margin-bottom: 1em;
		padding-bottom: 1em;
		clear: both;
		border-bottom: 1px solid #ccc;
	}
	#sec06 form .form_cont .hosoku{
		font-size: 90%;
		color: #666;
		padding-top: 0.5em;
		clear: both;
	}
	#sec06 form .form_cont dd{
		width: 75%;
		float: left;
	}
	#sec06 form .form_cont dt{
		padding: 0.25em 1em 0.25em 0.25em;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		width: 25%;
		float: left;
		justify-content: space-between;
	}
	#sec06 form .form_cont .req:after{
		content: "必須";
		color: #ff112d;
		border: 1px solid #ff112d;
		font-size: 70%;
		padding: 0 0.5em;
		margin-left: 1em;
		background: #fff;
	}
	#sec06 form input,
	#sec06 form textarea{
		-webkit-appearance: none;
		border: 2px solid #ccc;
		outline: none;
		transition: 0.2s;
	}
	#sec06 form input[type=text],
	#sec06 form textarea{
		box-shadow: none;
		width: 100%;
		padding: 0.5em 1em;
		box-sizing: border-box;
		border-radius: 4px;
	}
	#sec06 form textarea{
		height: 250px;
	}
	#sec06 form input[type="radio"],
	#sec06 form input[type="checkbox"]{
		display: none;
	}
	#sec06 form .ok_input{
		background-image: url(../images/bg_white.png);
	}
	#sec06 form .form_cont .form_radio_wrap{
		/*width: 100%;
		clear: both;*/
	}
	#sec06 form .form_radio ul{
		display: flex;
		/*justify-content: space-between;*/
		flex-wrap: wrap;
	}
	#sec06 form .form_radio li{
		width: 47.5%;
		border: 2px solid #ccc;
		border-radius:4px;
		background: #fff;
		position: relative;
		z-index: 2;
		overflow: hidden;
		display: flex;
		align-items: center;
		margin-right: 5%;
		box-sizing: border-box;
	}
	#sec06 form .form_radio_1 li:nth-of-type(2n){
		margin-right: 0;
	}
	#sec06 form .form_radio_3 li{
		width: 30%;
	}
	#sec06 form .form_radio_3 li:nth-of-type(3n){
		margin-right: 0;
	}
	#sec06 form .form_radio_1 li:nth-of-type(n+3),
	#sec06 form .form_radio_3 li:nth-of-type(n+4){
		margin-top: 0.5em;
	}
	#sec06 form .form_radio_2 li{
		width: 47.5%;
		margin-right: 5%;
	}
	#sec06 form .form_radio_2 li:nth-of-type(2n){
		margin-right: 0;
	}
	#sec06 form label{
		display:block;
		padding: 1em;
		display: flex;
		align-items: center;
		width: 100%;
	}
	#sec06 form label:before{
		content:"";
		display:inline-block;
		width: 20px;
		height: 20px;
		line-height:20px;
		border:2px solid #ccc;
		margin-right:0.5em;
		vertical-align:middle;
		background:#fff;
		transition:0.3s all ease;
		border-radius:2px;
		color: #2683da;
	}
	#sec06 form .active label:before{
		content: "\f00c";
		width: 20px;
		height: 20px;
		line-height:20px;
		text-align: center;
		font-family: 'Font Awesome 5 free';
		background:#fff;
		border-radius:2px;
		font-weight: bold;
	}
	#sec06 form .submit_wrap{
		position:relative;
		z-index:1;
		width: 85%;
		margin: 0 auto;
		margin-top: 2em;
		border: none;
		text-align: center;
		height:80px;
		overflow: hidden;
		border-radius: 4px;
	}
	#sec06 form .submit_wrap:after{
		content:"";
		background:rgba(255,255,255,0.3);
		width:100%;
		height: 40px;
		position:absolute;
		z-index:2;
		left:0;
		top:0;
		background-image: url(../images/bg-stripe.png); /*ストライプ画像*/
		background-size: 16%;
	}
	#sec06 form input[type=submit]{
		color:#fff;
		font-size: 24px;
		font-weight:bold;
		width: 100%;
		height: 100%;
		border: none;
		letter-spacing: 0.1em;
		background: transparent;
		cursor: pointer;
		position: relative;
		z-index: 1000;
	}


	/*---------------- フォーム二人目以降 -------------------------*/
	#sec06 form .form_two{
		margin-top: 2.5em;
	}
	#sec06 form .nop_title{
		font-size: 18px;
		padding: 0.5em 1em;
		margin-bottom: 0.75em;
		margin-top: 1em;
	}
	#sec06 form #m_age,
	#sec06 form #m_age2,
	#sec06 form #m_age3,
	#sec06 form #w_age,
	#sec06 form #w_age2,
	#sec06 form #w_age3{
		width: 50% !important;
	}
	/* #sec06 .age_wrap:after{
		content: "歳";
		margin-left: 0.75em;
		display: inline-block;
	} */
	/*---------------- 男性フォーム限定 -------------------------*/
	.man_hosoku{
		text-align: center;
		font-weight: bold;
		margin-bottom: 1em;
		padding: 1em 0;
	}

	/*---------------- TOPへ戻る -------------------------*/

	.gotop {
		position:fixed;
		bottom: 130px;
		width: 80px;
		height: 80px;	
		right:15px;
		z-index:3000;
		display: none;
	}
	.gotop img {
		width:100%;
	}

	/*------------------------------------------
	　フッター
	------------------------------------------*/


	footer{
		position:relative;
		z-index:100;
	}
	footer::before {
		content: '';
		width: 100%;
		height: 26px;
		display: block;
		background-image: url(../images/line_mosaic.png); /*フレーム上部画像*/
		background-repeat: repeat-x;
		background-size: 42px;
		position:absolute;
		top:0;
		z-index:3;	
	}

	/*------------------------------------------
	　Produce　by
	------------------------------------------*/
	footer,
	.footer{
		position: relative;
	}
	.create_runland{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
	}
	.create_runland{
		display: flex;
		justify-content: center;
	}
	.create_runland p{
		margin: 0 10px;
		height: 10px;
	}
	.create_runland p a,
	.create_runland p a img{
		width: auto;
		height: 100%;
		display: block;
	}
	.create_runland a:after{
		display: none;
	}

	/*---------------- SNS -------------------------*/
	ul.sns_page{
		display: flex;
		justify-content: space-around;
		width:20%;
		margin:0 auto;
		padding:2em 0 1.5em 0;	
	}
	.sns_facebook,
	.sns_twitter,
	.sns_instagram{
		position: relative;
		z-index: 10;
	}
	.sns_facebook i:after,
	.sns_twitter i:after,
	.sns_instagram i:after{
		content: "";
		background: #fff;
		display: block;
		position: absolute;
		z-index: -1;
		left: 10%;
		top: 10%;
		width: 30%;
		height: 30%;
	}
	.sns_facebook a i{
		font-size:40px;
		color: #3b5998;
	}
	.sns_twitter a i{
		font-size: 40px;
		color: #55ACEE;
	}
	.sns_instagram i{
		font-size: 40px;
		color: #212121;
	}
	/*---------------- 会社住所 -------------------------*/

	.f_address {
		width:100%;
		background:#fff;
		padding: 35px 0;
	}
	.f_address h1,
	.f_address p {
		text-align:center;
		font-weight:normal;
		font-size:20px;
	}
	.f_address p{
		font-size: 16px;
	}	
	/*---------------- あいこんナビ -------------------------*/
	a.iconnavi{
		width: 250px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	a.iconnavi img{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		display: block;
		height: auto;
	}
	a.iconnavi span{
		display: block;
		text-align: center;
	}
	/*---------------- コピーライト -------------------------*/
	.copyright{
		text-align: center;
		height: 60px;
	}
	.copyright small{
		font-size: 14px;
		display: block;
		line-height: 3em;
	}

	/*---------------- 申込みボタン -------------------------*/
	.apply_wrap {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		z-index: 2000;
		box-shadow: 0 0 3px rgba(0,0,0,0.15);
	}
	.apply_inner{
		padding:1em 0;
	}
	.btn_apply{
		/*border-radius: 10vw;*/
		border-radius: 4px;
		overflow: hidden;
		position: relative;
	}
	.btn_apply a{
		height:80px;
		width:100%;
		font-size:24px;
		font-weight:bold;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		position:relative;
		z-index:1;
		color: #fff;
	}
	.btn_apply a::before{
		content:"";
		background:rgba(255,255,255,0.3);
		width:100%;
		height:40px;
		position:absolute;
		z-index:2;
		left:0;
		top:0;
		background-image: url(../images/bg-stripe.png); /*ストライプ画像*/
		background-size: 16%;
	}
	.btn_apply i{
		position: absolute;
		right: 1.5%;
		top: 0;
		line-height: 80px;
		font-size: 24px;
		color: #fff;
	}

	#kirikae_wrap{
		width: 200px;
		margin: 1em auto 0 auto;
		overflow: hidden;
		border: 1px solid #222;
		padding: 0.5em 0;
	}
	#kirikae li{
		text-align: center;
	}
	#kirikae #kirikae1{
		border-right: 1px solid #222;
	}
	#kirikae #kirikae1,
	#kirikae #kirikae2{
		width: 50%;
		box-sizing: border-box;
	}
	#kirikae #kirikae1{
		float: left;
	}
	#kirikae #kirikae2{
		float: right;
	}
	#kirikae li a{
		display: block;
	}



/*------------------------------------------
　サブページ
------------------------------------------*/

/*------- サブページ共通 -------*/
.subpage_title{
	padding: 4.5em 0;
}
#sec01.subpage h1{
	text-align:left;
	font-size: 20px;
}
#sec01.subpage h1:after{
	display: none;
	margin-bottom: .5em;
}
#sec01 .subpage_content{
	padding: 35px;
}

#notes a,
#privacy a,
#agreement a{
	color:#06C;
}

/*------- 注意点・確認事項 -------*/
#notes h3 {
	margin-bottom:20px;
}
ul.list_mark_accent {
    margin-left: 1.0em;
}
ul.list_mark_accent li {
    text-indent: -1.0em;
	margin-bottom:1em;
	
}
ul.list_mark_accent li::before{
	content:"■";
	
}


/*------- 利用規約・個人情報 -------*/


.f_red {
	color:red;
}
#privacy ul,
#agreement ul{
	text-indent:1em;
}

#privacy ul li,
#agreement ul li{
	text-indent:-1em;
	padding-left:1em;
}
#privacy h4,
#agreement h4 {
	margin-top:1.5em;	
}
#privacy p,
#agreement p {
	margin-bottom:1em;	
}

/*-------特定商取引法に基づく表記------------*/
#law .content{
	background: #fff;
}
#law .content dl{
	padding: 15px 20px;
}
#law .content dl dt{
	float: left;
	width: 30%;
	line-height: 1.5em;
	padding-right: 5%;
	box-sizing: border-box;
}
#law .content dl dd{
	float: left;
	width: 70%;
	line-height: 1.5em;
	box-sizing: border-box;
}


}

@media screen and (max-width: 768px) {
.pc{ display:none; }
.sp{ display:block; }
body{
	min-width: 100%; 
	font-size: 4vw;
	line-height:1.8;
}

.basewidth{
	/*width:92%;*/
	margin: 0 4vw;	
}
.inner01{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;		
}
.inner02{
	width:90%;
	margin:0 auto;
	box-sizing: border-box;		
}

/*------------------------------------------
　ヘッダー
------------------------------------------*/
header{
	position: fixed;
	width: 100%;
	background:#fff;
	height:17vw;
	top: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	box-shadow: 0 0 2vw rgba(0,0,0,.25);
}
#header_inner:before,
#header_inner:after {
	content:"";
	display:table;
}
#header_inner:after {
	clear:both;
}

#header_inner {
	height:17vw;
	display: flex;
	align-items: center;
	width: 100%;
}
.header_inner_inner{
	width: 83%;
}
.header_inner_inner a{
	width: auto;
	display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
}
#h_logo{
	width:auto;
	margin-left: 3%;
	display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
}
#h_logo img{
	float:unset;
	width: 100%;
	margin-bottom: 1.5vw;
	margin-top: 1.5vw;
	height: auto;
	max-height: 14vw;
	max-width: 30vw;
	min-width: 19vw;
}
#h_logo a span,
#h_logo span{
	font-size: 3.5vw;
		line-height: 1;
		letter-spacing: 0.02em;
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #492929;
		margin-left: 1em;
		margin-right: 1em;
}
/*------- ナビ -------*/
.nav_wrap{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	display:none;
	height: 100%;
}
nav {
	/*background: #8ed3f5;*/
	width: auto;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
nav #nav-list01{
	padding: 0 3.5vw;
	box-sizing: border-box;
}
nav #nav-list01 li{
	/*border: 2px solid #72d173;*/
	background: #fff;
	margin-bottom: 0.5em;
}
nav #nav-list01 li a{
	/*color: #009944;*/
	display: flex;
	align-items: center;
	line-height: 3em;
	padding: 0 0.75em;
}
nav #nav-list01 li a i{
	border-radius: 50%;
	width: 5vw;
	height: 5vw;
	line-height: 5vw;
	margin-right: 0.5em;
	/*background-image: url(../images/nav_arrow_bg.png);*/
	background-size: cover;
	font-size: 80%;
	position: relative;
}
nav #nav-list01 li a i:before{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5vw;
}
nav .nav_inner{
}
nav .nav_inner_inner{
	padding: 22vw 0 0 0;
}
nav #nav-list02{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 2.5em;
	padding: 0 3.5vw;
	box-sizing: border-box;
}
nav #nav-list02 li{
	width: 47.5%;
	/*background: #fff;*/
	margin-bottom: 0.5em;
	border-radius: 1.5vw;
	text-align: center;
	/*border: 2px solid #fdb1b1;*/
}
nav #nav-list02 li a{
	/*color: #fb6566;*/
	display: block;
	padding: 1.65em 0;
}
nav #nav-list02 li a i{
	font-size: 6vw;
	margin-bottom: 0.25em;
	display: flex;
	justify-content: center;
}
nav #nav-list02 li:nth-of-type(2),
nav #nav-list02 li:nth-of-type(3){
	/*border: 2px solid #00b7ee;*/
}
nav #nav-list02 li:nth-of-type(2) a,
nav #nav-list02 li:nth-of-type(3) a{
	/*color: #00a0e9;*/
}
nav #nav-info{
	/*background: #00a0e9;*/
	padding: 2em 0;
}
nav #nav-info *{
	color: #fff;
	text-align: center;
}
nav #nav-info h2{
	font-size: 4.5vw;
	font-weight: normal;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
	margin: 0 auto;
	border-radius: 1vw;
	padding: 0.1em 0;*/
	margin-bottom: 0.1em;
}
nav #nav-info #nav-tel{
	font-weight: bold;
	font-size: 7vw;
	letter-spacing: 0.1em;
	display:flex;
	justify-content: center;
	align-items: center;
}
nav #nav-info #nav-tel i{
	transform:rotate(-25deg);
	margin-right: 0.15em;
	font-size: 90%;
}
nav #nav-info #nav-tel-info{
	font-size: 3.75vw;
}
.sp_btn{
	width: 17vw;
	height: 17vw;
	position: absolute;
	right: 0;
	top: 0;
}

/*------------------------------------------
　メインコンテンツ
------------------------------------------*/
/*------- メイン画像 -------*/


#mainV:before,
#mainVf:after {
	content:"";
	display:table;
}


#mainV:after {
	clear:both;
}
main,
#mainV {
    *zoom:1;
}
#mainV {
	margin-top:17vw;
}
#mainV img {
	width:100%;
	height:auto;
}
section {
	position:relative;
	z-index:1;
}

/*---------------- sec01 -------------------------*/
#sec01 {

}


#sec01:before {
	content: '';
	width: 100%;
	height: 4vw;
	display: block;
	background-image: url(../images/line_mosaic.png); /*フレーム上部画像*/
	background-repeat: repeat-x;
	background-size: 10.8%;
	position:absolute;
	/*top:-2vw;*/
	top: 0;
	z-index:3;	
}

#sec01 .basewidth {
	padding:8vw 0 6vw;
}
/*見出し*/
#sec01 h1{
	font-size:5.37vw;
	text-align:center;
}
#sec01 h1::after {
	content: 'event information';
	font-size:3.21vw;
	display:block;
	
}

/*内容*/
.ribbon_box_naiyo {    
	display: block;
	position: relative;
	margin: 8vw auto 5vw auto;
	padding: 13.5vw 6.25vw 6.25vw;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}

.ribbon_main {    
	display: block;
	position: absolute;
	top: -3vw;
	left: 0.5em;
	margin: 0;
	padding: 0.5em 0;
	z-index: 2;
	width: 24vw;
	text-align: center;
	font-size: 4.5vw;
	color: white;
	box-sizing:border-box;
	font-weight: bold;
}

.ribbon_main:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-bottom: 10px solid transparent;
}
/*罫線*/
.note-line {
	width: 100%;
	height: auto;
	padding-bottom: 0.1em;
	background-size: 2px 1.8em;
	line-height: 1.8;
}
/*料金*/
#price_wrap {
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
/*料金（男性）*/
.ribbon_box_man { 
	border:2px solid #0066ff;
	border-bottom:6px solid #0066ff;
}
.ribbon_box_woman { 
	border:2px solid #ff3399;
	border-bottom:6px solid #ff3399;
}
.ribbon_man {
	background: #0066ff;
}
.ribbon_woman {
	background: #ff3399;
}

.ribbon_box_man,
.ribbon_box_woman {    
	display: block;
	position: relative;
	margin-top: 1em;
	padding: 2vw 3vw;
	width: 47.5%;
	background: #fff;
	box-sizing: border-box;
	height: 15vw;
	//float: left;
	font-weight: bold;
}
.ribbon_box_woman{
	//float: right;
}
.ribbon_man,
.ribbon_woman {    
	display: inline-block;
	position: absolute;
	width: 13.8vw;
	top: -2vw;
	left: 0.5em;
 	margin: 0;
	padding: 5px 0;
  	z-index: 2;
	text-align: center;
 	font-size: 4vw;
	color: #fff;
	box-sizing:border-box;
}
.ribbon_man{
	//left: 0.2em;
}
.ribbon_man:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
 	border-left: 7vw solid #0066ff;
	border-right: 7vw solid #0066ff;
	border-bottom: 2vw solid transparent;
}
.ribbon_woman:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 7vw solid #ff3399;
	border-right: 7vw solid #ff3399;
	border-bottom: 2vw solid transparent;
}

.ribbon_box_man p,
.ribbon_box_woman p{
	font-size:6.5vw;
	font-weight:bold;
	float:right;
	line-height:1;	
}
.ribbon_box_man p::before,
.ribbon_box_woman p::before{
	content:"￥";
	font-size:4vw;
}
.ribbon_box_man p::after,
.ribbon_box_woman p::after{
	content:"(税込)";
	font-size:2.45vw;
	display:block;
	text-align:right;
	font-weight:normal;
}


/*スライダー*/
#slider_wrap {
	width:100%;
	overflow:hidden;
	padding-bottom:6vw;
}
.slick-box {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	overflow:hidden;
}
.slick-box li{
	margin: 0 0.25%;
}
.slick-box img{
	width: 100%;
	height: auto !important;
}

#slider_wrap::after {
	content: '';
	width: 100%;
	height: 4vw;
	display: block;
	background-image: url(../images/line_mosaic.png); /*フレーム下部画像*/
	background-repeat: repeat-x;
	background-size: 10.8%;
}
/*---------------- アコーディオンメニュ－ -------------------------*/
	
/*アコーディオンメニュ－（共通）*/
.ac_sec{
	margin-bottom: 1px;
}
.ac_sec .ac_sec_icon{
	left: 1em;
	right: auto;
}
.accordion-menu {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.dropdownlink h1 {
	font-size:4.8vw;
	font-weight:normal;
	width: 100%;
	/*text-align: center;*/
	font-weight: bold;
	height: 14vw;
	line-height: 14vw;
	padding-left: 2.75em;
	box-sizing: border-box;
}
/*開いたとき*/
.accordion-menu li.open .dropdownlink {
	color: #fff;
	.fa-chevron-down {
 		transform: rotate(180deg);
  	}
}
.dropdownlink {
	cursor: pointer;
	display: block;
	color: #fff;
	position: relative;
	transition: all 0.4s ease-out;
}

.submenuItems {
	display: none;
	padding: 4vw 0 7vw 0;
	li {
		border-bottom: 1px solid #B6B6B6;
		&:last-child{
			border-bottom: none;
		}
}
}
.sei_tab{
	margin-top: 1em;
}
/*開閉ボタン*/
.dropdownlink i {
	position: absolute;
	top: 0;
	right: 1em;
	font-size: 5vw;
	width: auto;
	height: 14vw;
	line-height: 14vw;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*---------------- sec02//お知らせ// -------------------------*/
#sec02 {
	width:100%;
	position:relative;
	z-index:1;
	height:auto;
}
/*タブ*/
.tab{
	overflow:hidden;
}
.tab li{
	padding:0.65em 0; 
	float:left;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 4.2vw;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab li.select{ 
	color:#fff;
}
.tab .notactive{
	background: #fff;
}
#sec02 .content{
	padding: 3.5vw;
	background: #fff;
	margin-top: -2px;
}
#sec02 .content li{
	padding: ;
}
.hide {
	display:none;
}
#sec02 .content dl dd{
	font-size: 3.75vw;
	margin-bottom: .5em;
}
#sec02 .content dl{
	padding: 0.5em 0;
}
#sec02 .content dl:first-child{
	padding-top: 0;
}
#sec02 .content dl dt{
	line-height: 1em;
}
.newmark{
	background: #ff112d;
	color: #fff;
	font-size: 3.75vw;
	padding: 0.15em 0.75em;
	margin-right: 1em;
}
#sec02 .scrollbar .rss-antenna{
	height: 50vw;
	overflow: hidden;
}



/*---------------- sec03 //イベント詳細情報// -------------------------*/
#sec03 .content{
	background: #fff;
}
#sec03 .content dl{
	padding: 3.5vw;
}
#sec03 .content dl dt{
	float: left;
	width: 30%;
	line-height: 1.5em;
	padding-right: 5%;
	box-sizing: border-box;
}
#sec03 .content dl dd{
	float: left;
	width: 70%;
	line-height: 1.5em;
	box-sizing: border-box;
}
#sec03 .content dl dd .hosoku{
	color: #ff112d;
	display: block;
}
#sec03 a{
	text-decoration: underline;
}
#sec03 .hosoku2{
	display: block;
	font-size: 100%;
}


/*---------------- sec04 //当日の流れ// -------------------------*/
#sec04 .flow_chart dt{
	display: flex;
	align-items: center;
	min-height: 10vw;
}
#sec04 .flow_chart{
	position: relative;
	margin-bottom: 9vw;
	background: #fff;
}
#sec04 .flow_chart:first-child{
	margin-top: 4vw;
}
#sec04 .flow_chart:after{
	content: "";
	display: block;
	border-left: 13vw solid transparent;
	border-right: 13vw solid transparent;
	position: absolute;
	left: 50%;
	bottom: -6.5vw;
	margin-left: -13vw;
}
#sec04 .flow_chart:last-child{
	margin-bottom: 0;
}
#sec04 .flow_chart:last-child:after{
	display: none;
}
#sec04 .flow_no{
	color: #fff;
	font-style: italic;
	display: block;
	width: 13.5vw;
	height: 100%;
	float: left;
	text-align: center;
	font-size: 6.25vw;
	display:flex;
	justify-content: center;
	align-items: center;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	padding-right: 0.2em;
}
#sec04 .flow_txt{
	background: #fff;
	width: 100%;
	display: block;
	min-height: 10vw;
	display: flex;
	align-items: center;
	padding: 0.2em 0.5em;
}
#sec04 .flow_chart dd{
	padding: 3.5vw;
}


/*---------------- sec05 //受付場所// -------------------------*/
#sec05 .submenuItems{
	padding-top: 0;
}
#sec05 .googlemap{
	padding-top: 4vw;
	background: #fff;
	margin-bottom: 5vw;
}
#sec05 .googlemap .basewidth{
	padding-bottom: 2vw;
}
#sec05 .googlemap iframe{
	width: 100%;
	height: 65vw;
}
#sec05 .googlemap .hosoku{
	display: block;
}
#sec05 .googlemap:after{
	
}
#sec05 .googlemap .map_add{
	width: 65%;
	float: left;
}
#sec05 .googlemap .map_link{
	/*background: #434343;*/
	width: 30%;
	float: right;
	text-align: center;
}
#sec05 .googlemap .map_link a{
	color: #fff;
	line-height: 2.5em;
	display: block;
}
#sec05 .map_flow{
	padding-bottom: 1em;
}
#sec05 .map_flow:last-child{
	padding-bottom: 0;
}
#sec05 .map_flow dt{
	width: 100%;
	text-align: center;
	margin-bottom: 0.75em;
}
#sec05 .map_flow dt img{
	max-width: 100%;
	height: auto;
}
#sec05 .map_flow dd iframe{
	width:100% !important;
	height:350px;
}


/*---------------- sec06 //参加申し込み// -------------------------*/
#sec06 {
	padding-bottom:9vw;
}
#sec06 .entry_date{
	color: #fff;
	text-align: center;
	margin-bottom: 2em;
	padding: 1em 0;
}
#sec06 .man_form,
#sec06 .woman_form{
	display: none;
}
#sec06 .form_first_message ul li{
	font-size: 90%;
	margin-bottom: 0.25em;
}
#sec06 .form_second_message{
	border: 2px solid #ff112d;
	padding: 0.75em;
	margin: 1.5em 0 2em 0;
	background: #fff;
	color: #ff112d;
	font-size: 90%;
}
#sec06 .form_second_message a{
	text-decoration: underline;
}
#sec06 .hosoku_mail{
	width: 96%;
		margin-left: auto;
		margin-right: auto;
	position: relative;
	border: 2px dotted #333;
	padding: 1em;
	box-sizing: border-box;
}
#sec06 .sei_tab li{
	text-align: center;
	width: 50%;
	float: left;
	padding: 0.65em 0;
	font-weight: bold;
	font-size: 4.2vw;
	box-sizing: border-box;
	position: relative;
}
#sec06 .sei_tab li:after{
	border-left: 8vw solid transparent;
	border-right: 8vw solid transparent;
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -8vw;
	bottom: -2.5vw;
}
#sec06 .sei_tab .man-bk:after{
	border-top: 5vw solid #06f;
}
#sec06 .sei_tab .woman-bk:after{
	border-top: 5vw solid #f39;
}
#sec06 form{
	padding: 3.5vw 0;
}
#sec06 form .form_cont{
	width: 100%;
	margin-bottom: 0.75em;
}
#sec06 form .form_cont .hosoku{
	font-size: 70%;
	color: #666;
	margin-top: 0.5em;
}
#sec06 form .form_cont dt,
#sec06 form .form_cont dd{
	width: 100%;
	font-size: 90%;
}
#sec06 form .form_cont dt{
	padding: 0.25em 1em 0.25em 0.25em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#sec06 form .form_cont .req:after{
	content: "必須";
	color: #ff112d;
	border: 1px solid #ff112d;
	font-size: 80%;
	padding: 0 0.5em;
	margin-left: 0.5em;
	background: #fff;
}
#sec06 form input,
#sec06 form textarea{
	-webkit-appearance: none;
	border: 2px solid #ccc;
}
#sec06 form input[type=text],
#sec06 form textarea{
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	font-size: 4vw;
	border-radius: 1vw;
}
#sec06 form .ok_input{
	background-image: url(../images/bg_white.png);
}
#sec06 form textarea{
	height: 50vw;
}
#sec06 form input[type="radio"]{
	display: none;
}
#sec06 form .form_radio ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec06 form .form_radio li{
	width: 100%;
	border: 2px solid #ccc;
	border-radius:1vw;
	background: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: flex;
	align-items: center;
}
#sec06 form .form_radio_3 li{
	width: 30%;
}
#sec06 form .form_radio_1 li:nth-of-type(n+2),
#sec06 form .form_radio_2 li:nth-of-type(n+3),
#sec06 form .form_radio_3 li:nth-of-type(n+4){
	margin-top: 0.5em;
}
#sec06 form .form_radio_2 li{
	width: 46.8%;
}
#sec06 form .form_radio li:before{
	/*background: #fff;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;*/
}
#sec06 form .mwform-radio-field{
	width: 100%;
}
#sec06 form label{
	display:block;
	padding: 3.5vw 1.5vw;
	display: flex;
	align-items: center;
	width: 100%;
}
#sec06 form label:before{
	content:"";
	display:inline-block;
	width:4vw;
	height:4vw;
	line-height: 4vw;
	border:2px solid #ccc;
	margin-right:0.5em;
	vertical-align:middle;
	background:#fff;
	transition:0.3s all ease;
	border-radius:1vw;
	color: #2683da;
}
#sec06 form .active label:before{
	content: "\f00c";
	width: 4vw;
	height: 4vw;
	line-height:4vw;
	text-align: center;
	font-family: 'Font Awesome 5 free';
	background:#fff;
	border-radius:2px;
	font-weight: bold;
}
#sec06 form .submit_wrap{
	position:relative;
	z-index:1;
	width: 85%;
	margin: 0 auto;
	margin-top: 2em;
	border: none;
	text-align: center;
	height:14vw;
	overflow: hidden;
	border-radius: 10vw;
}
#sec06 form .submit_wrap:after{
	content:"";
	background:rgba(255,255,255,0.3);
	width:100%;
	height:7vw;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background-image: url(../images/bg-stripe.png); /*ストライプ画像*/
	background-size: 25%;
}
#sec06 form input[type=submit]{
	color:#fff;
	font-size:4.8vw;
	font-weight:bold;
	width: 100%;
	height: 100%;
	border: none;
	letter-spacing: 0.1em;
	background: transparent;
}
/*---------------- フォーム二人目以降 -------------------------*/
#sec06 form .form_two{
	margin-top: 2.5em;
}
#sec06 form .nop_title{
	font-size: 4.5vw;
	padding: 0.35em 0.5em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
#sec06 form #m_age,
#sec06 form #m_age2,
#sec06 form #m_age3,
#sec06 form #w_age,
#sec06 form #w_age2,
#sec06 form #w_age3{
	width: 50% !important;
}
/* #sec06 .age_wrap:after{
	content: "歳";
	margin-left: 0.75em;
	display: inline-block;
} */
/*---------------- 男性フォーム限定 -------------------------*/
.man_hosoku{
	margin-bottom: 1em;
	padding: .5em;
}
/*---------------- genderフォーム -------------------------*/
#sec06 .sei_tab li.no-gender{
	width: 100%;
	padding: 0;
	cursor: unset;
	background: unset;
}
#sec06 .sei_tab li.no-gender a{
	width: 70%;
	height: 100%;		
	padding: 0.65em 0;
	float: none;
		color: rgba(115,74,70,1);
		border: 2px solid rgba(115,74,70,1);
		display: inline-block;
		background: #fff;
	margin-left: auto;
	margin-right: auto;
}

#sec06 .sei_tab li.no-gender a:hover{
	background: rgba(71,187,195,0.25);
}


/*---------------- TOPへ戻る -------------------------*/

.gotop {
	position:fixed;
	bottom:30vw;
	width: 15vw;
	height: 15vw;	
	right:12px;
	z-index:3000;
	display: none;
}
.gotop img {
	width:100%;
}

/*------------------------------------------
　フッター
------------------------------------------*/


footer{
	position:relative;
	z-index:100;
}
footer::before {
	content: '';
	width: 100%;
	height: 4vw;
	display: block;
	background-image: url(../images/line_mosaic.png); /*フレーム上部画像*/
	background-repeat: repeat-x;
	background-size: 10.8%;
	position:absolute;
	top:-2vw;
	z-index:3;	
}

/*------------------------------------------
　Produce　by
------------------------------------------*/
.create_runland{
	position: static;
	padding-bottom: 5vw;
}
.create_runland{
	display: flex;
	justify-content: center;
}
.create_runland p{
	margin: 0 2vw;
	height: 2vw;
}
.create_runland p a,
.create_runland p a img{
	width: auto;
	height: 100%;
	display: block;
}
.create_runland a:after{
	display: none;
}

/*---------------- SNS -------------------------*/
ul.sns_page{
	display: flex;
	justify-content: space-around;
	width:60%;
	margin:0 auto;
	padding:5vw 0;	
}
.sns_facebook,
.sns_twitter,
.sns_instagram{
	position: relative;
	z-index: 10;
}
.sns_facebook i:after,
.sns_twitter i:after,
.sns_instagram i:after{
	content: "";
	background: #fff;
	display: block;
	position: absolute;
	z-index: -1;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
}
.sns_facebook a i{
	font-size: 10vw;
	color: #3b5998;
}
.sns_twitter a i{
	font-size: 10vw;
	color: #55ACEE;
}
.sns_instagram i{
	font-size: 10vw;
	color: #212121;
}
/*---------------- 会社住所 -------------------------*/

.f_address {
	width:100%;
	background:#fff;
	padding:10vw 0;
}
.f_address h1,
.f_address p {
	text-align:center;
	font-weight:normal;
	font-size:4vw;
}
/*---------------- あいこんナビ -------------------------*/
a.iconnavi{
	width: 55%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
a.iconnavi img{
	width: 80%;
	margin-bottom: 1vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto;
}
a.iconnavi span{
	display: block;
	text-align: center;
}
/*---------------- コピーライト -------------------------*/
.copyright{
	text-align: center;
}
.copyright small{
	font-size: 2.4vw;
	display: block;
	line-height: 3em;
}

/*---------------- 申込みボタン -------------------------*/
.apply_wrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 2000;
}
.apply_inner{
	padding:3vw 0;
}
.btn_apply{
	/*border-radius: 10vw;*/
	border-radius: 1vw;
	overflow: hidden;
	position: relative;
}
.btn_apply a{
	height:20vw;
	width:100%;
	font-size:5.5vw;
	font-weight:bold;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position:relative;
	z-index:1;
	color: #fff;
}
.btn_apply a::before{
	content:"";
	background:rgba(255,255,255,0.3);
	width:100%;
	height:10vw;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background-image: url(../images/bg-stripe.png); /*ストライプ画像*/
	background-size: 25%;
}
.btn_apply i{
	position: absolute;
	right: 1%;
	top: 0;
	line-height: 20vw;
	color: #fff;
}

/*---------------- スマホボタン -------------------------*/
.menu-button {
	width: 8vw;
	height: 8vw;
	box-sizing: border-box;
	display: block;
	position: fixed;
	right: 4vw;
	top: 2.5vw;
	z-index: 9999;
	cursor: pointer;
}
.menu-txt{
	font-size: 2.75vw;
	right: 0;
	left: 0;
	position: relative;
	bottom: -5vw;
}
.menu-button i{
	display: block;
	width: 100%;
	height: 2px;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	position: relative;
	left: 0px;
	top: 4vw;
	background: #fff;
	border-radius: 1vw;
}
.menu-button i:before,
.menu-button i:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s !important;
	border-radius: 1vw;
}
.menu-button i:before{
	-webkit-transform: translateY(2.5vw);
	-ms-transform: translateY(2.5vw);
	transform: translateY(2.5vw);
}
.menu-button i:after{
	-webkit-transform: translateY(-2.5vw);
	-ms-transform: translateY(-2.5vw);
	transform: translateY(-2.5vw);
}
.is_open i:before,
.is_open i:after{
	padding: 0;
	margin: 0;
	line-height: 1;
	background: #fff !important;
}
.is_open i{
	background: transparent;
}
.is_open i:after{
	transform:translateY(0px) rotate(-45deg);
}
.is_open i:before{
	transform:translateY(0px) rotate(45deg);
}


#kirikae{
	width: 80%;
	margin: 1em auto 0 auto;
	overflow: hidden;
	border: 1px solid #222;
	padding: 0.5em 0;
}
#kirikae li{
	text-align: center;
}
#kirikae #kirikae1{
	border-right: 1px solid #222;
}
#kirikae #kirikae1,
#kirikae #kirikae2{
	width: 50%;
	box-sizing: border-box;
}
#kirikae #kirikae1{
	float: left;
}
#kirikae #kirikae2{
	float: right;
}
#kirikae li a{
	display: block;
}



/*------------------------------------------
　サブページ
------------------------------------------*/

/*------- サブページ共通 -------*/
.subpage_title{
	padding: 2.5em 0;
}
.subpage_title h1{
	text-align: center;
	font-size: 6vw;
}
#sec01.subpage h1{
	text-align: left;
	font-size: 4.8vw;
	height: auto;
	min-height: 14vw;


}
#sec01.subpage h1:after{
	display: none;
}
#sec01 .subpage_content{
	padding: 4vw 3.5vw 7vw 3.5vw;
}

/*------- 注意点・確認事項 -------*/
#notes h3 {
	margin-bottom:4vw;
}
ul.list_mark_accent {
    margin-left: 1.0em;
}
ul.list_mark_accent li {
    text-indent: -1.0em;
	margin-bottom:1em;
	
}
ul.list_mark_accent li::before{
	content:"■";
	
}


/*------- 利用規約・個人情報 -------*/


.f_red {
	color:red;
}
#privacy ul,
#agreement ul{
	text-indent:1em;
}

#privacy ul li,
#agreement ul li{
	text-indent:-1em;
	padding-left:1em;
}
#privacy h4,
#agreement h4 {
	margin-top:1.5em;	
}
#privacy p,
#agreement p {
	margin-bottom:1em;	
}


/*-------特定商取引法に基づく表記------------*/
#law .content{
	background: #fff;
}
#law .content dl{
	padding: 3.5vw;
}
#law .content dl dt{
	float: left;
	width: 30%;
	line-height: 1.5em;
	padding-right: 5%;
	box-sizing: border-box;
}
#law .content dl dd{
	float: left;
	width: 70%;
	line-height: 1.5em;
	box-sizing: border-box;
}
}



/* MW-WP-FORM関係 */
.mwform-radio-field-text{
	width: 80%;
}


/* カスタムスクロールバー*/
#mCSB_1_scrollbar_vertical{
	background: #ddd;
}

